++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jan 22 01:56:44 AM UTC 2026 ===================' INFO: =================== Thu Jan 22 01:56:44 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 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ 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.38,10.0.0.50,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.50:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.50:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.50:8081 10.0.0.131: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.50:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.50:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.50:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.50:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.50:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.50:8086 10.0.0.131: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.38,10.0.0.50,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.50:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.50:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.50:8082 10.0.0.131: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.50:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.50:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.50:9161 10.0.0.131: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.50:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.50:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.50:9041 10.0.0.131: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.19,10.20.0.5,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.19,10.20.0.5,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.50:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.50:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.50:2181,10.0.0.131: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.50:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.50:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.50:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.50:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.50:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.50:5673,10.0.0.131: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.50:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.50:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.50:6379 10.0.0.131: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.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.50:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.50:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.50:9092 10.0.0.131: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.38 ++ 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.38,10.0.0.50,10.0.0.131 ++ 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.38,10.0.0.50,10.0.0.131 ++ 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.38,10.0.0.50,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.38 9041 + echo -e '\035\nquit' + 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.38,10.0.0.50,10.0.0.131 +++ local servers=10.0.0.38,10.0.0.50,10.0.0.131 +++ cut -d ' ' -f 1 +++ 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}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.131,10.20.0.252,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.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.131,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.38:9041 10.0.0.50:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.38:9041 10.0.0.50:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort + 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/22/2026 01:56:52.957 7fabad62c200 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/22/2026 01:56:53.086 7fabad62c200 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/22/2026 01:56:53.097 7fabad62c200 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/22/2026 01:56:53.098 7fabad62c200 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Thu Jan 22 01:57:09 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3772 VirtualNetwork(cfgm_common.IP_FABRIC_VN_FQ_NAME[-1], 3773 is_provider_network=True)) 3774 self.create_singleton_entry( 3775 RoutingInstance(cfgm_common.IP_FABRIC_VN_FQ_NAME[-1], ip_fab_vn, 3776 routing_instance_is_default=True)) self = self.create_singleton_entry = > global RoutingInstance = global cfgm_common = cfgm_common.IP_FABRIC_VN_FQ_NAME = ['default-domain', 'default-project', 'ip-fabric'] ip_fab_vn = routing_instance_is_default undefined /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/routing_instance:defau...451da9a2-3064-4c0c-a6d1-236f356ec5f6 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/routing_instance:default-domain:default-project:ip-fabric:ip-fabric exists already with ID: 451da9a2-3064-4c0c-a6d1-236f356ec5f6 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('routing_instance default-domain:default-project:ip-fabric:ip-fabric') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/routing_instance:defau...451da9a2-3064-4c0c-a6d1-236f356ec5f6 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/routing_instance:defau...451da9a2-3064-4c0c-a6d1-236f356ec5f6 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/routing_instance:defau...451da9a2-3064-4c0c-a6d1-236f356ec5f6 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2525, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: routing_instance default-domain:default-project:ip-fabric:ip-fabric During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3774, in _db_init_entries self.create_singleton_entry( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/routing_instance:default-domain:default-project:ip-fabric:ip-fabric exists already with ID: 451da9a2-3064-4c0c-a6d1-236f356ec5f6 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jan 22 01:57:10 AM UTC 2026 ===================' INFO: =================== Thu Jan 22 01:57:10 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ 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.38,10.0.0.50,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.50:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.50:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.50:8081 10.0.0.131: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.50:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.50:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.50:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.50:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.50:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.50:8086 10.0.0.131: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.38,10.0.0.50,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.50:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.50:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.50:8082 10.0.0.131: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.50:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.50:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.50:9161 10.0.0.131: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.50:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.50:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.50:9041 10.0.0.131: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.19,10.20.0.5,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.19,10.20.0.5,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.50:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.50:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.50:2181,10.0.0.131: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.50:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.50:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.50:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.50:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.50:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.50:5673,10.0.0.131: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.50:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.50:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.50:6379 10.0.0.131: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.38,10.0.0.50,10.0.0.131 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.50:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.50:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.50:9092 10.0.0.131: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.38 ++ 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.38,10.0.0.50,10.0.0.131 ++ 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.38,10.0.0.50,10.0.0.131 ++ 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.38,10.0.0.50,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.38 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.50,10.0.0.131 +++ local servers=10.0.0.38,10.0.0.50,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ sort ++++ uniq +++ local local_ips=,10.0.0.131,10.20.0.252,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.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.131,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.38:9041 10.0.0.50:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.38:9041 10.0.0.50:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 01/22/2026 01:57:18.766 7f817b65ad40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/22/2026 01:57:18.912 7f817b65ad40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/22/2026 01:57:18.923 7f817b65ad40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/22/2026 01:57:18.924 7f817b65ad40 [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.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2026-01-22 01:57:19] "GET / HTTP/1.1" 503 181 0.000215 10.0.0.131 - - [2026-01-22 01:57:19] "GET / HTTP/1.1" 503 181 0.000280 10.0.0.131 - - [2026-01-22 01:57:20] "GET / HTTP/1.1" 200 45871 0.001956 10.0.0.131 - - [2026-01-22 01:57:20] "GET / HTTP/1.1" 200 45871 0.001519 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.131 - - [2026-01-22 01:57:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000632 10.0.0.131 - - [2026-01-22 01:57:20] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000332 10.0.0.131 - - [2026-01-22 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.650188 10.0.0.131 - - [2026-01-22 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006105 10.0.0.131 - - [2026-01-22 01:57:21] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.382203 10.0.0.131 - - [2026-01-22 01:57:21] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005520 /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.131 - - [2026-01-22 01:57:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.131 - - [2026-01-22 01:57:26] "POST /fqname-to-id HTTP/1.1" 404 225 0.070421 10.0.0.131 - - [2026-01-22 01:57:26] "POST /access-control-lists HTTP/1.1" 200 587 0.057990 10.0.0.131 - - [2026-01-22 01:57:27] "POST /route-targets HTTP/1.1" 200 328 0.023036 10.0.0.131 - - [2026-01-22 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.029076 10.0.0.131 - - [2026-01-22 01:57:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.003872 10.0.0.131 - - [2026-01-22 01:57:27] "PUT /access-control-list/6498aef3-614d-4c38-85dd-717e18718433 HTTP/1.1" 200 273 0.022323 10.0.0.131 - - [2026-01-22 01:57:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.131 - - [2026-01-22 01:57:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2026-01-22 01:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.38 - - [2026-01-22 01:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.131 - - [2026-01-22 01:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2026-01-22 01:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.50 - - [2026-01-22 01:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.38 - - [2026-01-22 01:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000775 10.0.0.131 - - [2026-01-22 01:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.50 - - [2026-01-22 01:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2026-01-22 01:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.38 - - [2026-01-22 01:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.131 - - [2026-01-22 01:58:13] "POST /ref-update HTTP/1.1" 200 156 0.040605 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.38 - - [2026-01-22 02:01:18] "GET /obj-perms HTTP/1.1" 200 5056 0.384342 10.0.0.50 - - [2026-01-22 02:02:18] "GET /obj-perms HTTP/1.1" 200 5056 0.046373 10.0.0.131 - - [2026-01-22 02:02:19] "GET /obj-perms HTTP/1.1" 200 5056 0.046934 10.0.0.131 - - [2026-01-22 02:02:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.131 - - [2026-01-22 02:02:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.50 - - [2026-01-22 02:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.50 - - [2026-01-22 02:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.38 - - [2026-01-22 02:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.38 - - [2026-01-22 02:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.131 - - [2026-01-22 02:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.131 - - [2026-01-22 02:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.50 - - [2026-01-22 02:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.50 - - [2026-01-22 02:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.38 - - [2026-01-22 02:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.38 - - [2026-01-22 02:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 [Introspect:8084]10.0.0.131 - - [2026-01-22 02:02:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000902 [Introspect:8084]10.0.0.131 - - [2026-01-22 02:02:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3426 0.000955 [Introspect:8084]10.0.0.131 - - [2026-01-22 02:03:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000972 [Introspect:8084]10.0.0.131 - - [2026-01-22 02:03:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3426 0.001162 [Introspect:8084]10.0.0.131 - - [2026-01-22 02:03:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000875 [Introspect:8084]10.0.0.131 - - [2026-01-22 02:03:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3426 0.000826 [Introspect:8084]10.0.0.131 - - [2026-01-22 02:03:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001146 [Introspect:8084]10.0.0.131 - - [2026-01-22 02:03:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001164 [Introspect:8084]10.0.0.131 - - [2026-01-22 02:03:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000878 [Introspect:8084]10.0.0.131 - - [2026-01-22 02:03:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000930 10.0.0.38 - - [2026-01-22 02:05:14] "GET / HTTP/1.1" 200 36215 0.001571 10.0.0.38 - - [2026-01-22 02:05:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.38 - - [2026-01-22 02:05:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.056968 10.0.0.131 - - [2026-01-22 02:05:15] "GET /projects?obj_uuids=1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.067351 10.0.0.131 - - [2026-01-22 02:05:15] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.131 - - [2026-01-22 02:05:15] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.035266 10.0.0.131 - - [2026-01-22 02:05:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.001342 10.0.0.131 - - [2026-01-22 02:05:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.009748 10.0.0.131 - - [2026-01-22 02:05:16] "POST /security-groups HTTP/1.1" 200 589 0.087117 10.0.0.131 - - [2026-01-22 02:05:16] "POST /projects HTTP/1.1" 200 581 0.356170 10.0.0.131 - - [2026-01-22 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.429944 10.0.0.131 - - [2026-01-22 02:05:16] "POST /access-control-lists HTTP/1.1" 200 596 0.064120 10.0.0.38 - - [2026-01-22 02:05:16] "GET /project/1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.663936 10.0.0.38 - - [2026-01-22 02:05:17] "GET / HTTP/1.1" 200 36215 0.002344 10.0.0.131 - - [2026-01-22 02:05:20] "GET /projects?obj_uuids=1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.38 - - [2026-01-22 02:05:20] "GET /project/1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.069804 10.0.0.131 - - [2026-01-22 02:05:20] "GET /projects?obj_uuids=1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.38 - - [2026-01-22 02:05:20] "GET /project/1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0?fields=virtual_networks HTTP/1.1" 200 1040 0.066484 10.0.0.131 - - [2026-01-22 02:05:20] "GET /projects?obj_uuids=1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.38 - - [2026-01-22 02:05:20] "GET /project/1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.061723 10.0.0.131 - - [2026-01-22 02:05:20] "GET /projects?obj_uuids=1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.38 - - [2026-01-22 02:05:20] "GET /project/1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0?fields=security_groups HTTP/1.1" 200 1265 0.048103 10.0.0.131 - - [2026-01-22 02:05:22] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004186 10.0.0.131 - - [2026-01-22 02:05:22] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000823 10.0.0.131 - - [2026-01-22 02:05:22] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007342 10.0.0.131 - - [2026-01-22 02:05:22] "POST /id-to-fqname HTTP/1.1" 200 167 0.002127 10.0.0.131 - - [2026-01-22 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 176 0.005071 10.0.0.131 - - [2026-01-22 02:05:22] "POST /security-groups HTTP/1.1" 200 568 0.088106 10.0.0.131 - - [2026-01-22 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.006663 10.0.0.131 - - [2026-01-22 02:05:22] "POST /projects HTTP/1.1" 200 539 0.326024 10.0.0.131 - - [2026-01-22 02:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.399278 10.0.0.131 - - [2026-01-22 02:05:22] "POST /access-control-lists HTTP/1.1" 200 573 0.039605 10.0.0.38 - - [2026-01-22 02:05:22] "GET /project/8b24c79e-d65a-472e-b9cd-333ea008b48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.576871 [Introspect:8084]10.0.0.38 - - [2026-01-22 02:05:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001091 10.0.0.131 - - [2026-01-22 02:05:24] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001183 10.0.0.38 - - [2026-01-22 02:05:24] "GET /project/8b24c79e-d65a-472e-b9cd-333ea008b48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.060009 10.0.0.131 - - [2026-01-22 02:05:24] "DELETE /project/8b24c79ed65a472eb9cd333ea008b48c HTTP/1.1" 404 173 0.006412 10.0.0.131 - - [2026-01-22 02:05:24] "DELETE /project/1c8c28b97cc44d4dbc076e1876dda1c0 HTTP/1.1" 404 173 0.004755 10.0.0.131 - - [2026-01-22 02:05:24] "GET /projects?obj_uuids=1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000757 10.0.0.131 - - [2026-01-22 02:05:24] "GET /project/1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.089001 10.0.0.131 - - [2026-01-22 02:05:24] "GET /projects?obj_uuids=1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001207 10.0.0.131 - - [2026-01-22 02:05:24] "GET /project/1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0?fields=security_groups HTTP/1.1" 200 1367 0.054603 10.0.0.131 - - [2026-01-22 02:05:24] "DELETE /security-group/b6ad2225-9be7-44f1-a01a-468792bfec87 HTTP/1.1" 200 115 0.063551 10.0.0.131 - - [2026-01-22 02:05:24] "GET /projects?obj_uuids=1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001182 10.0.0.131 - - [2026-01-22 02:05:25] "GET /project/1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0?fields=application_policy_sets HTTP/1.1" 200 1406 0.084958 10.0.0.131 - - [2026-01-22 02:05:25] "DELETE /project/1c8c28b9-7cc4-4d4d-bc07-6e1876dda1c0 HTTP/1.1" 200 115 0.541943 10.0.0.131 - - [2026-01-22 02:05:25] "GET /obj-perms HTTP/1.1" 200 5056 0.057676 [Introspect:8084]10.0.0.38 - - [2026-01-22 02:05:27] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000747 10.0.0.38 - - [2026-01-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 5056 0.048337 10.0.0.38 - - [2026-01-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004170 10.0.0.38 - - [2026-01-22 02:05:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004604 10.0.0.38 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5056 0.003804 10.0.0.38 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5056 0.004359 10.0.0.38 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5056 0.004722 10.0.0.38 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5056 0.004007 10.0.0.38 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5056 0.003975 10.0.0.38 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5056 0.005043 10.0.0.38 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5056 0.005401 10.0.0.38 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5056 0.003756 10.0.0.50 - - [2026-01-22 02:05:28] "GET /obj-perms HTTP/1.1" 200 5056 0.051950 10.0.0.38 - - [2026-01-22 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004247 10.0.0.50 - - [2026-01-22 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004885 10.0.0.131 - - [2026-01-22 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.005371 10.0.0.131 - - [2026-01-22 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004546 10.0.0.38 - - [2026-01-22 02:05:30] "GET /obj-perms HTTP/1.1" 200 5056 0.003829 10.0.0.38 - - [2026-01-22 02:05:30] "GET /obj-perms HTTP/1.1" 200 5056 0.004171 10.0.0.38 - - [2026-01-22 02:05:30] "GET /obj-perms HTTP/1.1" 200 5056 0.004011 10.0.0.38 - - [2026-01-22 02:05:30] "GET /obj-perms HTTP/1.1" 200 5056 0.004265 10.0.0.38 - - [2026-01-22 02:05:31] "GET /obj-perms HTTP/1.1" 200 5056 0.009821 10.0.0.38 - - [2026-01-22 02:05:31] "GET /obj-perms HTTP/1.1" 200 5056 0.004205 10.0.0.38 - - [2026-01-22 02:05:31] "GET /obj-perms HTTP/1.1" 200 5056 0.004166 10.0.0.38 - - [2026-01-22 02:05:31] "GET /obj-perms HTTP/1.1" 200 5056 0.004351 10.0.0.38 - - [2026-01-22 02:05:31] "GET /obj-perms HTTP/1.1" 200 5056 0.004721 10.0.0.38 - - [2026-01-22 02:05:31] "GET /obj-perms HTTP/1.1" 200 5056 0.005243 10.0.0.38 - - [2026-01-22 02:05:34] "GET /obj-perms HTTP/1.1" 200 5056 0.004890 10.0.0.38 - - [2026-01-22 02:05:34] "GET /obj-perms HTTP/1.1" 200 5056 0.004216 10.0.0.38 - - [2026-01-22 02:05:34] "GET /obj-perms HTTP/1.1" 200 5056 0.004067 10.0.0.38 - - [2026-01-22 02:05:34] "GET /obj-perms HTTP/1.1" 200 5056 0.004908 10.0.0.38 - - [2026-01-22 02:05:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004547 10.0.0.38 - - [2026-01-22 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.025831 10.0.0.131 - - [2026-01-22 02:05:36] "GET /projects?obj_uuids=c8dc97ed-4b04-4a88-a520-6486c685e870&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003847 10.0.0.131 - - [2026-01-22 02:05:36] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.131 - - [2026-01-22 02:05:36] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009118 10.0.0.131 - - [2026-01-22 02:05:37] "POST /id-to-fqname HTTP/1.1" 200 201 0.007694 10.0.0.131 - - [2026-01-22 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.006120 10.0.0.131 - - [2026-01-22 02:05:37] "POST /security-groups HTTP/1.1" 200 602 0.088132 10.0.0.131 - - [2026-01-22 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 245 0.004906 10.0.0.131 - - [2026-01-22 02:05:37] "POST /projects HTTP/1.1" 200 607 0.357146 10.0.0.131 - - [2026-01-22 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.440681 10.0.0.131 - - [2026-01-22 02:05:37] "POST /access-control-lists HTTP/1.1" 200 607 0.037423 10.0.0.38 - - [2026-01-22 02:05:37] "GET /project/c8dc97ed-4b04-4a88-a520-6486c685e870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.630004 10.0.0.38 - - [2026-01-22 02:05:38] "GET / HTTP/1.1" 200 36215 0.001809 10.0.0.38 - - [2026-01-22 02:05:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.38 - - [2026-01-22 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.059680 10.0.0.131 - - [2026-01-22 02:05:40] "GET /projects?obj_uuids=c8dc97ed-4b04-4a88-a520-6486c685e870&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000916 10.0.0.38 - - [2026-01-22 02:05:40] "GET /project/c8dc97ed-4b04-4a88-a520-6486c685e870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.061476 10.0.0.131 - - [2026-01-22 02:05:41] "POST /useragent-kv HTTP/1.1" 200 115 0.017764 10.0.0.38 - - [2026-01-22 02:05:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.313506 10.0.0.38 - - [2026-01-22 02:05:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.003661 10.0.0.38 - - [2026-01-22 02:05:41] "GET /virtual-network/d979c204-a0c6-47cc-b892-9c822fb5d97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007990 10.0.0.38 - - [2026-01-22 02:05:41] "GET /virtual-network/d979c204-a0c6-47cc-b892-9c822fb5d97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007160 10.0.0.38 - - [2026-01-22 02:05:41] "POST /neutron/network HTTP/1.1" 200 839 0.009494 10.0.0.38 - - [2026-01-22 02:05:41] "GET /virtual-network/d979c204-a0c6-47cc-b892-9c822fb5d97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009364 10.0.0.38 - - [2026-01-22 02:05:42] "GET /obj-perms HTTP/1.1" 200 5052 0.053493 10.0.0.131 - - [2026-01-22 02:05:43] "GET /obj-perms HTTP/1.1" 200 5052 0.051486 10.0.0.38 - - [2026-01-22 02:05:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001369 10.0.0.131 - - [2026-01-22 02:05:45] "GET /projects?obj_uuids=c8dc97ed-4b04-4a88-a520-6486c685e870&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001271 10.0.0.38 - - [2026-01-22 02:05:45] "GET /project/c8dc97ed-4b04-4a88-a520-6486c685e870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.090326 10.0.0.38 - - [2026-01-22 02:05:46] "POST /neutron/network HTTP/1.1" 200 839 0.030703 10.0.0.38 - - [2026-01-22 02:05:46] "POST /neutron/port HTTP/1.1" 200 117 0.009725 10.0.0.38 - - [2026-01-22 02:05:48] "POST /neutron/port HTTP/1.1" 200 1071 0.056354 10.0.0.38 - - [2026-01-22 02:05:48] "POST /neutron/port HTTP/1.1" 200 1135 0.027418 10.0.0.38 - - [2026-01-22 02:05:48] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.38 - - [2026-01-22 02:05:51] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009812 10.0.0.38 - - [2026-01-22 02:05:58] "POST /neutron/port HTTP/1.1" 200 1135 0.021137 10.0.0.38 - - [2026-01-22 02:05:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004422 10.0.0.38 - - [2026-01-22 02:05:58] "POST /neutron/network HTTP/1.1" 200 839 0.007609 10.0.0.38 - - [2026-01-22 02:05:58] "GET /obj-perms HTTP/1.1" 200 5052 0.005059 10.0.0.38 - - [2026-01-22 02:06:02] "POST /neutron/port HTTP/1.1" 200 1135 0.025302 10.0.0.38 - - [2026-01-22 02:06:03] "POST /neutron/port HTTP/1.1" 200 117 0.068879 10.0.0.131 - - [2026-01-22 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.024868 10.0.0.131 - - [2026-01-22 02:06:05] "GET /projects?obj_uuids=c8dc97ed-4b04-4a88-a520-6486c685e870&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001192 10.0.0.38 - - [2026-01-22 02:06:05] "GET /project/c8dc97ed-4b04-4a88-a520-6486c685e870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.068512 10.0.0.131 - - [2026-01-22 02:06:05] "GET /projects?obj_uuids=c8dc97ed-4b04-4a88-a520-6486c685e870&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002383 10.0.0.38 - - [2026-01-22 02:06:05] "GET /project/c8dc97ed-4b04-4a88-a520-6486c685e870?fields=virtual_networks HTTP/1.1" 200 1067 0.052094 10.0.0.131 - - [2026-01-22 02:06:05] "GET /projects?obj_uuids=c8dc97ed-4b04-4a88-a520-6486c685e870&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001119 10.0.0.38 - - [2026-01-22 02:06:05] "GET /project/c8dc97ed-4b04-4a88-a520-6486c685e870?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.073295 10.0.0.131 - - [2026-01-22 02:06:05] "GET /projects?obj_uuids=c8dc97ed-4b04-4a88-a520-6486c685e870&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001135 10.0.0.38 - - [2026-01-22 02:06:05] "GET /project/c8dc97ed-4b04-4a88-a520-6486c685e870?fields=security_groups HTTP/1.1" 200 1305 0.082398 10.0.0.131 - - [2026-01-22 02:06:06] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001318 10.0.0.38 - - [2026-01-22 02:06:06] "GET /project/8b24c79e-d65a-472e-b9cd-333ea008b48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.079726 10.0.0.131 - - [2026-01-22 02:06:12] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000929 10.0.0.38 - - [2026-01-22 02:06:12] "GET /project/8b24c79e-d65a-472e-b9cd-333ea008b48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.045933 10.0.0.38 - - [2026-01-22 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.035800 10.0.0.131 - - [2026-01-22 02:06:15] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003256 10.0.0.131 - - [2026-01-22 02:06:15] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.131 - - [2026-01-22 02:06:15] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007360 10.0.0.131 - - [2026-01-22 02:06:15] "POST /id-to-fqname HTTP/1.1" 200 202 0.053948 10.0.0.131 - - [2026-01-22 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.003907 10.0.0.131 - - [2026-01-22 02:06:15] "POST /security-groups HTTP/1.1" 200 603 0.035897 10.0.0.131 - - [2026-01-22 02:06:15] "POST /projects HTTP/1.1" 200 609 0.331341 10.0.0.131 - - [2026-01-22 02:06:15] "POST /access-control-lists HTTP/1.1" 200 610 0.033703 10.0.0.131 - - [2026-01-22 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.405390 10.0.0.38 - - [2026-01-22 02:06:16] "GET /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.574606 10.0.0.38 - - [2026-01-22 02:06:17] "GET / HTTP/1.1" 200 36215 0.001576 10.0.0.38 - - [2026-01-22 02:06:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.38 - - [2026-01-22 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.061103 10.0.0.131 - - [2026-01-22 02:06:18] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000812 10.0.0.38 - - [2026-01-22 02:06:18] "GET /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.041538 10.0.0.38 - - [2026-01-22 02:06:18] "POST /neutron/network HTTP/1.1" 200 117 0.037763 10.0.0.38 - - [2026-01-22 02:06:18] "POST /neutron/network HTTP/1.1" 200 921 0.011002 10.0.0.38 - - [2026-01-22 02:06:18] "POST /id-to-fqname HTTP/1.1" 200 275 0.001010 10.0.0.38 - - [2026-01-22 02:06:18] "GET /virtual-network/83b56d52-c9fa-4383-8e35-52abf1f6da02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.007742 10.0.0.38 - - [2026-01-22 02:06:18] "GET /virtual-network/83b56d52-c9fa-4383-8e35-52abf1f6da02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005666 10.0.0.38 - - [2026-01-22 02:06:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.010425 10.0.0.38 - - [2026-01-22 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.131 - - [2026-01-22 02:06:18] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.38 - - [2026-01-22 02:06:18] "GET /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.068428 10.0.0.131 - - [2026-01-22 02:06:18] "POST /route-targets HTTP/1.1" 200 328 0.013963 10.0.0.131 - - [2026-01-22 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.039450 10.0.0.131 - - [2026-01-22 02:06:19] "POST /useragent-kv HTTP/1.1" 200 115 0.010304 10.0.0.38 - - [2026-01-22 02:06:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.215368 10.0.0.38 - - [2026-01-22 02:06:19] "POST /id-to-fqname HTTP/1.1" 200 275 0.001307 10.0.0.38 - - [2026-01-22 02:06:19] "GET /virtual-network/d6be8bd8-0ffc-4f37-bf68-e3f1def2c559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005819 10.0.0.38 - - [2026-01-22 02:06:19] "GET /virtual-network/d6be8bd8-0ffc-4f37-bf68-e3f1def2c559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006874 10.0.0.38 - - [2026-01-22 02:06:19] "POST /neutron/network HTTP/1.1" 200 923 0.007835 10.0.0.38 - - [2026-01-22 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.131 - - [2026-01-22 02:06:19] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.38 - - [2026-01-22 02:06:19] "GET /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.081342 10.0.0.131 - - [2026-01-22 02:06:19] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.38 - - [2026-01-22 02:06:19] "POST /neutron/network HTTP/1.1" 200 705 0.170146 10.0.0.38 - - [2026-01-22 02:06:20] "POST /id-to-fqname HTTP/1.1" 200 276 0.003682 10.0.0.38 - - [2026-01-22 02:06:20] "GET /virtual-network/c8ea235f-72ee-42c5-b1c8-923c09555117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006455 10.0.0.38 - - [2026-01-22 02:06:20] "POST /neutron/network HTTP/1.1" 200 924 0.009626 10.0.0.38 - - [2026-01-22 02:06:20] "GET /virtual-network/c8ea235f-72ee-42c5-b1c8-923c09555117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005661 10.0.0.38 - - [2026-01-22 02:06:20] "POST /id-to-fqname HTTP/1.1" 200 275 0.001137 10.0.0.38 - - [2026-01-22 02:06:20] "POST /neutron/network HTTP/1.1" 200 933 0.006909 10.0.0.131 - - [2026-01-22 02:06:21] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.38 - - [2026-01-22 02:06:21] "GET /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.070713 10.0.0.38 - - [2026-01-22 02:06:21] "POST /neutron/port HTTP/1.1" 200 117 0.006861 10.0.0.38 - - [2026-01-22 02:06:21] "POST /id-to-fqname HTTP/1.1" 200 276 0.001381 10.0.0.38 - - [2026-01-22 02:06:22] "POST /neutron/network HTTP/1.1" 200 933 0.006579 10.0.0.38 - - [2026-01-22 02:06:22] "POST /neutron/port HTTP/1.1" 200 1073 0.020813 10.0.0.38 - - [2026-01-22 02:06:22] "GET /obj-perms HTTP/1.1" 200 5056 0.069971 10.0.0.131 - - [2026-01-22 02:06:22] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002622 10.0.0.38 - - [2026-01-22 02:06:22] "GET /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.170213 10.0.0.38 - - [2026-01-22 02:06:22] "POST /neutron/port HTTP/1.1" 200 1137 0.026782 10.0.0.38 - - [2026-01-22 02:06:22] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.38 - - [2026-01-22 02:06:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008340 10.0.0.131 - - [2026-01-22 02:06:24] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001251 10.0.0.38 - - [2026-01-22 02:06:24] "POST /neutron/port HTTP/1.1" 200 1072 0.409015 10.0.0.38 - - [2026-01-22 02:06:24] "POST /neutron/network HTTP/1.1" 200 923 0.006844 10.0.0.38 - - [2026-01-22 02:06:25] "POST /neutron/port HTTP/1.1" 200 1136 0.044721 10.0.0.38 - - [2026-01-22 02:06:25] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.131 - - [2026-01-22 02:06:25] "DELETE /project/5f8091f60f694324a75c74bbcb8fa813 HTTP/1.1" 404 173 0.006525 10.0.0.131 - - [2026-01-22 02:06:25] "DELETE /project/c8dc97ed4b044a88a5206486c685e870 HTTP/1.1" 404 173 0.003771 10.0.0.131 - - [2026-01-22 02:06:25] "GET /projects?obj_uuids=c8dc97ed-4b04-4a88-a520-6486c685e870&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000756 10.0.0.131 - - [2026-01-22 02:06:25] "GET /project/c8dc97ed-4b04-4a88-a520-6486c685e870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.042614 10.0.0.131 - - [2026-01-22 02:06:25] "GET /projects?obj_uuids=c8dc97ed-4b04-4a88-a520-6486c685e870&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000920 10.0.0.131 - - [2026-01-22 02:06:25] "GET /project/c8dc97ed-4b04-4a88-a520-6486c685e870?fields=security_groups HTTP/1.1" 200 1407 0.054069 10.0.0.131 - - [2026-01-22 02:06:25] "DELETE /security-group/91177a5b-09c7-4cf9-98cd-95135e2fe978 HTTP/1.1" 200 115 0.059717 10.0.0.131 - - [2026-01-22 02:06:25] "GET /projects?obj_uuids=c8dc97ed-4b04-4a88-a520-6486c685e870&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001041 10.0.0.38 - - [2026-01-22 02:06:25] "POST /neutron/port HTTP/1.1" 200 1127 0.034093 10.0.0.131 - - [2026-01-22 02:06:25] "DELETE /access-control-list/18111d85-2769-4235-a531-3d87fbf3210e HTTP/1.1" 200 115 0.053010 10.0.0.131 - - [2026-01-22 02:06:25] "GET /project/c8dc97ed-4b04-4a88-a520-6486c685e870?fields=application_policy_sets HTTP/1.1" 200 1446 0.069267 10.0.0.131 - - [2026-01-22 02:06:25] "DELETE /project/c8dc97ed-4b04-4a88-a520-6486c685e870 HTTP/1.1" 200 115 0.490595 10.0.0.131 - - [2026-01-22 02:06:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006432 10.0.0.131 - - [2026-01-22 02:06:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003908 10.0.0.38 - - [2026-01-22 02:06:27] "POST /neutron/network HTTP/1.1" 200 151 0.151692 10.0.0.131 - - [2026-01-22 02:06:27] "DELETE /route-target/b9b03bd0-eeae-4c8c-a6cf-cb7095d536d3 HTTP/1.1" 200 115 0.032919 10.0.0.38 - - [2026-01-22 02:06:28] "POST /neutron/port HTTP/1.1" 200 1136 0.023661 10.0.0.38 - - [2026-01-22 02:06:29] "POST /neutron/network HTTP/1.1" 200 924 0.008726 10.0.0.38 - - [2026-01-22 02:06:29] "POST /neutron/network HTTP/1.1" 200 895 0.015256 10.0.0.131 - - [2026-01-22 02:06:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003681 10.0.0.131 - - [2026-01-22 02:06:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005586 10.0.0.131 - - [2026-01-22 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005389 10.0.0.38 - - [2026-01-22 02:06:29] "POST /neutron/network HTTP/1.1" 200 151 0.152514 10.0.0.131 - - [2026-01-22 02:06:29] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002028 10.0.0.38 - - [2026-01-22 02:06:29] "GET /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.091775 10.0.0.131 - - [2026-01-22 02:06:29] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000831 10.0.0.38 - - [2026-01-22 02:06:29] "GET /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813?fields=virtual_networks HTTP/1.1" 200 1068 0.051325 10.0.0.131 - - [2026-01-22 02:06:29] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.38 - - [2026-01-22 02:06:29] "GET /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.050958 10.0.0.131 - - [2026-01-22 02:06:29] "GET /projects?obj_uuids=5f8091f6-0f69-4324-a75c-74bbcb8fa813&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.38 - - [2026-01-22 02:06:29] "GET /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813?fields=security_groups HTTP/1.1" 200 1307 0.052126 10.0.0.38 - - [2026-01-22 02:06:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.027622 10.0.0.131 - - [2026-01-22 02:06:30] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003371 10.0.0.131 - - [2026-01-22 02:06:30] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.131 - - [2026-01-22 02:06:30] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006660 10.0.0.131 - - [2026-01-22 02:06:31] "POST /id-to-fqname HTTP/1.1" 200 192 0.006241 10.0.0.131 - - [2026-01-22 02:06:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.004684 10.0.0.131 - - [2026-01-22 02:06:31] "POST /security-groups HTTP/1.1" 200 593 0.031691 10.0.0.131 - - [2026-01-22 02:06:31] "POST /projects HTTP/1.1" 200 589 0.242608 10.0.0.131 - - [2026-01-22 02:06:31] "POST /access-control-lists HTTP/1.1" 200 600 0.034759 10.0.0.131 - - [2026-01-22 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.324635 10.0.0.38 - - [2026-01-22 02:06:31] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.460423 10.0.0.38 - - [2026-01-22 02:06:32] "GET / HTTP/1.1" 200 36215 0.001282 10.0.0.38 - - [2026-01-22 02:06:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.38 - - [2026-01-22 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.055353 10.0.0.131 - - [2026-01-22 02:06:33] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000967 10.0.0.38 - - [2026-01-22 02:06:33] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.048511 10.0.0.131 - - [2026-01-22 02:06:33] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000887 10.0.0.38 - - [2026-01-22 02:06:33] "POST /neutron/network HTTP/1.1" 200 673 0.156600 10.0.0.131 - - [2026-01-22 02:06:33] "POST /route-targets HTTP/1.1" 200 328 0.016818 10.0.0.38 - - [2026-01-22 02:06:33] "POST /id-to-fqname HTTP/1.1" 200 255 0.003308 10.0.0.38 - - [2026-01-22 02:06:33] "GET /virtual-network/c0c4588d-98a0-4115-90ae-4f276749f9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005342 10.0.0.38 - - [2026-01-22 02:06:33] "POST /neutron/network HTTP/1.1" 200 893 0.006451 10.0.0.38 - - [2026-01-22 02:06:33] "GET /virtual-network/c0c4588d-98a0-4115-90ae-4f276749f9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.004957 10.0.0.38 - - [2026-01-22 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.131 - - [2026-01-22 02:06:33] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.38 - - [2026-01-22 02:06:33] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.045638 10.0.0.38 - - [2026-01-22 02:06:34] "POST /neutron/network HTTP/1.1" 200 117 0.013738 10.0.0.131 - - [2026-01-22 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.031260 10.0.0.38 - - [2026-01-22 02:06:34] "POST /neutron/network HTTP/1.1" 200 891 0.010616 10.0.0.38 - - [2026-01-22 02:06:34] "POST /id-to-fqname HTTP/1.1" 200 255 0.000959 10.0.0.38 - - [2026-01-22 02:06:34] "GET /virtual-network/b94efd99-2513-43fb-a381-75edb2cc1d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006008 10.0.0.38 - - [2026-01-22 02:06:34] "GET /virtual-network/b94efd99-2513-43fb-a381-75edb2cc1d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005561 10.0.0.38 - - [2026-01-22 02:06:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.008503 10.0.0.38 - - [2026-01-22 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.131 - - [2026-01-22 02:06:34] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.38 - - [2026-01-22 02:06:34] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.047199 10.0.0.131 - - [2026-01-22 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003679 10.0.0.38 - - [2026-01-22 02:06:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.300299 10.0.0.38 - - [2026-01-22 02:06:35] "POST /id-to-fqname HTTP/1.1" 200 256 0.002373 10.0.0.38 - - [2026-01-22 02:06:35] "GET /virtual-network/9328e75b-f7fa-4310-b77d-b5bf32256abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005540 10.0.0.38 - - [2026-01-22 02:06:35] "GET /virtual-network/9328e75b-f7fa-4310-b77d-b5bf32256abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005391 10.0.0.38 - - [2026-01-22 02:06:35] "POST /neutron/network HTTP/1.1" 200 893 0.007014 10.0.0.38 - - [2026-01-22 02:06:35] "POST /id-to-fqname HTTP/1.1" 200 255 0.001136 10.0.0.131 - - [2026-01-22 02:06:36] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001513 10.0.0.38 - - [2026-01-22 02:06:36] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.099295 10.0.0.38 - - [2026-01-22 02:06:36] "POST /neutron/network HTTP/1.1" 200 891 0.010408 10.0.0.38 - - [2026-01-22 02:06:36] "POST /id-to-fqname HTTP/1.1" 200 256 0.001805 10.0.0.38 - - [2026-01-22 02:06:36] "POST /neutron/port HTTP/1.1" 200 117 0.011830 10.0.0.131 - - [2026-01-22 02:06:37] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002202 10.0.0.38 - - [2026-01-22 02:06:37] "POST /neutron/port HTTP/1.1" 200 1061 0.395430 10.0.0.131 - - [2026-01-22 02:06:37] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001218 10.0.0.38 - - [2026-01-22 02:06:37] "POST /neutron/port HTTP/1.1" 200 1115 0.154380 10.0.0.38 - - [2026-01-22 02:06:37] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.120212 10.0.0.38 - - [2026-01-22 02:06:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004563 10.0.0.38 - - [2026-01-22 02:06:38] "POST /neutron/network HTTP/1.1" 200 891 0.007224 10.0.0.38 - - [2026-01-22 02:06:38] "POST /neutron/port HTTP/1.1" 200 117 0.006407 10.0.0.38 - - [2026-01-22 02:06:39] "POST /neutron/port HTTP/1.1" 200 1061 0.019275 10.0.0.38 - - [2026-01-22 02:06:39] "POST /neutron/port HTTP/1.1" 200 1125 0.023223 10.0.0.38 - - [2026-01-22 02:06:39] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.38 - - [2026-01-22 02:06:40] "POST /neutron/network HTTP/1.1" 400 204 0.016207 10.0.0.38 - - [2026-01-22 02:06:40] "POST /neutron/port HTTP/1.1" 200 151 0.221385 10.0.0.38 - - [2026-01-22 02:06:41] "POST /neutron/port HTTP/1.1" 200 151 0.244956 10.0.0.131 - - [2026-01-22 02:06:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003944 10.0.0.131 - - [2026-01-22 02:06:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003652 10.0.0.131 - - [2026-01-22 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.38 - - [2026-01-22 02:06:42] "POST /neutron/network HTTP/1.1" 200 151 0.145600 10.0.0.38 - - [2026-01-22 02:06:42] "POST /neutron/network HTTP/1.1" 200 893 0.006516 10.0.0.131 - - [2026-01-22 02:06:42] "DELETE /route-target/c360e0ce-e09b-4336-90f5-4f3df5a23972 HTTP/1.1" 200 115 0.035523 10.0.0.131 - - [2026-01-22 02:06:42] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001271 10.0.0.38 - - [2026-01-22 02:06:42] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.057724 10.0.0.131 - - [2026-01-22 02:06:42] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001739 10.0.0.38 - - [2026-01-22 02:06:42] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?fields=virtual_networks HTTP/1.1" 200 1049 0.069630 10.0.0.131 - - [2026-01-22 02:06:42] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.38 - - [2026-01-22 02:06:42] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.050789 10.0.0.131 - - [2026-01-22 02:06:42] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000882 10.0.0.38 - - [2026-01-22 02:06:42] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?fields=security_groups HTTP/1.1" 200 1278 0.049080 10.0.0.38 - - [2026-01-22 02:06:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.028501 10.0.0.131 - - [2026-01-22 02:06:43] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005568 10.0.0.131 - - [2026-01-22 02:06:43] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.131 - - [2026-01-22 02:06:43] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007896 10.0.0.131 - - [2026-01-22 02:06:44] "POST /id-to-fqname HTTP/1.1" 200 198 0.002831 10.0.0.131 - - [2026-01-22 02:06:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.007262 10.0.0.131 - - [2026-01-22 02:06:44] "POST /security-groups HTTP/1.1" 200 599 0.034860 10.0.0.131 - - [2026-01-22 02:06:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.006135 10.0.0.131 - - [2026-01-22 02:06:44] "POST /projects HTTP/1.1" 200 601 0.303862 10.0.0.131 - - [2026-01-22 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.379251 10.0.0.131 - - [2026-01-22 02:06:44] "POST /access-control-lists HTTP/1.1" 200 604 0.045367 10.0.0.38 - - [2026-01-22 02:06:44] "GET /project/ebd53be2-d80f-47e8-b754-35fe46f363ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.553465 10.0.0.38 - - [2026-01-22 02:06:45] "GET / HTTP/1.1" 200 36215 0.001424 10.0.0.38 - - [2026-01-22 02:06:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.38 - - [2026-01-22 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.088513 10.0.0.131 - - [2026-01-22 02:06:46] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.38 - - [2026-01-22 02:06:46] "GET /project/ebd53be2-d80f-47e8-b754-35fe46f363ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.050781 10.0.0.131 - - [2026-01-22 02:06:46] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.38 - - [2026-01-22 02:06:46] "POST /neutron/network HTTP/1.1" 200 691 0.161127 10.0.0.38 - - [2026-01-22 02:06:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.005044 10.0.0.38 - - [2026-01-22 02:06:47] "GET /virtual-network/c012f491-bf16-4291-bfc8-18ee783f4601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005844 10.0.0.38 - - [2026-01-22 02:06:47] "POST /neutron/network HTTP/1.1" 200 911 0.008142 10.0.0.38 - - [2026-01-22 02:06:47] "GET /virtual-network/c012f491-bf16-4291-bfc8-18ee783f4601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.007584 10.0.0.38 - - [2026-01-22 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.131 - - [2026-01-22 02:06:47] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000801 10.0.0.38 - - [2026-01-22 02:06:47] "GET /project/ebd53be2-d80f-47e8-b754-35fe46f363ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.049251 10.0.0.38 - - [2026-01-22 02:06:47] "POST /neutron/network HTTP/1.1" 200 117 0.013884 10.0.0.131 - - [2026-01-22 02:06:47] "POST /route-targets HTTP/1.1" 200 328 0.015478 10.0.0.38 - - [2026-01-22 02:06:47] "POST /neutron/network HTTP/1.1" 200 910 0.009089 10.0.0.38 - - [2026-01-22 02:06:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.000989 10.0.0.38 - - [2026-01-22 02:06:47] "GET /virtual-network/401290be-d081-4649-bda2-d9d854a555a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005138 10.0.0.38 - - [2026-01-22 02:06:47] "GET /virtual-network/401290be-d081-4649-bda2-d9d854a555a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005696 10.0.0.38 - - [2026-01-22 02:06:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.008685 10.0.0.38 - - [2026-01-22 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.131 - - [2026-01-22 02:06:47] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.38 - - [2026-01-22 02:06:47] "GET /project/ebd53be2-d80f-47e8-b754-35fe46f363ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046568 10.0.0.131 - - [2026-01-22 02:06:48] "POST /ref-update HTTP/1.1" 200 156 0.032357 10.0.0.131 - - [2026-01-22 02:06:48] "POST /useragent-kv HTTP/1.1" 200 115 0.012268 10.0.0.38 - - [2026-01-22 02:06:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.258873 10.0.0.38 - - [2026-01-22 02:06:48] "POST /id-to-fqname HTTP/1.1" 200 268 0.001147 10.0.0.38 - - [2026-01-22 02:06:48] "GET /virtual-network/2204c412-9d35-4dc1-9d3f-a20d57ccfa6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.008298 10.0.0.38 - - [2026-01-22 02:06:48] "GET /virtual-network/2204c412-9d35-4dc1-9d3f-a20d57ccfa6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005439 10.0.0.38 - - [2026-01-22 02:06:48] "POST /neutron/network HTTP/1.1" 200 911 0.007763 10.0.0.38 - - [2026-01-22 02:06:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.001118 10.0.0.131 - - [2026-01-22 02:07:23] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.38 - - [2026-01-22 02:07:23] "GET /project/ebd53be2-d80f-47e8-b754-35fe46f363ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.094011 10.0.0.38 - - [2026-01-22 02:07:23] "POST /neutron/network HTTP/1.1" 200 910 0.017618 10.0.0.38 - - [2026-01-22 02:07:23] "POST /id-to-fqname HTTP/1.1" 200 268 0.001174 10.0.0.38 - - [2026-01-22 02:07:23] "POST /neutron/port HTTP/1.1" 200 117 0.008799 10.0.0.131 - - [2026-01-22 02:07:24] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001332 10.0.0.38 - - [2026-01-22 02:07:24] "POST /neutron/port HTTP/1.1" 200 1068 0.449687 10.0.0.131 - - [2026-01-22 02:07:24] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.38 - - [2026-01-22 02:07:24] "GET /project/ebd53be2-d80f-47e8-b754-35fe46f363ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.102380 10.0.0.38 - - [2026-01-22 02:07:25] "POST /neutron/port HTTP/1.1" 200 1122 0.175838 10.0.0.38 - - [2026-01-22 02:07:25] "POST /neutron/port HTTP/1.1" 200 1132 0.053867 10.0.0.38 - - [2026-01-22 02:07:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013854 10.0.0.38 - - [2026-01-22 02:07:25] "POST /neutron/port HTTP/1.1" 200 117 0.016046 10.0.0.131 - - [2026-01-22 02:07:25] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001489 10.0.0.38 - - [2026-01-22 02:07:25] "GET /project/8b24c79e-d65a-472e-b9cd-333ea008b48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.082646 10.0.0.131 - - [2026-01-22 02:07:26] "DELETE /project/5f8091f6-0f69-4324-a75c-74bbcb8fa813 HTTP/1.1" 404 177 0.009935 10.0.0.131 - - [2026-01-22 02:07:26] "DELETE /project/a98c352ee64d4d13b7cc777d9d79c2ba HTTP/1.1" 404 173 0.006192 10.0.0.131 - - [2026-01-22 02:07:26] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000979 10.0.0.131 - - [2026-01-22 02:07:26] "DELETE /project/ebd53be2d80f47e8b75435fe46f363ea HTTP/1.1" 404 173 0.011902 10.0.0.131 - - [2026-01-22 02:07:26] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.090831 10.0.0.131 - - [2026-01-22 02:07:26] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001267 10.0.0.131 - - [2026-01-22 02:07:26] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?fields=security_groups HTTP/1.1" 200 1380 0.080788 10.0.0.131 - - [2026-01-22 02:07:26] "DELETE /security-group/2b3cff6e-ffc4-4a06-b696-86dd62482551 HTTP/1.1" 200 115 0.091642 10.0.0.131 - - [2026-01-22 02:07:26] "GET /projects?obj_uuids=a98c352e-e64d-4d13-b7cc-777d9d79c2ba&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001189 10.0.0.131 - - [2026-01-22 02:07:26] "DELETE /access-control-list/8f292057-940c-4b71-9af4-7b597902f2e6 HTTP/1.1" 200 115 0.069327 10.0.0.131 - - [2026-01-22 02:07:26] "GET /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba?fields=application_policy_sets HTTP/1.1" 200 1419 0.084032 10.0.0.38 - - [2026-01-22 02:07:26] "POST /neutron/port HTTP/1.1" 200 1067 0.056242 10.0.0.38 - - [2026-01-22 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007327 10.0.0.38 - - [2026-01-22 02:07:26] "GET /security-group/58b3f426-5b73-43a8-b657-54743702cf0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.007678 10.0.0.38 - - [2026-01-22 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.011269 10.0.0.131 - - [2026-01-22 02:07:26] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001325 10.0.0.131 - - [2026-01-22 02:07:26] "DELETE /project/a98c352e-e64d-4d13-b7cc-777d9d79c2ba HTTP/1.1" 200 115 0.670282 10.0.0.38 - - [2026-01-22 02:07:27] "GET /project/8b24c79e-d65a-472e-b9cd-333ea008b48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.099745 10.0.0.38 - - [2026-01-22 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.012983 10.0.0.38 - - [2026-01-22 02:07:27] "POST /neutron/port HTTP/1.1" 200 1131 0.038965 10.0.0.38 - - [2026-01-22 02:07:27] "GET /security-group/58b3f426-5b73-43a8-b657-54743702cf0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.012652 10.0.0.38 - - [2026-01-22 02:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006216 10.0.0.38 - - [2026-01-22 02:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.002644 10.0.0.38 - - [2026-01-22 02:07:27] "PUT /security-group/58b3f426-5b73-43a8-b657-54743702cf0d HTTP/1.1" 200 263 0.064078 10.0.0.131 - - [2026-01-22 02:07:27] "PUT /access-control-list/9a7d00b6-bf51-4ce5-9cbe-6a8beb72e68b HTTP/1.1" 200 273 0.040191 10.0.0.38 - - [2026-01-22 02:07:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.005740 10.0.0.38 - - [2026-01-22 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008508 10.0.0.131 - - [2026-01-22 02:07:28] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341 10.0.0.38 - - [2026-01-22 02:07:28] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008009 10.0.0.38 - - [2026-01-22 02:07:28] "POST /service-templates HTTP/1.1" 200 545 0.068354 10.0.0.38 - - [2026-01-22 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228 10.0.0.38 - - [2026-01-22 02:07:28] "GET /service-template/61b47f0d-dbc2-4414-8e5b-6bab39096ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.011595 10.0.0.38 - - [2026-01-22 02:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005667 10.0.0.38 - - [2026-01-22 02:07:28] "GET /service-template/61b47f0d-dbc2-4414-8e5b-6bab39096ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005897 10.0.0.38 - - [2026-01-22 02:07:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.001532 10.0.0.38 - - [2026-01-22 02:07:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.001291 10.0.0.38 - - [2026-01-22 02:07:28] "POST /id-to-fqname HTTP/1.1" 200 268 0.002486 10.0.0.38 - - [2026-01-22 02:07:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014299 10.0.0.38 - - [2026-01-22 02:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006428 10.0.0.38 - - [2026-01-22 02:07:29] "DELETE /service-template/61b47f0d-dbc2-4414-8e5b-6bab39096ea0 HTTP/1.1" 200 115 0.056212 10.0.0.38 - - [2026-01-22 02:07:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.009714 10.0.0.131 - - [2026-01-22 02:07:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.131 - - [2026-01-22 02:07:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2026-01-22 02:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.50 - - [2026-01-22 02:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.38 - - [2026-01-22 02:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.38 - - [2026-01-22 02:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.131 - - [2026-01-22 02:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.002355 10.0.0.131 - - [2026-01-22 02:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.50 - - [2026-01-22 02:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.50 - - [2026-01-22 02:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000659 10.0.0.38 - - [2026-01-22 02:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.38 - - [2026-01-22 02:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-01-22 02:07:33] "POST /neutron/network HTTP/1.1" 200 910 0.010026 10.0.0.38 - - [2026-01-22 02:07:35] "POST /neutron/network HTTP/1.1" 400 204 0.029636 10.0.0.38 - - [2026-01-22 02:07:40] "POST /neutron/network HTTP/1.1" 200 910 0.016145 10.0.0.38 - - [2026-01-22 02:07:42] "POST /neutron/network HTTP/1.1" 400 204 0.018893 10.0.0.38 - - [2026-01-22 02:07:46] "POST /neutron/network HTTP/1.1" 200 910 0.007256 10.0.0.38 - - [2026-01-22 02:07:48] "POST /neutron/network HTTP/1.1" 400 204 0.021076 10.0.0.38 - - [2026-01-22 02:07:52] "POST /neutron/network HTTP/1.1" 200 910 0.007987 10.0.0.38 - - [2026-01-22 02:07:54] "POST /neutron/network HTTP/1.1" 400 204 0.014548 10.0.0.38 - - [2026-01-22 02:07:58] "POST /neutron/network HTTP/1.1" 200 910 0.009286 10.0.0.38 - - [2026-01-22 02:08:00] "POST /neutron/network HTTP/1.1" 400 204 0.017503 10.0.0.38 - - [2026-01-22 02:08:04] "POST /neutron/network HTTP/1.1" 200 910 0.007282 10.0.0.38 - - [2026-01-22 02:08:06] "POST /neutron/network HTTP/1.1" 400 204 0.014838 10.0.0.38 - - [2026-01-22 02:08:10] "POST /neutron/network HTTP/1.1" 200 910 0.009374 10.0.0.38 - - [2026-01-22 02:08:12] "POST /neutron/network HTTP/1.1" 400 204 0.016796 10.0.0.38 - - [2026-01-22 02:08:17] "POST /neutron/network HTTP/1.1" 200 910 0.008475 10.0.0.38 - - [2026-01-22 02:08:18] "POST /neutron/port HTTP/1.1" 200 1122 0.025934 10.0.0.131 - - [2026-01-22 02:08:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003203 10.0.0.131 - - [2026-01-22 02:08:19] "POST /useragent-kv HTTP/1.1" 200 115 0.008920 10.0.0.38 - - [2026-01-22 02:08:19] "POST /neutron/network HTTP/1.1" 200 151 0.145131 10.0.0.38 - - [2026-01-22 02:08:19] "POST /neutron/port HTTP/1.1" 200 117 0.008209 10.0.0.38 - - [2026-01-22 02:08:22] "POST /neutron/port HTTP/1.1" 200 1131 0.018877 10.0.0.38 - - [2026-01-22 02:08:22] "POST /neutron/port HTTP/1.1" 200 117 0.012216 10.0.0.131 - - [2026-01-22 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.38 - - [2026-01-22 02:08:23] "POST /neutron/network HTTP/1.1" 200 911 0.006906 10.0.0.131 - - [2026-01-22 02:08:23] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.131 - - [2026-01-22 02:08:23] "DELETE /route-target/b8333d12-1e7f-463c-9327-4cf6b9d19d04 HTTP/1.1" 200 115 0.038627 10.0.0.38 - - [2026-01-22 02:08:23] "GET /project/ebd53be2-d80f-47e8-b754-35fe46f363ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.058969 10.0.0.131 - - [2026-01-22 02:08:23] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.38 - - [2026-01-22 02:08:23] "GET /project/ebd53be2-d80f-47e8-b754-35fe46f363ea?fields=virtual_networks HTTP/1.1" 200 1061 0.045591 10.0.0.131 - - [2026-01-22 02:08:23] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.38 - - [2026-01-22 02:08:23] "GET /project/ebd53be2-d80f-47e8-b754-35fe46f363ea?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.058226 10.0.0.131 - - [2026-01-22 02:08:24] "GET /projects?obj_uuids=ebd53be2-d80f-47e8-b754-35fe46f363ea&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.38 - - [2026-01-22 02:08:24] "GET /project/ebd53be2-d80f-47e8-b754-35fe46f363ea?fields=security_groups HTTP/1.1" 200 1296 0.057721 10.0.0.50 - - [2026-01-22 02:08:24] "GET /obj-perms HTTP/1.1" 200 5056 0.064281 10.0.0.38 - - [2026-01-22 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.030756 10.0.0.131 - - [2026-01-22 02:08:25] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003268 10.0.0.131 - - [2026-01-22 02:08:25] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000827 10.0.0.131 - - [2026-01-22 02:08:25] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007290 10.0.0.131 - - [2026-01-22 02:08:25] "POST /id-to-fqname HTTP/1.1" 200 191 0.007880 10.0.0.131 - - [2026-01-22 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.005347 10.0.0.131 - - [2026-01-22 02:08:26] "POST /security-groups HTTP/1.1" 200 592 0.077756 10.0.0.131 - - [2026-01-22 02:08:26] "POST /projects HTTP/1.1" 200 587 0.321154 10.0.0.131 - - [2026-01-22 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.358121 10.0.0.131 - - [2026-01-22 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.007550 10.0.0.38 - - [2026-01-22 02:08:26] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.504703 10.0.0.131 - - [2026-01-22 02:08:26] "DELETE /access-control-list/f54a3e03-8640-4127-b6be-697f643aff86 HTTP/1.1" 200 115 0.063455 10.0.0.131 - - [2026-01-22 02:08:27] "DELETE /project/5fe28817d0934dc2a547cb4e0d8be345 HTTP/1.1" 404 173 0.006906 10.0.0.131 - - [2026-01-22 02:08:27] "DELETE /project/ebd53be2-d80f-47e8-b754-35fe46f363ea HTTP/1.1" 404 177 0.006294 10.0.0.38 - - [2026-01-22 02:08:27] "GET / HTTP/1.1" 200 36215 0.001417 10.0.0.38 - - [2026-01-22 02:08:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2026-01-22 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.031184 10.0.0.131 - - [2026-01-22 02:08:28] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.38 - - [2026-01-22 02:08:28] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.050246 10.0.0.131 - - [2026-01-22 02:08:28] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001243 10.0.0.38 - - [2026-01-22 02:08:28] "POST /neutron/network HTTP/1.1" 200 670 0.189834 10.0.0.38 - - [2026-01-22 02:08:28] "POST /id-to-fqname HTTP/1.1" 200 253 0.003313 10.0.0.38 - - [2026-01-22 02:08:28] "GET /virtual-network/9712de2c-d838-4d56-a490-b121d1fa4209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005977 10.0.0.38 - - [2026-01-22 02:08:28] "POST /neutron/network HTTP/1.1" 200 889 0.007751 10.0.0.38 - - [2026-01-22 02:08:28] "GET /virtual-network/9712de2c-d838-4d56-a490-b121d1fa4209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005693 10.0.0.38 - - [2026-01-22 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.131 - - [2026-01-22 02:08:29] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001275 10.0.0.38 - - [2026-01-22 02:08:29] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.065553 10.0.0.38 - - [2026-01-22 02:08:29] "POST /neutron/network HTTP/1.1" 200 117 0.021560 10.0.0.131 - - [2026-01-22 02:08:29] "POST /route-targets HTTP/1.1" 200 328 0.016649 10.0.0.38 - - [2026-01-22 02:08:29] "POST /neutron/network HTTP/1.1" 200 890 0.011212 10.0.0.38 - - [2026-01-22 02:08:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.001193 10.0.0.38 - - [2026-01-22 02:08:29] "GET /virtual-network/1a24f522-667e-4cda-b1c3-25ea24de2c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005092 10.0.0.38 - - [2026-01-22 02:08:29] "GET /virtual-network/1a24f522-667e-4cda-b1c3-25ea24de2c0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.007017 10.0.0.38 - - [2026-01-22 02:08:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.011636 10.0.0.38 - - [2026-01-22 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.131 - - [2026-01-22 02:08:29] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.38 - - [2026-01-22 02:08:29] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.061044 10.0.0.131 - - [2026-01-22 02:08:30] "POST /ref-update HTTP/1.1" 200 156 0.032660 10.0.0.131 - - [2026-01-22 02:08:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008468 10.0.0.38 - - [2026-01-22 02:08:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.218990 10.0.0.38 - - [2026-01-22 02:08:30] "POST /id-to-fqname HTTP/1.1" 200 254 0.001576 10.0.0.38 - - [2026-01-22 02:08:30] "GET /virtual-network/02926c7a-cc76-4124-8eb2-b8153b3c00bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006224 10.0.0.38 - - [2026-01-22 02:08:30] "GET /virtual-network/02926c7a-cc76-4124-8eb2-b8153b3c00bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006579 10.0.0.38 - - [2026-01-22 02:08:30] "POST /neutron/network HTTP/1.1" 200 891 0.008957 10.0.0.38 - - [2026-01-22 02:08:30] "POST /id-to-fqname HTTP/1.1" 200 253 0.001712 10.0.0.131 - - [2026-01-22 02:08:31] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000904 10.0.0.38 - - [2026-01-22 02:08:31] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.078737 10.0.0.38 - - [2026-01-22 02:08:31] "POST /neutron/network HTTP/1.1" 200 890 0.006814 10.0.0.38 - - [2026-01-22 02:08:31] "POST /id-to-fqname HTTP/1.1" 200 254 0.001821 10.0.0.38 - - [2026-01-22 02:08:31] "POST /neutron/port HTTP/1.1" 200 117 0.013067 10.0.0.131 - - [2026-01-22 02:08:31] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000936 10.0.0.38 - - [2026-01-22 02:08:32] "POST /neutron/port HTTP/1.1" 200 1062 0.340721 10.0.0.38 - - [2026-01-22 02:08:32] "POST /neutron/port HTTP/1.1" 200 1116 0.122498 10.0.0.131 - - [2026-01-22 02:08:32] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.38 - - [2026-01-22 02:08:32] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.085105 10.0.0.38 - - [2026-01-22 02:08:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004703 10.0.0.38 - - [2026-01-22 02:08:32] "POST /neutron/network HTTP/1.1" 200 890 0.010566 10.0.0.38 - - [2026-01-22 02:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.006958 10.0.0.38 - - [2026-01-22 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.006382 10.0.0.38 - - [2026-01-22 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.131 - - [2026-01-22 02:08:33] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001867 10.0.0.38 - - [2026-01-22 02:08:33] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010912 10.0.0.38 - - [2026-01-22 02:08:33] "POST /neutron/port HTTP/1.1" 200 1061 0.030537 10.0.0.38 - - [2026-01-22 02:08:33] "POST /service-templates HTTP/1.1" 200 545 0.044869 10.0.0.38 - - [2026-01-22 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.38 - - [2026-01-22 02:08:33] "GET /service-template/4b89eb25-c66e-4f66-930a-3f0c66b56ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.012188 10.0.0.38 - - [2026-01-22 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.38 - - [2026-01-22 02:08:33] "GET /service-template/4b89eb25-c66e-4f66-930a-3f0c66b56ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004693 10.0.0.38 - - [2026-01-22 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 253 0.001595 10.0.0.38 - - [2026-01-22 02:08:33] "POST /neutron/port HTTP/1.1" 200 1125 0.032028 10.0.0.38 - - [2026-01-22 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 253 0.001868 10.0.0.38 - - [2026-01-22 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 254 0.001205 10.0.0.38 - - [2026-01-22 02:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.000957 10.0.0.38 - - [2026-01-22 02:08:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008370 10.0.0.38 - - [2026-01-22 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.38 - - [2026-01-22 02:08:34] "DELETE /service-template/4b89eb25-c66e-4f66-930a-3f0c66b56ea2 HTTP/1.1" 200 115 0.037976 10.0.0.38 - - [2026-01-22 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.004212 10.0.0.38 - - [2026-01-22 02:08:37] "POST /neutron/port HTTP/1.1" 200 1125 0.016197 10.0.0.38 - - [2026-01-22 02:08:37] "POST /neutron/port HTTP/1.1" 200 1126 0.038762 10.0.0.38 - - [2026-01-22 02:08:38] "POST /neutron/network HTTP/1.1" 200 890 0.008916 10.0.0.131 - - [2026-01-22 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006283 10.0.0.131 - - [2026-01-22 02:08:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004087 10.0.0.131 - - [2026-01-22 02:08:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003951 10.0.0.38 - - [2026-01-22 02:08:39] "POST /neutron/network HTTP/1.1" 200 151 0.172833 10.0.0.131 - - [2026-01-22 02:08:39] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002624 10.0.0.131 - - [2026-01-22 02:08:39] "DELETE /route-target/dfa3505d-9c4f-4d12-9fef-e70b52058083 HTTP/1.1" 200 115 0.036222 10.0.0.38 - - [2026-01-22 02:08:39] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.049969 10.0.0.131 - - [2026-01-22 02:08:39] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000836 10.0.0.38 - - [2026-01-22 02:08:39] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?fields=virtual_networks HTTP/1.1" 200 1046 0.039073 10.0.0.131 - - [2026-01-22 02:08:39] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.38 - - [2026-01-22 02:08:39] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.048325 10.0.0.131 - - [2026-01-22 02:08:39] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.38 - - [2026-01-22 02:08:39] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?fields=security_groups HTTP/1.1" 200 1274 0.048747 10.0.0.38 - - [2026-01-22 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.032109 10.0.0.131 - - [2026-01-22 02:08:40] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003870 10.0.0.131 - - [2026-01-22 02:08:40] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002091 10.0.0.131 - - [2026-01-22 02:08:40] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.013085 10.0.0.131 - - [2026-01-22 02:08:40] "POST /id-to-fqname HTTP/1.1" 200 195 0.004756 10.0.0.131 - - [2026-01-22 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 204 0.020500 10.0.0.131 - - [2026-01-22 02:08:40] "POST /security-groups HTTP/1.1" 200 596 0.036826 10.0.0.131 - - [2026-01-22 02:08:40] "POST /projects HTTP/1.1" 200 595 0.267507 10.0.0.131 - - [2026-01-22 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.304796 10.0.0.131 - - [2026-01-22 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 238 0.018555 10.0.0.38 - - [2026-01-22 02:08:40] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.494431 10.0.0.38 - - [2026-01-22 02:08:42] "GET / HTTP/1.1" 200 36215 0.002304 10.0.0.38 - - [2026-01-22 02:08:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000577 10.0.0.38 - - [2026-01-22 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.064149 10.0.0.131 - - [2026-01-22 02:08:42] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001168 10.0.0.38 - - [2026-01-22 02:08:42] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044616 10.0.0.38 - - [2026-01-22 02:08:43] "POST /neutron/network HTTP/1.1" 200 117 0.041302 10.0.0.131 - - [2026-01-22 02:08:43] "POST /ref-update HTTP/1.1" 200 156 0.036309 10.0.0.131 - - [2026-01-22 02:08:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.131 - - [2026-01-22 02:08:43] "POST /useragent-kv HTTP/1.1" 200 115 0.018857 10.0.0.38 - - [2026-01-22 02:08:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.279246 10.0.0.38 - - [2026-01-22 02:08:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.001328 10.0.0.38 - - [2026-01-22 02:08:43] "GET /virtual-network/620cccbb-aa70-4c91-8255-b505f6fc3234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.007566 10.0.0.38 - - [2026-01-22 02:08:44] "GET /virtual-network/620cccbb-aa70-4c91-8255-b505f6fc3234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006246 10.0.0.38 - - [2026-01-22 02:08:44] "POST /neutron/network HTTP/1.1" 200 1076 0.008549 10.0.0.38 - - [2026-01-22 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.131 - - [2026-01-22 02:08:44] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000819 10.0.0.38 - - [2026-01-22 02:08:44] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068558 10.0.0.38 - - [2026-01-22 02:08:44] "POST /neutron/network HTTP/1.1" 200 117 0.014957 10.0.0.131 - - [2026-01-22 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.034552 10.0.0.131 - - [2026-01-22 02:08:44] "POST /useragent-kv HTTP/1.1" 200 115 0.018085 10.0.0.38 - - [2026-01-22 02:08:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.247442 10.0.0.38 - - [2026-01-22 02:08:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001219 10.0.0.38 - - [2026-01-22 02:08:45] "GET /virtual-network/dedd9163-3dda-4d75-8ab7-03c4c71d02d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.004754 10.0.0.38 - - [2026-01-22 02:08:45] "GET /virtual-network/dedd9163-3dda-4d75-8ab7-03c4c71d02d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005968 10.0.0.38 - - [2026-01-22 02:08:45] "POST /neutron/network HTTP/1.1" 200 1075 0.010334 10.0.0.38 - - [2026-01-22 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.131 - - [2026-01-22 02:08:45] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000961 10.0.0.38 - - [2026-01-22 02:08:45] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065715 10.0.0.38 - - [2026-01-22 02:08:45] "POST /neutron/network HTTP/1.1" 200 117 0.020552 10.0.0.131 - - [2026-01-22 02:08:45] "POST /route-targets HTTP/1.1" 200 328 0.014048 10.0.0.131 - - [2026-01-22 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.005227 10.0.0.131 - - [2026-01-22 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.018830 10.0.0.38 - - [2026-01-22 02:08:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.209762 10.0.0.38 - - [2026-01-22 02:08:46] "POST /id-to-fqname HTTP/1.1" 200 262 0.001271 10.0.0.38 - - [2026-01-22 02:08:46] "GET /virtual-network/8c045303-765c-45e6-9b8b-9ba3822620bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005498 10.0.0.38 - - [2026-01-22 02:08:46] "GET /virtual-network/8c045303-765c-45e6-9b8b-9ba3822620bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005650 10.0.0.38 - - [2026-01-22 02:08:46] "POST /neutron/network HTTP/1.1" 200 1076 0.009453 10.0.0.38 - - [2026-01-22 02:08:46] "POST /id-to-fqname HTTP/1.1" 200 261 0.001215 10.0.0.38 - - [2026-01-22 02:08:46] "POST /neutron/network HTTP/1.1" 200 1085 0.007488 10.0.0.131 - - [2026-01-22 02:08:47] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000909 10.0.0.38 - - [2026-01-22 02:08:47] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.083764 10.0.0.38 - - [2026-01-22 02:08:47] "POST /neutron/port HTTP/1.1" 200 117 0.005919 10.0.0.38 - - [2026-01-22 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 262 0.001291 10.0.0.38 - - [2026-01-22 02:08:47] "POST /neutron/network HTTP/1.1" 200 1085 0.010175 10.0.0.38 - - [2026-01-22 02:08:48] "POST /neutron/port HTTP/1.1" 200 1172 0.025089 10.0.0.131 - - [2026-01-22 02:08:48] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000929 10.0.0.38 - - [2026-01-22 02:08:48] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.081483 10.0.0.38 - - [2026-01-22 02:08:48] "POST /neutron/port HTTP/1.1" 200 1236 0.037706 10.0.0.38 - - [2026-01-22 02:08:48] "POST /neutron/port HTTP/1.1" 200 1236 0.024322 10.0.0.38 - - [2026-01-22 02:08:48] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008168 10.0.0.38 - - [2026-01-22 02:08:48] "POST /neutron/port HTTP/1.1" 200 117 0.007063 10.0.0.38 - - [2026-01-22 02:08:49] "POST /neutron/port HTTP/1.1" 200 1171 0.022430 10.0.0.38 - - [2026-01-22 02:08:50] "POST /neutron/port HTTP/1.1" 200 1235 0.023188 10.0.0.38 - - [2026-01-22 02:08:50] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014798 10.0.0.38 - - [2026-01-22 02:08:50] "POST /neutron/network HTTP/1.1" 200 1076 0.009270 10.0.0.38 - - [2026-01-22 02:08:50] "POST /neutron/port HTTP/1.1" 200 1236 0.019675 10.0.0.38 - - [2026-01-22 02:08:51] "POST /neutron/port HTTP/1.1" 200 1235 0.018032 10.0.0.38 - - [2026-01-22 02:08:52] "POST /neutron/network HTTP/1.1" 200 1075 0.013007 10.0.0.131 - - [2026-01-22 02:08:52] "DELETE /route-target/8c296d6a-7b72-45ee-b060-f03e218dc930 HTTP/1.1" 200 115 0.040267 10.0.0.38 - - [2026-01-22 02:08:52] "POST /neutron/network HTTP/1.1" 200 1076 0.023842 10.0.0.131 - - [2026-01-22 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003893 10.0.0.131 - - [2026-01-22 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002106 10.0.0.131 - - [2026-01-22 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.131 - - [2026-01-22 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.131 - - [2026-01-22 02:08:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003696 10.0.0.38 - - [2026-01-22 02:08:53] "POST /neutron/network HTTP/1.1" 200 151 0.152750 10.0.0.131 - - [2026-01-22 02:08:53] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000985 10.0.0.38 - - [2026-01-22 02:08:53] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.096898 10.0.0.131 - - [2026-01-22 02:08:53] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001021 10.0.0.38 - - [2026-01-22 02:08:53] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?fields=virtual_networks HTTP/1.1" 200 1053 0.043180 10.0.0.131 - - [2026-01-22 02:08:53] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001300 10.0.0.38 - - [2026-01-22 02:08:53] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.049083 10.0.0.131 - - [2026-01-22 02:08:53] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000914 10.0.0.38 - - [2026-01-22 02:08:53] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?fields=security_groups HTTP/1.1" 200 1285 0.041749 10.0.0.38 - - [2026-01-22 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.035031 10.0.0.131 - - [2026-01-22 02:08:54] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004384 10.0.0.131 - - [2026-01-22 02:08:54] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.131 - - [2026-01-22 02:08:54] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009314 10.0.0.131 - - [2026-01-22 02:08:54] "POST /id-to-fqname HTTP/1.1" 200 198 0.004288 10.0.0.131 - - [2026-01-22 02:08:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.008662 10.0.0.131 - - [2026-01-22 02:08:54] "POST /security-groups HTTP/1.1" 200 599 0.081824 10.0.0.131 - - [2026-01-22 02:08:54] "POST /projects HTTP/1.1" 200 601 0.329724 10.0.0.131 - - [2026-01-22 02:08:54] "POST /access-control-lists HTTP/1.1" 200 606 0.029095 10.0.0.131 - - [2026-01-22 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.404908 10.0.0.38 - - [2026-01-22 02:08:54] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.570743 10.0.0.38 - - [2026-01-22 02:08:56] "GET / HTTP/1.1" 200 36215 0.001432 10.0.0.38 - - [2026-01-22 02:08:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.38 - - [2026-01-22 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.068572 10.0.0.131 - - [2026-01-22 02:08:56] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.38 - - [2026-01-22 02:08:56] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.050983 10.0.0.131 - - [2026-01-22 02:08:57] "POST /route-targets HTTP/1.1" 200 328 0.014083 10.0.0.131 - - [2026-01-22 02:08:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007769 10.0.0.38 - - [2026-01-22 02:08:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.240428 10.0.0.38 - - [2026-01-22 02:08:57] "POST /id-to-fqname HTTP/1.1" 200 267 0.001217 10.0.0.38 - - [2026-01-22 02:08:57] "GET /virtual-network/b9f53525-a121-408f-80b9-66eb4c1ad577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005492 10.0.0.38 - - [2026-01-22 02:08:57] "GET /virtual-network/b9f53525-a121-408f-80b9-66eb4c1ad577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005134 10.0.0.38 - - [2026-01-22 02:08:57] "POST /neutron/network HTTP/1.1" 200 909 0.006584 10.0.0.38 - - [2026-01-22 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.131 - - [2026-01-22 02:08:57] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.38 - - [2026-01-22 02:08:57] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.045215 10.0.0.131 - - [2026-01-22 02:08:57] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.38 - - [2026-01-22 02:08:57] "POST /neutron/network HTTP/1.1" 200 691 0.120099 10.0.0.131 - - [2026-01-22 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.026750 10.0.0.38 - - [2026-01-22 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 267 0.003323 10.0.0.38 - - [2026-01-22 02:08:58] "GET /virtual-network/ffac5e80-4da7-4881-b52c-5fd1ca42b9d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006529 10.0.0.38 - - [2026-01-22 02:08:58] "POST /neutron/network HTTP/1.1" 200 911 0.006714 10.0.0.38 - - [2026-01-22 02:08:58] "GET /virtual-network/ffac5e80-4da7-4881-b52c-5fd1ca42b9d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005471 10.0.0.38 - - [2026-01-22 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.131 - - [2026-01-22 02:08:58] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.38 - - [2026-01-22 02:08:58] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.066833 10.0.0.38 - - [2026-01-22 02:08:58] "POST /neutron/network HTTP/1.1" 200 117 0.014266 10.0.0.38 - - [2026-01-22 02:08:58] "POST /neutron/network HTTP/1.1" 200 913 0.008220 10.0.0.38 - - [2026-01-22 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 268 0.001255 10.0.0.38 - - [2026-01-22 02:08:58] "GET /virtual-network/85535c76-eabf-4836-912b-5b1414207c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.008417 10.0.0.38 - - [2026-01-22 02:08:58] "GET /virtual-network/85535c76-eabf-4836-912b-5b1414207c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005537 10.0.0.38 - - [2026-01-22 02:08:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.012687 10.0.0.38 - - [2026-01-22 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 267 0.001070 10.0.0.131 - - [2026-01-22 02:08:59] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.38 - - [2026-01-22 02:08:59] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.062581 10.0.0.38 - - [2026-01-22 02:08:59] "POST /neutron/port HTTP/1.1" 200 117 0.007827 10.0.0.38 - - [2026-01-22 02:09:00] "POST /id-to-fqname HTTP/1.1" 200 268 0.001439 10.0.0.38 - - [2026-01-22 02:09:00] "POST /neutron/network HTTP/1.1" 200 923 0.007089 10.0.0.38 - - [2026-01-22 02:09:00] "POST /neutron/port HTTP/1.1" 200 1069 0.019390 10.0.0.131 - - [2026-01-22 02:09:01] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.38 - - [2026-01-22 02:09:01] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.135046 10.0.0.38 - - [2026-01-22 02:09:01] "POST /neutron/port HTTP/1.1" 200 1133 0.033523 10.0.0.38 - - [2026-01-22 02:09:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.011091 10.0.0.38 - - [2026-01-22 02:09:01] "POST /neutron/port HTTP/1.1" 200 1133 0.026425 10.0.0.38 - - [2026-01-22 02:09:01] "POST /neutron/network HTTP/1.1" 200 923 0.009061 10.0.0.38 - - [2026-01-22 02:09:02] "POST /neutron/port HTTP/1.1" 200 1069 0.027944 10.0.0.38 - - [2026-01-22 02:09:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004544 10.0.0.38 - - [2026-01-22 02:09:02] "POST /neutron/network HTTP/1.1" 200 913 0.008963 10.0.0.38 - - [2026-01-22 02:09:03] "POST /neutron/port HTTP/1.1" 200 1133 0.025549 10.0.0.38 - - [2026-01-22 02:09:03] "POST /neutron/port HTTP/1.1" 200 1133 0.022076 10.0.0.38 - - [2026-01-22 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.009142 10.0.0.131 - - [2026-01-22 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007421 10.0.0.38 - - [2026-01-22 02:09:05] "POST /neutron/network HTTP/1.1" 200 913 0.008305 10.0.0.131 - - [2026-01-22 02:09:05] "DELETE /route-target/236feb78-0bc2-4d27-80fa-84ad7682f491 HTTP/1.1" 200 115 0.028116 10.0.0.131 - - [2026-01-22 02:09:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008307 10.0.0.131 - - [2026-01-22 02:09:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003202 10.0.0.38 - - [2026-01-22 02:09:05] "POST /neutron/network HTTP/1.1" 200 151 0.154722 10.0.0.131 - - [2026-01-22 02:09:05] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.38 - - [2026-01-22 02:09:05] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.097308 10.0.0.131 - - [2026-01-22 02:09:05] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003357 10.0.0.38 - - [2026-01-22 02:09:05] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?fields=virtual_networks HTTP/1.1" 200 1060 0.072915 10.0.0.131 - - [2026-01-22 02:09:05] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.38 - - [2026-01-22 02:09:05] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.071275 10.0.0.131 - - [2026-01-22 02:09:06] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.38 - - [2026-01-22 02:09:06] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?fields=security_groups HTTP/1.1" 200 1295 0.047588 10.0.0.38 - - [2026-01-22 02:09:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.028977 10.0.0.131 - - [2026-01-22 02:09:07] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004161 10.0.0.131 - - [2026-01-22 02:09:07] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001568 10.0.0.131 - - [2026-01-22 02:09:07] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009658 10.0.0.131 - - [2026-01-22 02:09:07] "POST /id-to-fqname HTTP/1.1" 200 195 0.001189 10.0.0.131 - - [2026-01-22 02:09:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.002604 10.0.0.131 - - [2026-01-22 02:09:07] "POST /security-groups HTTP/1.1" 200 596 0.036035 10.0.0.131 - - [2026-01-22 02:09:07] "POST /fqname-to-id HTTP/1.1" 404 239 0.007841 10.0.0.131 - - [2026-01-22 02:09:07] "POST /projects HTTP/1.1" 200 595 0.257488 10.0.0.131 - - [2026-01-22 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.331175 10.0.0.131 - - [2026-01-22 02:09:07] "POST /access-control-lists HTTP/1.1" 200 601 0.032862 10.0.0.38 - - [2026-01-22 02:09:07] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.493999 10.0.0.38 - - [2026-01-22 02:09:08] "GET / HTTP/1.1" 200 36215 0.001687 10.0.0.38 - - [2026-01-22 02:09:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.38 - - [2026-01-22 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.063115 10.0.0.131 - - [2026-01-22 02:09:09] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000919 10.0.0.38 - - [2026-01-22 02:09:09] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049695 10.0.0.131 - - [2026-01-22 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.013736 10.0.0.38 - - [2026-01-22 02:09:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.276991 10.0.0.38 - - [2026-01-22 02:09:10] "POST /id-to-fqname HTTP/1.1" 200 261 0.001324 10.0.0.38 - - [2026-01-22 02:09:10] "GET /virtual-network/6ebb3fab-2f20-4857-b08b-6f742c038585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007143 10.0.0.38 - - [2026-01-22 02:09:10] "GET /virtual-network/6ebb3fab-2f20-4857-b08b-6f742c038585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006278 10.0.0.38 - - [2026-01-22 02:09:10] "POST /neutron/network HTTP/1.1" 200 901 0.008574 10.0.0.38 - - [2026-01-22 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.131 - - [2026-01-22 02:09:10] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001393 10.0.0.38 - - [2026-01-22 02:09:10] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053791 10.0.0.131 - - [2026-01-22 02:09:10] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001050 10.0.0.38 - - [2026-01-22 02:09:10] "POST /neutron/network HTTP/1.1" 200 682 0.160424 10.0.0.131 - - [2026-01-22 02:09:10] "POST /route-targets HTTP/1.1" 200 328 0.015507 10.0.0.38 - - [2026-01-22 02:09:10] "POST /id-to-fqname HTTP/1.1" 200 261 0.004320 10.0.0.38 - - [2026-01-22 02:09:10] "GET /virtual-network/003e086c-43b6-40c0-8859-d160f02ae7c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.009051 10.0.0.38 - - [2026-01-22 02:09:10] "POST /neutron/network HTTP/1.1" 200 901 0.009929 10.0.0.38 - - [2026-01-22 02:09:10] "GET /virtual-network/003e086c-43b6-40c0-8859-d160f02ae7c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.006524 10.0.0.38 - - [2026-01-22 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007387 10.0.0.131 - - [2026-01-22 02:09:10] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000994 10.0.0.38 - - [2026-01-22 02:09:11] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046501 10.0.0.38 - - [2026-01-22 02:09:11] "POST /neutron/network HTTP/1.1" 200 117 0.015606 10.0.0.131 - - [2026-01-22 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.021203 10.0.0.38 - - [2026-01-22 02:09:11] "POST /neutron/network HTTP/1.1" 200 904 0.011346 10.0.0.38 - - [2026-01-22 02:09:11] "POST /id-to-fqname HTTP/1.1" 200 262 0.001219 10.0.0.38 - - [2026-01-22 02:09:11] "GET /virtual-network/95ba2c92-7941-420d-81b2-4062c3048a29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005239 10.0.0.38 - - [2026-01-22 02:09:11] "GET /virtual-network/95ba2c92-7941-420d-81b2-4062c3048a29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005238 10.0.0.38 - - [2026-01-22 02:09:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.009348 10.0.0.38 - - [2026-01-22 02:09:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.001045 10.0.0.131 - - [2026-01-22 02:09:12] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000957 10.0.0.38 - - [2026-01-22 02:09:12] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.079447 10.0.0.38 - - [2026-01-22 02:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.007405 10.0.0.38 - - [2026-01-22 02:09:12] "POST /id-to-fqname HTTP/1.1" 200 262 0.001531 10.0.0.38 - - [2026-01-22 02:09:12] "POST /neutron/network HTTP/1.1" 200 914 0.010352 10.0.0.38 - - [2026-01-22 02:09:13] "POST /neutron/port HTTP/1.1" 200 1065 0.018190 10.0.0.131 - - [2026-01-22 02:09:13] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000954 10.0.0.38 - - [2026-01-22 02:09:13] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.121865 10.0.0.38 - - [2026-01-22 02:09:13] "POST /neutron/port HTTP/1.1" 200 1129 0.028084 10.0.0.38 - - [2026-01-22 02:09:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.009871 10.0.0.38 - - [2026-01-22 02:09:13] "POST /neutron/port HTTP/1.1" 200 1129 0.021290 10.0.0.38 - - [2026-01-22 02:09:14] "POST /neutron/network HTTP/1.1" 200 914 0.007303 10.0.0.38 - - [2026-01-22 02:09:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003575 10.0.0.38 - - [2026-01-22 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.131 - - [2026-01-22 02:09:14] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.38 - - [2026-01-22 02:09:14] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007483 10.0.0.38 - - [2026-01-22 02:09:14] "POST /neutron/port HTTP/1.1" 200 1066 0.022291 10.0.0.38 - - [2026-01-22 02:09:14] "POST /service-templates HTTP/1.1" 200 545 0.083283 10.0.0.38 - - [2026-01-22 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.38 - - [2026-01-22 02:09:15] "GET /service-template/cfb4fcea-b006-4c53-8b8e-e77534be147e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.006733 10.0.0.38 - - [2026-01-22 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002195 10.0.0.38 - - [2026-01-22 02:09:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005540 10.0.0.38 - - [2026-01-22 02:09:15] "GET /service-template/cfb4fcea-b006-4c53-8b8e-e77534be147e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.003736 10.0.0.38 - - [2026-01-22 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 261 0.001499 10.0.0.38 - - [2026-01-22 02:09:15] "POST /neutron/network HTTP/1.1" 200 904 0.006650 10.0.0.38 - - [2026-01-22 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 261 0.001198 10.0.0.38 - - [2026-01-22 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 262 0.001142 10.0.0.38 - - [2026-01-22 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.38 - - [2026-01-22 02:09:15] "DELETE /service-template/cfb4fcea-b006-4c53-8b8e-e77534be147e HTTP/1.1" 200 115 0.033213 10.0.0.38 - - [2026-01-22 02:09:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.003236 10.0.0.38 - - [2026-01-22 02:09:17] "POST /neutron/network HTTP/1.1" 200 901 0.007886 10.0.0.38 - - [2026-01-22 02:09:18] "POST /neutron/port HTTP/1.1" 200 1120 0.016442 10.0.0.38 - - [2026-01-22 02:09:18] "POST /neutron/port HTTP/1.1" 200 1119 0.011997 10.0.0.131 - - [2026-01-22 02:09:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006313 10.0.0.131 - - [2026-01-22 02:09:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002586 10.0.0.38 - - [2026-01-22 02:09:19] "POST /neutron/network HTTP/1.1" 200 151 0.153170 10.0.0.131 - - [2026-01-22 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.38 - - [2026-01-22 02:09:20] "POST /neutron/network HTTP/1.1" 200 901 0.008932 10.0.0.131 - - [2026-01-22 02:09:20] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000962 10.0.0.131 - - [2026-01-22 02:09:20] "DELETE /route-target/4bf95aa1-7484-4a6c-bc9d-e066989e445b HTTP/1.1" 200 115 0.032751 10.0.0.38 - - [2026-01-22 02:09:20] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059299 10.0.0.131 - - [2026-01-22 02:09:20] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000992 10.0.0.38 - - [2026-01-22 02:09:20] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?fields=virtual_networks HTTP/1.1" 200 1054 0.045908 10.0.0.131 - - [2026-01-22 02:09:20] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001007 10.0.0.38 - - [2026-01-22 02:09:20] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.041866 10.0.0.131 - - [2026-01-22 02:09:20] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001254 10.0.0.38 - - [2026-01-22 02:09:20] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?fields=security_groups HTTP/1.1" 200 1286 0.049945 10.0.0.38 - - [2026-01-22 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.032697 10.0.0.131 - - [2026-01-22 02:09:21] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003189 10.0.0.131 - - [2026-01-22 02:09:21] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001480 10.0.0.131 - - [2026-01-22 02:09:21] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008486 10.0.0.131 - - [2026-01-22 02:09:21] "POST /id-to-fqname HTTP/1.1" 200 199 0.003411 10.0.0.131 - - [2026-01-22 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 208 0.003523 10.0.0.131 - - [2026-01-22 02:09:21] "POST /security-groups HTTP/1.1" 200 600 0.030944 10.0.0.131 - - [2026-01-22 02:09:21] "POST /projects HTTP/1.1" 200 603 0.265124 10.0.0.131 - - [2026-01-22 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.009803 10.0.0.131 - - [2026-01-22 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.336910 10.0.0.38 - - [2026-01-22 02:09:21] "GET /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.473091 10.0.0.38 - - [2026-01-22 02:09:23] "GET / HTTP/1.1" 200 36215 0.002008 10.0.0.38 - - [2026-01-22 02:09:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.38 - - [2026-01-22 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.057275 10.0.0.131 - - [2026-01-22 02:09:23] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000810 10.0.0.38 - - [2026-01-22 02:09:23] "GET /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.036644 10.0.0.131 - - [2026-01-22 02:09:23] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001328 10.0.0.38 - - [2026-01-22 02:09:24] "POST /neutron/network HTTP/1.1" 200 694 0.158790 10.0.0.131 - - [2026-01-22 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.025225 10.0.0.38 - - [2026-01-22 02:09:24] "POST /neutron/network HTTP/1.1" 200 1085 0.010736 10.0.0.38 - - [2026-01-22 02:09:24] "POST /id-to-fqname HTTP/1.1" 200 269 0.001030 10.0.0.38 - - [2026-01-22 02:09:24] "GET /virtual-network/400dd7f7-6eca-4e79-8070-c83457a45e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.005351 10.0.0.38 - - [2026-01-22 02:09:24] "GET /virtual-network/400dd7f7-6eca-4e79-8070-c83457a45e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.005891 10.0.0.38 - - [2026-01-22 02:09:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.009338 10.0.0.38 - - [2026-01-22 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.131 - - [2026-01-22 02:09:24] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000835 10.0.0.38 - - [2026-01-22 02:09:24] "GET /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.045533 10.0.0.131 - - [2026-01-22 02:09:24] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001062 10.0.0.38 - - [2026-01-22 02:09:25] "POST /neutron/network HTTP/1.1" 200 694 0.143378 10.0.0.131 - - [2026-01-22 02:09:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.005755 10.0.0.38 - - [2026-01-22 02:09:25] "POST /neutron/network HTTP/1.1" 200 1087 0.011995 10.0.0.38 - - [2026-01-22 02:09:25] "POST /id-to-fqname HTTP/1.1" 200 269 0.001205 10.0.0.38 - - [2026-01-22 02:09:25] "GET /virtual-network/2b5b5d73-40de-422a-a61b-350182768d48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.004897 10.0.0.38 - - [2026-01-22 02:09:25] "GET /virtual-network/2b5b5d73-40de-422a-a61b-350182768d48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006353 10.0.0.38 - - [2026-01-22 02:09:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.009567 10.0.0.38 - - [2026-01-22 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.131 - - [2026-01-22 02:09:25] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000941 10.0.0.38 - - [2026-01-22 02:09:25] "GET /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.044364 10.0.0.131 - - [2026-01-22 02:09:25] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000900 10.0.0.38 - - [2026-01-22 02:09:26] "POST /neutron/network HTTP/1.1" 200 696 0.150441 10.0.0.131 - - [2026-01-22 02:09:26] "POST /route-targets HTTP/1.1" 200 328 0.014611 10.0.0.131 - - [2026-01-22 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.008280 10.0.0.38 - - [2026-01-22 02:09:26] "POST /neutron/network HTTP/1.1" 200 1087 0.010541 10.0.0.38 - - [2026-01-22 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 270 0.000978 10.0.0.38 - - [2026-01-22 02:09:26] "GET /virtual-network/72e67abe-14f9-49d5-a74e-9bcf5b5db51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.008259 10.0.0.38 - - [2026-01-22 02:09:26] "GET /virtual-network/72e67abe-14f9-49d5-a74e-9bcf5b5db51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005294 10.0.0.38 - - [2026-01-22 02:09:26] "POST /neutron/subnet HTTP/1.1" 200 823 0.008698 10.0.0.38 - - [2026-01-22 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 269 0.001209 10.0.0.131 - - [2026-01-22 02:09:27] "DELETE /access-control-list/5aaf85aa-a722-4abb-8b0c-34f850158787 HTTP/1.1" 200 115 0.055512 10.0.0.131 - - [2026-01-22 02:09:27] "DELETE /project/e94f80c6fcf94730bb6b73a67a5ba19f HTTP/1.1" 404 173 0.012890 10.0.0.131 - - [2026-01-22 02:09:27] "DELETE /project/bc393dc7f7fb4da48753bdbe6efedeec HTTP/1.1" 404 173 0.013412 10.0.0.131 - - [2026-01-22 02:09:27] "DELETE /project/dd34d8ed88054caf89a202a43fc93e8d HTTP/1.1" 404 173 0.021851 10.0.0.131 - - [2026-01-22 02:09:27] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000825 10.0.0.131 - - [2026-01-22 02:09:27] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000749 10.0.0.131 - - [2026-01-22 02:09:27] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000839 10.0.0.131 - - [2026-01-22 02:09:27] "GET /projects?obj_uuids=5fe28817-d093-4dc2-a547-cb4e0d8be345&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000832 10.0.0.131 - - [2026-01-22 02:09:27] "DELETE /project/2098d7b01e084a218563addcfcaa7817 HTTP/1.1" 404 173 0.017504 10.0.0.131 - - [2026-01-22 02:09:27] "GET /project/5fe28817-d093-4dc2-a547-cb4e0d8be345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 188 0.037301 10.0.0.131 - - [2026-01-22 02:09:27] "DELETE /project/5fe28817-d093-4dc2-a547-cb4e0d8be345 HTTP/1.1" 404 171 0.054966 10.0.0.131 - - [2026-01-22 02:09:27] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.082877 10.0.0.131 - - [2026-01-22 02:09:27] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.102822 10.0.0.131 - - [2026-01-22 02:09:27] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000990 10.0.0.131 - - [2026-01-22 02:09:27] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.108330 10.0.0.131 - - [2026-01-22 02:09:27] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000839 10.0.0.131 - - [2026-01-22 02:09:27] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002207 10.0.0.131 - - [2026-01-22 02:09:27] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001087 10.0.0.131 - - [2026-01-22 02:09:27] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?fields=security_groups HTTP/1.1" 200 1388 0.088471 10.0.0.131 - - [2026-01-22 02:09:27] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?fields=security_groups HTTP/1.1" 200 1387 0.073571 10.0.0.131 - - [2026-01-22 02:09:27] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?fields=security_groups HTTP/1.1" 200 1397 0.133251 10.0.0.38 - - [2026-01-22 02:09:27] "GET /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.220943 10.0.0.38 - - [2026-01-22 02:09:27] "POST /neutron/network HTTP/1.1" 200 1087 0.016015 10.0.0.131 - - [2026-01-22 02:09:28] "DELETE /security-group/a7cbdd8b-f7cd-4886-9182-1468b14dc28f HTTP/1.1" 200 115 0.129922 10.0.0.131 - - [2026-01-22 02:09:28] "DELETE /security-group/2f54d283-31eb-4ccd-a2b1-a5cfb5bb9622 HTTP/1.1" 200 115 0.104530 10.0.0.131 - - [2026-01-22 02:09:28] "GET /projects?obj_uuids=bc393dc7-f7fb-4da4-8753-bdbe6efedeec&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001289 10.0.0.131 - - [2026-01-22 02:09:28] "GET /projects?obj_uuids=2098d7b0-1e08-4a21-8563-addcfcaa7817&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001481 10.0.0.131 - - [2026-01-22 02:09:28] "DELETE /security-group/5dca487d-3a58-4589-8145-86672997c3d6 HTTP/1.1" 200 115 0.126650 10.0.0.131 - - [2026-01-22 02:09:28] "GET /projects?obj_uuids=dd34d8ed-8805-4caf-89a2-02a43fc93e8d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002005 10.0.0.131 - - [2026-01-22 02:09:28] "GET /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec?fields=application_policy_sets HTTP/1.1" 200 1427 0.086130 10.0.0.131 - - [2026-01-22 02:09:28] "GET /project/2098d7b0-1e08-4a21-8563-addcfcaa7817?fields=application_policy_sets HTTP/1.1" 200 1426 0.114388 10.0.0.131 - - [2026-01-22 02:09:28] "GET /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d?fields=application_policy_sets HTTP/1.1" 200 1436 0.116497 10.0.0.131 - - [2026-01-22 02:09:28] "DELETE /access-control-list/4e5ba1d6-8f08-4c25-a0df-4e6f0a355dbd HTTP/1.1" 200 115 0.082464 10.0.0.38 - - [2026-01-22 02:09:28] "POST /id-to-fqname HTTP/1.1" 200 270 0.002539 10.0.0.131 - - [2026-01-22 02:09:28] "DELETE /project/bc393dc7-f7fb-4da4-8753-bdbe6efedeec HTTP/1.1" 200 115 0.721038 10.0.0.131 - - [2026-01-22 02:09:28] "DELETE /project/2098d7b0-1e08-4a21-8563-addcfcaa7817 HTTP/1.1" 200 115 0.744697 10.0.0.131 - - [2026-01-22 02:09:28] "DELETE /project/dd34d8ed-8805-4caf-89a2-02a43fc93e8d HTTP/1.1" 200 115 0.763964 10.0.0.131 - - [2026-01-22 02:09:28] "DELETE /access-control-list/0d9e6649-e120-4001-8113-c7fb8649d60f HTTP/1.1" 200 115 0.051907 10.0.0.38 - - [2026-01-22 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.018481 10.0.0.131 - - [2026-01-22 02:09:28] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001003 10.0.0.38 - - [2026-01-22 02:09:29] "POST /neutron/port HTTP/1.1" 200 1176 0.364511 10.0.0.38 - - [2026-01-22 02:09:29] "POST /neutron/port HTTP/1.1" 200 1230 0.149635 10.0.0.38 - - [2026-01-22 02:09:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005036 10.0.0.131 - - [2026-01-22 02:09:29] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000963 10.0.0.38 - - [2026-01-22 02:09:29] "GET /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.084539 10.0.0.38 - - [2026-01-22 02:09:29] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.38 - - [2026-01-22 02:09:29] "POST /neutron/port HTTP/1.1" 200 1240 0.020625 10.0.0.38 - - [2026-01-22 02:09:30] "POST /neutron/network HTTP/1.1" 200 1097 0.007130 10.0.0.38 - - [2026-01-22 02:09:30] "POST /neutron/port HTTP/1.1" 200 1174 0.020545 10.0.0.38 - - [2026-01-22 02:09:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003817 10.0.0.38 - - [2026-01-22 02:09:31] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.38 - - [2026-01-22 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003629 10.0.0.38 - - [2026-01-22 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.131 - - [2026-01-22 02:09:31] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.38 - - [2026-01-22 02:09:31] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008312 10.0.0.38 - - [2026-01-22 02:09:31] "POST /service-templates HTTP/1.1" 200 545 0.042216 10.0.0.38 - - [2026-01-22 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.38 - - [2026-01-22 02:09:31] "GET /service-template/f9b6fa94-e72e-452f-af1f-e757d4b361e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.007082 10.0.0.38 - - [2026-01-22 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.38 - - [2026-01-22 02:09:31] "GET /service-template/f9b6fa94-e72e-452f-af1f-e757d4b361e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004182 10.0.0.38 - - [2026-01-22 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 269 0.001391 10.0.0.38 - - [2026-01-22 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 269 0.001213 10.0.0.38 - - [2026-01-22 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 270 0.001190 10.0.0.38 - - [2026-01-22 02:09:31] "POST /neutron/port HTTP/1.1" 200 2324 0.028585 10.0.0.38 - - [2026-01-22 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.38 - - [2026-01-22 02:09:31] "DELETE /service-template/f9b6fa94-e72e-452f-af1f-e757d4b361e0 HTTP/1.1" 200 115 0.054396 10.0.0.38 - - [2026-01-22 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003947 10.0.0.38 - - [2026-01-22 02:09:33] "POST /neutron/network HTTP/1.1" 400 204 0.015212 10.0.0.38 - - [2026-01-22 02:09:34] "POST /neutron/port HTTP/1.1" 200 151 0.331366 10.0.0.38 - - [2026-01-22 02:09:34] "POST /neutron/port HTTP/1.1" 200 151 0.329461 10.0.0.38 - - [2026-01-22 02:09:35] "POST /neutron/network HTTP/1.1" 200 1087 0.014348 10.0.0.131 - - [2026-01-22 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.131 - - [2026-01-22 02:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009959 10.0.0.131 - - [2026-01-22 02:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003095 10.0.0.131 - - [2026-01-22 02:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002459 10.0.0.131 - - [2026-01-22 02:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002191 10.0.0.38 - - [2026-01-22 02:09:36] "POST /neutron/network HTTP/1.1" 200 151 0.146566 10.0.0.131 - - [2026-01-22 02:09:36] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001295 10.0.0.131 - - [2026-01-22 02:09:36] "DELETE /route-target/55f85bf8-c358-4453-98dc-dbb523f9578f HTTP/1.1" 200 115 0.035233 10.0.0.38 - - [2026-01-22 02:09:36] "GET /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.094784 10.0.0.131 - - [2026-01-22 02:09:36] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000940 10.0.0.38 - - [2026-01-22 02:09:36] "GET /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f?fields=virtual_networks HTTP/1.1" 200 1063 0.055568 10.0.0.131 - - [2026-01-22 02:09:36] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001472 10.0.0.38 - - [2026-01-22 02:09:36] "GET /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.051548 10.0.0.131 - - [2026-01-22 02:09:36] "GET /projects?obj_uuids=e94f80c6-fcf9-4730-bb6b-73a67a5ba19f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001092 10.0.0.38 - - [2026-01-22 02:09:36] "GET /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f?fields=security_groups HTTP/1.1" 200 1299 0.052310 10.0.0.38 - - [2026-01-22 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.029346 10.0.0.131 - - [2026-01-22 02:09:37] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003890 10.0.0.131 - - [2026-01-22 02:09:37] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.131 - - [2026-01-22 02:09:37] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008602 10.0.0.131 - - [2026-01-22 02:09:37] "POST /id-to-fqname HTTP/1.1" 200 202 0.005574 10.0.0.131 - - [2026-01-22 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.016346 10.0.0.131 - - [2026-01-22 02:09:37] "POST /security-groups HTTP/1.1" 200 603 0.032751 10.0.0.131 - - [2026-01-22 02:09:37] "POST /projects HTTP/1.1" 200 609 0.265512 10.0.0.131 - - [2026-01-22 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 245 0.004503 10.0.0.131 - - [2026-01-22 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.341578 10.0.0.38 - - [2026-01-22 02:09:38] "GET /project/c35e7762-d862-4328-aca3-7497f8c75b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.504013 10.0.0.38 - - [2026-01-22 02:09:39] "GET / HTTP/1.1" 200 36215 0.001386 10.0.0.38 - - [2026-01-22 02:09:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.38 - - [2026-01-22 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.072522 10.0.0.131 - - [2026-01-22 02:09:40] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000945 10.0.0.38 - - [2026-01-22 02:09:40] "GET /project/c35e7762-d862-4328-aca3-7497f8c75b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.051089 10.0.0.131 - - [2026-01-22 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.036956 10.0.0.131 - - [2026-01-22 02:09:41] "POST /useragent-kv HTTP/1.1" 200 115 0.008775 10.0.0.38 - - [2026-01-22 02:09:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.270197 10.0.0.38 - - [2026-01-22 02:09:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001203 10.0.0.38 - - [2026-01-22 02:09:41] "GET /virtual-network/0a005cb3-6ee1-4bfd-8517-0ebf443f8ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005982 10.0.0.38 - - [2026-01-22 02:09:41] "GET /virtual-network/0a005cb3-6ee1-4bfd-8517-0ebf443f8ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005742 10.0.0.38 - - [2026-01-22 02:09:41] "POST /neutron/network HTTP/1.1" 200 838 0.007650 10.0.0.38 - - [2026-01-22 02:09:41] "GET /virtual-network/0a005cb3-6ee1-4bfd-8517-0ebf443f8ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006295 10.0.0.38 - - [2026-01-22 02:09:42] "GET /obj-perms HTTP/1.1" 200 5054 0.061369 10.0.0.131 - - [2026-01-22 02:09:43] "GET /obj-perms HTTP/1.1" 200 5054 0.053981 10.0.0.38 - - [2026-01-22 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.131 - - [2026-01-22 02:09:43] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.38 - - [2026-01-22 02:09:43] "GET /project/c35e7762-d862-4328-aca3-7497f8c75b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.039518 10.0.0.131 - - [2026-01-22 02:09:43] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001041 10.0.0.38 - - [2026-01-22 02:09:43] "POST /neutron/network HTTP/1.1" 200 619 0.127718 10.0.0.38 - - [2026-01-22 02:09:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.004151 10.0.0.38 - - [2026-01-22 02:09:43] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005372 10.0.0.38 - - [2026-01-22 02:09:43] "POST /neutron/network HTTP/1.1" 200 836 0.008224 10.0.0.38 - - [2026-01-22 02:09:43] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004786 10.0.0.38 - - [2026-01-22 02:09:44] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005371 10.0.0.50 - - [2026-01-22 02:09:44] "GET /obj-perms HTTP/1.1" 200 5054 0.051691 10.0.0.38 - - [2026-01-22 02:09:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001985 10.0.0.38 - - [2026-01-22 02:10:17] "POST /neutron/network HTTP/1.1" 200 846 0.008238 10.0.0.131 - - [2026-01-22 02:10:18] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.035154 10.0.0.38 - - [2026-01-22 02:10:18] "GET /project/c35e7762-d862-4328-aca3-7497f8c75b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.117869 10.0.0.38 - - [2026-01-22 02:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.007892 10.0.0.38 - - [2026-01-22 02:10:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001562 10.0.0.38 - - [2026-01-22 02:10:18] "POST /neutron/network HTTP/1.1" 200 846 0.006659 10.0.0.131 - - [2026-01-22 02:10:19] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001624 10.0.0.38 - - [2026-01-22 02:10:19] "GET /project/c35e7762-d862-4328-aca3-7497f8c75b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.107426 10.0.0.38 - - [2026-01-22 02:10:19] "POST /neutron/port HTTP/1.1" 200 1080 0.049551 10.0.0.38 - - [2026-01-22 02:10:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016781 10.0.0.38 - - [2026-01-22 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005871 10.0.0.131 - - [2026-01-22 02:10:19] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001198 10.0.0.38 - - [2026-01-22 02:10:20] "GET /project/c35e7762-d862-4328-aca3-7497f8c75b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.114384 10.0.0.38 - - [2026-01-22 02:10:20] "GET /virtual-network/0a005cb3-6ee1-4bfd-8517-0ebf443f8ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006070 10.0.0.38 - - [2026-01-22 02:10:20] "GET /floating-ip-pools?parent_id=0a005cb3-6ee1-4bfd-8517-0ebf443f8ae2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004627 10.0.0.38 - - [2026-01-22 02:10:20] "GET /virtual-network/0a005cb3-6ee1-4bfd-8517-0ebf443f8ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.010840 10.0.0.38 - - [2026-01-22 02:10:20] "POST /neutron/port HTTP/1.1" 200 1134 0.031748 10.0.0.38 - - [2026-01-22 02:10:20] "POST /floating-ip-pools HTTP/1.1" 200 611 0.071078 10.0.0.38 - - [2026-01-22 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.039608 10.0.0.38 - - [2026-01-22 02:10:20] "POST /neutron/subnet HTTP/1.1" 200 689 0.040743 10.0.0.38 - - [2026-01-22 02:10:20] "GET /virtual-network/0a005cb3-6ee1-4bfd-8517-0ebf443f8ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006615 10.0.0.38 - - [2026-01-22 02:10:20] "POST /neutron/network HTTP/1.1" 200 836 0.030395 10.0.0.38 - - [2026-01-22 02:10:20] "GET /virtual-network/0a005cb3-6ee1-4bfd-8517-0ebf443f8ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006527 10.0.0.38 - - [2026-01-22 02:10:21] "POST /neutron/port HTTP/1.1" 200 1072 0.031873 10.0.0.38 - - [2026-01-22 02:10:21] "POST /neutron/port HTTP/1.1" 200 1136 0.047224 10.0.0.38 - - [2026-01-22 02:10:21] "POST /neutron/port HTTP/1.1" 200 117 0.002868 10.0.0.38 - - [2026-01-22 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012681 10.0.0.131 - - [2026-01-22 02:10:28] "DELETE /access-control-list/cf2e5919-17b0-4d44-825c-4b550256e47b HTTP/1.1" 200 115 0.106500 10.0.0.131 - - [2026-01-22 02:10:28] "DELETE /project/e94f80c6-fcf9-4730-bb6b-73a67a5ba19f HTTP/1.1" 404 177 0.036053 10.0.0.131 - - [2026-01-22 02:10:28] "DELETE /project/c35e7762d8624328aca37497f8c75b6d HTTP/1.1" 404 173 0.058002 10.0.0.38 - - [2026-01-22 02:10:36] "POST /neutron/port HTTP/1.1" 200 1134 0.035432 10.0.0.38 - - [2026-01-22 02:10:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008647 10.0.0.38 - - [2026-01-22 02:10:51] "POST /neutron/port HTTP/1.1" 200 1134 0.022873 10.0.0.38 - - [2026-01-22 02:10:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007412 10.0.0.38 - - [2026-01-22 02:11:07] "POST /neutron/port HTTP/1.1" 200 1134 0.022971 10.0.0.38 - - [2026-01-22 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009679 10.0.0.38 - - [2026-01-22 02:11:22] "POST /neutron/port HTTP/1.1" 200 1134 0.016412 10.0.0.38 - - [2026-01-22 02:11:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007052 10.0.0.38 - - [2026-01-22 02:11:22] "GET /virtual-machine/f27db3aa-12f1-41b9-a299-bbba369b2993 HTTP/1.1" 401 292 0.000382 10.0.0.38 - - [2026-01-22 02:11:22] "GET /virtual-machine/f27db3aa-12f1-41b9-a299-bbba369b2993 HTTP/1.1" 200 1307 0.035172 10.0.0.38 - - [2026-01-22 02:11:22] "GET /virtual-machine-interface/966c292e-401c-42b5-a686-57909cd99457 HTTP/1.1" 200 3011 0.005661 10.0.0.38 - - [2026-01-22 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.38 - - [2026-01-22 02:11:22] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004013 10.0.0.38 - - [2026-01-22 02:11:22] "GET /virtual-networks?parent_id=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002983 10.0.0.38 - - [2026-01-22 02:11:23] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005291 10.0.0.38 - - [2026-01-22 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.38 - - [2026-01-22 02:11:26] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005628 10.0.0.131 - - [2026-01-22 02:11:27] "GET /obj-perms HTTP/1.1" 200 5056 0.046454 10.0.0.38 - - [2026-01-22 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.38 - - [2026-01-22 02:11:30] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005932 10.0.0.38 - - [2026-01-22 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.38 - - [2026-01-22 02:11:34] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006593 10.0.0.38 - - [2026-01-22 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.38 - - [2026-01-22 02:11:38] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006456 10.0.0.38 - - [2026-01-22 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.38 - - [2026-01-22 02:11:42] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005210 10.0.0.38 - - [2026-01-22 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.38 - - [2026-01-22 02:11:46] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005231 10.0.0.38 - - [2026-01-22 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.38 - - [2026-01-22 02:11:50] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005489 10.0.0.38 - - [2026-01-22 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.38 - - [2026-01-22 02:11:54] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005515 10.0.0.38 - - [2026-01-22 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.38 - - [2026-01-22 02:11:58] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006504 10.0.0.38 - - [2026-01-22 02:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.38 - - [2026-01-22 02:12:00] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005713 10.0.0.38 - - [2026-01-22 02:12:00] "GET /virtual-networks?parent_id=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003989 10.0.0.38 - - [2026-01-22 02:12:00] "GET /virtual-network/ea28523c-ef4f-4c09-928c-83f6533ad90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007536 10.0.0.38 - - [2026-01-22 02:12:00] "POST /neutron/port HTTP/1.1" 200 1134 0.018946 10.0.0.38 - - [2026-01-22 02:12:04] "POST /neutron/port HTTP/1.1" 200 1134 0.045633 10.0.0.38 - - [2026-01-22 02:12:04] "POST /neutron/subnet HTTP/1.1" 200 689 0.009484 10.0.0.38 - - [2026-01-22 02:12:05] "POST /neutron/port HTTP/1.1" 200 1134 0.019955 10.0.0.38 - - [2026-01-22 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.032475 10.0.0.38 - - [2026-01-22 02:12:08] "POST /neutron/network HTTP/1.1" 200 848 0.044187 10.0.0.38 - - [2026-01-22 02:12:08] "POST /neutron/port HTTP/1.1" 200 117 0.001585 10.0.0.38 - - [2026-01-22 02:12:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014005 10.0.0.38 - - [2026-01-22 02:12:16] "POST /neutron/port HTTP/1.1" 200 1134 0.019290 10.0.0.38 - - [2026-01-22 02:12:21] "POST /neutron/port HTTP/1.1" 200 1134 0.015166 10.0.0.38 - - [2026-01-22 02:12:21] "POST /neutron/port HTTP/1.1" 200 1136 0.027879 10.0.0.38 - - [2026-01-22 02:12:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006826 10.0.0.38 - - [2026-01-22 02:12:21] "GET /virtual-machine/8a5b2925-9b93-4530-8583-f97b5d4feffa HTTP/1.1" 200 1305 0.006450 10.0.0.38 - - [2026-01-22 02:12:21] "GET /virtual-machine-interface/13cbc90a-7bcf-4af2-accc-bba6a12fead2 HTTP/1.1" 200 3010 0.004618 10.0.0.38 - - [2026-01-22 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.38 - - [2026-01-22 02:12:21] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003633 10.0.0.38 - - [2026-01-22 02:12:21] "GET /virtual-networks?parent_id=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002522 10.0.0.38 - - [2026-01-22 02:12:21] "GET /virtual-network/0a005cb3-6ee1-4bfd-8517-0ebf443f8ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005379 10.0.0.38 - - [2026-01-22 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.38 - - [2026-01-22 02:12:22] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004328 10.0.0.38 - - [2026-01-22 02:12:22] "GET /virtual-networks?parent_id=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003410 10.0.0.38 - - [2026-01-22 02:12:23] "GET /virtual-network/0a005cb3-6ee1-4bfd-8517-0ebf443f8ae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006570 10.0.0.38 - - [2026-01-22 02:12:23] "POST /neutron/floatingip HTTP/1.1" 200 575 0.022771 10.0.0.38 - - [2026-01-22 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.38 - - [2026-01-22 02:12:23] "GET /routing-instance/7663a866-dfe5-4331-aa28-6fd34a544789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004453 10.0.0.38 - - [2026-01-22 02:12:23] "GET /route-target/714ddbd2-2f41-4fc3-9486-9f2651f5d12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005840 10.0.0.38 - - [2026-01-22 02:12:28] "GET /obj-perms HTTP/1.1" 200 5056 0.059144 10.0.0.131 - - [2026-01-22 02:12:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.131 - - [2026-01-22 02:12:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.50 - - [2026-01-22 02:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.50 - - [2026-01-22 02:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.38 - - [2026-01-22 02:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.38 - - [2026-01-22 02:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.131 - - [2026-01-22 02:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.131 - - [2026-01-22 02:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2026-01-22 02:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.50 - - [2026-01-22 02:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-01-22 02:12:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.38 - - [2026-01-22 02:12:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.38 - - [2026-01-22 02:12:47] "POST /neutron/floatingip HTTP/1.1" 200 530 0.010969 10.0.0.38 - - [2026-01-22 02:12:47] "GET /floating-ip-pool/bf0a6687-8afa-42b7-813f-8d5dc8bcd53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003454 10.0.0.38 - - [2026-01-22 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.017123 10.0.0.38 - - [2026-01-22 02:12:47] "DELETE /floating-ip-pool/bf0a6687-8afa-42b7-813f-8d5dc8bcd53a HTTP/1.1" 200 115 0.035914 10.0.0.38 - - [2026-01-22 02:12:47] "POST /neutron/network HTTP/1.1" 400 204 0.024305 10.0.0.38 - - [2026-01-22 02:12:48] "POST /neutron/port HTTP/1.1" 200 151 0.237087 10.0.0.38 - - [2026-01-22 02:12:48] "POST /neutron/port HTTP/1.1" 200 151 0.266259 10.0.0.131 - - [2026-01-22 02:12:50] "DELETE /route-target/7256e284-2963-4eac-b7e6-56f7a23321e3 HTTP/1.1" 200 115 0.030568 10.0.0.38 - - [2026-01-22 02:12:50] "POST /neutron/network HTTP/1.1" 200 838 0.008382 10.0.0.131 - - [2026-01-22 02:12:51] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001372 10.0.0.38 - - [2026-01-22 02:12:52] "GET /project/c35e7762-d862-4328-aca3-7497f8c75b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.078202 10.0.0.131 - - [2026-01-22 02:12:52] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001718 10.0.0.38 - - [2026-01-22 02:12:52] "GET /project/c35e7762-d862-4328-aca3-7497f8c75b6d?fields=virtual_networks HTTP/1.1" 200 1069 0.050670 10.0.0.131 - - [2026-01-22 02:12:52] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.38 - - [2026-01-22 02:12:52] "GET /project/c35e7762-d862-4328-aca3-7497f8c75b6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.040247 10.0.0.131 - - [2026-01-22 02:12:52] "GET /projects?obj_uuids=c35e7762-d862-4328-aca3-7497f8c75b6d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001486 10.0.0.38 - - [2026-01-22 02:12:52] "GET /project/c35e7762-d862-4328-aca3-7497f8c75b6d?fields=security_groups HTTP/1.1" 200 1308 0.049230 10.0.0.38 - - [2026-01-22 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.036113 10.0.0.131 - - [2026-01-22 02:12:53] "GET /projects?obj_uuids=26ad1346-d7e3-4fe4-91ab-79ebeb8a275e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003450 10.0.0.131 - - [2026-01-22 02:12:53] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002522 10.0.0.131 - - [2026-01-22 02:12:53] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009483 10.0.0.131 - - [2026-01-22 02:12:53] "POST /id-to-fqname HTTP/1.1" 200 190 0.003825 10.0.0.131 - - [2026-01-22 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.003710 10.0.0.131 - - [2026-01-22 02:12:53] "POST /security-groups HTTP/1.1" 200 591 0.086179 10.0.0.131 - - [2026-01-22 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.004471 10.0.0.131 - - [2026-01-22 02:12:53] "POST /projects HTTP/1.1" 200 585 0.320827 10.0.0.131 - - [2026-01-22 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.400714 10.0.0.131 - - [2026-01-22 02:12:53] "POST /access-control-lists HTTP/1.1" 200 596 0.038133 10.0.0.38 - - [2026-01-22 02:12:53] "GET /project/26ad1346-d7e3-4fe4-91ab-79ebeb8a275e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.583364 10.0.0.38 - - [2026-01-22 02:12:54] "GET / HTTP/1.1" 200 36215 0.002085 10.0.0.131 - - [2026-01-22 02:12:57] "GET /projects?obj_uuids=26ad1346-d7e3-4fe4-91ab-79ebeb8a275e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.38 - - [2026-01-22 02:12:57] "GET /project/26ad1346-d7e3-4fe4-91ab-79ebeb8a275e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.043388 10.0.0.131 - - [2026-01-22 02:12:57] "GET /projects?obj_uuids=26ad1346-d7e3-4fe4-91ab-79ebeb8a275e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.38 - - [2026-01-22 02:12:58] "GET /project/26ad1346-d7e3-4fe4-91ab-79ebeb8a275e?fields=virtual_networks HTTP/1.1" 200 1044 0.051854 10.0.0.131 - - [2026-01-22 02:12:58] "GET /projects?obj_uuids=26ad1346-d7e3-4fe4-91ab-79ebeb8a275e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.38 - - [2026-01-22 02:12:58] "GET /project/26ad1346-d7e3-4fe4-91ab-79ebeb8a275e?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.044486 10.0.0.131 - - [2026-01-22 02:12:58] "GET /projects?obj_uuids=26ad1346-d7e3-4fe4-91ab-79ebeb8a275e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.38 - - [2026-01-22 02:12:58] "GET /project/26ad1346-d7e3-4fe4-91ab-79ebeb8a275e?fields=security_groups HTTP/1.1" 200 1271 0.037503 10.0.0.38 - - [2026-01-22 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.026543 10.0.0.131 - - [2026-01-22 02:12:59] "GET /projects?obj_uuids=80945804-039e-4321-b11c-3f25ff017b6e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004043 10.0.0.131 - - [2026-01-22 02:12:59] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.131 - - [2026-01-22 02:12:59] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008124 10.0.0.131 - - [2026-01-22 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 185 0.005618 10.0.0.131 - - [2026-01-22 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.005291 10.0.0.131 - - [2026-01-22 02:12:59] "POST /security-groups HTTP/1.1" 200 586 0.074133 10.0.0.131 - - [2026-01-22 02:12:59] "POST /projects HTTP/1.1" 200 575 0.296967 10.0.0.131 - - [2026-01-22 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.007526 10.0.0.131 - - [2026-01-22 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.369162 10.0.0.38 - - [2026-01-22 02:12:59] "GET /project/80945804-039e-4321-b11c-3f25ff017b6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.519602 10.0.0.38 - - [2026-01-22 02:13:00] "GET / HTTP/1.1" 200 36215 0.001327 10.0.0.131 - - [2026-01-22 02:13:06] "GET /projects?obj_uuids=80945804-039e-4321-b11c-3f25ff017b6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001288 10.0.0.38 - - [2026-01-22 02:13:06] "GET /project/80945804-039e-4321-b11c-3f25ff017b6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041562 10.0.0.131 - - [2026-01-22 02:13:06] "GET /projects?obj_uuids=80945804-039e-4321-b11c-3f25ff017b6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001164 10.0.0.38 - - [2026-01-22 02:13:06] "GET /project/80945804-039e-4321-b11c-3f25ff017b6e?fields=virtual_networks HTTP/1.1" 200 1034 0.045339 10.0.0.131 - - [2026-01-22 02:13:06] "GET /projects?obj_uuids=80945804-039e-4321-b11c-3f25ff017b6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.38 - - [2026-01-22 02:13:06] "GET /project/80945804-039e-4321-b11c-3f25ff017b6e?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.035302 10.0.0.131 - - [2026-01-22 02:13:06] "GET /projects?obj_uuids=80945804-039e-4321-b11c-3f25ff017b6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.38 - - [2026-01-22 02:13:06] "GET /project/80945804-039e-4321-b11c-3f25ff017b6e?fields=security_groups HTTP/1.1" 200 1256 0.044953 10.0.0.38 - - [2026-01-22 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 187 0.031983 10.0.0.131 - - [2026-01-22 02:13:07] "GET /projects?obj_uuids=86794ae6-3d40-4ba5-be8b-11c9033c6c04&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003973 10.0.0.131 - - [2026-01-22 02:13:07] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.131 - - [2026-01-22 02:13:07] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.013221 10.0.0.131 - - [2026-01-22 02:13:07] "POST /id-to-fqname HTTP/1.1" 200 189 0.002379 10.0.0.131 - - [2026-01-22 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.010608 10.0.0.131 - - [2026-01-22 02:13:08] "POST /security-groups HTTP/1.1" 200 590 0.036456 10.0.0.131 - - [2026-01-22 02:13:08] "POST /projects HTTP/1.1" 200 583 0.252618 10.0.0.131 - - [2026-01-22 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.292665 10.0.0.131 - - [2026-01-22 02:13:08] "POST /access-control-lists HTTP/1.1" 200 597 0.027929 10.0.0.38 - - [2026-01-22 02:13:08] "GET /project/86794ae6-3d40-4ba5-be8b-11c9033c6c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.477002 10.0.0.38 - - [2026-01-22 02:13:09] "GET / HTTP/1.1" 200 36215 0.001961 10.0.0.131 - - [2026-01-22 02:13:12] "GET /projects?obj_uuids=86794ae6-3d40-4ba5-be8b-11c9033c6c04&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000924 10.0.0.38 - - [2026-01-22 02:13:12] "GET /project/86794ae6-3d40-4ba5-be8b-11c9033c6c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.044943 10.0.0.131 - - [2026-01-22 02:13:12] "GET /projects?obj_uuids=86794ae6-3d40-4ba5-be8b-11c9033c6c04&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000844 10.0.0.38 - - [2026-01-22 02:13:12] "GET /project/86794ae6-3d40-4ba5-be8b-11c9033c6c04?fields=virtual_networks HTTP/1.1" 200 1042 0.048029 10.0.0.131 - - [2026-01-22 02:13:12] "GET /projects?obj_uuids=86794ae6-3d40-4ba5-be8b-11c9033c6c04&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000902 10.0.0.38 - - [2026-01-22 02:13:12] "GET /project/86794ae6-3d40-4ba5-be8b-11c9033c6c04?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.038391 10.0.0.131 - - [2026-01-22 02:13:12] "GET /projects?obj_uuids=86794ae6-3d40-4ba5-be8b-11c9033c6c04&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000870 10.0.0.38 - - [2026-01-22 02:13:12] "GET /project/86794ae6-3d40-4ba5-be8b-11c9033c6c04?fields=security_groups HTTP/1.1" 200 1268 0.041731 10.0.0.38 - - [2026-01-22 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.025990 10.0.0.131 - - [2026-01-22 02:13:13] "GET /projects?obj_uuids=042e1a86-0f1e-420a-9afb-af8864a0f03f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002855 10.0.0.131 - - [2026-01-22 02:13:13] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.131 - - [2026-01-22 02:13:13] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007560 10.0.0.131 - - [2026-01-22 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.004564 10.0.0.131 - - [2026-01-22 02:13:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.005745 10.0.0.131 - - [2026-01-22 02:13:14] "POST /security-groups HTTP/1.1" 200 591 0.033379 10.0.0.131 - - [2026-01-22 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.006991 10.0.0.131 - - [2026-01-22 02:13:14] "POST /projects HTTP/1.1" 200 585 0.247890 10.0.0.131 - - [2026-01-22 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.318615 10.0.0.131 - - [2026-01-22 02:13:14] "POST /access-control-lists HTTP/1.1" 200 596 0.030184 10.0.0.38 - - [2026-01-22 02:13:14] "GET /project/042e1a86-0f1e-420a-9afb-af8864a0f03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.450491 10.0.0.38 - - [2026-01-22 02:13:15] "GET / HTTP/1.1" 200 36215 0.001594 10.0.0.131 - - [2026-01-22 02:13:18] "GET /projects?obj_uuids=042e1a86-0f1e-420a-9afb-af8864a0f03f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000884 10.0.0.38 - - [2026-01-22 02:13:18] "GET /project/042e1a86-0f1e-420a-9afb-af8864a0f03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028379 10.0.0.131 - - [2026-01-22 02:13:18] "GET /projects?obj_uuids=042e1a86-0f1e-420a-9afb-af8864a0f03f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001498 10.0.0.38 - - [2026-01-22 02:13:18] "GET /project/042e1a86-0f1e-420a-9afb-af8864a0f03f?fields=virtual_networks HTTP/1.1" 200 1043 0.091561 10.0.0.131 - - [2026-01-22 02:13:18] "GET /projects?obj_uuids=042e1a86-0f1e-420a-9afb-af8864a0f03f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.38 - - [2026-01-22 02:13:18] "GET /project/042e1a86-0f1e-420a-9afb-af8864a0f03f?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.035264 10.0.0.131 - - [2026-01-22 02:13:18] "GET /projects?obj_uuids=042e1a86-0f1e-420a-9afb-af8864a0f03f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.38 - - [2026-01-22 02:13:18] "GET /project/042e1a86-0f1e-420a-9afb-af8864a0f03f?fields=security_groups HTTP/1.1" 200 1270 0.038891 10.0.0.38 - - [2026-01-22 02:13:19] "POST /fqname-to-id HTTP/1.1" 404 192 0.028065 10.0.0.131 - - [2026-01-22 02:13:19] "GET /projects?obj_uuids=75668ecd-d767-4392-b2a0-9778d61866c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003324 10.0.0.131 - - [2026-01-22 02:13:19] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.131 - - [2026-01-22 02:13:19] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007518 10.0.0.131 - - [2026-01-22 02:13:19] "POST /id-to-fqname HTTP/1.1" 200 194 0.001762 10.0.0.131 - - [2026-01-22 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 203 0.008779 10.0.0.131 - - [2026-01-22 02:13:20] "POST /security-groups HTTP/1.1" 200 595 0.073353 10.0.0.131 - - [2026-01-22 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 238 0.003846 10.0.0.131 - - [2026-01-22 02:13:20] "POST /projects HTTP/1.1" 200 593 0.308594 10.0.0.131 - - [2026-01-22 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.378951 10.0.0.131 - - [2026-01-22 02:13:20] "POST /access-control-lists HTTP/1.1" 200 600 0.027633 10.0.0.38 - - [2026-01-22 02:13:20] "GET /project/75668ecd-d767-4392-b2a0-9778d61866c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.530398 10.0.0.38 - - [2026-01-22 02:13:21] "GET / HTTP/1.1" 200 36215 0.001556 10.0.0.131 - - [2026-01-22 02:13:24] "GET /projects?obj_uuids=75668ecd-d767-4392-b2a0-9778d61866c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001133 10.0.0.38 - - [2026-01-22 02:13:24] "GET /project/75668ecd-d767-4392-b2a0-9778d61866c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.045463 10.0.0.131 - - [2026-01-22 02:13:24] "GET /projects?obj_uuids=75668ecd-d767-4392-b2a0-9778d61866c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001230 10.0.0.38 - - [2026-01-22 02:13:24] "GET /project/75668ecd-d767-4392-b2a0-9778d61866c0?fields=virtual_networks HTTP/1.1" 200 1052 0.060671 10.0.0.131 - - [2026-01-22 02:13:24] "GET /projects?obj_uuids=75668ecd-d767-4392-b2a0-9778d61866c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001433 10.0.0.38 - - [2026-01-22 02:13:24] "GET /project/75668ecd-d767-4392-b2a0-9778d61866c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.042495 10.0.0.131 - - [2026-01-22 02:13:24] "GET /projects?obj_uuids=75668ecd-d767-4392-b2a0-9778d61866c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000931 10.0.0.38 - - [2026-01-22 02:13:24] "GET /project/75668ecd-d767-4392-b2a0-9778d61866c0?fields=security_groups HTTP/1.1" 200 1283 0.041963 10.0.0.38 - - [2026-01-22 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.026871 10.0.0.131 - - [2026-01-22 02:13:25] "GET /projects?obj_uuids=d501695d-ee5b-46f8-9414-4ef461228ebe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003112 10.0.0.131 - - [2026-01-22 02:13:25] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.131 - - [2026-01-22 02:13:25] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006940 10.0.0.131 - - [2026-01-22 02:13:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.006657 10.0.0.131 - - [2026-01-22 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.012534 10.0.0.131 - - [2026-01-22 02:13:25] "POST /security-groups HTTP/1.1" 200 586 0.030380 10.0.0.131 - - [2026-01-22 02:13:25] "POST /projects HTTP/1.1" 200 575 0.250118 10.0.0.131 - - [2026-01-22 02:13:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.010220 10.0.0.131 - - [2026-01-22 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.320398 10.0.0.38 - - [2026-01-22 02:13:26] "GET /project/d501695d-ee5b-46f8-9414-4ef461228ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.451669 10.0.0.38 - - [2026-01-22 02:13:27] "GET / HTTP/1.1" 200 36215 0.002080 10.0.0.38 - - [2026-01-22 02:13:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003633 10.0.0.131 - - [2026-01-22 02:13:27] "POST /access-control-lists HTTP/1.1" 200 592 0.038060 10.0.0.131 - - [2026-01-22 02:13:28] "PUT /access-control-list/a936ea21-6090-4800-84be-fb96e2b57462 HTTP/1.1" 200 273 0.025013 10.0.0.131 - - [2026-01-22 02:13:28] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001418 10.0.0.38 - - [2026-01-22 02:13:28] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.084048 10.0.0.38 - - [2026-01-22 02:13:28] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013137 10.0.0.131 - - [2026-01-22 02:13:28] "PUT /access-control-list/1141d2a5-6aa2-4c80-9cc0-43a22d7a6fb0 HTTP/1.1" 200 273 0.025411 10.0.0.38 - - [2026-01-22 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003090 10.0.0.131 - - [2026-01-22 02:13:28] "POST /access-control-lists HTTP/1.1" 200 592 0.031673 10.0.0.131 - - [2026-01-22 02:13:28] "PUT /access-control-list/85869bc3-9e79-44a4-96fe-bc8460b71215 HTTP/1.1" 200 273 0.014458 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000847 10.0.0.38 - - [2026-01-22 02:13:29] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.059198 10.0.0.131 - - [2026-01-22 02:13:29] "DELETE /project/86794ae63d404ba5be8b11c9033c6c04 HTTP/1.1" 404 173 0.082863 10.0.0.131 - - [2026-01-22 02:13:29] "DELETE /project/c35e7762-d862-4328-aca3-7497f8c75b6d HTTP/1.1" 404 177 0.084614 10.0.0.131 - - [2026-01-22 02:13:29] "DELETE /project/75668ecdd7674392b2a09778d61866c0 HTTP/1.1" 404 173 0.086793 10.0.0.131 - - [2026-01-22 02:13:29] "DELETE /project/80945804039e4321b11c3f25ff017b6e HTTP/1.1" 404 173 0.077582 10.0.0.131 - - [2026-01-22 02:13:29] "DELETE /project/26ad1346d7e34fe491ab79ebeb8a275e HTTP/1.1" 404 173 0.082646 10.0.0.131 - - [2026-01-22 02:13:29] "DELETE /project/042e1a860f1e420a9afbaf8864a0f03f HTTP/1.1" 404 173 0.083968 10.0.0.131 - - [2026-01-22 02:13:29] "DELETE /project/d501695dee5b46f894144ef461228ebe HTTP/1.1" 404 173 0.076349 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=26ad1346-d7e3-4fe4-91ab-79ebeb8a275e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=042e1a86-0f1e-420a-9afb-af8864a0f03f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000697 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=80945804-039e-4321-b11c-3f25ff017b6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000712 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=75668ecd-d767-4392-b2a0-9778d61866c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000847 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=86794ae6-3d40-4ba5-be8b-11c9033c6c04&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000769 10.0.0.38 - - [2026-01-22 02:13:29] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.030794 10.0.0.131 - - [2026-01-22 02:13:29] "PUT /access-control-list/9b7415ea-9c43-4c35-b7bb-6d918ec806fc HTTP/1.1" 200 273 0.042154 10.0.0.131 - - [2026-01-22 02:13:29] "GET /project/26ad1346-d7e3-4fe4-91ab-79ebeb8a275e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.183558 10.0.0.131 - - [2026-01-22 02:13:29] "GET /project/042e1a86-0f1e-420a-9afb-af8864a0f03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.192360 10.0.0.131 - - [2026-01-22 02:13:29] "GET /project/80945804-039e-4321-b11c-3f25ff017b6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.126147 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=042e1a86-0f1e-420a-9afb-af8864a0f03f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000884 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=26ad1346-d7e3-4fe4-91ab-79ebeb8a275e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000697 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=80945804-039e-4321-b11c-3f25ff017b6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.131 - - [2026-01-22 02:13:29] "GET /project/86794ae6-3d40-4ba5-be8b-11c9033c6c04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.193285 10.0.0.131 - - [2026-01-22 02:13:29] "GET /project/75668ecd-d767-4392-b2a0-9778d61866c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.204883 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=86794ae6-3d40-4ba5-be8b-11c9033c6c04&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002186 10.0.0.38 - - [2026-01-22 02:13:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=75668ecd-d767-4392-b2a0-9778d61866c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001883 10.0.0.131 - - [2026-01-22 02:13:29] "GET /project/042e1a86-0f1e-420a-9afb-af8864a0f03f?fields=security_groups HTTP/1.1" 200 1372 0.129108 10.0.0.131 - - [2026-01-22 02:13:29] "GET /project/26ad1346-d7e3-4fe4-91ab-79ebeb8a275e?fields=security_groups HTTP/1.1" 200 1373 0.160852 10.0.0.131 - - [2026-01-22 02:13:29] "GET /project/80945804-039e-4321-b11c-3f25ff017b6e?fields=security_groups HTTP/1.1" 200 1358 0.164196 10.0.0.131 - - [2026-01-22 02:13:29] "GET /project/86794ae6-3d40-4ba5-be8b-11c9033c6c04?fields=security_groups HTTP/1.1" 200 1370 0.166468 10.0.0.131 - - [2026-01-22 02:13:29] "GET /project/75668ecd-d767-4392-b2a0-9778d61866c0?fields=security_groups HTTP/1.1" 200 1385 0.171261 10.0.0.131 - - [2026-01-22 02:13:29] "DELETE /security-group/08973255-7687-4f07-87e0-8e3d4a8d5c3e HTTP/1.1" 200 115 0.223892 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=042e1a86-0f1e-420a-9afb-af8864a0f03f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.131 - - [2026-01-22 02:13:29] "DELETE /security-group/173c38b4-96da-42b3-b1ff-da1e5569c6e8 HTTP/1.1" 200 115 0.210606 10.0.0.131 - - [2026-01-22 02:13:29] "GET /projects?obj_uuids=26ad1346-d7e3-4fe4-91ab-79ebeb8a275e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001353 10.0.0.131 - - [2026-01-22 02:13:29] "DELETE /security-group/4255c2a9-7d08-4d26-bc9b-13e940e85413 HTTP/1.1" 200 115 0.213322 10.0.0.131 - - [2026-01-22 02:13:30] "GET /projects?obj_uuids=80945804-039e-4321-b11c-3f25ff017b6e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001163 10.0.0.131 - - [2026-01-22 02:13:30] "DELETE /access-control-list/83a0f13b-7586-4ab3-9474-ee1c79fe9d9f HTTP/1.1" 200 115 0.074798 10.0.0.131 - - [2026-01-22 02:13:30] "GET /project/042e1a86-0f1e-420a-9afb-af8864a0f03f?fields=application_policy_sets HTTP/1.1" 200 1411 0.086870 10.0.0.131 - - [2026-01-22 02:13:30] "DELETE /security-group/6d676b76-6aea-4521-9b48-682bf1e47e5f HTTP/1.1" 200 115 0.180911 10.0.0.131 - - [2026-01-22 02:13:30] "DELETE /security-group/311e6910-62d9-402c-87de-b48e2d54d915 HTTP/1.1" 200 115 0.216927 10.0.0.131 - - [2026-01-22 02:13:30] "GET /project/80945804-039e-4321-b11c-3f25ff017b6e?fields=application_policy_sets HTTP/1.1" 200 1397 0.122057 10.0.0.131 - - [2026-01-22 02:13:30] "GET /projects?obj_uuids=75668ecd-d767-4392-b2a0-9778d61866c0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001096 10.0.0.131 - - [2026-01-22 02:13:30] "GET /projects?obj_uuids=86794ae6-3d40-4ba5-be8b-11c9033c6c04&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000982 10.0.0.131 - - [2026-01-22 02:13:30] "GET /project/26ad1346-d7e3-4fe4-91ab-79ebeb8a275e?fields=application_policy_sets HTTP/1.1" 200 1412 0.210158 10.0.0.131 - - [2026-01-22 02:13:30] "GET /project/86794ae6-3d40-4ba5-be8b-11c9033c6c04?fields=application_policy_sets HTTP/1.1" 200 1409 0.102752 10.0.0.131 - - [2026-01-22 02:13:30] "DELETE /access-control-list/4bbd9e29-cd36-4224-bafc-f418e462dbdf HTTP/1.1" 200 115 0.099290 10.0.0.131 - - [2026-01-22 02:13:30] "GET /project/75668ecd-d767-4392-b2a0-9778d61866c0?fields=application_policy_sets HTTP/1.1" 200 1424 0.163279 10.0.0.131 - - [2026-01-22 02:13:30] "DELETE /project/042e1a86-0f1e-420a-9afb-af8864a0f03f HTTP/1.1" 200 115 1.159892 10.0.0.131 - - [2026-01-22 02:13:30] "DELETE /project/80945804-039e-4321-b11c-3f25ff017b6e HTTP/1.1" 200 115 1.161186 10.0.0.131 - - [2026-01-22 02:13:30] "DELETE /access-control-list/0e5b61e8-c6c5-49c6-b146-dfe7c7861362 HTTP/1.1" 200 115 0.106587 10.0.0.131 - - [2026-01-22 02:13:30] "DELETE /project/75668ecd-d767-4392-b2a0-9778d61866c0 HTTP/1.1" 200 115 1.170200 10.0.0.38 - - [2026-01-22 02:13:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.099290 10.0.0.131 - - [2026-01-22 02:13:30] "DELETE /project/26ad1346-d7e3-4fe4-91ab-79ebeb8a275e HTTP/1.1" 200 115 1.301836 10.0.0.131 - - [2026-01-22 02:13:30] "DELETE /project/86794ae6-3d40-4ba5-be8b-11c9033c6c04 HTTP/1.1" 200 115 1.207099 10.0.0.131 - - [2026-01-22 02:13:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.002981 10.0.0.131 - - [2026-01-22 02:13:30] "POST /access-control-lists HTTP/1.1" 200 607 0.032021 10.0.0.131 - - [2026-01-22 02:13:31] "PUT /access-control-list/31542e4d-616f-48cc-8e77-04898d3529cd HTTP/1.1" 200 273 0.020772 10.0.0.131 - - [2026-01-22 02:13:31] "GET /projects?obj_uuids=d501695d-ee5b-46f8-9414-4ef461228ebe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.38 - - [2026-01-22 02:13:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.113822 10.0.0.38 - - [2026-01-22 02:13:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016169 10.0.0.38 - - [2026-01-22 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.005464 10.0.0.131 - - [2026-01-22 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.003844 10.0.0.131 - - [2026-01-22 02:13:31] "POST /access-control-lists HTTP/1.1" 200 607 0.029328 10.0.0.131 - - [2026-01-22 02:13:32] "PUT /access-control-list/e4685cb6-74a3-46b2-a5db-33116f7163f6 HTTP/1.1" 200 273 0.018733 10.0.0.131 - - [2026-01-22 02:13:32] "GET /projects?obj_uuids=d501695d-ee5b-46f8-9414-4ef461228ebe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001147 10.0.0.38 - - [2026-01-22 02:13:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.051981 10.0.0.38 - - [2026-01-22 02:13:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.025347 10.0.0.38 - - [2026-01-22 02:13:33] "POST /neutron/router HTTP/1.1" 200 541 0.007132 10.0.0.131 - - [2026-01-22 02:13:33] "POST /route-targets HTTP/1.1" 200 328 0.014402 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.016838 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.003934 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.004632 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.005399 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.005255 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.005055 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.005037 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.005959 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.005168 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.004674 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.007026 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 151 0.093389 10.0.0.131 - - [2026-01-22 02:13:34] "DELETE /route-target/1b3a2509-6bd3-448b-ab5e-79aa6658a32e HTTP/1.1" 200 115 0.026858 10.0.0.131 - - [2026-01-22 02:13:34] "GET /logical-router/e5b3bb29-7793-4902-b757-b072c587fe41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.058511 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.014203 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.007689 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.003931 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.003975 10.0.0.38 - - [2026-01-22 02:13:34] "POST /neutron/router HTTP/1.1" 200 541 0.004529 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 541 0.005391 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 541 0.005912 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 541 0.004877 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 541 0.006263 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 541 0.004975 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 541 0.005427 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 542 0.054948 10.0.0.131 - - [2026-01-22 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.131 - - [2026-01-22 02:13:35] "GET /projects?obj_uuids=d501695d-ee5b-46f8-9414-4ef461228ebe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001161 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 559 0.087775 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 559 0.004743 10.0.0.131 - - [2026-01-22 02:13:35] "PUT /logical-router/a415c5eb-95ef-44fd-ae95-8af69c32be9f HTTP/1.1" 200 263 0.035892 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 559 0.009969 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 559 0.006691 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 559 0.005645 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 559 0.004347 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 559 0.006155 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 559 0.004017 10.0.0.38 - - [2026-01-22 02:13:35] "POST /neutron/router HTTP/1.1" 200 559 0.004140 10.0.0.38 - - [2026-01-22 02:13:36] "POST /neutron/router HTTP/1.1" 200 559 0.004550 10.0.0.38 - - [2026-01-22 02:13:36] "POST /neutron/router HTTP/1.1" 200 559 0.004159 10.0.0.38 - - [2026-01-22 02:13:36] "POST /neutron/router HTTP/1.1" 200 559 0.027570 10.0.0.38 - - [2026-01-22 02:13:36] "POST /neutron/router HTTP/1.1" 200 560 0.004031 10.0.0.38 - - [2026-01-22 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.068783 10.0.0.131 - - [2026-01-22 02:13:36] "DELETE /access-control-list/3c348986-ca37-476b-93c7-0817739b092d HTTP/1.1" 200 115 0.037069 10.0.0.38 - - [2026-01-22 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 506 0.003761 10.0.0.131 - - [2026-01-22 02:13:36] "DELETE /access-control-list/31542e4d-616f-48cc-8e77-04898d3529cd HTTP/1.1" 200 115 0.030502 10.0.0.38 - - [2026-01-22 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 151 0.096717 10.0.0.131 - - [2026-01-22 02:13:36] "DELETE /access-control-list/a936ea21-6090-4800-84be-fb96e2b57462 HTTP/1.1" 200 115 0.043064 10.0.0.131 - - [2026-01-22 02:13:38] "GET /projects?obj_uuids=d501695d-ee5b-46f8-9414-4ef461228ebe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001256 10.0.0.38 - - [2026-01-22 02:13:38] "GET /project/d501695d-ee5b-46f8-9414-4ef461228ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.044954 10.0.0.131 - - [2026-01-22 02:13:38] "GET /projects?obj_uuids=d501695d-ee5b-46f8-9414-4ef461228ebe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001509 10.0.0.38 - - [2026-01-22 02:13:38] "GET /project/d501695d-ee5b-46f8-9414-4ef461228ebe?fields=virtual_networks HTTP/1.1" 200 1035 0.048690 10.0.0.131 - - [2026-01-22 02:13:38] "GET /projects?obj_uuids=d501695d-ee5b-46f8-9414-4ef461228ebe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002250 10.0.0.38 - - [2026-01-22 02:13:38] "GET /project/d501695d-ee5b-46f8-9414-4ef461228ebe?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.055285 10.0.0.131 - - [2026-01-22 02:13:38] "GET /projects?obj_uuids=d501695d-ee5b-46f8-9414-4ef461228ebe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001322 10.0.0.38 - - [2026-01-22 02:13:38] "GET /project/d501695d-ee5b-46f8-9414-4ef461228ebe?fields=security_groups HTTP/1.1" 200 1257 0.069839 10.0.0.38 - - [2026-01-22 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.030433 10.0.0.131 - - [2026-01-22 02:13:39] "GET /projects?obj_uuids=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003083 10.0.0.131 - - [2026-01-22 02:13:39] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.131 - - [2026-01-22 02:13:39] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007739 10.0.0.131 - - [2026-01-22 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 186 0.001379 10.0.0.131 - - [2026-01-22 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 195 0.006818 10.0.0.131 - - [2026-01-22 02:13:39] "POST /security-groups HTTP/1.1" 200 587 0.032959 10.0.0.131 - - [2026-01-22 02:13:39] "POST /projects HTTP/1.1" 200 577 0.249375 10.0.0.131 - - [2026-01-22 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.286328 10.0.0.131 - - [2026-01-22 02:13:39] "POST /access-control-lists HTTP/1.1" 200 594 0.031405 10.0.0.38 - - [2026-01-22 02:13:39] "GET /project/94269091-ca73-4ffc-bae8-222768f5893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.456459 10.0.0.38 - - [2026-01-22 02:13:40] "GET / HTTP/1.1" 200 36215 0.001772 10.0.0.38 - - [2026-01-22 02:13:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.38 - - [2026-01-22 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.067891 10.0.0.131 - - [2026-01-22 02:13:42] "GET /projects?obj_uuids=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000981 10.0.0.38 - - [2026-01-22 02:13:42] "GET /project/94269091-ca73-4ffc-bae8-222768f5893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.061224 10.0.0.131 - - [2026-01-22 02:13:43] "POST /route-targets HTTP/1.1" 200 328 0.016124 10.0.0.131 - - [2026-01-22 02:13:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003072 10.0.0.38 - - [2026-01-22 02:13:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.283581 10.0.0.38 - - [2026-01-22 02:13:43] "POST /id-to-fqname HTTP/1.1" 200 216 0.001656 10.0.0.38 - - [2026-01-22 02:13:43] "GET /virtual-network/1a255b3d-fd19-4465-8edc-4c5293c4dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005781 10.0.0.38 - - [2026-01-22 02:13:43] "GET /virtual-network/1a255b3d-fd19-4465-8edc-4c5293c4dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005993 10.0.0.38 - - [2026-01-22 02:13:43] "POST /neutron/network HTTP/1.1" 200 819 0.007900 10.0.0.38 - - [2026-01-22 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.003288 10.0.0.38 - - [2026-01-22 02:13:43] "GET /virtual-network/1a255b3d-fd19-4465-8edc-4c5293c4dd3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005413 10.0.0.38 - - [2026-01-22 02:13:43] "GET /virtual-machine-interface/9e2ab98d-8fa1-4a1e-a4f8-70b0b368f309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008904 10.0.0.38 - - [2026-01-22 02:13:43] "GET /virtual-machine-interface/9e2ab98d-8fa1-4a1e-a4f8-70b0b368f309?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.010287 10.0.0.38 - - [2026-01-22 02:13:44] "GET /instance-ip/fdfe1f0e-fdab-45f7-8e51-c440f8256f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.005225 10.0.0.38 - - [2026-01-22 02:13:44] "POST /neutron/port HTTP/1.1" 200 1016 0.013058 10.0.0.131 - - [2026-01-22 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002879 10.0.0.131 - - [2026-01-22 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002378 10.0.0.38 - - [2026-01-22 02:13:44] "POST /neutron/network HTTP/1.1" 200 151 0.149470 10.0.0.131 - - [2026-01-22 02:13:44] "DELETE /route-target/a42d7c15-de04-4fd8-b35e-80c9cfb9c37d HTTP/1.1" 200 115 0.025440 10.0.0.38 - - [2026-01-22 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.131 - - [2026-01-22 02:13:47] "GET /projects?obj_uuids=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001212 10.0.0.38 - - [2026-01-22 02:13:47] "GET /project/94269091-ca73-4ffc-bae8-222768f5893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.048490 10.0.0.131 - - [2026-01-22 02:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.008609 10.0.0.38 - - [2026-01-22 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.228137 10.0.0.38 - - [2026-01-22 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 217 0.001320 10.0.0.38 - - [2026-01-22 02:13:48] "GET /virtual-network/5be1600e-eef3-4655-9693-f44abd78f8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007384 10.0.0.38 - - [2026-01-22 02:13:48] "POST /neutron/network HTTP/1.1" 200 977 0.008010 10.0.0.38 - - [2026-01-22 02:13:48] "GET /virtual-network/5be1600e-eef3-4655-9693-f44abd78f8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005125 10.0.0.38 - - [2026-01-22 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 719 0.012625 10.0.0.38 - - [2026-01-22 02:13:48] "POST /id-to-fqname HTTP/1.1" 200 217 0.001236 10.0.0.38 - - [2026-01-22 02:13:48] "POST /neutron/port HTTP/1.1" 200 1018 0.017601 10.0.0.38 - - [2026-01-22 02:13:49] "POST /neutron/port HTTP/1.1" 200 1018 0.010316 10.0.0.38 - - [2026-01-22 02:13:49] "POST /id-to-fqname HTTP/1.1" 200 217 0.001612 10.0.0.38 - - [2026-01-22 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.007232 10.0.0.38 - - [2026-01-22 02:13:49] "POST /neutron/network HTTP/1.1" 200 977 0.055777 10.0.0.38 - - [2026-01-22 02:13:49] "POST /neutron/port HTTP/1.1" 200 1017 0.018787 10.0.0.38 - - [2026-01-22 02:13:49] "POST /neutron/port HTTP/1.1" 200 117 0.006608 10.0.0.38 - - [2026-01-22 02:13:50] "POST /neutron/port HTTP/1.1" 200 1018 0.020927 10.0.0.38 - - [2026-01-22 02:13:50] "POST /neutron/port HTTP/1.1" 200 1017 0.023511 10.0.0.38 - - [2026-01-22 02:13:50] "POST /neutron/port HTTP/1.1" 200 1017 0.010555 10.0.0.38 - - [2026-01-22 02:13:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013802 10.0.0.38 - - [2026-01-22 02:13:50] "POST /neutron/network HTTP/1.1" 200 977 0.014187 10.0.0.38 - - [2026-01-22 02:13:50] "POST /neutron/subnet HTTP/1.1" 200 693 0.011800 10.0.0.38 - - [2026-01-22 02:13:54] "POST /neutron/port HTTP/1.1" 200 1120 0.024247 10.0.0.38 - - [2026-01-22 02:13:55] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008504 10.0.0.38 - - [2026-01-22 02:13:55] "GET /virtual-machine/53ff8e29-7a47-48d4-956c-079135b1f22f HTTP/1.1" 401 292 0.000516 10.0.0.38 - - [2026-01-22 02:13:55] "GET /virtual-machine/53ff8e29-7a47-48d4-956c-079135b1f22f HTTP/1.1" 200 1286 0.030633 10.0.0.38 - - [2026-01-22 02:13:55] "GET /virtual-machine-interface/efd996d0-0130-4dff-b28a-432390055b2d HTTP/1.1" 200 2931 0.006129 10.0.0.38 - - [2026-01-22 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302 10.0.0.38 - - [2026-01-22 02:13:55] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006199 10.0.0.38 - - [2026-01-22 02:13:55] "GET /virtual-networks?parent_id=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003475 10.0.0.38 - - [2026-01-22 02:13:55] "GET /virtual-network/5be1600e-eef3-4655-9693-f44abd78f8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008799 10.0.0.38 - - [2026-01-22 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.38 - - [2026-01-22 02:13:58] "GET /virtual-network/5be1600e-eef3-4655-9693-f44abd78f8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005571 10.0.0.38 - - [2026-01-22 02:14:00] "POST /neutron/port HTTP/1.1" 200 1119 0.019974 10.0.0.38 - - [2026-01-22 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010360 10.0.0.38 - - [2026-01-22 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.38 - - [2026-01-22 02:14:02] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004334 10.0.0.38 - - [2026-01-22 02:14:02] "GET /virtual-networks?parent_id=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003154 10.0.0.38 - - [2026-01-22 02:14:02] "GET /virtual-network/5be1600e-eef3-4655-9693-f44abd78f8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.010412 10.0.0.38 - - [2026-01-22 02:14:06] "POST /neutron/port HTTP/1.1" 200 1120 0.024215 10.0.0.38 - - [2026-01-22 02:14:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005306 10.0.0.38 - - [2026-01-22 02:14:06] "POST /neutron/network HTTP/1.1" 200 977 0.010737 10.0.0.38 - - [2026-01-22 02:14:08] "POST /neutron/port HTTP/1.1" 200 1119 0.019695 10.0.0.38 - - [2026-01-22 02:14:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008816 10.0.0.38 - - [2026-01-22 02:14:08] "GET /virtual-machine/f4a9f707-78b8-410a-9cc5-b3020b3e1aea HTTP/1.1" 200 1287 0.006131 10.0.0.38 - - [2026-01-22 02:14:08] "GET /virtual-machine-interface/bebf79e0-dbe0-460d-99df-5cc97a43dc89 HTTP/1.1" 200 2931 0.005659 10.0.0.38 - - [2026-01-22 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.38 - - [2026-01-22 02:14:08] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003734 10.0.0.38 - - [2026-01-22 02:14:08] "GET /virtual-networks?parent_id=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003024 10.0.0.38 - - [2026-01-22 02:14:08] "GET /virtual-network/5be1600e-eef3-4655-9693-f44abd78f8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006830 10.0.0.38 - - [2026-01-22 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.38 - - [2026-01-22 02:14:09] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006354 10.0.0.38 - - [2026-01-22 02:14:09] "GET /virtual-networks?parent_id=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003827 10.0.0.38 - - [2026-01-22 02:14:09] "GET /virtual-network/5be1600e-eef3-4655-9693-f44abd78f8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005698 10.0.0.38 - - [2026-01-22 02:14:12] "POST /neutron/network HTTP/1.1" 200 987 0.007050 10.0.0.38 - - [2026-01-22 02:14:12] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.38 - - [2026-01-22 02:14:12] "POST /neutron/port HTTP/1.1" 200 1109 0.018819 10.0.0.38 - - [2026-01-22 02:14:13] "POST /neutron/port HTTP/1.1" 200 1110 0.013365 10.0.0.131 - - [2026-01-22 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007438 10.0.0.131 - - [2026-01-22 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004498 10.0.0.131 - - [2026-01-22 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003384 10.0.0.131 - - [2026-01-22 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003355 10.0.0.131 - - [2026-01-22 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003990 10.0.0.38 - - [2026-01-22 02:14:13] "POST /neutron/network HTTP/1.1" 200 151 0.171710 10.0.0.131 - - [2026-01-22 02:14:14] "GET /projects?obj_uuids=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001030 10.0.0.38 - - [2026-01-22 02:14:14] "GET /project/94269091-ca73-4ffc-bae8-222768f5893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.045830 10.0.0.131 - - [2026-01-22 02:14:14] "GET /projects?obj_uuids=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000869 10.0.0.38 - - [2026-01-22 02:14:14] "GET /project/94269091-ca73-4ffc-bae8-222768f5893b?fields=virtual_networks HTTP/1.1" 200 1037 0.038196 10.0.0.131 - - [2026-01-22 02:14:14] "GET /projects?obj_uuids=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000924 10.0.0.38 - - [2026-01-22 02:14:15] "GET /project/94269091-ca73-4ffc-bae8-222768f5893b?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.039791 10.0.0.131 - - [2026-01-22 02:14:15] "GET /projects?obj_uuids=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000902 10.0.0.38 - - [2026-01-22 02:14:15] "GET /project/94269091-ca73-4ffc-bae8-222768f5893b?fields=security_groups HTTP/1.1" 200 1260 0.045188 10.0.0.38 - - [2026-01-22 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.029628 10.0.0.131 - - [2026-01-22 02:14:16] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003739 10.0.0.131 - - [2026-01-22 02:14:16] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.131 - - [2026-01-22 02:14:16] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007802 10.0.0.131 - - [2026-01-22 02:14:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.001351 10.0.0.131 - - [2026-01-22 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.004012 10.0.0.131 - - [2026-01-22 02:14:16] "POST /security-groups HTTP/1.1" 200 589 0.032431 10.0.0.131 - - [2026-01-22 02:14:16] "POST /projects HTTP/1.1" 200 581 0.277067 10.0.0.131 - - [2026-01-22 02:14:16] "POST /access-control-lists HTTP/1.1" 200 596 0.031606 10.0.0.131 - - [2026-01-22 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.355494 10.0.0.38 - - [2026-01-22 02:14:16] "GET /project/32e1223a-81a1-48f6-ba07-8698a41223cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.499291 10.0.0.38 - - [2026-01-22 02:14:17] "GET / HTTP/1.1" 200 36215 0.001565 10.0.0.38 - - [2026-01-22 02:14:18] "POST /neutron/port HTTP/1.1" 200 117 0.005847 10.0.0.38 - - [2026-01-22 02:14:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2026-01-22 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.070944 10.0.0.131 - - [2026-01-22 02:14:19] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001351 10.0.0.38 - - [2026-01-22 02:14:19] "GET /project/32e1223a-81a1-48f6-ba07-8698a41223cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.039940 10.0.0.131 - - [2026-01-22 02:14:20] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.38 - - [2026-01-22 02:14:20] "POST /neutron/network HTTP/1.1" 200 605 0.155717 10.0.0.131 - - [2026-01-22 02:14:20] "POST /route-targets HTTP/1.1" 200 328 0.018569 10.0.0.38 - - [2026-01-22 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.005143 10.0.0.38 - - [2026-01-22 02:14:20] "GET /virtual-network/94fe3ad3-2772-4811-ba4e-2128903a9456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005961 10.0.0.38 - - [2026-01-22 02:14:20] "POST /neutron/network HTTP/1.1" 200 823 0.006355 10.0.0.38 - - [2026-01-22 02:14:20] "GET /virtual-network/94fe3ad3-2772-4811-ba4e-2128903a9456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005100 10.0.0.38 - - [2026-01-22 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.131 - - [2026-01-22 02:14:20] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000767 10.0.0.38 - - [2026-01-22 02:14:20] "GET /project/32e1223a-81a1-48f6-ba07-8698a41223cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045214 10.0.0.38 - - [2026-01-22 02:14:20] "POST /neutron/network HTTP/1.1" 200 117 0.013328 10.0.0.131 - - [2026-01-22 02:14:20] "POST /ref-update HTTP/1.1" 200 156 0.025255 10.0.0.38 - - [2026-01-22 02:14:21] "POST /neutron/network HTTP/1.1" 200 823 0.011595 10.0.0.38 - - [2026-01-22 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.000989 10.0.0.38 - - [2026-01-22 02:14:21] "GET /virtual-network/765b0da3-874f-4b88-8ec2-bf9c61f89806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004820 10.0.0.38 - - [2026-01-22 02:14:21] "GET /virtual-network/765b0da3-874f-4b88-8ec2-bf9c61f89806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005090 10.0.0.38 - - [2026-01-22 02:14:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.008185 10.0.0.38 - - [2026-01-22 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.000945 10.0.0.131 - - [2026-01-22 02:14:22] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.38 - - [2026-01-22 02:14:22] "GET /project/32e1223a-81a1-48f6-ba07-8698a41223cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066458 10.0.0.38 - - [2026-01-22 02:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.006265 10.0.0.38 - - [2026-01-22 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.001180 10.0.0.38 - - [2026-01-22 02:14:22] "POST /neutron/network HTTP/1.1" 200 833 0.013002 10.0.0.38 - - [2026-01-22 02:14:23] "POST /neutron/port HTTP/1.1" 200 1057 0.021396 10.0.0.131 - - [2026-01-22 02:14:23] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.38 - - [2026-01-22 02:14:23] "GET /project/32e1223a-81a1-48f6-ba07-8698a41223cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.085688 10.0.0.38 - - [2026-01-22 02:14:23] "POST /neutron/network HTTP/1.1" 200 823 0.008757 10.0.0.38 - - [2026-01-22 02:14:23] "POST /neutron/port HTTP/1.1" 200 1121 0.020309 10.0.0.38 - - [2026-01-22 02:14:23] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.131 - - [2026-01-22 02:14:23] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001221 10.0.0.38 - - [2026-01-22 02:14:24] "POST /neutron/router HTTP/1.1" 200 580 0.100598 10.0.0.38 - - [2026-01-22 02:14:24] "POST /neutron/network HTTP/1.1" 200 833 0.007096 10.0.0.131 - - [2026-01-22 02:14:24] "POST /ref-update HTTP/1.1" 200 156 0.021761 10.0.0.38 - - [2026-01-22 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008754 10.0.0.38 - - [2026-01-22 02:14:24] "POST /neutron/port HTTP/1.1" 200 1111 0.099964 10.0.0.38 - - [2026-01-22 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.008932 10.0.0.38 - - [2026-01-22 02:14:29] "POST /neutron/port HTTP/1.1" 200 1121 0.019760 10.0.0.38 - - [2026-01-22 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007314 10.0.0.38 - - [2026-01-22 02:14:30] "GET /virtual-machine/07cedacd-497c-418b-83aa-42f76a3c4320 HTTP/1.1" 401 292 0.000723 10.0.0.38 - - [2026-01-22 02:14:30] "GET /virtual-machine/07cedacd-497c-418b-83aa-42f76a3c4320 HTTP/1.1" 200 1290 0.038895 10.0.0.38 - - [2026-01-22 02:14:30] "GET /virtual-machine-interface/34a11be2-3958-487d-a58f-91a159fabd79 HTTP/1.1" 200 2940 0.005726 10.0.0.38 - - [2026-01-22 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.38 - - [2026-01-22 02:14:30] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004441 10.0.0.38 - - [2026-01-22 02:14:30] "GET /virtual-networks?parent_id=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003196 10.0.0.38 - - [2026-01-22 02:14:30] "GET /virtual-network/94fe3ad3-2772-4811-ba4e-2128903a9456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006114 10.0.0.131 - - [2026-01-22 02:14:30] "DELETE /project/d501695d-ee5b-46f8-9414-4ef461228ebe HTTP/1.1" 404 177 0.007961 10.0.0.131 - - [2026-01-22 02:14:30] "DELETE /project/32e1223a81a148f6ba078698a41223cd HTTP/1.1" 404 173 0.006700 10.0.0.131 - - [2026-01-22 02:14:30] "DELETE /project/94269091ca734ffcbae8222768f5893b HTTP/1.1" 404 173 0.004329 10.0.0.131 - - [2026-01-22 02:14:30] "GET /projects?obj_uuids=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000800 10.0.0.131 - - [2026-01-22 02:14:31] "GET /project/94269091-ca73-4ffc-bae8-222768f5893b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.048316 10.0.0.50 - - [2026-01-22 02:14:31] "GET /obj-perms HTTP/1.1" 200 5056 0.073145 10.0.0.131 - - [2026-01-22 02:14:31] "GET /projects?obj_uuids=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000849 10.0.0.131 - - [2026-01-22 02:14:31] "GET /project/94269091-ca73-4ffc-bae8-222768f5893b?fields=security_groups HTTP/1.1" 200 1362 0.044741 10.0.0.131 - - [2026-01-22 02:14:31] "DELETE /security-group/893fc0b9-fc45-44ac-9bbe-d071ce3a018b HTTP/1.1" 200 115 0.053987 10.0.0.131 - - [2026-01-22 02:14:31] "GET /projects?obj_uuids=94269091-ca73-4ffc-bae8-222768f5893b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000864 10.0.0.131 - - [2026-01-22 02:14:31] "GET /project/94269091-ca73-4ffc-bae8-222768f5893b?fields=application_policy_sets HTTP/1.1" 200 1401 0.038634 10.0.0.131 - - [2026-01-22 02:14:31] "DELETE /access-control-list/e897d743-f524-4517-91ca-76a95d5fabf3 HTTP/1.1" 200 115 0.053485 10.0.0.131 - - [2026-01-22 02:14:31] "DELETE /project/94269091-ca73-4ffc-bae8-222768f5893b HTTP/1.1" 200 115 0.413239 10.0.0.38 - - [2026-01-22 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.38 - - [2026-01-22 02:14:33] "GET /virtual-network/94fe3ad3-2772-4811-ba4e-2128903a9456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004689 10.0.0.38 - - [2026-01-22 02:14:35] "POST /neutron/port HTTP/1.1" 200 1121 0.022675 10.0.0.38 - - [2026-01-22 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.38 - - [2026-01-22 02:14:37] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003630 10.0.0.38 - - [2026-01-22 02:14:37] "GET /virtual-networks?parent_id=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003170 10.0.0.38 - - [2026-01-22 02:14:37] "GET /virtual-network/94fe3ad3-2772-4811-ba4e-2128903a9456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005741 10.0.0.38 - - [2026-01-22 02:14:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006204 10.0.0.38 - - [2026-01-22 02:14:43] "POST /neutron/port HTTP/1.1" 200 1121 0.016683 10.0.0.38 - - [2026-01-22 02:14:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007582 10.0.0.38 - - [2026-01-22 02:14:43] "GET /virtual-machine/d976517e-0333-4c8c-a275-fc7c69236ec5 HTTP/1.1" 200 1293 0.006283 10.0.0.38 - - [2026-01-22 02:14:43] "GET /virtual-machine-interface/342d7b36-62cc-4a8d-8d6f-a8539504c3d7 HTTP/1.1" 200 2940 0.005497 10.0.0.38 - - [2026-01-22 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.38 - - [2026-01-22 02:14:43] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003282 10.0.0.38 - - [2026-01-22 02:14:43] "GET /virtual-networks?parent_id=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003327 10.0.0.38 - - [2026-01-22 02:14:43] "GET /virtual-network/765b0da3-874f-4b88-8ec2-bf9c61f89806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005836 10.0.0.38 - - [2026-01-22 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.38 - - [2026-01-22 02:14:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005023 10.0.0.38 - - [2026-01-22 02:14:44] "GET /virtual-networks?parent_id=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002939 10.0.0.38 - - [2026-01-22 02:14:44] "GET /virtual-network/765b0da3-874f-4b88-8ec2-bf9c61f89806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005587 10.0.0.38 - - [2026-01-22 02:14:48] "POST /neutron/router HTTP/1.1" 200 580 0.008413 10.0.0.38 - - [2026-01-22 02:14:55] "POST /neutron/router HTTP/1.1" 200 580 0.007756 10.0.0.131 - - [2026-01-22 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.015357 10.0.0.131 - - [2026-01-22 02:14:59] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.38 - - [2026-01-22 02:14:59] "POST /neutron/router HTTP/1.1" 200 344 0.332251 10.0.0.38 - - [2026-01-22 02:15:02] "POST /neutron/router HTTP/1.1" 200 580 0.007136 10.0.0.131 - - [2026-01-22 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.020344 10.0.0.38 - - [2026-01-22 02:15:02] "POST /neutron/router HTTP/1.1" 200 151 0.091466 10.0.0.131 - - [2026-01-22 02:15:02] "GET /logical-router/2ba918d2-e582-432d-8d3c-c1793531dcfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.067847 10.0.0.38 - - [2026-01-22 02:15:02] "POST /neutron/port HTTP/1.1" 200 1121 0.024722 10.0.0.38 - - [2026-01-22 02:15:03] "POST /neutron/port HTTP/1.1" 200 1121 0.027523 10.0.0.38 - - [2026-01-22 02:15:04] "POST /neutron/network HTTP/1.1" 200 823 0.007618 10.0.0.131 - - [2026-01-22 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009551 10.0.0.131 - - [2026-01-22 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.009613 10.0.0.131 - - [2026-01-22 02:15:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002887 10.0.0.38 - - [2026-01-22 02:15:04] "POST /neutron/network HTTP/1.1" 200 151 0.145781 10.0.0.131 - - [2026-01-22 02:15:05] "DELETE /route-target/980e8503-43de-4886-badf-8c18ad998ce7 HTTP/1.1" 200 115 0.034695 10.0.0.131 - - [2026-01-22 02:15:06] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.38 - - [2026-01-22 02:15:06] "GET /project/32e1223a-81a1-48f6-ba07-8698a41223cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.079105 10.0.0.131 - - [2026-01-22 02:15:06] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.38 - - [2026-01-22 02:15:06] "GET /project/32e1223a-81a1-48f6-ba07-8698a41223cd?fields=virtual_networks HTTP/1.1" 200 1040 0.048440 10.0.0.131 - - [2026-01-22 02:15:06] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001396 10.0.0.38 - - [2026-01-22 02:15:06] "GET /project/32e1223a-81a1-48f6-ba07-8698a41223cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.051105 10.0.0.131 - - [2026-01-22 02:15:06] "GET /projects?obj_uuids=32e1223a-81a1-48f6-ba07-8698a41223cd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.38 - - [2026-01-22 02:15:06] "GET /project/32e1223a-81a1-48f6-ba07-8698a41223cd?fields=security_groups HTTP/1.1" 200 1265 0.052550 10.0.0.38 - - [2026-01-22 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 191 0.029347 10.0.0.131 - - [2026-01-22 02:15:07] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003355 10.0.0.131 - - [2026-01-22 02:15:07] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.131 - - [2026-01-22 02:15:07] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007094 10.0.0.131 - - [2026-01-22 02:15:07] "POST /id-to-fqname HTTP/1.1" 200 193 0.007608 10.0.0.131 - - [2026-01-22 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 202 0.007166 10.0.0.131 - - [2026-01-22 02:15:07] "POST /security-groups HTTP/1.1" 200 594 0.031058 10.0.0.131 - - [2026-01-22 02:15:07] "POST /projects HTTP/1.1" 200 591 0.242524 10.0.0.131 - - [2026-01-22 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.014745 10.0.0.131 - - [2026-01-22 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.320542 10.0.0.38 - - [2026-01-22 02:15:07] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.470253 10.0.0.38 - - [2026-01-22 02:15:09] "GET / HTTP/1.1" 200 36215 0.001737 10.0.0.38 - - [2026-01-22 02:15:11] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000420 10.0.0.131 - - [2026-01-22 02:15:11] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001580 10.0.0.38 - - [2026-01-22 02:15:11] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.101967 10.0.0.38 - - [2026-01-22 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.38 - - [2026-01-22 02:15:11] "GET /security-group/13b5cff7-b4a5-4898-b32e-81b3ffe09c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.005607 10.0.0.38 - - [2026-01-22 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.131 - - [2026-01-22 02:15:11] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000921 10.0.0.38 - - [2026-01-22 02:15:11] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.034887 10.0.0.38 - - [2026-01-22 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.38 - - [2026-01-22 02:15:11] "GET /security-group/13b5cff7-b4a5-4898-b32e-81b3ffe09c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004372 10.0.0.38 - - [2026-01-22 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.38 - - [2026-01-22 02:15:11] "PUT /security-group/13b5cff7-b4a5-4898-b32e-81b3ffe09c3e HTTP/1.1" 200 263 0.022381 10.0.0.38 - - [2026-01-22 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.006781 10.0.0.131 - - [2026-01-22 02:15:11] "PUT /access-control-list/da43fe74-be94-4025-a66e-3f4dbfc2ec91 HTTP/1.1" 200 273 0.020592 10.0.0.38 - - [2026-01-22 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.131 - - [2026-01-22 02:15:12] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001677 10.0.0.38 - - [2026-01-22 02:15:12] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043725 10.0.0.131 - - [2026-01-22 02:15:12] "POST /useragent-kv HTTP/1.1" 200 115 0.010931 10.0.0.38 - - [2026-01-22 02:15:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.251751 10.0.0.38 - - [2026-01-22 02:15:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001178 10.0.0.38 - - [2026-01-22 02:15:12] "GET /virtual-network/2ad193d5-d4da-4bb1-9de6-d3fb4329695e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005819 10.0.0.38 - - [2026-01-22 02:15:12] "GET /virtual-network/2ad193d5-d4da-4bb1-9de6-d3fb4329695e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005716 10.0.0.38 - - [2026-01-22 02:15:12] "POST /neutron/network HTTP/1.1" 200 825 0.006685 10.0.0.38 - - [2026-01-22 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.131 - - [2026-01-22 02:15:12] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000872 10.0.0.38 - - [2026-01-22 02:15:12] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.038576 10.0.0.131 - - [2026-01-22 02:15:12] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000867 10.0.0.38 - - [2026-01-22 02:15:13] "POST /neutron/network HTTP/1.1" 200 615 0.191162 10.0.0.131 - - [2026-01-22 02:15:13] "POST /route-targets HTTP/1.1" 200 328 0.025843 10.0.0.38 - - [2026-01-22 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.002873 10.0.0.38 - - [2026-01-22 02:15:13] "GET /virtual-network/b77683b2-774a-4d2a-a158-7250072766e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005318 10.0.0.38 - - [2026-01-22 02:15:13] "POST /neutron/network HTTP/1.1" 200 833 0.005930 10.0.0.38 - - [2026-01-22 02:15:13] "GET /virtual-network/b77683b2-774a-4d2a-a158-7250072766e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005403 10.0.0.38 - - [2026-01-22 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001242 10.0.0.38 - - [2026-01-22 02:15:13] "POST /neutron/network HTTP/1.1" 200 835 0.007437 10.0.0.131 - - [2026-01-22 02:15:14] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001282 10.0.0.38 - - [2026-01-22 02:15:14] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.073108 10.0.0.38 - - [2026-01-22 02:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.007789 10.0.0.38 - - [2026-01-22 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001556 10.0.0.38 - - [2026-01-22 02:15:15] "POST /neutron/network HTTP/1.1" 200 835 0.008015 10.0.0.38 - - [2026-01-22 02:15:15] "POST /neutron/port HTTP/1.1" 200 1061 0.016795 10.0.0.131 - - [2026-01-22 02:15:15] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001284 10.0.0.38 - - [2026-01-22 02:15:15] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.132927 10.0.0.38 - - [2026-01-22 02:15:15] "POST /neutron/network HTTP/1.1" 200 833 0.005935 10.0.0.38 - - [2026-01-22 02:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.38 - - [2026-01-22 02:15:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006983 10.0.0.38 - - [2026-01-22 02:15:16] "POST /neutron/router HTTP/1.1" 200 585 0.006475 10.0.0.131 - - [2026-01-22 02:15:16] "PUT /logical-router/12ac0b8a-1cf9-40e6-b4f2-2b42bf4149c2 HTTP/1.1" 200 263 0.054188 10.0.0.131 - - [2026-01-22 02:15:16] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000917 10.0.0.131 - - [2026-01-22 02:15:16] "GET /service-template/dd101c6d-228a-4712-b8de-c291a9f24f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.003650 10.0.0.131 - - [2026-01-22 02:15:16] "POST /service-instances HTTP/1.1" 200 672 0.072192 10.0.0.38 - - [2026-01-22 02:15:16] "POST /neutron/router HTTP/1.1" 200 344 0.453979 10.0.0.131 - - [2026-01-22 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.024785 10.0.0.38 - - [2026-01-22 02:15:16] "POST /neutron/port HTTP/1.1" 200 1125 0.046454 10.0.0.131 - - [2026-01-22 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.054436 10.0.0.131 - - [2026-01-22 02:15:17] "POST /virtual-machines HTTP/1.1" 200 554 0.038890 10.0.0.131 - - [2026-01-22 02:15:17] "POST /instance-ips HTTP/1.1" 200 552 0.050243 10.0.0.38 - - [2026-01-22 02:15:17] "POST /neutron/port HTTP/1.1" 200 1062 0.018609 10.0.0.131 - - [2026-01-22 02:15:17] "PUT /virtual-machine-interface/bf480c65-3555-4093-a599-f56ad8d5bfde HTTP/1.1" 200 285 0.030803 10.0.0.131 - - [2026-01-22 02:15:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.155199 10.0.0.38 - - [2026-01-22 02:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007182 10.0.0.38 - - [2026-01-22 02:15:17] "POST /neutron/network HTTP/1.1" 200 833 0.028028 10.0.0.131 - - [2026-01-22 02:15:17] "POST /instance-ips HTTP/1.1" 400 316 0.030291 10.0.0.131 - - [2026-01-22 02:15:17] "PUT /instance-ip/1dd57a13-0b17-4d12-8bd9-32cb9504ff6d HTTP/1.1" 200 257 0.031073 10.0.0.131 - - [2026-01-22 02:15:18] "POST /virtual-machines HTTP/1.1" 200 554 0.047816 10.0.0.131 - - [2026-01-22 02:15:18] "POST /instance-ips HTTP/1.1" 400 246 0.021175 10.0.0.131 - - [2026-01-22 02:15:18] "PUT /instance-ip/a298ec13-7b1c-4e03-b4ce-d09f47eac8f8 HTTP/1.1" 200 257 0.035221 10.0.0.131 - - [2026-01-22 02:15:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.105862 10.0.0.131 - - [2026-01-22 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.053166 10.0.0.131 - - [2026-01-22 02:15:18] "POST /chown HTTP/1.1" 200 109 0.013529 10.0.0.131 - - [2026-01-22 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.025912 10.0.0.131 - - [2026-01-22 02:15:18] "PUT /routing-instance/88d9195a-8fd3-4b38-a58e-c7637f6cf630 HTTP/1.1" 200 267 0.027917 10.0.0.38 - - [2026-01-22 02:15:22] "POST /neutron/port HTTP/1.1" 200 1125 0.019087 10.0.0.38 - - [2026-01-22 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007057 10.0.0.38 - - [2026-01-22 02:15:22] "GET /virtual-machine/10f8c06b-91d3-42b1-8bf7-80aa81620f4c HTTP/1.1" 401 292 0.000353 10.0.0.38 - - [2026-01-22 02:15:22] "GET /virtual-machine/10f8c06b-91d3-42b1-8bf7-80aa81620f4c HTTP/1.1" 200 1297 0.039264 10.0.0.38 - - [2026-01-22 02:15:22] "GET /virtual-machine-interface/15c3b186-480c-4b48-b9ec-3f75596c7f3d HTTP/1.1" 200 2962 0.007093 10.0.0.38 - - [2026-01-22 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.38 - - [2026-01-22 02:15:22] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004816 10.0.0.38 - - [2026-01-22 02:15:22] "GET /virtual-networks?parent_id=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004922 10.0.0.38 - - [2026-01-22 02:15:22] "GET /virtual-network/2ad193d5-d4da-4bb1-9de6-d3fb4329695e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006978 10.0.0.38 - - [2026-01-22 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.38 - - [2026-01-22 02:15:25] "GET /virtual-network/2ad193d5-d4da-4bb1-9de6-d3fb4329695e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005514 10.0.0.38 - - [2026-01-22 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.38 - - [2026-01-22 02:15:27] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003316 10.0.0.38 - - [2026-01-22 02:15:27] "GET /virtual-networks?parent_id=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003395 10.0.0.38 - - [2026-01-22 02:15:27] "GET /virtual-network/2ad193d5-d4da-4bb1-9de6-d3fb4329695e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005878 10.0.0.38 - - [2026-01-22 02:15:28] "POST /neutron/port HTTP/1.1" 200 1126 0.020176 10.0.0.38 - - [2026-01-22 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007279 10.0.0.38 - - [2026-01-22 02:15:28] "GET /virtual-machine/8bf86139-f345-4316-a4a8-6c71b8700d84 HTTP/1.1" 200 1298 0.007201 10.0.0.38 - - [2026-01-22 02:15:28] "GET /virtual-machine-interface/1a2a826a-17fd-4fdc-aa3d-374b3da00fb2 HTTP/1.1" 200 2974 0.007527 10.0.0.38 - - [2026-01-22 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.38 - - [2026-01-22 02:15:28] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004585 10.0.0.38 - - [2026-01-22 02:15:28] "GET /virtual-networks?parent_id=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003878 10.0.0.38 - - [2026-01-22 02:15:28] "GET /virtual-network/b77683b2-774a-4d2a-a158-7250072766e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008217 10.0.0.38 - - [2026-01-22 02:15:28] "POST /neutron/port HTTP/1.1" 200 1126 0.020783 10.0.0.38 - - [2026-01-22 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.38 - - [2026-01-22 02:15:29] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003890 10.0.0.38 - - [2026-01-22 02:15:29] "GET /virtual-networks?parent_id=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003161 10.0.0.38 - - [2026-01-22 02:15:29] "GET /virtual-network/b77683b2-774a-4d2a-a158-7250072766e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005747 10.0.0.38 - - [2026-01-22 02:15:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008170 10.0.0.131 - - [2026-01-22 02:15:31] "DELETE /project/64358dbdbca44bb3b4e0f11b0ae6bb28 HTTP/1.1" 404 173 0.033657 10.0.0.131 - - [2026-01-22 02:15:31] "DELETE /project/32e1223a-81a1-48f6-ba07-8698a41223cd HTTP/1.1" 404 177 0.049413 10.0.0.131 - - [2026-01-22 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.062723 10.0.0.38 - - [2026-01-22 02:15:38] "POST /neutron/router HTTP/1.1" 200 656 0.008175 10.0.0.131 - - [2026-01-22 02:15:38] "GET /logical-router/12ac0b8a-1cf9-40e6-b4f2-2b42bf4149c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.032284 10.0.0.131 - - [2026-01-22 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.018435 10.0.0.131 - - [2026-01-22 02:15:39] "DELETE /route-table/4e6f0fb7-ff7e-4633-879f-b8c9ec049e38 HTTP/1.1" 200 115 0.054034 10.0.0.131 - - [2026-01-22 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.019655 10.0.0.38 - - [2026-01-22 02:15:39] "POST /neutron/network HTTP/1.1" 400 204 0.118434 10.0.0.131 - - [2026-01-22 02:15:39] "DELETE /route-target/6e959f01-0164-4fa0-882b-e7722e5801d3 HTTP/1.1" 200 115 0.038870 10.0.0.131 - - [2026-01-22 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.085236 10.0.0.131 - - [2026-01-22 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003941 10.0.0.131 - - [2026-01-22 02:15:39] "DELETE /virtual-network/4cb163fb-d7cb-40e8-9b9c-1d49273e8feb HTTP/1.1" 200 115 0.355799 10.0.0.131 - - [2026-01-22 02:15:39] "GET /service-instance/9ae4fcee-333f-4f79-b2cc-199e73823440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006540 10.0.0.131 - - [2026-01-22 02:15:39] "GET /virtual-machine-interface/bf480c65-3555-4093-a599-f56ad8d5bfde?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1667 0.007658 10.0.0.38 - - [2026-01-22 02:15:40] "POST /neutron/port HTTP/1.1" 200 151 0.256316 10.0.0.131 - - [2026-01-22 02:15:40] "DELETE /virtual-machine-interface/bf480c65-3555-4093-a599-f56ad8d5bfde HTTP/1.1" 200 115 0.106952 10.0.0.131 - - [2026-01-22 02:15:40] "GET /virtual-machine-interface/8dbf5288-3b09-4e40-a2be-7fba48e9bd7e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1667 0.007090 10.0.0.38 - - [2026-01-22 02:15:40] "POST /neutron/port HTTP/1.1" 200 151 0.383234 10.0.0.131 - - [2026-01-22 02:15:40] "DELETE /instance-ip/a298ec13-7b1c-4e03-b4ce-d09f47eac8f8 HTTP/1.1" 200 115 0.082750 10.0.0.131 - - [2026-01-22 02:15:40] "DELETE /virtual-machine-interface/1f2a85e0-9a97-4919-89be-270283b3167c HTTP/1.1" 200 115 0.066103 10.0.0.38 - - [2026-01-22 02:15:41] "POST /neutron/network HTTP/1.1" 200 825 0.011336 10.0.0.131 - - [2026-01-22 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.131 - - [2026-01-22 02:15:43] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001258 10.0.0.38 - - [2026-01-22 02:15:43] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052125 10.0.0.131 - - [2026-01-22 02:15:43] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000982 10.0.0.38 - - [2026-01-22 02:15:43] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?fields=virtual_networks HTTP/1.1" 200 1050 0.053976 10.0.0.131 - - [2026-01-22 02:15:43] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000999 10.0.0.38 - - [2026-01-22 02:15:43] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.049570 10.0.0.131 - - [2026-01-22 02:15:43] "GET /projects?obj_uuids=64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001016 10.0.0.38 - - [2026-01-22 02:15:43] "GET /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28?fields=security_groups HTTP/1.1" 200 1280 0.042622 10.0.0.38 - - [2026-01-22 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.027350 10.0.0.131 - - [2026-01-22 02:15:44] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003542 10.0.0.131 - - [2026-01-22 02:15:44] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001524 10.0.0.131 - - [2026-01-22 02:15:44] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009373 10.0.0.131 - - [2026-01-22 02:15:44] "POST /id-to-fqname HTTP/1.1" 200 198 0.010331 10.0.0.131 - - [2026-01-22 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.008669 10.0.0.131 - - [2026-01-22 02:15:44] "POST /security-groups HTTP/1.1" 200 599 0.050758 10.0.0.131 - - [2026-01-22 02:15:44] "POST /projects HTTP/1.1" 200 601 0.301877 10.0.0.131 - - [2026-01-22 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.377619 10.0.0.131 - - [2026-01-22 02:15:44] "POST /access-control-lists HTTP/1.1" 200 606 0.062994 10.0.0.38 - - [2026-01-22 02:15:44] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.534733 10.0.0.38 - - [2026-01-22 02:15:46] "GET / HTTP/1.1" 200 36215 0.001882 10.0.0.38 - - [2026-01-22 02:15:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589 10.0.0.38 - - [2026-01-22 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.056946 10.0.0.131 - - [2026-01-22 02:15:48] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.38 - - [2026-01-22 02:15:48] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.045280 10.0.0.131 - - [2026-01-22 02:15:48] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.38 - - [2026-01-22 02:15:48] "POST /neutron/network HTTP/1.1" 200 613 0.160738 10.0.0.131 - - [2026-01-22 02:15:48] "POST /route-targets HTTP/1.1" 200 328 0.013495 10.0.0.38 - - [2026-01-22 02:15:49] "POST /neutron/network HTTP/1.1" 200 1004 0.026922 10.0.0.38 - - [2026-01-22 02:15:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001231 10.0.0.38 - - [2026-01-22 02:15:49] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005064 10.0.0.38 - - [2026-01-22 02:15:49] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006566 10.0.0.38 - - [2026-01-22 02:15:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.011606 10.0.0.38 - - [2026-01-22 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.131 - - [2026-01-22 02:15:49] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001369 10.0.0.38 - - [2026-01-22 02:15:49] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.046058 10.0.0.131 - - [2026-01-22 02:15:49] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.38 - - [2026-01-22 02:15:49] "POST /neutron/network HTTP/1.1" 200 613 0.146259 10.0.0.38 - - [2026-01-22 02:15:50] "POST /neutron/network HTTP/1.1" 200 1004 0.011814 10.0.0.38 - - [2026-01-22 02:15:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001060 10.0.0.38 - - [2026-01-22 02:15:50] "GET /virtual-network/799b74fb-bbcd-4b63-afc7-db495bde4192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005614 10.0.0.131 - - [2026-01-22 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.030741 10.0.0.38 - - [2026-01-22 02:15:50] "GET /virtual-network/799b74fb-bbcd-4b63-afc7-db495bde4192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.020983 10.0.0.38 - - [2026-01-22 02:15:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.014480 10.0.0.38 - - [2026-01-22 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.002664 10.0.0.38 - - [2026-01-22 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.131 - - [2026-01-22 02:15:50] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.38 - - [2026-01-22 02:15:50] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.047931 10.0.0.38 - - [2026-01-22 02:15:50] "POST /network-policys HTTP/1.1" 200 579 0.077801 10.0.0.38 - - [2026-01-22 02:15:50] "GET /network-policy/4cd4e00d-25a4-4dc7-a90d-a9fd20bf5f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005525 10.0.0.131 - - [2026-01-22 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.028703 10.0.0.38 - - [2026-01-22 02:15:50] "POST /neutron/network HTTP/1.1" 200 1112 0.092172 10.0.0.38 - - [2026-01-22 02:15:50] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.023122 10.0.0.38 - - [2026-01-22 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.38 - - [2026-01-22 02:15:50] "GET /network-policy/4cd4e00d-25a4-4dc7-a90d-a9fd20bf5f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004497 10.0.0.131 - - [2026-01-22 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.012144 10.0.0.38 - - [2026-01-22 02:15:50] "POST /neutron/network HTTP/1.1" 200 1112 0.079305 10.0.0.38 - - [2026-01-22 02:15:50] "GET /virtual-network/799b74fb-bbcd-4b63-afc7-db495bde4192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005371 10.0.0.38 - - [2026-01-22 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.131 - - [2026-01-22 02:15:51] "PUT /access-control-list/146d3a4a-52c3-493f-81d4-24ce3ca2643a HTTP/1.1" 200 273 0.031164 10.0.0.38 - - [2026-01-22 02:15:51] "GET /network-policy/4cd4e00d-25a4-4dc7-a90d-a9fd20bf5f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.006613 10.0.0.38 - - [2026-01-22 02:15:51] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006778 10.0.0.38 - - [2026-01-22 02:15:52] "GET /obj-perms HTTP/1.1" 200 5046 0.065099 10.0.0.131 - - [2026-01-22 02:15:52] "GET /obj-perms HTTP/1.1" 200 5046 0.052616 10.0.0.38 - - [2026-01-22 02:15:53] "GET /virtual-network/799b74fb-bbcd-4b63-afc7-db495bde4192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006581 10.0.0.50 - - [2026-01-22 02:15:53] "GET /obj-perms HTTP/1.1" 200 5046 0.054381 10.0.0.38 - - [2026-01-22 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.002357 10.0.0.131 - - [2026-01-22 02:15:54] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.38 - - [2026-01-22 02:15:54] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.076503 10.0.0.38 - - [2026-01-22 02:15:54] "POST /neutron/network HTTP/1.1" 200 1112 0.010568 10.0.0.38 - - [2026-01-22 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001302 10.0.0.38 - - [2026-01-22 02:15:54] "POST /neutron/port HTTP/1.1" 200 117 0.006459 10.0.0.131 - - [2026-01-22 02:15:55] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.38 - - [2026-01-22 02:15:55] "POST /neutron/port HTTP/1.1" 200 1173 0.425673 10.0.0.131 - - [2026-01-22 02:15:55] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.38 - - [2026-01-22 02:15:55] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.078569 10.0.0.38 - - [2026-01-22 02:15:55] "POST /neutron/port HTTP/1.1" 200 1227 0.106763 10.0.0.38 - - [2026-01-22 02:15:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004215 10.0.0.38 - - [2026-01-22 02:15:56] "POST /neutron/port HTTP/1.1" 200 1237 0.021384 10.0.0.38 - - [2026-01-22 02:15:56] "POST /neutron/network HTTP/1.1" 200 1112 0.009128 10.0.0.38 - - [2026-01-22 02:15:56] "POST /neutron/port HTTP/1.1" 200 1237 0.022089 10.0.0.131 - - [2026-01-22 02:15:56] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001917 10.0.0.38 - - [2026-01-22 02:15:56] "POST /neutron/port HTTP/1.1" 200 1173 0.370814 10.0.0.38 - - [2026-01-22 02:15:57] "POST /neutron/port HTTP/1.1" 200 1227 0.155848 10.0.0.38 - - [2026-01-22 02:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004128 10.0.0.38 - - [2026-01-22 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.38 - - [2026-01-22 02:16:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011904 10.0.0.38 - - [2026-01-22 02:16:01] "POST /neutron/port HTTP/1.1" 200 1237 0.024640 10.0.0.38 - - [2026-01-22 02:16:01] "GET /virtual-machine/86ddf9c5-9c81-484b-8323-650369e708dd HTTP/1.1" 401 292 0.000690 10.0.0.38 - - [2026-01-22 02:16:01] "GET /virtual-machine/86ddf9c5-9c81-484b-8323-650369e708dd HTTP/1.1" 200 1301 0.034138 10.0.0.38 - - [2026-01-22 02:16:01] "GET /virtual-machine-interface/7f5899a1-a131-479c-b3d2-f8a228d1c37e HTTP/1.1" 200 3182 0.007473 10.0.0.38 - - [2026-01-22 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.38 - - [2026-01-22 02:16:01] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004813 10.0.0.38 - - [2026-01-22 02:16:01] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004750 10.0.0.38 - - [2026-01-22 02:16:02] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008631 10.0.0.38 - - [2026-01-22 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.38 - - [2026-01-22 02:16:05] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006208 10.0.0.38 - - [2026-01-22 02:16:07] "POST /neutron/port HTTP/1.1" 200 1237 0.023769 10.0.0.38 - - [2026-01-22 02:16:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004744 10.0.0.38 - - [2026-01-22 02:16:07] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.38 - - [2026-01-22 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.38 - - [2026-01-22 02:16:09] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005805 10.0.0.38 - - [2026-01-22 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.38 - - [2026-01-22 02:16:13] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005185 10.0.0.38 - - [2026-01-22 02:16:14] "POST /neutron/port HTTP/1.1" 200 1237 0.017896 10.0.0.38 - - [2026-01-22 02:16:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004376 10.0.0.38 - - [2026-01-22 02:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.131 - - [2026-01-22 02:16:16] "DELETE /access-control-list/da43fe74-be94-4025-a66e-3f4dbfc2ec91 HTTP/1.1" 200 115 0.045221 10.0.0.38 - - [2026-01-22 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.38 - - [2026-01-22 02:16:17] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005006 10.0.0.38 - - [2026-01-22 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.38 - - [2026-01-22 02:16:21] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005095 10.0.0.38 - - [2026-01-22 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.38 - - [2026-01-22 02:16:25] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005098 10.0.0.38 - - [2026-01-22 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.38 - - [2026-01-22 02:16:29] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005301 10.0.0.131 - - [2026-01-22 02:16:31] "DELETE /project/64358dbd-bca4-4bb3-b4e0-f11b0ae6bb28 HTTP/1.1" 404 177 0.003946 10.0.0.131 - - [2026-01-22 02:16:31] "DELETE /project/87f0bebff8244469b694887a94c6aa03 HTTP/1.1" 404 173 0.003524 10.0.0.38 - - [2026-01-22 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.38 - - [2026-01-22 02:16:33] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004922 10.0.0.38 - - [2026-01-22 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.38 - - [2026-01-22 02:16:37] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005306 10.0.0.38 - - [2026-01-22 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.38 - - [2026-01-22 02:16:39] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003708 10.0.0.38 - - [2026-01-22 02:16:39] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002858 10.0.0.38 - - [2026-01-22 02:16:40] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005204 10.0.0.38 - - [2026-01-22 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006678 10.0.0.38 - - [2026-01-22 02:16:50] "POST /neutron/port HTTP/1.1" 200 1237 0.020597 10.0.0.38 - - [2026-01-22 02:16:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006193 10.0.0.38 - - [2026-01-22 02:16:55] "POST /neutron/port HTTP/1.1" 200 1237 0.017040 10.0.0.38 - - [2026-01-22 02:17:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008722 10.0.0.38 - - [2026-01-22 02:17:06] "POST /neutron/port HTTP/1.1" 200 1237 0.020886 10.0.0.38 - - [2026-01-22 02:17:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008499 10.0.0.38 - - [2026-01-22 02:17:06] "GET /virtual-machine/f6d323eb-8517-4a0d-9d80-ab0464fc279e HTTP/1.1" 200 1303 0.006417 10.0.0.38 - - [2026-01-22 02:17:06] "GET /virtual-machine-interface/19c4493e-def4-421e-bacf-9309996c7725 HTTP/1.1" 200 3182 0.005601 10.0.0.38 - - [2026-01-22 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.38 - - [2026-01-22 02:17:06] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006210 10.0.0.38 - - [2026-01-22 02:17:06] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004451 10.0.0.38 - - [2026-01-22 02:17:06] "GET /virtual-network/799b74fb-bbcd-4b63-afc7-db495bde4192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006747 10.0.0.38 - - [2026-01-22 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.38 - - [2026-01-22 02:17:07] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004303 10.0.0.38 - - [2026-01-22 02:17:07] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002817 10.0.0.38 - - [2026-01-22 02:17:07] "GET /virtual-network/799b74fb-bbcd-4b63-afc7-db495bde4192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007778 10.0.0.38 - - [2026-01-22 02:17:09] "POST /neutron/network HTTP/1.1" 200 1122 0.030839 10.0.0.38 - - [2026-01-22 02:17:10] "POST /neutron/subnet HTTP/1.1" 200 1374 0.013054 10.0.0.38 - - [2026-01-22 02:17:10] "POST /neutron/network HTTP/1.1" 200 1112 0.008362 10.0.0.38 - - [2026-01-22 02:17:16] "POST /neutron/network HTTP/1.1" 200 1122 0.030592 10.0.0.38 - - [2026-01-22 02:17:16] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014614 10.0.0.38 - - [2026-01-22 02:17:16] "POST /neutron/network HTTP/1.1" 200 1112 0.010346 10.0.0.131 - - [2026-01-22 02:17:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.131 - - [2026-01-22 02:17:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-01-22 02:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.50 - - [2026-01-22 02:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.38 - - [2026-01-22 02:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.38 - - [2026-01-22 02:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.131 - - [2026-01-22 02:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000743 10.0.0.50 - - [2026-01-22 02:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.131 - - [2026-01-22 02:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.50 - - [2026-01-22 02:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.38 - - [2026-01-22 02:17:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.38 - - [2026-01-22 02:17:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2026-01-22 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.131 - - [2026-01-22 02:17:32] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.38 - - [2026-01-22 02:17:32] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.042597 10.0.0.38 - - [2026-01-22 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.38 - - [2026-01-22 02:17:32] "PUT /network-policy/4cd4e00d-25a4-4dc7-a90d-a9fd20bf5f22 HTTP/1.1" 200 263 0.014899 10.0.0.131 - - [2026-01-22 02:17:33] "GET /obj-perms HTTP/1.1" 200 5056 0.049923 10.0.0.38 - - [2026-01-22 02:17:36] "GET /virtual-network/799b74fb-bbcd-4b63-afc7-db495bde4192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005679 10.0.0.131 - - [2026-01-22 02:17:36] "DELETE /access-control-list/7e892ec9-bf38-43bb-afc4-4624c9de208c HTTP/1.1" 200 115 0.046321 10.0.0.38 - - [2026-01-22 02:17:36] "POST /neutron/network HTTP/1.1" 200 1004 0.028084 10.0.0.38 - - [2026-01-22 02:17:36] "GET /virtual-network/799b74fb-bbcd-4b63-afc7-db495bde4192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.010110 10.0.0.38 - - [2026-01-22 02:17:36] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005732 10.0.0.131 - - [2026-01-22 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.004101 10.0.0.38 - - [2026-01-22 02:17:36] "POST /neutron/network HTTP/1.1" 200 1004 0.013521 10.0.0.38 - - [2026-01-22 02:17:37] "GET /virtual-network/970808d7-cc24-4ffb-8d69-fc3f9dd988d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005652 10.0.0.131 - - [2026-01-22 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.017669 10.0.0.38 - - [2026-01-22 02:17:37] "DELETE /network-policy/4cd4e00d-25a4-4dc7-a90d-a9fd20bf5f22 HTTP/1.1" 200 115 0.046786 10.0.0.38 - - [2026-01-22 02:17:37] "POST /neutron/port HTTP/1.1" 200 1237 0.037435 10.0.0.38 - - [2026-01-22 02:17:37] "POST /neutron/port HTTP/1.1" 200 1227 0.020036 10.0.0.38 - - [2026-01-22 02:17:39] "POST /neutron/network HTTP/1.1" 200 1004 0.009867 10.0.0.131 - - [2026-01-22 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.131 - - [2026-01-22 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003405 10.0.0.131 - - [2026-01-22 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002584 10.0.0.131 - - [2026-01-22 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002226 10.0.0.131 - - [2026-01-22 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002602 10.0.0.38 - - [2026-01-22 02:17:39] "POST /neutron/network HTTP/1.1" 200 151 0.165077 10.0.0.131 - - [2026-01-22 02:17:44] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001551 10.0.0.38 - - [2026-01-22 02:17:44] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.042401 10.0.0.38 - - [2026-01-22 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.131 - - [2026-01-22 02:17:44] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.38 - - [2026-01-22 02:17:44] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007816 10.0.0.38 - - [2026-01-22 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.131 - - [2026-01-22 02:17:44] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001460 10.0.0.38 - - [2026-01-22 02:17:44] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.063562 10.0.0.38 - - [2026-01-22 02:17:45] "GET /domains HTTP/1.1" 200 281 0.004038 10.0.0.131 - - [2026-01-22 02:17:45] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001234 10.0.0.38 - - [2026-01-22 02:17:45] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740 HTTP/1.1" 200 2590 0.022717 10.0.0.131 - - [2026-01-22 02:17:45] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.38 - - [2026-01-22 02:17:45] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03 HTTP/1.1" 200 1915 0.083906 10.0.0.38 - - [2026-01-22 02:17:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003081 10.0.0.38 - - [2026-01-22 02:17:45] "POST /network-ipams HTTP/1.1" 200 611 0.041662 10.0.0.38 - - [2026-01-22 02:17:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.004215 10.0.0.38 - - [2026-01-22 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009581 10.0.0.38 - - [2026-01-22 02:17:45] "GET /network-ipam/0d531ef1-25fd-4838-8ad4-2b92926a71b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.007679 10.0.0.38 - - [2026-01-22 02:17:45] "PUT /network-ipam/0d531ef1-25fd-4838-8ad4-2b92926a71b7 HTTP/1.1" 200 259 0.014432 10.0.0.38 - - [2026-01-22 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.131 - - [2026-01-22 02:17:45] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.38 - - [2026-01-22 02:17:45] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.052539 10.0.0.131 - - [2026-01-22 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.040083 10.0.0.131 - - [2026-01-22 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007462 10.0.0.38 - - [2026-01-22 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 701 0.190235 10.0.0.38 - - [2026-01-22 02:17:46] "POST /neutron/network HTTP/1.1" 200 1308 0.015238 10.0.0.38 - - [2026-01-22 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 231 0.001075 10.0.0.38 - - [2026-01-22 02:17:46] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.004739 10.0.0.38 - - [2026-01-22 02:17:46] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005586 10.0.0.38 - - [2026-01-22 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.008578 10.0.0.38 - - [2026-01-22 02:17:47] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005219 10.0.0.38 - - [2026-01-22 02:17:47] "GET /obj-perms HTTP/1.1" 200 5046 0.004630 10.0.0.38 - - [2026-01-22 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.131 - - [2026-01-22 02:17:47] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.38 - - [2026-01-22 02:17:47] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.060522 10.0.0.38 - - [2026-01-22 02:17:47] "POST /neutron/network HTTP/1.1" 200 117 0.016814 10.0.0.131 - - [2026-01-22 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.011245 10.0.0.38 - - [2026-01-22 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.173520 10.0.0.38 - - [2026-01-22 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 231 0.001614 10.0.0.38 - - [2026-01-22 02:17:48] "GET /virtual-network/0d5403b8-168c-426b-af9b-c7a43fa77be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009448 10.0.0.38 - - [2026-01-22 02:17:48] "POST /neutron/network HTTP/1.1" 200 1309 0.009577 10.0.0.38 - - [2026-01-22 02:17:48] "GET /virtual-network/0d5403b8-168c-426b-af9b-c7a43fa77be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.004701 10.0.0.38 - - [2026-01-22 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.009020 10.0.0.38 - - [2026-01-22 02:17:48] "GET /virtual-network/0d5403b8-168c-426b-af9b-c7a43fa77be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005233 10.0.0.50 - - [2026-01-22 02:17:49] "GET /obj-perms HTTP/1.1" 200 5046 0.003408 10.0.0.38 - - [2026-01-22 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.131 - - [2026-01-22 02:17:49] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001226 10.0.0.38 - - [2026-01-22 02:17:49] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.046844 10.0.0.131 - - [2026-01-22 02:17:49] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.38 - - [2026-01-22 02:17:49] "POST /neutron/network HTTP/1.1" 200 619 0.135988 10.0.0.131 - - [2026-01-22 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.024173 10.0.0.131 - - [2026-01-22 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.005136 10.0.0.131 - - [2026-01-22 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007953 10.0.0.38 - - [2026-01-22 02:17:50] "POST /neutron/subnet HTTP/1.1" 200 823 0.253864 10.0.0.38 - - [2026-01-22 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 231 0.001786 10.0.0.38 - - [2026-01-22 02:17:50] "GET /virtual-network/97de2755-f352-40e6-870e-47ea894c7a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.010069 10.0.0.38 - - [2026-01-22 02:17:50] "GET /virtual-network/97de2755-f352-40e6-870e-47ea894c7a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005386 10.0.0.38 - - [2026-01-22 02:17:50] "POST /neutron/network HTTP/1.1" 200 1308 0.011706 10.0.0.38 - - [2026-01-22 02:17:50] "POST /neutron/subnet HTTP/1.1" 200 823 0.009789 10.0.0.38 - - [2026-01-22 02:17:50] "GET /virtual-network/97de2755-f352-40e6-870e-47ea894c7a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005494 10.0.0.131 - - [2026-01-22 02:17:50] "GET /obj-perms HTTP/1.1" 200 5046 0.004053 10.0.0.38 - - [2026-01-22 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.131 - - [2026-01-22 02:17:51] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.38 - - [2026-01-22 02:17:51] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.054436 10.0.0.131 - - [2026-01-22 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007208 10.0.0.38 - - [2026-01-22 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.213795 10.0.0.38 - - [2026-01-22 02:17:52] "POST /neutron/network HTTP/1.1" 200 1309 0.015895 10.0.0.38 - - [2026-01-22 02:17:52] "POST /id-to-fqname HTTP/1.1" 200 231 0.001445 10.0.0.38 - - [2026-01-22 02:17:52] "GET /virtual-network/81c840c6-4594-44d4-8c29-cfd5ca5336b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.005100 10.0.0.38 - - [2026-01-22 02:17:52] "GET /virtual-network/81c840c6-4594-44d4-8c29-cfd5ca5336b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.006076 10.0.0.38 - - [2026-01-22 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.012607 10.0.0.38 - - [2026-01-22 02:17:52] "GET /virtual-network/81c840c6-4594-44d4-8c29-cfd5ca5336b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.006999 10.0.0.38 - - [2026-01-22 02:17:52] "GET /obj-perms HTTP/1.1" 200 5046 0.005372 10.0.0.38 - - [2026-01-22 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 225 0.003937 10.0.0.38 - - [2026-01-22 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.131 - - [2026-01-22 02:17:52] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001988 10.0.0.38 - - [2026-01-22 02:17:52] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.058376 10.0.0.38 - - [2026-01-22 02:17:52] "POST /network-policys HTTP/1.1" 200 561 0.038816 10.0.0.38 - - [2026-01-22 02:17:52] "GET /network-policy/8e40016e-d4b2-48af-ae05-43e477f42e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.007957 10.0.0.38 - - [2026-01-22 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 225 0.003848 10.0.0.38 - - [2026-01-22 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.131 - - [2026-01-22 02:17:53] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001715 10.0.0.38 - - [2026-01-22 02:17:53] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.052286 10.0.0.38 - - [2026-01-22 02:17:53] "POST /network-policys HTTP/1.1" 200 561 0.034116 10.0.0.38 - - [2026-01-22 02:17:53] "GET /network-policy/5f5b744b-c300-496e-b61b-9788ce86b52f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006365 10.0.0.38 - - [2026-01-22 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 225 0.003259 10.0.0.38 - - [2026-01-22 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.131 - - [2026-01-22 02:17:53] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000904 10.0.0.38 - - [2026-01-22 02:17:53] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.051482 10.0.0.38 - - [2026-01-22 02:17:53] "POST /network-policys HTTP/1.1" 200 561 0.032634 10.0.0.38 - - [2026-01-22 02:17:53] "GET /network-policy/ee8d0d45-cfda-4aa2-96b7-9f47e7508230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.008791 10.0.0.38 - - [2026-01-22 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 225 0.005493 10.0.0.38 - - [2026-01-22 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.131 - - [2026-01-22 02:17:54] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.38 - - [2026-01-22 02:17:54] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.044843 10.0.0.38 - - [2026-01-22 02:17:54] "POST /network-policys HTTP/1.1" 200 561 0.030589 10.0.0.38 - - [2026-01-22 02:17:54] "GET /network-policy/3eb8bbee-b3ce-4d04-8df8-2bbf76035498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.008094 10.0.0.38 - - [2026-01-22 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 225 0.003317 10.0.0.38 - - [2026-01-22 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.131 - - [2026-01-22 02:17:54] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.38 - - [2026-01-22 02:17:54] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.037563 10.0.0.38 - - [2026-01-22 02:17:54] "POST /network-policys HTTP/1.1" 200 561 0.031027 10.0.0.38 - - [2026-01-22 02:17:54] "GET /network-policy/d09c465e-3792-4d84-bda0-4f88b47a5575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006323 10.0.0.38 - - [2026-01-22 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 225 0.003851 10.0.0.38 - - [2026-01-22 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.131 - - [2026-01-22 02:17:54] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.38 - - [2026-01-22 02:17:54] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.047987 10.0.0.38 - - [2026-01-22 02:17:54] "POST /network-policys HTTP/1.1" 200 561 0.034303 10.0.0.38 - - [2026-01-22 02:17:54] "GET /network-policy/0469192e-70d5-467f-ae94-4bf0a2306046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.008133 10.0.0.38 - - [2026-01-22 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003247 10.0.0.38 - - [2026-01-22 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.131 - - [2026-01-22 02:17:55] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000893 10.0.0.38 - - [2026-01-22 02:17:55] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.052026 10.0.0.38 - - [2026-01-22 02:17:55] "POST /network-policys HTTP/1.1" 200 561 0.035085 10.0.0.38 - - [2026-01-22 02:17:55] "GET /network-policy/4eda2b92-ee9c-485d-bb20-ec09210e6974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007027 10.0.0.38 - - [2026-01-22 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 225 0.003507 10.0.0.38 - - [2026-01-22 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.131 - - [2026-01-22 02:17:55] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.38 - - [2026-01-22 02:17:55] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.082563 10.0.0.38 - - [2026-01-22 02:17:55] "POST /network-policys HTTP/1.1" 200 561 0.037233 10.0.0.38 - - [2026-01-22 02:17:55] "GET /network-policy/b06c6e42-bd6d-4e7f-b3ea-43482ec609d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006151 10.0.0.38 - - [2026-01-22 02:17:55] "POST /neutron/network HTTP/1.1" 200 1308 0.014150 10.0.0.131 - - [2026-01-22 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 248 0.007601 10.0.0.38 - - [2026-01-22 02:17:56] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.010845 10.0.0.38 - - [2026-01-22 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.38 - - [2026-01-22 02:17:56] "GET /network-policy/5f5b744b-c300-496e-b61b-9788ce86b52f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005374 10.0.0.38 - - [2026-01-22 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.38 - - [2026-01-22 02:17:56] "GET /network-policy/8e40016e-d4b2-48af-ae05-43e477f42e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.005338 10.0.0.38 - - [2026-01-22 02:17:56] "POST /neutron/network HTTP/1.1" 200 1309 0.014347 10.0.0.131 - - [2026-01-22 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.006490 10.0.0.131 - - [2026-01-22 02:17:56] "POST /access-control-lists HTTP/1.1" 200 607 0.060186 10.0.0.38 - - [2026-01-22 02:17:56] "GET /virtual-network/0d5403b8-168c-426b-af9b-c7a43fa77be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.011010 10.0.0.38 - - [2026-01-22 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002317 10.0.0.38 - - [2026-01-22 02:17:56] "GET /network-policy/3eb8bbee-b3ce-4d04-8df8-2bbf76035498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005391 10.0.0.38 - - [2026-01-22 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.38 - - [2026-01-22 02:17:56] "GET /network-policy/ee8d0d45-cfda-4aa2-96b7-9f47e7508230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004504 10.0.0.38 - - [2026-01-22 02:17:56] "POST /neutron/network HTTP/1.1" 200 1308 0.010096 10.0.0.131 - - [2026-01-22 02:17:56] "POST /access-control-lists HTTP/1.1" 200 607 0.041547 10.0.0.38 - - [2026-01-22 02:17:57] "GET /virtual-network/97de2755-f352-40e6-870e-47ea894c7a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007626 10.0.0.38 - - [2026-01-22 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.38 - - [2026-01-22 02:17:57] "GET /network-policy/0469192e-70d5-467f-ae94-4bf0a2306046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004576 10.0.0.38 - - [2026-01-22 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.38 - - [2026-01-22 02:17:57] "GET /network-policy/d09c465e-3792-4d84-bda0-4f88b47a5575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005204 10.0.0.38 - - [2026-01-22 02:17:57] "POST /neutron/network HTTP/1.1" 200 1309 0.012253 10.0.0.38 - - [2026-01-22 02:17:57] "GET /virtual-network/81c840c6-4594-44d4-8c29-cfd5ca5336b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.032668 10.0.0.38 - - [2026-01-22 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.015703 10.0.0.38 - - [2026-01-22 02:17:57] "GET /network-policy/4eda2b92-ee9c-485d-bb20-ec09210e6974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005925 10.0.0.38 - - [2026-01-22 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.38 - - [2026-01-22 02:17:57] "GET /network-policy/b06c6e42-bd6d-4e7f-b3ea-43482ec609d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004756 10.0.0.38 - - [2026-01-22 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 231 0.001030 10.0.0.38 - - [2026-01-22 02:18:29] "POST /neutron/network HTTP/1.1" 200 1503 0.007252 10.0.0.131 - - [2026-01-22 02:18:30] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001103 10.0.0.38 - - [2026-01-22 02:18:30] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.067014 10.0.0.38 - - [2026-01-22 02:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.006398 10.0.0.38 - - [2026-01-22 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 231 0.001101 10.0.0.38 - - [2026-01-22 02:18:30] "POST /neutron/network HTTP/1.1" 200 1503 0.007638 10.0.0.131 - - [2026-01-22 02:18:31] "PUT /access-control-list/f3ed6847-f6a5-4a03-9446-3bcf0c739441 HTTP/1.1" 200 273 0.080498 10.0.0.131 - - [2026-01-22 02:18:31] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001471 10.0.0.38 - - [2026-01-22 02:18:31] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.109992 10.0.0.38 - - [2026-01-22 02:18:31] "POST /neutron/port HTTP/1.1" 200 1169 0.039718 10.0.0.38 - - [2026-01-22 02:18:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017811 10.0.0.38 - - [2026-01-22 02:18:31] "POST /neutron/port HTTP/1.1" 200 1191 0.067868 10.0.0.38 - - [2026-01-22 02:18:32] "POST /neutron/network HTTP/1.1" 200 1504 0.014328 10.0.0.131 - - [2026-01-22 02:18:32] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001487 10.0.0.38 - - [2026-01-22 02:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.002574 10.0.0.38 - - [2026-01-22 02:18:32] "POST /neutron/port HTTP/1.1" 200 1170 0.548032 10.0.0.38 - - [2026-01-22 02:18:32] "POST /neutron/port HTTP/1.1" 200 1170 0.026208 10.0.0.38 - - [2026-01-22 02:18:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004549 10.0.0.38 - - [2026-01-22 02:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.002851 10.0.0.50 - - [2026-01-22 02:18:34] "GET /obj-perms HTTP/1.1" 200 5056 0.074220 10.0.0.38 - - [2026-01-22 02:18:37] "POST /neutron/port HTTP/1.1" 200 1233 0.041534 10.0.0.38 - - [2026-01-22 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009864 10.0.0.38 - - [2026-01-22 02:18:52] "POST /neutron/port HTTP/1.1" 200 1233 0.020776 10.0.0.38 - - [2026-01-22 02:18:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008867 10.0.0.38 - - [2026-01-22 02:19:07] "POST /neutron/port HTTP/1.1" 200 1233 0.020676 10.0.0.38 - - [2026-01-22 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010352 10.0.0.38 - - [2026-01-22 02:19:22] "POST /neutron/port HTTP/1.1" 200 1233 0.021508 10.0.0.38 - - [2026-01-22 02:19:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007678 10.0.0.38 - - [2026-01-22 02:19:33] "POST /neutron/port HTTP/1.1" 200 1233 0.025397 10.0.0.38 - - [2026-01-22 02:19:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008978 10.0.0.38 - - [2026-01-22 02:19:33] "GET /virtual-machine/eebcc620-a8d7-43c5-adf1-bf40689c912c HTTP/1.1" 200 1303 0.006442 10.0.0.38 - - [2026-01-22 02:19:33] "GET /virtual-machine-interface/eb100194-e5a6-46f7-9587-eaf3a7de86c9 HTTP/1.1" 200 3192 0.005183 10.0.0.38 - - [2026-01-22 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.38 - - [2026-01-22 02:19:33] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003949 10.0.0.38 - - [2026-01-22 02:19:33] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003118 10.0.0.38 - - [2026-01-22 02:19:33] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006310 10.0.0.38 - - [2026-01-22 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.38 - - [2026-01-22 02:19:36] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007815 10.0.0.38 - - [2026-01-22 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.38 - - [2026-01-22 02:19:40] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006014 10.0.0.38 - - [2026-01-22 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.38 - - [2026-01-22 02:19:44] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005222 10.0.0.38 - - [2026-01-22 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.38 - - [2026-01-22 02:19:48] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005451 10.0.0.38 - - [2026-01-22 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.38 - - [2026-01-22 02:19:53] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005338 10.0.0.38 - - [2026-01-22 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.38 - - [2026-01-22 02:19:57] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005536 10.0.0.38 - - [2026-01-22 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.38 - - [2026-01-22 02:20:01] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.010084 10.0.0.38 - - [2026-01-22 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.38 - - [2026-01-22 02:20:05] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006413 10.0.0.38 - - [2026-01-22 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.38 - - [2026-01-22 02:20:09] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004994 10.0.0.38 - - [2026-01-22 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.38 - - [2026-01-22 02:20:13] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003564 10.0.0.38 - - [2026-01-22 02:20:13] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002711 10.0.0.38 - - [2026-01-22 02:20:13] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006218 10.0.0.38 - - [2026-01-22 02:20:13] "POST /neutron/port HTTP/1.1" 200 1233 0.017321 10.0.0.38 - - [2026-01-22 02:20:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003894 10.0.0.38 - - [2026-01-22 02:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.38 - - [2026-01-22 02:20:18] "POST /neutron/port HTTP/1.1" 200 1234 0.020580 10.0.0.38 - - [2026-01-22 02:20:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003756 10.0.0.38 - - [2026-01-22 02:20:18] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.38 - - [2026-01-22 02:20:18] "POST /neutron/port HTTP/1.1" 200 1233 0.015743 10.0.0.38 - - [2026-01-22 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.034577 10.0.0.38 - - [2026-01-22 02:20:24] "POST /neutron/port HTTP/1.1" 200 1234 0.019790 10.0.0.38 - - [2026-01-22 02:20:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011962 10.0.0.131 - - [2026-01-22 02:20:36] "GET /obj-perms HTTP/1.1" 200 5056 0.058877 10.0.0.38 - - [2026-01-22 02:20:39] "POST /neutron/port HTTP/1.1" 200 1234 0.027463 10.0.0.38 - - [2026-01-22 02:20:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011124 10.0.0.38 - - [2026-01-22 02:20:39] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 200 1303 0.006799 10.0.0.38 - - [2026-01-22 02:20:39] "GET /virtual-machine-interface/4726f913-7327-4424-8dcf-17bbc0326af2 HTTP/1.1" 200 3191 0.005518 10.0.0.38 - - [2026-01-22 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.38 - - [2026-01-22 02:20:39] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004913 10.0.0.38 - - [2026-01-22 02:20:39] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003153 10.0.0.38 - - [2026-01-22 02:20:39] "GET /virtual-network/0d5403b8-168c-426b-af9b-c7a43fa77be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005599 10.0.0.38 - - [2026-01-22 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.38 - - [2026-01-22 02:20:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003579 10.0.0.38 - - [2026-01-22 02:20:41] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003692 10.0.0.38 - - [2026-01-22 02:20:41] "GET /virtual-network/0d5403b8-168c-426b-af9b-c7a43fa77be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005843 10.0.0.38 - - [2026-01-22 02:20:41] "POST /neutron/port HTTP/1.1" 200 2313 0.024983 10.0.0.38 - - [2026-01-22 02:20:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007115 10.0.0.38 - - [2026-01-22 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.38 - - [2026-01-22 02:20:41] "GET /network-policy/ee8d0d45-cfda-4aa2-96b7-9f47e7508230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004850 10.0.0.38 - - [2026-01-22 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.38 - - [2026-01-22 02:20:41] "GET /network-policy/3eb8bbee-b3ce-4d04-8df8-2bbf76035498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004543 10.0.0.38 - - [2026-01-22 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.38 - - [2026-01-22 02:20:42] "GET /network-policy/8e40016e-d4b2-48af-ae05-43e477f42e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004108 10.0.0.38 - - [2026-01-22 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.38 - - [2026-01-22 02:20:42] "GET /network-policy/5f5b744b-c300-496e-b61b-9788ce86b52f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004551 10.0.0.38 - - [2026-01-22 02:21:08] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 200 1303 0.030420 10.0.0.38 - - [2026-01-22 02:21:09] "POST /neutron/port HTTP/1.1" 200 1234 0.042542 10.0.0.38 - - [2026-01-22 02:21:10] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 404 171 0.003143 10.0.0.38 - - [2026-01-22 02:21:10] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 404 171 0.002908 10.0.0.38 - - [2026-01-22 02:21:10] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 404 171 0.003054 10.0.0.38 - - [2026-01-22 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.028901 10.0.0.38 - - [2026-01-22 02:21:10] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003899 10.0.0.38 - - [2026-01-22 02:21:10] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.005078 10.0.0.38 - - [2026-01-22 02:21:10] "GET /virtual-network/0d5403b8-168c-426b-af9b-c7a43fa77be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.009013 10.0.0.38 - - [2026-01-22 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011068 10.0.0.38 - - [2026-01-22 02:21:10] "GET /routing-instance/8812bf8e-a7e1-4b80-af70-94c757f77dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007115 10.0.0.38 - - [2026-01-22 02:21:10] "GET /route-target/8cb1ea0f-c907-43b0-bc34-97b2fa452676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007307 10.0.0.38 - - [2026-01-22 02:21:11] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 404 171 0.003374 10.0.0.38 - - [2026-01-22 02:21:12] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 404 171 0.003826 10.0.0.38 - - [2026-01-22 02:21:13] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 404 171 0.002900 10.0.0.38 - - [2026-01-22 02:21:14] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 404 171 0.003281 10.0.0.38 - - [2026-01-22 02:21:15] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 404 171 0.003122 10.0.0.38 - - [2026-01-22 02:21:15] "POST /neutron/port HTTP/1.1" 200 1233 0.017662 10.0.0.38 - - [2026-01-22 02:21:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003976 10.0.0.38 - - [2026-01-22 02:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.38 - - [2026-01-22 02:21:16] "GET /virtual-machine/981b0dfd-89d6-456e-a571-6e6017dfb0cd HTTP/1.1" 404 171 0.004060 10.0.0.38 - - [2026-01-22 02:21:16] "GET /obj-perms HTTP/1.1" 200 5046 0.047170 10.0.0.50 - - [2026-01-22 02:21:16] "GET /obj-perms HTTP/1.1" 200 5046 0.047909 10.0.0.38 - - [2026-01-22 02:21:16] "GET /virtual-machine/eebcc620-a8d7-43c5-adf1-bf40689c912c HTTP/1.1" 200 1303 0.004274 10.0.0.38 - - [2026-01-22 02:21:17] "POST /neutron/port HTTP/1.1" 200 1233 0.016148 10.0.0.38 - - [2026-01-22 02:21:18] "GET /virtual-machine/eebcc620-a8d7-43c5-adf1-bf40689c912c HTTP/1.1" 404 171 0.003046 10.0.0.38 - - [2026-01-22 02:21:18] "GET /virtual-machine/eebcc620-a8d7-43c5-adf1-bf40689c912c HTTP/1.1" 404 171 0.002786 10.0.0.38 - - [2026-01-22 02:21:18] "GET /virtual-machine/eebcc620-a8d7-43c5-adf1-bf40689c912c HTTP/1.1" 404 171 0.002951 10.0.0.38 - - [2026-01-22 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.38 - - [2026-01-22 02:21:18] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003657 10.0.0.38 - - [2026-01-22 02:21:18] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003814 10.0.0.38 - - [2026-01-22 02:21:18] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005208 10.0.0.38 - - [2026-01-22 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.38 - - [2026-01-22 02:21:18] "GET /routing-instance/d5d6c858-87b7-4537-b487-5778a1748c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004471 10.0.0.38 - - [2026-01-22 02:21:18] "GET /route-target/83ed1d7a-a297-49a9-aa28-1dbfd16ab033?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003210 10.0.0.38 - - [2026-01-22 02:21:18] "GET /obj-perms HTTP/1.1" 200 5046 0.004335 10.0.0.50 - - [2026-01-22 02:21:25] "GET /obj-perms HTTP/1.1" 200 5046 0.003566 10.0.0.38 - - [2026-01-22 02:21:28] "GET /obj-perms HTTP/1.1" 200 5046 0.005968 10.0.0.50 - - [2026-01-22 02:21:34] "GET /obj-perms HTTP/1.1" 200 5046 0.004642 10.0.0.38 - - [2026-01-22 02:21:36] "GET /obj-perms HTTP/1.1" 200 5056 0.053382 10.0.0.50 - - [2026-01-22 02:21:40] "GET /obj-perms HTTP/1.1" 200 5046 0.004256 10.0.0.38 - - [2026-01-22 02:21:40] "GET /obj-perms HTTP/1.1" 200 5046 0.004826 10.0.0.38 - - [2026-01-22 02:21:40] "GET /virtual-network/81c840c6-4594-44d4-8c29-cfd5ca5336b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.005805 10.0.0.38 - - [2026-01-22 02:21:40] "POST /neutron/network HTTP/1.1" 200 1494 0.011752 10.0.0.131 - - [2026-01-22 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.050544 10.0.0.38 - - [2026-01-22 02:21:40] "GET /virtual-network/81c840c6-4594-44d4-8c29-cfd5ca5336b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.007182 10.0.0.38 - - [2026-01-22 02:21:41] "GET /virtual-network/97de2755-f352-40e6-870e-47ea894c7a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005548 10.0.0.38 - - [2026-01-22 02:21:41] "POST /neutron/network HTTP/1.1" 200 1493 0.012093 10.0.0.38 - - [2026-01-22 02:21:41] "GET /virtual-network/97de2755-f352-40e6-870e-47ea894c7a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008532 10.0.0.131 - - [2026-01-22 02:21:41] "DELETE /access-control-list/b66e6dd1-322a-497b-9de2-cd133fc8dbb7 HTTP/1.1" 200 115 0.121803 10.0.0.38 - - [2026-01-22 02:21:41] "GET /virtual-network/0d5403b8-168c-426b-af9b-c7a43fa77be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005376 10.0.0.38 - - [2026-01-22 02:21:41] "POST /neutron/network HTTP/1.1" 200 1494 0.010979 10.0.0.38 - - [2026-01-22 02:21:41] "GET /virtual-network/0d5403b8-168c-426b-af9b-c7a43fa77be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008866 10.0.0.38 - - [2026-01-22 02:21:41] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005404 10.0.0.38 - - [2026-01-22 02:21:41] "POST /neutron/network HTTP/1.1" 200 1493 0.016147 10.0.0.131 - - [2026-01-22 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.008879 10.0.0.131 - - [2026-01-22 02:21:41] "DELETE /access-control-list/f3ed6847-f6a5-4a03-9446-3bcf0c739441 HTTP/1.1" 200 115 0.072056 10.0.0.38 - - [2026-01-22 02:21:41] "GET /virtual-network/59bc3a64-b897-41c2-9e91-1cffdf90403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.014111 10.0.0.38 - - [2026-01-22 02:21:42] "DELETE /network-policy/b06c6e42-bd6d-4e7f-b3ea-43482ec609d2 HTTP/1.1" 200 115 0.053110 10.0.0.38 - - [2026-01-22 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005689 10.0.0.131 - - [2026-01-22 02:21:42] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025088 10.0.0.38 - - [2026-01-22 02:21:42] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.073035 10.0.0.38 - - [2026-01-22 02:21:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-00461880&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.005569 10.0.0.38 - - [2026-01-22 02:21:42] "DELETE /network-policy/4eda2b92-ee9c-485d-bb20-ec09210e6974 HTTP/1.1" 200 115 0.052360 10.0.0.38 - - [2026-01-22 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.131 - - [2026-01-22 02:21:42] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.38 - - [2026-01-22 02:21:42] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.045345 10.0.0.38 - - [2026-01-22 02:21:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-00461880&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.005616 10.0.0.38 - - [2026-01-22 02:21:42] "DELETE /network-policy/0469192e-70d5-467f-ae94-4bf0a2306046 HTTP/1.1" 200 115 0.042994 10.0.0.38 - - [2026-01-22 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.131 - - [2026-01-22 02:21:42] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371 10.0.0.38 - - [2026-01-22 02:21:42] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.041788 10.0.0.38 - - [2026-01-22 02:21:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-00461880&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.005668 10.0.0.38 - - [2026-01-22 02:21:42] "DELETE /network-policy/d09c465e-3792-4d84-bda0-4f88b47a5575 HTTP/1.1" 200 115 0.041222 10.0.0.38 - - [2026-01-22 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.131 - - [2026-01-22 02:21:42] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001324 10.0.0.38 - - [2026-01-22 02:21:42] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.046656 10.0.0.38 - - [2026-01-22 02:21:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-00461880&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.005814 10.0.0.38 - - [2026-01-22 02:21:42] "DELETE /network-policy/3eb8bbee-b3ce-4d04-8df8-2bbf76035498 HTTP/1.1" 200 115 0.042863 10.0.0.38 - - [2026-01-22 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.131 - - [2026-01-22 02:21:43] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.38 - - [2026-01-22 02:21:43] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.035951 10.0.0.38 - - [2026-01-22 02:21:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-00461880&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.005207 10.0.0.38 - - [2026-01-22 02:21:43] "DELETE /network-policy/ee8d0d45-cfda-4aa2-96b7-9f47e7508230 HTTP/1.1" 200 115 0.045056 10.0.0.38 - - [2026-01-22 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.011624 10.0.0.131 - - [2026-01-22 02:21:43] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.38 - - [2026-01-22 02:21:43] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.055519 10.0.0.38 - - [2026-01-22 02:21:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-00461880&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.005324 10.0.0.38 - - [2026-01-22 02:21:43] "DELETE /network-policy/5f5b744b-c300-496e-b61b-9788ce86b52f HTTP/1.1" 200 115 0.046028 10.0.0.38 - - [2026-01-22 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.131 - - [2026-01-22 02:21:43] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.38 - - [2026-01-22 02:21:43] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.047834 10.0.0.38 - - [2026-01-22 02:21:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-00461880&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005374 10.0.0.38 - - [2026-01-22 02:21:43] "DELETE /network-policy/8e40016e-d4b2-48af-ae05-43e477f42e4a HTTP/1.1" 200 115 0.066517 10.0.0.38 - - [2026-01-22 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.131 - - [2026-01-22 02:21:43] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915 10.0.0.38 - - [2026-01-22 02:21:43] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.065395 10.0.0.38 - - [2026-01-22 02:21:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-00461880&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007985 10.0.0.38 - - [2026-01-22 02:21:43] "POST /neutron/network HTTP/1.1" 200 1309 0.013411 10.0.0.131 - - [2026-01-22 02:21:44] "DELETE /route-target/3db0530e-0cd4-4cb3-bf7e-1e66e2bc1502 HTTP/1.1" 200 115 0.027381 10.0.0.131 - - [2026-01-22 02:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003673 10.0.0.131 - - [2026-01-22 02:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002484 10.0.0.131 - - [2026-01-22 02:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002733 10.0.0.131 - - [2026-01-22 02:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006957 10.0.0.131 - - [2026-01-22 02:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002734 10.0.0.131 - - [2026-01-22 02:21:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002653 10.0.0.38 - - [2026-01-22 02:21:44] "POST /neutron/network HTTP/1.1" 200 151 0.191504 10.0.0.131 - - [2026-01-22 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.38 - - [2026-01-22 02:21:45] "POST /neutron/network HTTP/1.1" 200 1308 0.012417 10.0.0.131 - - [2026-01-22 02:21:45] "DELETE /route-target/83ed1d7a-a297-49a9-aa28-1dbfd16ab033 HTTP/1.1" 200 115 0.040456 10.0.0.38 - - [2026-01-22 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.38 - - [2026-01-22 02:21:45] "DELETE /network-ipam/0d531ef1-25fd-4838-8ad4-2b92926a71b7 HTTP/1.1" 200 115 0.056656 10.0.0.38 - - [2026-01-22 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 252 0.005594 10.0.0.131 - - [2026-01-22 02:21:45] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.131 - - [2026-01-22 02:21:45] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.053203 10.0.0.131 - - [2026-01-22 02:21:45] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.131 - - [2026-01-22 02:21:45] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?fields=security_groups HTTP/1.1" 200 1397 0.062365 10.0.0.131 - - [2026-01-22 02:21:45] "DELETE /security-group/d91c1bdd-94fd-4b66-a9ff-39c0e43c92cb HTTP/1.1" 200 115 0.059669 10.0.0.131 - - [2026-01-22 02:21:45] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001720 10.0.0.131 - - [2026-01-22 02:21:46] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?fields=application_policy_sets HTTP/1.1" 200 1436 0.065712 10.0.0.38 - - [2026-01-22 02:21:46] "DELETE /project/87f0bebf-f824-4469-b694-887a94c6aa03 HTTP/1.1" 200 115 0.484798 10.0.0.131 - - [2026-01-22 02:21:46] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.38 - - [2026-01-22 02:21:46] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?fields=projects HTTP/1.1" 200 1246 0.014494 10.0.0.38 - - [2026-01-22 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 225 0.003391 10.0.0.131 - - [2026-01-22 02:21:51] "POST /id-to-fqname HTTP/1.1" 200 198 0.005237 10.0.0.131 - - [2026-01-22 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.015214 10.0.0.131 - - [2026-01-22 02:21:51] "POST /security-groups HTTP/1.1" 200 599 0.082283 10.0.0.131 - - [2026-01-22 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.004968 10.0.0.131 - - [2026-01-22 02:21:51] "POST /projects HTTP/1.1" 200 601 0.302075 10.0.0.38 - - [2026-01-22 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.341419 10.0.0.131 - - [2026-01-22 02:21:51] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.131 - - [2026-01-22 02:21:51] "POST /access-control-lists HTTP/1.1" 200 604 0.038825 10.0.0.38 - - [2026-01-22 02:21:51] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.066331 10.0.0.38 - - [2026-01-22 02:21:52] "POST /network-policys HTTP/1.1" 200 561 0.033637 10.0.0.38 - - [2026-01-22 02:21:52] "GET /network-policy/39a42b30-8cdc-42d7-a231-5931c6c978c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.007619 10.0.0.38 - - [2026-01-22 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.131 - - [2026-01-22 02:21:52] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002125 10.0.0.38 - - [2026-01-22 02:21:52] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.048071 10.0.0.131 - - [2026-01-22 02:21:52] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.38 - - [2026-01-22 02:21:52] "POST /neutron/network HTTP/1.1" 200 615 0.150199 10.0.0.38 - - [2026-01-22 02:21:52] "POST /neutron/network HTTP/1.1" 200 1006 0.013865 10.0.0.38 - - [2026-01-22 02:21:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.001042 10.0.0.38 - - [2026-01-22 02:21:52] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004976 10.0.0.38 - - [2026-01-22 02:21:52] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005628 10.0.0.38 - - [2026-01-22 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 721 0.009972 10.0.0.131 - - [2026-01-22 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 244 0.004736 10.0.0.38 - - [2026-01-22 02:21:53] "POST /neutron/network HTTP/1.1" 200 1105 0.091247 10.0.0.38 - - [2026-01-22 02:21:53] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006702 10.0.0.38 - - [2026-01-22 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.38 - - [2026-01-22 02:21:53] "GET /network-policy/39a42b30-8cdc-42d7-a231-5931c6c978c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.011333 10.0.0.38 - - [2026-01-22 02:21:53] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006051 10.0.0.131 - - [2026-01-22 02:21:53] "GET /obj-perms HTTP/1.1" 200 5046 0.053875 10.0.0.38 - - [2026-01-22 02:21:53] "POST /id-to-fqname HTTP/1.1" 200 229 0.001595 10.0.0.131 - - [2026-01-22 02:21:54] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001407 10.0.0.38 - - [2026-01-22 02:21:54] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.077663 10.0.0.38 - - [2026-01-22 02:21:54] "POST /neutron/network HTTP/1.1" 200 1105 0.037020 10.0.0.38 - - [2026-01-22 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.001181 10.0.0.38 - - [2026-01-22 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.008177 10.0.0.131 - - [2026-01-22 02:21:55] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.38 - - [2026-01-22 02:21:55] "POST /neutron/port HTTP/1.1" 200 1173 0.347156 10.0.0.38 - - [2026-01-22 02:21:56] "POST /neutron/port HTTP/1.1" 200 1227 0.148371 10.0.0.131 - - [2026-01-22 02:21:56] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001506 10.0.0.38 - - [2026-01-22 02:21:56] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.113313 10.0.0.38 - - [2026-01-22 02:21:56] "POST /neutron/network HTTP/1.1" 200 1105 0.013205 10.0.0.38 - - [2026-01-22 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.38 - - [2026-01-22 02:21:56] "POST /neutron/port HTTP/1.1" 200 1237 0.020062 10.0.0.38 - - [2026-01-22 02:21:56] "POST /neutron/port HTTP/1.1" 200 1237 0.017931 10.0.0.131 - - [2026-01-22 02:21:56] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.38 - - [2026-01-22 02:21:57] "POST /neutron/port HTTP/1.1" 200 1173 0.411648 10.0.0.38 - - [2026-01-22 02:21:57] "POST /neutron/port HTTP/1.1" 200 1227 0.151936 10.0.0.38 - - [2026-01-22 02:21:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005164 10.0.0.38 - - [2026-01-22 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.001490 10.0.0.38 - - [2026-01-22 02:22:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009001 10.0.0.38 - - [2026-01-22 02:22:01] "POST /neutron/port HTTP/1.1" 200 1237 0.023061 10.0.0.38 - - [2026-01-22 02:22:01] "GET /virtual-machine/1005c45c-1e33-4241-9d2b-528f79661671 HTTP/1.1" 200 1302 0.007006 10.0.0.38 - - [2026-01-22 02:22:01] "GET /virtual-machine-interface/3bdbf98a-42e2-452d-a8ce-cc1c20b7e0dd HTTP/1.1" 200 3185 0.006338 10.0.0.38 - - [2026-01-22 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.38 - - [2026-01-22 02:22:01] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004283 10.0.0.38 - - [2026-01-22 02:22:01] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003657 10.0.0.38 - - [2026-01-22 02:22:01] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006342 10.0.0.38 - - [2026-01-22 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.38 - - [2026-01-22 02:22:05] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006790 10.0.0.38 - - [2026-01-22 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.38 - - [2026-01-22 02:22:09] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004988 10.0.0.38 - - [2026-01-22 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.38 - - [2026-01-22 02:22:13] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005211 10.0.0.38 - - [2026-01-22 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.38 - - [2026-01-22 02:22:17] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004858 10.0.0.38 - - [2026-01-22 02:22:17] "POST /neutron/port HTTP/1.1" 200 1237 0.045300 10.0.0.38 - - [2026-01-22 02:22:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003894 10.0.0.38 - - [2026-01-22 02:22:17] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.38 - - [2026-01-22 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.38 - - [2026-01-22 02:22:21] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006543 10.0.0.38 - - [2026-01-22 02:22:22] "POST /neutron/port HTTP/1.1" 200 1237 0.057057 10.0.0.38 - - [2026-01-22 02:22:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004544 10.0.0.38 - - [2026-01-22 02:22:22] "POST /neutron/port HTTP/1.1" 200 117 0.001528 10.0.0.38 - - [2026-01-22 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005661 10.0.0.38 - - [2026-01-22 02:22:25] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005128 10.0.0.38 - - [2026-01-22 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005842 10.0.0.38 - - [2026-01-22 02:22:29] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005524 10.0.0.131 - - [2026-01-22 02:22:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.131 - - [2026-01-22 02:22:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.50 - - [2026-01-22 02:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.50 - - [2026-01-22 02:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.38 - - [2026-01-22 02:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.38 - - [2026-01-22 02:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.131 - - [2026-01-22 02:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.131 - - [2026-01-22 02:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2026-01-22 02:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.50 - - [2026-01-22 02:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.131 - - [2026-01-22 02:22:31] "DELETE /project/87f0bebff8244469b694887a94c6aa03 HTTP/1.1" 404 173 0.030678 10.0.0.38 - - [2026-01-22 02:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.38 - - [2026-01-22 02:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000587 10.0.0.38 - - [2026-01-22 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.38 - - [2026-01-22 02:22:33] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005386 10.0.0.38 - - [2026-01-22 02:22:37] "GET /obj-perms HTTP/1.1" 200 5056 0.049960 10.0.0.38 - - [2026-01-22 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.38 - - [2026-01-22 02:22:37] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005647 10.0.0.38 - - [2026-01-22 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.38 - - [2026-01-22 02:22:41] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005734 10.0.0.38 - - [2026-01-22 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.38 - - [2026-01-22 02:22:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003795 10.0.0.38 - - [2026-01-22 02:22:44] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003055 10.0.0.38 - - [2026-01-22 02:22:44] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005719 10.0.0.38 - - [2026-01-22 02:22:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007281 10.0.0.38 - - [2026-01-22 02:22:54] "POST /neutron/port HTTP/1.1" 200 1237 0.017003 10.0.0.38 - - [2026-01-22 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009106 10.0.0.38 - - [2026-01-22 02:22:59] "POST /neutron/port HTTP/1.1" 200 1237 0.017382 10.0.0.38 - - [2026-01-22 02:23:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014384 10.0.0.38 - - [2026-01-22 02:23:10] "POST /neutron/port HTTP/1.1" 200 1237 0.018756 10.0.0.38 - - [2026-01-22 02:23:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007480 10.0.0.38 - - [2026-01-22 02:23:10] "GET /virtual-machine/5f956dd5-72f6-499e-9ce2-c290397a7992 HTTP/1.1" 200 1302 0.006402 10.0.0.38 - - [2026-01-22 02:23:10] "GET /virtual-machine-interface/5f140375-eea2-454b-89d4-c3779060ec10 HTTP/1.1" 200 3184 0.004888 10.0.0.38 - - [2026-01-22 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.38 - - [2026-01-22 02:23:10] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003796 10.0.0.38 - - [2026-01-22 02:23:10] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.010470 10.0.0.38 - - [2026-01-22 02:23:10] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007364 10.0.0.38 - - [2026-01-22 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005490 10.0.0.38 - - [2026-01-22 02:23:11] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003928 10.0.0.38 - - [2026-01-22 02:23:11] "GET /virtual-networks?parent_id=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003965 10.0.0.38 - - [2026-01-22 02:23:11] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005424 10.0.0.38 - - [2026-01-22 02:23:18] "POST /neutron/network HTTP/1.1" 200 1115 0.007164 10.0.0.38 - - [2026-01-22 02:23:18] "POST /neutron/subnet HTTP/1.1" 200 1376 0.016075 10.0.0.38 - - [2026-01-22 02:23:18] "POST /neutron/network HTTP/1.1" 200 1105 0.009791 10.0.0.38 - - [2026-01-22 02:23:22] "POST /neutron/network HTTP/1.1" 200 1115 0.013537 10.0.0.38 - - [2026-01-22 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 1376 0.013124 10.0.0.38 - - [2026-01-22 02:23:22] "POST /neutron/network HTTP/1.1" 200 1105 0.009508 10.0.0.50 - - [2026-01-22 02:23:38] "GET /obj-perms HTTP/1.1" 200 5056 0.057825 10.0.0.38 - - [2026-01-22 02:23:41] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005373 10.0.0.131 - - [2026-01-22 02:23:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.009977 10.0.0.131 - - [2026-01-22 02:23:41] "DELETE /access-control-list/b278d380-0fd9-4058-81e2-e660a0dd0ad6 HTTP/1.1" 200 115 0.068412 10.0.0.38 - - [2026-01-22 02:23:41] "POST /neutron/network HTTP/1.1" 200 1006 0.011400 10.0.0.38 - - [2026-01-22 02:23:41] "GET /virtual-network/22da72da-b538-45f0-89e5-a7e5572793e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007078 10.0.0.38 - - [2026-01-22 02:23:41] "POST /neutron/port HTTP/1.1" 200 1237 0.021151 10.0.0.38 - - [2026-01-22 02:23:42] "POST /neutron/port HTTP/1.1" 200 1227 0.015519 10.0.0.38 - - [2026-01-22 02:23:43] "POST /neutron/network HTTP/1.1" 200 1006 0.011191 10.0.0.38 - - [2026-01-22 02:23:44] "DELETE /network-policy/39a42b30-8cdc-42d7-a231-5931c6c978c3 HTTP/1.1" 200 115 0.046214 10.0.0.131 - - [2026-01-22 02:23:46] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001752 10.0.0.38 - - [2026-01-22 02:23:47] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.091946 10.0.0.131 - - [2026-01-22 02:23:47] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.38 - - [2026-01-22 02:23:47] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?fields=virtual_networks HTTP/1.1" 200 1060 0.045728 10.0.0.131 - - [2026-01-22 02:23:47] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.38 - - [2026-01-22 02:23:47] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.040666 10.0.0.131 - - [2026-01-22 02:23:47] "GET /projects?obj_uuids=87f0bebf-f824-4469-b694-887a94c6aa03&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001607 10.0.0.38 - - [2026-01-22 02:23:47] "GET /project/87f0bebf-f824-4469-b694-887a94c6aa03?fields=security_groups HTTP/1.1" 200 1295 0.053568 10.0.0.38 - - [2026-01-22 02:23:48] "POST /fqname-to-id HTTP/1.1" 404 202 0.038068 10.0.0.131 - - [2026-01-22 02:23:48] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003802 10.0.0.131 - - [2026-01-22 02:23:48] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.131 - - [2026-01-22 02:23:48] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008421 10.0.0.131 - - [2026-01-22 02:23:48] "POST /id-to-fqname HTTP/1.1" 200 204 0.005193 10.0.0.131 - - [2026-01-22 02:23:48] "POST /fqname-to-id HTTP/1.1" 404 213 0.014329 10.0.0.131 - - [2026-01-22 02:23:48] "POST /security-groups HTTP/1.1" 200 605 0.051561 10.0.0.131 - - [2026-01-22 02:23:48] "POST /fqname-to-id HTTP/1.1" 404 248 0.004323 10.0.0.131 - - [2026-01-22 02:23:48] "POST /projects HTTP/1.1" 200 613 0.317346 10.0.0.131 - - [2026-01-22 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.393736 10.0.0.131 - - [2026-01-22 02:23:48] "POST /access-control-lists HTTP/1.1" 200 610 0.032556 10.0.0.38 - - [2026-01-22 02:23:48] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.539718 10.0.0.38 - - [2026-01-22 02:23:49] "GET / HTTP/1.1" 200 36215 0.001863 10.0.0.38 - - [2026-01-22 02:23:53] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.131 - - [2026-01-22 02:23:53] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001143 10.0.0.38 - - [2026-01-22 02:23:53] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.081284 10.0.0.38 - - [2026-01-22 02:23:54] "GET / HTTP/1.1" 200 36215 0.001663 10.0.0.38 - - [2026-01-22 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.131 - - [2026-01-22 02:23:54] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.38 - - [2026-01-22 02:23:54] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007030 10.0.0.38 - - [2026-01-22 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.131 - - [2026-01-22 02:23:54] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001142 10.0.0.38 - - [2026-01-22 02:23:54] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.054165 10.0.0.38 - - [2026-01-22 02:23:55] "GET /domains HTTP/1.1" 401 292 0.000344 10.0.0.38 - - [2026-01-22 02:23:56] "GET /domains HTTP/1.1" 200 281 0.032264 10.0.0.131 - - [2026-01-22 02:23:56] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.38 - - [2026-01-22 02:23:56] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740 HTTP/1.1" 200 2791 0.012233 10.0.0.131 - - [2026-01-22 02:23:56] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000904 10.0.0.38 - - [2026-01-22 02:23:56] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0 HTTP/1.1" 200 1952 0.092371 10.0.0.38 - - [2026-01-22 02:23:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003115 10.0.0.38 - - [2026-01-22 02:23:56] "POST /network-ipams HTTP/1.1" 200 629 0.032943 10.0.0.38 - - [2026-01-22 02:23:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.003922 10.0.0.38 - - [2026-01-22 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.38 - - [2026-01-22 02:23:56] "GET /network-ipam/a2af7778-1854-4473-90d8-0b0f799725bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.007501 10.0.0.38 - - [2026-01-22 02:23:56] "PUT /network-ipam/a2af7778-1854-4473-90d8-0b0f799725bd HTTP/1.1" 200 259 0.015472 10.0.0.38 - - [2026-01-22 02:23:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.38 - - [2026-01-22 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.032955 10.0.0.131 - - [2026-01-22 02:23:57] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001034 10.0.0.38 - - [2026-01-22 02:23:57] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.039876 10.0.0.131 - - [2026-01-22 02:23:57] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005481 10.0.0.38 - - [2026-01-22 02:23:57] "POST /neutron/network HTTP/1.1" 200 625 0.168273 10.0.0.38 - - [2026-01-22 02:23:57] "POST /neutron/network HTTP/1.1" 200 1139 0.011776 10.0.0.38 - - [2026-01-22 02:23:57] "POST /id-to-fqname HTTP/1.1" 200 237 0.001005 10.0.0.38 - - [2026-01-22 02:23:57] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005423 10.0.0.38 - - [2026-01-22 02:23:57] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.006257 10.0.0.38 - - [2026-01-22 02:23:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.008862 10.0.0.38 - - [2026-01-22 02:23:58] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005668 10.0.0.131 - - [2026-01-22 02:23:59] "GET /obj-perms HTTP/1.1" 200 5021 0.070304 10.0.0.38 - - [2026-01-22 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.003540 10.0.0.38 - - [2026-01-22 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.131 - - [2026-01-22 02:23:59] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000901 10.0.0.38 - - [2026-01-22 02:24:00] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.051304 10.0.0.38 - - [2026-01-22 02:24:00] "POST /network-policys HTTP/1.1" 200 567 0.077233 10.0.0.38 - - [2026-01-22 02:24:00] "GET /network-policy/92532f08-7a0e-4a2d-ab43-931f0e474738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.006462 10.0.0.38 - - [2026-01-22 02:24:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.003341 10.0.0.38 - - [2026-01-22 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.131 - - [2026-01-22 02:24:00] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000986 10.0.0.38 - - [2026-01-22 02:24:00] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.051898 10.0.0.38 - - [2026-01-22 02:24:00] "POST /network-policys HTTP/1.1" 200 567 0.032008 10.0.0.38 - - [2026-01-22 02:24:00] "GET /network-policy/ef3d1146-72e0-4c11-85c5-4e29465b7400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.006284 10.0.0.38 - - [2026-01-22 02:24:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.003171 10.0.0.38 - - [2026-01-22 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.131 - - [2026-01-22 02:24:00] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000987 10.0.0.38 - - [2026-01-22 02:24:00] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.060835 10.0.0.38 - - [2026-01-22 02:24:00] "POST /network-policys HTTP/1.1" 200 567 0.035626 10.0.0.38 - - [2026-01-22 02:24:00] "GET /network-policy/f5dc1493-3bc4-4b02-9021-fec3f3962612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.007540 10.0.0.131 - - [2026-01-22 02:24:01] "POST /fqname-to-id HTTP/1.1" 404 254 0.004987 10.0.0.38 - - [2026-01-22 02:24:01] "POST /neutron/network HTTP/1.1" 200 1337 0.098973 10.0.0.38 - - [2026-01-22 02:24:01] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.021995 10.0.0.38 - - [2026-01-22 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.38 - - [2026-01-22 02:24:01] "GET /network-policy/92532f08-7a0e-4a2d-ab43-931f0e474738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004420 10.0.0.38 - - [2026-01-22 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.38 - - [2026-01-22 02:24:01] "GET /network-policy/ef3d1146-72e0-4c11-85c5-4e29465b7400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004750 10.0.0.38 - - [2026-01-22 02:24:01] "POST /id-to-fqname HTTP/1.1" 200 237 0.001233 10.0.0.131 - - [2026-01-22 02:24:02] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001297 10.0.0.38 - - [2026-01-22 02:24:02] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.074138 10.0.0.38 - - [2026-01-22 02:24:02] "POST /neutron/network HTTP/1.1" 200 1337 0.009126 10.0.0.38 - - [2026-01-22 02:24:02] "POST /neutron/port HTTP/1.1" 200 117 0.006559 10.0.0.38 - - [2026-01-22 02:24:03] "POST /neutron/port HTTP/1.1" 200 1178 0.025963 10.0.0.38 - - [2026-01-22 02:24:03] "POST /neutron/port HTTP/1.1" 200 1242 0.018480 10.0.0.38 - - [2026-01-22 02:24:04] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014249 10.0.0.38 - - [2026-01-22 02:24:04] "POST /neutron/network HTTP/1.1" 200 1337 0.009588 10.0.0.38 - - [2026-01-22 02:24:08] "POST /neutron/port HTTP/1.1" 200 1242 0.018094 10.0.0.38 - - [2026-01-22 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007775 10.0.0.38 - - [2026-01-22 02:24:08] "GET /virtual-machine/97603bbc-1259-424e-8747-0effb96a249c HTTP/1.1" 401 292 0.000464 10.0.0.38 - - [2026-01-22 02:24:08] "GET /virtual-machine/97603bbc-1259-424e-8747-0effb96a249c HTTP/1.1" 200 1308 0.030391 10.0.0.38 - - [2026-01-22 02:24:08] "GET /virtual-machine-interface/d5644687-c012-4b8e-b6df-053175930ba2 HTTP/1.1" 200 3185 0.005432 10.0.0.38 - - [2026-01-22 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.38 - - [2026-01-22 02:24:08] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003660 10.0.0.38 - - [2026-01-22 02:24:08] "GET /virtual-networks?parent_id=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002528 10.0.0.38 - - [2026-01-22 02:24:08] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005790 10.0.0.38 - - [2026-01-22 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.38 - - [2026-01-22 02:24:11] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.004809 10.0.0.38 - - [2026-01-22 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.38 - - [2026-01-22 02:24:15] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.006398 10.0.0.131 - - [2026-01-22 02:24:17] "DELETE /access-control-list/80ce1614-c12a-4321-81b1-541eb5db8965 HTTP/1.1" 200 115 0.031700 10.0.0.38 - - [2026-01-22 02:24:18] "POST /neutron/network HTTP/1.1" 200 1347 0.008031 10.0.0.38 - - [2026-01-22 02:24:18] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013234 10.0.0.38 - - [2026-01-22 02:24:18] "POST /neutron/network HTTP/1.1" 200 1337 0.008974 10.0.0.38 - - [2026-01-22 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.38 - - [2026-01-22 02:24:19] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005471 10.0.0.38 - - [2026-01-22 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.38 - - [2026-01-22 02:24:24] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005708 10.0.0.38 - - [2026-01-22 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.38 - - [2026-01-22 02:24:28] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005003 10.0.0.131 - - [2026-01-22 02:24:32] "DELETE /project/fa03f72218674463917509ae379d00e0 HTTP/1.1" 404 173 0.004658 10.0.0.131 - - [2026-01-22 02:24:32] "DELETE /project/87f0bebf-f824-4469-b694-887a94c6aa03 HTTP/1.1" 404 177 0.004257 10.0.0.38 - - [2026-01-22 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.38 - - [2026-01-22 02:24:32] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005315 10.0.0.38 - - [2026-01-22 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.38 - - [2026-01-22 02:24:36] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005469 10.0.0.38 - - [2026-01-22 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.38 - - [2026-01-22 02:24:40] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005312 10.0.0.38 - - [2026-01-22 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.38 - - [2026-01-22 02:24:44] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005856 10.0.0.38 - - [2026-01-22 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.38 - - [2026-01-22 02:24:46] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004562 10.0.0.38 - - [2026-01-22 02:24:46] "GET /virtual-networks?parent_id=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002795 10.0.0.38 - - [2026-01-22 02:24:46] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005674 10.0.0.38 - - [2026-01-22 02:24:52] "POST /neutron/port HTTP/1.1" 200 1242 0.019358 10.0.0.38 - - [2026-01-22 02:24:57] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008454 10.0.0.38 - - [2026-01-22 02:25:02] "POST /neutron/port HTTP/1.1" 200 1242 0.020601 10.0.0.38 - - [2026-01-22 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008382 10.0.0.38 - - [2026-01-22 02:25:12] "POST /neutron/port HTTP/1.1" 200 1242 0.018930 10.0.0.38 - - [2026-01-22 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.38 - - [2026-01-22 02:25:13] "GET /network-policy/92532f08-7a0e-4a2d-ab43-931f0e474738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.003202 10.0.0.38 - - [2026-01-22 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.38 - - [2026-01-22 02:25:13] "GET /network-policy/ef3d1146-72e0-4c11-85c5-4e29465b7400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.003929 10.0.0.38 - - [2026-01-22 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.38 - - [2026-01-22 02:25:13] "GET /network-policy/f5dc1493-3bc4-4b02-9021-fec3f3962612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004672 10.0.0.131 - - [2026-01-22 02:25:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.014863 10.0.0.38 - - [2026-01-22 02:25:13] "POST /neutron/network HTTP/1.1" 200 1429 0.097762 10.0.0.38 - - [2026-01-22 02:25:13] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.009528 10.0.0.38 - - [2026-01-22 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.38 - - [2026-01-22 02:25:13] "GET /network-policy/92532f08-7a0e-4a2d-ab43-931f0e474738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.003611 10.0.0.38 - - [2026-01-22 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.38 - - [2026-01-22 02:25:13] "GET /network-policy/ef3d1146-72e0-4c11-85c5-4e29465b7400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004579 10.0.0.38 - - [2026-01-22 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.38 - - [2026-01-22 02:25:13] "GET /network-policy/f5dc1493-3bc4-4b02-9021-fec3f3962612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004303 10.0.0.38 - - [2026-01-22 02:25:18] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.005517 10.0.0.131 - - [2026-01-22 02:25:18] "DELETE /access-control-list/f09d74ec-8beb-4d3f-bff1-a3c5d528ace6 HTTP/1.1" 200 115 0.047279 10.0.0.38 - - [2026-01-22 02:25:18] "POST /neutron/network HTTP/1.1" 200 1139 0.096396 10.0.0.38 - - [2026-01-22 02:25:18] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005894 10.0.0.38 - - [2026-01-22 02:25:19] "POST /neutron/port HTTP/1.1" 200 1242 0.018069 10.0.0.38 - - [2026-01-22 02:25:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003708 10.0.0.38 - - [2026-01-22 02:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.38 - - [2026-01-22 02:25:23] "GET /virtual-machine/97603bbc-1259-424e-8747-0effb96a249c HTTP/1.1" 200 1308 0.004420 10.0.0.38 - - [2026-01-22 02:25:24] "POST /neutron/port HTTP/1.1" 200 1232 0.015135 10.0.0.38 - - [2026-01-22 02:25:25] "GET /virtual-machine/97603bbc-1259-424e-8747-0effb96a249c HTTP/1.1" 404 171 0.003655 10.0.0.38 - - [2026-01-22 02:25:25] "GET /virtual-machine/97603bbc-1259-424e-8747-0effb96a249c HTTP/1.1" 404 171 0.003772 10.0.0.38 - - [2026-01-22 02:25:25] "GET /virtual-machine/97603bbc-1259-424e-8747-0effb96a249c HTTP/1.1" 404 171 0.002758 10.0.0.38 - - [2026-01-22 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.38 - - [2026-01-22 02:25:26] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004090 10.0.0.38 - - [2026-01-22 02:25:26] "GET /virtual-networks?parent_id=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003561 10.0.0.38 - - [2026-01-22 02:25:26] "GET /virtual-network/eab8ec03-dece-4cba-9a75-e2e907d97f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.007668 10.0.0.38 - - [2026-01-22 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006786 10.0.0.38 - - [2026-01-22 02:25:26] "GET /routing-instance/3af1ed99-9b7a-4651-979c-c9121c06c79f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.007279 10.0.0.38 - - [2026-01-22 02:25:26] "GET /route-target/44544faa-730b-4bb3-b710-9b2a73510485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006024 10.0.0.38 - - [2026-01-22 02:25:26] "GET /obj-perms HTTP/1.1" 200 5021 0.058861 10.0.0.50 - - [2026-01-22 02:25:26] "GET /obj-perms HTTP/1.1" 200 5021 0.056262 10.0.0.38 - - [2026-01-22 02:25:35] "GET /obj-perms HTTP/1.1" 200 5021 0.004868 10.0.0.50 - - [2026-01-22 02:25:35] "GET /obj-perms HTTP/1.1" 200 5021 0.004355 10.0.0.38 - - [2026-01-22 02:25:41] "GET /obj-perms HTTP/1.1" 200 5021 0.004196 10.0.0.50 - - [2026-01-22 02:25:42] "GET /obj-perms HTTP/1.1" 200 5021 0.012982 10.0.0.38 - - [2026-01-22 02:25:42] "DELETE /network-policy/f5dc1493-3bc4-4b02-9021-fec3f3962612 HTTP/1.1" 200 115 0.057644 10.0.0.38 - - [2026-01-22 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.131 - - [2026-01-22 02:25:42] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001055 10.0.0.38 - - [2026-01-22 02:25:42] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.044545 10.0.0.38 - - [2026-01-22 02:25:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-33500257&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.006383 10.0.0.38 - - [2026-01-22 02:25:42] "DELETE /network-policy/ef3d1146-72e0-4c11-85c5-4e29465b7400 HTTP/1.1" 200 115 0.038675 10.0.0.38 - - [2026-01-22 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.131 - - [2026-01-22 02:25:42] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000972 10.0.0.38 - - [2026-01-22 02:25:42] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.045219 10.0.0.38 - - [2026-01-22 02:25:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-33500257&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004972 10.0.0.38 - - [2026-01-22 02:25:42] "DELETE /network-policy/92532f08-7a0e-4a2d-ab43-931f0e474738 HTTP/1.1" 200 115 0.042137 10.0.0.38 - - [2026-01-22 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.131 - - [2026-01-22 02:25:42] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001006 10.0.0.38 - - [2026-01-22 02:25:42] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.043591 10.0.0.38 - - [2026-01-22 02:25:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-33500257&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004982 10.0.0.131 - - [2026-01-22 02:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002855 10.0.0.131 - - [2026-01-22 02:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003036 10.0.0.131 - - [2026-01-22 02:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004678 10.0.0.131 - - [2026-01-22 02:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002598 10.0.0.38 - - [2026-01-22 02:25:43] "POST /neutron/network HTTP/1.1" 200 151 0.164066 10.0.0.38 - - [2026-01-22 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.38 - - [2026-01-22 02:25:43] "DELETE /network-ipam/a2af7778-1854-4473-90d8-0b0f799725bd HTTP/1.1" 200 115 0.033386 10.0.0.38 - - [2026-01-22 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 264 0.003287 10.0.0.131 - - [2026-01-22 02:25:43] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001085 10.0.0.131 - - [2026-01-22 02:25:43] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.042700 10.0.0.131 - - [2026-01-22 02:25:43] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001255 10.0.0.131 - - [2026-01-22 02:25:43] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?fields=security_groups HTTP/1.1" 200 1416 0.041181 10.0.0.131 - - [2026-01-22 02:25:43] "DELETE /security-group/5d7f0b20-3a60-4eb2-b905-78be047c5ba2 HTTP/1.1" 200 115 0.064369 10.0.0.131 - - [2026-01-22 02:25:43] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001010 10.0.0.131 - - [2026-01-22 02:25:43] "DELETE /access-control-list/db5b151c-81df-4fef-841e-48a32d7412cc HTTP/1.1" 200 115 0.073368 10.0.0.131 - - [2026-01-22 02:25:43] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?fields=application_policy_sets HTTP/1.1" 200 1455 0.113801 10.0.0.38 - - [2026-01-22 02:25:44] "DELETE /project/fa03f722-1867-4463-9175-09ae379d00e0 HTTP/1.1" 200 115 0.489730 10.0.0.131 - - [2026-01-22 02:25:44] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001791 10.0.0.38 - - [2026-01-22 02:25:44] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?fields=projects HTTP/1.1" 200 1246 0.013745 10.0.0.131 - - [2026-01-22 02:25:46] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004633 10.0.0.131 - - [2026-01-22 02:25:46] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.131 - - [2026-01-22 02:25:46] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.049072 10.0.0.131 - - [2026-01-22 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 204 0.001277 10.0.0.131 - - [2026-01-22 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 213 0.005950 10.0.0.131 - - [2026-01-22 02:25:46] "POST /security-groups HTTP/1.1" 200 605 0.037535 10.0.0.131 - - [2026-01-22 02:25:47] "POST /projects HTTP/1.1" 200 613 0.251198 10.0.0.131 - - [2026-01-22 02:25:47] "POST /access-control-lists HTTP/1.1" 200 612 0.030589 10.0.0.131 - - [2026-01-22 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.324634 10.0.0.38 - - [2026-01-22 02:25:47] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.496032 10.0.0.131 - - [2026-01-22 02:25:47] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001263 10.0.0.38 - - [2026-01-22 02:25:47] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?fields=virtual_networks HTTP/1.1" 200 1073 0.064954 10.0.0.131 - - [2026-01-22 02:25:47] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001081 10.0.0.38 - - [2026-01-22 02:25:47] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1073 0.042770 10.0.0.131 - - [2026-01-22 02:25:47] "GET /projects?obj_uuids=fa03f722-1867-4463-9175-09ae379d00e0&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000927 10.0.0.38 - - [2026-01-22 02:25:47] "GET /project/fa03f722-1867-4463-9175-09ae379d00e0?fields=security_groups HTTP/1.1" 200 1314 0.059857 10.0.0.38 - - [2026-01-22 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 204 0.042828 10.0.0.131 - - [2026-01-22 02:25:48] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003895 10.0.0.131 - - [2026-01-22 02:25:48] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.131 - - [2026-01-22 02:25:48] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007920 10.0.0.131 - - [2026-01-22 02:25:48] "POST /id-to-fqname HTTP/1.1" 200 206 0.002620 10.0.0.131 - - [2026-01-22 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.003273 10.0.0.131 - - [2026-01-22 02:25:48] "POST /security-groups HTTP/1.1" 200 607 0.077984 10.0.0.131 - - [2026-01-22 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 250 0.004994 10.0.0.131 - - [2026-01-22 02:25:48] "POST /projects HTTP/1.1" 200 617 0.310704 10.0.0.131 - - [2026-01-22 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.388011 10.0.0.131 - - [2026-01-22 02:25:48] "POST /access-control-lists HTTP/1.1" 200 612 0.036139 10.0.0.38 - - [2026-01-22 02:25:48] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.564568 10.0.0.38 - - [2026-01-22 02:25:50] "GET / HTTP/1.1" 200 36215 0.001966 10.0.0.38 - - [2026-01-22 02:25:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.38 - - [2026-01-22 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.061439 10.0.0.38 - - [2026-01-22 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.131 - - [2026-01-22 02:25:53] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001464 10.0.0.38 - - [2026-01-22 02:25:53] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.046615 10.0.0.38 - - [2026-01-22 02:25:53] "POST /network-policys HTTP/1.1" 200 569 0.033726 10.0.0.38 - - [2026-01-22 02:25:53] "GET /network-policy/3911af38-980a-4716-86fc-5548c49285ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.007196 10.0.0.38 - - [2026-01-22 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.131 - - [2026-01-22 02:25:53] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001335 10.0.0.38 - - [2026-01-22 02:25:53] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.060204 10.0.0.131 - - [2026-01-22 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.008084 10.0.0.38 - - [2026-01-22 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.331552 10.0.0.38 - - [2026-01-22 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 237 0.001596 10.0.0.38 - - [2026-01-22 02:25:54] "GET /virtual-network/a9c470eb-52d6-4705-ba53-a41cb5bf9988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.008691 10.0.0.38 - - [2026-01-22 02:25:54] "POST /neutron/network HTTP/1.1" 200 1016 0.011240 10.0.0.38 - - [2026-01-22 02:25:54] "GET /virtual-network/a9c470eb-52d6-4705-ba53-a41cb5bf9988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005662 10.0.0.38 - - [2026-01-22 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.010476 10.0.0.131 - - [2026-01-22 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 252 0.005481 10.0.0.131 - - [2026-01-22 02:25:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.004760 10.0.0.38 - - [2026-01-22 02:25:55] "POST /neutron/network HTTP/1.1" 200 1123 0.012266 10.0.0.38 - - [2026-01-22 02:25:55] "GET /virtual-network/a9c470eb-52d6-4705-ba53-a41cb5bf9988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.006126 10.0.0.38 - - [2026-01-22 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.38 - - [2026-01-22 02:25:55] "GET /network-policy/3911af38-980a-4716-86fc-5548c49285ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003832 10.0.0.38 - - [2026-01-22 02:25:55] "GET /virtual-network/a9c470eb-52d6-4705-ba53-a41cb5bf9988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.006660 10.0.0.38 - - [2026-01-22 02:25:56] "GET /obj-perms HTTP/1.1" 200 5062 0.061740 10.0.0.131 - - [2026-01-22 02:25:57] "GET /obj-perms HTTP/1.1" 200 5062 0.057314 10.0.0.38 - - [2026-01-22 02:25:57] "DELETE /network-policy/3911af38-980a-4716-86fc-5548c49285ea HTTP/1.1" 409 239 0.009901 10.0.0.131 - - [2026-01-22 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.38 - - [2026-01-22 02:25:57] "DELETE /network-policy/3911af38-980a-4716-86fc-5548c49285ea HTTP/1.1" 200 115 0.038927 10.0.0.38 - - [2026-01-22 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006456 10.0.0.131 - - [2026-01-22 02:25:57] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001484 10.0.0.38 - - [2026-01-22 02:25:57] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.041374 10.0.0.38 - - [2026-01-22 02:25:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-68283955&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007060 10.0.0.131 - - [2026-01-22 02:26:00] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000989 10.0.0.38 - - [2026-01-22 02:26:00] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.041015 10.0.0.131 - - [2026-01-22 02:26:00] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001023 10.0.0.38 - - [2026-01-22 02:26:00] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?fields=virtual_networks HTTP/1.1" 200 1076 0.049812 10.0.0.131 - - [2026-01-22 02:26:00] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000989 10.0.0.38 - - [2026-01-22 02:26:00] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?fields=virtual_machine_interfaces HTTP/1.1" 200 1076 0.044856 10.0.0.131 - - [2026-01-22 02:26:00] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001567 10.0.0.38 - - [2026-01-22 02:26:00] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?fields=security_groups HTTP/1.1" 200 1319 0.052263 10.0.0.38 - - [2026-01-22 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.036238 10.0.0.131 - - [2026-01-22 02:26:01] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003844 10.0.0.131 - - [2026-01-22 02:26:01] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001507 10.0.0.131 - - [2026-01-22 02:26:01] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008685 10.0.0.131 - - [2026-01-22 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.003659 10.0.0.131 - - [2026-01-22 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.010238 10.0.0.131 - - [2026-01-22 02:26:02] "POST /security-groups HTTP/1.1" 200 591 0.086111 10.0.0.131 - - [2026-01-22 02:26:02] "POST /projects HTTP/1.1" 200 585 0.336824 10.0.0.131 - - [2026-01-22 02:26:02] "POST /access-control-lists HTTP/1.1" 200 598 0.033146 10.0.0.131 - - [2026-01-22 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.415050 10.0.0.38 - - [2026-01-22 02:26:02] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.581066 10.0.0.38 - - [2026-01-22 02:26:03] "GET / HTTP/1.1" 200 36215 0.001631 10.0.0.38 - - [2026-01-22 02:26:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000580 10.0.0.38 - - [2026-01-22 02:26:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.077481 10.0.0.38 - - [2026-01-22 02:26:05] "POST /network-ipams HTTP/1.1" 200 515 0.033444 10.0.0.38 - - [2026-01-22 02:26:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.005976 10.0.0.38 - - [2026-01-22 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.38 - - [2026-01-22 02:26:05] "GET /network-ipam/afd278cf-0d16-48d0-9c42-8deb8919fbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006497 10.0.0.38 - - [2026-01-22 02:26:05] "PUT /network-ipam/afd278cf-0d16-48d0-9c42-8deb8919fbda HTTP/1.1" 200 259 0.015479 10.0.0.38 - - [2026-01-22 02:26:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003677 10.0.0.38 - - [2026-01-22 02:26:05] "POST /network-ipams HTTP/1.1" 200 515 0.035455 10.0.0.38 - - [2026-01-22 02:26:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003720 10.0.0.38 - - [2026-01-22 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.38 - - [2026-01-22 02:26:06] "GET /network-ipam/1ae9e26f-980a-40d9-bebd-5ade449de2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.007010 10.0.0.38 - - [2026-01-22 02:26:06] "PUT /network-ipam/1ae9e26f-980a-40d9-bebd-5ade449de2ab HTTP/1.1" 200 259 0.022254 10.0.0.38 - - [2026-01-22 02:26:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004659 10.0.0.38 - - [2026-01-22 02:26:06] "POST /network-ipams HTTP/1.1" 200 515 0.038481 10.0.0.38 - - [2026-01-22 02:26:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.007111 10.0.0.38 - - [2026-01-22 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.38 - - [2026-01-22 02:26:06] "GET /network-ipam/89acd806-8920-462a-b5f8-2da69833d32c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.008255 10.0.0.38 - - [2026-01-22 02:26:06] "PUT /network-ipam/89acd806-8920-462a-b5f8-2da69833d32c HTTP/1.1" 200 259 0.020050 10.0.0.38 - - [2026-01-22 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.131 - - [2026-01-22 02:26:07] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.38 - - [2026-01-22 02:26:07] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.034162 10.0.0.38 - - [2026-01-22 02:26:07] "POST /neutron/network HTTP/1.1" 200 117 0.039953 10.0.0.131 - - [2026-01-22 02:26:07] "POST /route-targets HTTP/1.1" 200 328 0.015966 10.0.0.38 - - [2026-01-22 02:26:07] "POST /neutron/network HTTP/1.1" 200 824 0.008641 10.0.0.38 - - [2026-01-22 02:26:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.000977 10.0.0.38 - - [2026-01-22 02:26:07] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004959 10.0.0.38 - - [2026-01-22 02:26:08] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005259 10.0.0.38 - - [2026-01-22 02:26:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.009802 10.0.0.38 - - [2026-01-22 02:26:08] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005672 10.0.0.38 - - [2026-01-22 02:26:08] "GET /network-ipam/afd278cf-0d16-48d0-9c42-8deb8919fbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004013 10.0.0.38 - - [2026-01-22 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.131 - - [2026-01-22 02:26:08] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.38 - - [2026-01-22 02:26:08] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.042723 10.0.0.131 - - [2026-01-22 02:26:08] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.38 - - [2026-01-22 02:26:08] "POST /neutron/network HTTP/1.1" 200 607 0.131818 10.0.0.131 - - [2026-01-22 02:26:08] "POST /ref-update HTTP/1.1" 200 156 0.024350 10.0.0.38 - - [2026-01-22 02:26:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.003937 10.0.0.38 - - [2026-01-22 02:26:08] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006760 10.0.0.38 - - [2026-01-22 02:26:08] "POST /neutron/network HTTP/1.1" 200 823 0.008695 10.0.0.38 - - [2026-01-22 02:26:08] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010890 10.0.0.38 - - [2026-01-22 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.131 - - [2026-01-22 02:26:08] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000835 10.0.0.38 - - [2026-01-22 02:26:08] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047473 10.0.0.38 - - [2026-01-22 02:26:08] "POST /neutron/network HTTP/1.1" 200 117 0.015388 10.0.0.38 - - [2026-01-22 02:26:09] "POST /neutron/network HTTP/1.1" 200 822 0.008866 10.0.0.38 - - [2026-01-22 02:26:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.000996 10.0.0.38 - - [2026-01-22 02:26:09] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005093 10.0.0.38 - - [2026-01-22 02:26:09] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005276 10.0.0.38 - - [2026-01-22 02:26:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.009578 10.0.0.38 - - [2026-01-22 02:26:09] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005291 10.0.0.38 - - [2026-01-22 02:26:11] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005496 10.0.0.50 - - [2026-01-22 02:26:11] "GET /obj-perms HTTP/1.1" 200 5030 0.070755 10.0.0.38 - - [2026-01-22 02:26:11] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005589 10.0.0.38 - - [2026-01-22 02:26:12] "GET /obj-perms HTTP/1.1" 200 5030 0.053959 10.0.0.131 - - [2026-01-22 02:26:12] "GET /obj-perms HTTP/1.1" 200 5030 0.050735 10.0.0.38 - - [2026-01-22 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.002975 10.0.0.38 - - [2026-01-22 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.131 - - [2026-01-22 02:26:12] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.38 - - [2026-01-22 02:26:12] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.035630 10.0.0.38 - - [2026-01-22 02:26:12] "POST /network-policys HTTP/1.1" 200 555 0.049210 10.0.0.38 - - [2026-01-22 02:26:12] "GET /network-policy/37d4ea06-4316-4e02-9e95-c1da169b62e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005366 10.0.0.38 - - [2026-01-22 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003213 10.0.0.38 - - [2026-01-22 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.131 - - [2026-01-22 02:26:12] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.38 - - [2026-01-22 02:26:12] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.049204 10.0.0.38 - - [2026-01-22 02:26:12] "POST /network-policys HTTP/1.1" 200 555 0.033105 10.0.0.38 - - [2026-01-22 02:26:12] "GET /network-policy/401f773a-27b0-43ab-85ce-a9e388fabfee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005983 10.0.0.38 - - [2026-01-22 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.002674 10.0.0.38 - - [2026-01-22 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.131 - - [2026-01-22 02:26:12] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.38 - - [2026-01-22 02:26:12] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.058512 10.0.0.38 - - [2026-01-22 02:26:13] "POST /network-policys HTTP/1.1" 200 555 0.030530 10.0.0.38 - - [2026-01-22 02:26:13] "GET /network-policy/615bfcc4-bcdd-4d2d-b469-a2e4d83655b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007343 10.0.0.131 - - [2026-01-22 02:26:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.003036 10.0.0.38 - - [2026-01-22 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.057953 10.0.0.38 - - [2026-01-22 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.050963 10.0.0.131 - - [2026-01-22 02:26:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.005672 10.0.0.38 - - [2026-01-22 02:26:13] "POST /neutron/network HTTP/1.1" 200 915 0.008771 10.0.0.38 - - [2026-01-22 02:26:13] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.011869 10.0.0.38 - - [2026-01-22 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.38 - - [2026-01-22 02:26:13] "GET /network-policy/401f773a-27b0-43ab-85ce-a9e388fabfee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006876 10.0.0.38 - - [2026-01-22 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001158 10.0.0.131 - - [2026-01-22 02:26:14] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.38 - - [2026-01-22 02:26:14] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074637 10.0.0.38 - - [2026-01-22 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.006339 10.0.0.38 - - [2026-01-22 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001175 10.0.0.38 - - [2026-01-22 02:26:15] "POST /neutron/network HTTP/1.1" 200 925 0.006610 10.0.0.131 - - [2026-01-22 02:26:15] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.38 - - [2026-01-22 02:26:15] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.082011 10.0.0.38 - - [2026-01-22 02:26:15] "POST /neutron/port HTTP/1.1" 200 1060 0.027439 10.0.0.38 - - [2026-01-22 02:26:16] "POST /neutron/port HTTP/1.1" 200 1114 0.132487 10.0.0.38 - - [2026-01-22 02:26:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003252 10.0.0.38 - - [2026-01-22 02:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.007557 10.0.0.38 - - [2026-01-22 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001169 10.0.0.38 - - [2026-01-22 02:26:16] "POST /neutron/port HTTP/1.1" 200 1124 0.020421 10.0.0.38 - - [2026-01-22 02:26:16] "POST /neutron/network HTTP/1.1" 200 925 0.007586 10.0.0.131 - - [2026-01-22 02:26:16] "PUT /access-control-list/530e0444-5791-41f8-8b72-12fd71f91b98 HTTP/1.1" 200 273 0.020342 10.0.0.38 - - [2026-01-22 02:26:17] "POST /neutron/port HTTP/1.1" 200 1059 0.019543 10.0.0.38 - - [2026-01-22 02:26:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004941 10.0.0.131 - - [2026-01-22 02:26:17] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261 10.0.0.38 - - [2026-01-22 02:26:17] "POST /neutron/network HTTP/1.1" 200 915 0.006854 10.0.0.38 - - [2026-01-22 02:26:17] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.097222 10.0.0.38 - - [2026-01-22 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011099 10.0.0.38 - - [2026-01-22 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006797 10.0.0.38 - - [2026-01-22 02:26:18] "POST /neutron/port HTTP/1.1" 200 1124 0.017098 10.0.0.38 - - [2026-01-22 02:26:18] "POST /neutron/port HTTP/1.1" 200 1124 0.017502 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-machine/fbadf39c-f2da-4e93-bf74-40cd25a213ff HTTP/1.1" 401 292 0.000402 10.0.0.38 - - [2026-01-22 02:26:18] "POST /neutron/port HTTP/1.1" 200 1058 0.027995 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-machine/fbadf39c-f2da-4e93-bf74-40cd25a213ff HTTP/1.1" 200 1295 0.060086 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-machine/fbadf39c-f2da-4e93-bf74-40cd25a213ff HTTP/1.1" 200 1295 0.005714 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-machine-interface/c088f01e-4035-4a59-9fd2-9c9aba504b45 HTTP/1.1" 200 2951 0.010960 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-machine/fbadf39c-f2da-4e93-bf74-40cd25a213ff HTTP/1.1" 200 1295 0.005430 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-machine-interface/c088f01e-4035-4a59-9fd2-9c9aba504b45 HTTP/1.1" 200 2951 0.005761 10.0.0.38 - - [2026-01-22 02:26:18] "GET /instance-ip/48e0b578-cb33-4251-9e1d-0aa9b0fdb0ec HTTP/1.1" 200 1624 0.006295 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-machine/fbadf39c-f2da-4e93-bf74-40cd25a213ff HTTP/1.1" 200 1295 0.003796 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-machine-interface/c088f01e-4035-4a59-9fd2-9c9aba504b45 HTTP/1.1" 200 2951 0.006481 10.0.0.38 - - [2026-01-22 02:26:18] "GET /instance-ip/48e0b578-cb33-4251-9e1d-0aa9b0fdb0ec HTTP/1.1" 200 1624 0.003693 10.0.0.38 - - [2026-01-22 02:26:18] "POST /neutron/port HTTP/1.1" 200 1122 0.021555 10.0.0.38 - - [2026-01-22 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.38 - - [2026-01-22 02:26:18] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003629 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002872 10.0.0.38 - - [2026-01-22 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005172 10.0.0.38 - - [2026-01-22 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.38 - - [2026-01-22 02:26:18] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003861 10.0.0.38 - - [2026-01-22 02:26:18] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003394 10.0.0.38 - - [2026-01-22 02:26:19] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007530 10.0.0.38 - - [2026-01-22 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.38 - - [2026-01-22 02:26:19] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003384 10.0.0.38 - - [2026-01-22 02:26:19] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003110 10.0.0.38 - - [2026-01-22 02:26:19] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005459 10.0.0.38 - - [2026-01-22 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.38 - - [2026-01-22 02:26:19] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004004 10.0.0.38 - - [2026-01-22 02:26:19] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003012 10.0.0.38 - - [2026-01-22 02:26:19] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005438 10.0.0.38 - - [2026-01-22 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005341 10.0.0.38 - - [2026-01-22 02:26:19] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004797 10.0.0.38 - - [2026-01-22 02:26:19] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002935 10.0.0.38 - - [2026-01-22 02:26:19] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006221 10.0.0.38 - - [2026-01-22 02:26:21] "POST /neutron/port HTTP/1.1" 200 1124 0.017808 10.0.0.38 - - [2026-01-22 02:26:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.008724 10.0.0.38 - - [2026-01-22 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.38 - - [2026-01-22 02:26:22] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005591 10.0.0.38 - - [2026-01-22 02:26:23] "POST /neutron/port HTTP/1.1" 200 1123 0.086640 10.0.0.38 - - [2026-01-22 02:26:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003909 10.0.0.38 - - [2026-01-22 02:26:23] "POST /neutron/network HTTP/1.1" 200 915 0.006568 10.0.0.38 - - [2026-01-22 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.38 - - [2026-01-22 02:26:26] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005032 10.0.0.38 - - [2026-01-22 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.38 - - [2026-01-22 02:26:30] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006010 10.0.0.131 - - [2026-01-22 02:26:32] "DELETE /project/fa03f722-1867-4463-9175-09ae379d00e0 HTTP/1.1" 404 177 0.008564 10.0.0.131 - - [2026-01-22 02:26:32] "DELETE /project/c1b1ff5511dc49beb84b44e865b5d9d6 HTTP/1.1" 404 173 0.006639 10.0.0.131 - - [2026-01-22 02:26:32] "DELETE /project/30b3d0521a7b401390c9a80a06cbfc43 HTTP/1.1" 404 173 0.007772 10.0.0.131 - - [2026-01-22 02:26:32] "DELETE /project/fa03f72218674463917509ae379d00e0 HTTP/1.1" 404 173 0.004689 10.0.0.131 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000767 10.0.0.131 - - [2026-01-22 02:26:32] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.048594 10.0.0.131 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001077 10.0.0.131 - - [2026-01-22 02:26:32] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?fields=security_groups HTTP/1.1" 200 1421 0.038111 10.0.0.131 - - [2026-01-22 02:26:32] "DELETE /security-group/51395408-09e5-46c4-bad0-1ace98815de1 HTTP/1.1" 200 115 0.050041 10.0.0.131 - - [2026-01-22 02:26:32] "GET /projects?obj_uuids=30b3d052-1a7b-4013-90c9-a80a06cbfc43&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000838 10.0.0.131 - - [2026-01-22 02:26:32] "DELETE /access-control-list/cc68bf52-5dfc-46ac-a940-59868f521c54 HTTP/1.1" 200 115 0.041662 10.0.0.131 - - [2026-01-22 02:26:32] "GET /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43?fields=application_policy_sets HTTP/1.1" 200 1460 0.043485 10.0.0.131 - - [2026-01-22 02:26:32] "DELETE /project/30b3d052-1a7b-4013-90c9-a80a06cbfc43 HTTP/1.1" 200 115 0.396317 10.0.0.38 - - [2026-01-22 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.38 - - [2026-01-22 02:26:34] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006035 10.0.0.38 - - [2026-01-22 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.38 - - [2026-01-22 02:26:38] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005297 10.0.0.38 - - [2026-01-22 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.38 - - [2026-01-22 02:26:43] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005220 10.0.0.38 - - [2026-01-22 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.38 - - [2026-01-22 02:26:47] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005454 10.0.0.38 - - [2026-01-22 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.38 - - [2026-01-22 02:26:51] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005002 10.0.0.38 - - [2026-01-22 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.38 - - [2026-01-22 02:26:55] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005846 10.0.0.38 - - [2026-01-22 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.38 - - [2026-01-22 02:26:59] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005518 10.0.0.38 - - [2026-01-22 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.38 - - [2026-01-22 02:27:03] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005181 10.0.0.38 - - [2026-01-22 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.38 - - [2026-01-22 02:27:07] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006378 10.0.0.38 - - [2026-01-22 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.38 - - [2026-01-22 02:27:11] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003857 10.0.0.38 - - [2026-01-22 02:27:11] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005364 10.0.0.38 - - [2026-01-22 02:27:11] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005586 10.0.0.38 - - [2026-01-22 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.38 - - [2026-01-22 02:27:12] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004146 10.0.0.38 - - [2026-01-22 02:27:12] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002966 10.0.0.38 - - [2026-01-22 02:27:12] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005841 10.0.0.38 - - [2026-01-22 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.38 - - [2026-01-22 02:27:12] "GET /routing-instance/822ffdb8-8833-4b9b-816d-82d0f5a3dfca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004143 10.0.0.38 - - [2026-01-22 02:27:12] "GET /route-target/649e4cf9-66e7-4239-af3a-029506bc4f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004185 10.0.0.38 - - [2026-01-22 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.38 - - [2026-01-22 02:27:12] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003661 10.0.0.38 - - [2026-01-22 02:27:12] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003648 10.0.0.38 - - [2026-01-22 02:27:12] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005482 10.0.0.38 - - [2026-01-22 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.38 - - [2026-01-22 02:27:12] "GET /routing-instance/822ffdb8-8833-4b9b-816d-82d0f5a3dfca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.006002 10.0.0.38 - - [2026-01-22 02:27:12] "GET /route-target/649e4cf9-66e7-4239-af3a-029506bc4f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004232 10.0.0.38 - - [2026-01-22 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.38 - - [2026-01-22 02:27:12] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005779 10.0.0.38 - - [2026-01-22 02:27:12] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003054 10.0.0.38 - - [2026-01-22 02:27:12] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005815 10.0.0.38 - - [2026-01-22 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.38 - - [2026-01-22 02:27:12] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005373 10.0.0.38 - - [2026-01-22 02:27:12] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003576 10.0.0.38 - - [2026-01-22 02:27:12] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007191 10.0.0.131 - - [2026-01-22 02:27:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004827 10.0.0.38 - - [2026-01-22 02:27:12] "GET /obj-perms HTTP/1.1" 200 5030 0.003621 10.0.0.50 - - [2026-01-22 02:27:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004017 10.0.0.38 - - [2026-01-22 02:27:12] "GET /obj-perms HTTP/1.1" 200 5030 0.003676 10.0.0.38 - - [2026-01-22 02:27:13] "POST /neutron/port HTTP/1.1" 200 1123 0.019757 10.0.0.38 - - [2026-01-22 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010071 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-machine/52ea464b-704a-4276-86bf-4dd363131f7c HTTP/1.1" 200 1293 0.006690 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-machine/52ea464b-704a-4276-86bf-4dd363131f7c HTTP/1.1" 200 1293 0.004518 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-machine-interface/d5a0c98d-c9bc-454f-88d7-ef2616f38fb9 HTTP/1.1" 200 2950 0.005055 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-machine/52ea464b-704a-4276-86bf-4dd363131f7c HTTP/1.1" 200 1293 0.003717 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-machine-interface/d5a0c98d-c9bc-454f-88d7-ef2616f38fb9 HTTP/1.1" 200 2950 0.005504 10.0.0.38 - - [2026-01-22 02:27:13] "GET /instance-ip/3bbb85f6-1db1-4699-9974-224677aec044 HTTP/1.1" 200 1623 0.005653 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-machine/52ea464b-704a-4276-86bf-4dd363131f7c HTTP/1.1" 200 1293 0.003794 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-machine-interface/d5a0c98d-c9bc-454f-88d7-ef2616f38fb9 HTTP/1.1" 200 2950 0.005991 10.0.0.38 - - [2026-01-22 02:27:13] "GET /instance-ip/3bbb85f6-1db1-4699-9974-224677aec044 HTTP/1.1" 200 1623 0.004955 10.0.0.38 - - [2026-01-22 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.38 - - [2026-01-22 02:27:13] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003117 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003156 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005534 10.0.0.38 - - [2026-01-22 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.38 - - [2026-01-22 02:27:13] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004053 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004358 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005982 10.0.0.38 - - [2026-01-22 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.38 - - [2026-01-22 02:27:13] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003819 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002839 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005635 10.0.0.38 - - [2026-01-22 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.38 - - [2026-01-22 02:27:13] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003721 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003667 10.0.0.38 - - [2026-01-22 02:27:13] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005987 10.0.0.38 - - [2026-01-22 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.38 - - [2026-01-22 02:27:14] "POST /neutron/port HTTP/1.1" 200 1123 0.042679 10.0.0.38 - - [2026-01-22 02:27:14] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003174 10.0.0.38 - - [2026-01-22 02:27:14] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003069 10.0.0.38 - - [2026-01-22 02:27:14] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005902 10.0.0.38 - - [2026-01-22 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.38 - - [2026-01-22 02:27:15] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003013 10.0.0.38 - - [2026-01-22 02:27:15] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003857 10.0.0.38 - - [2026-01-22 02:27:15] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005594 10.0.0.38 - - [2026-01-22 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.38 - - [2026-01-22 02:27:15] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003888 10.0.0.38 - - [2026-01-22 02:27:15] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002918 10.0.0.38 - - [2026-01-22 02:27:15] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005253 10.0.0.38 - - [2026-01-22 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.38 - - [2026-01-22 02:27:15] "GET /routing-instance/95728e69-bc62-4049-b1c1-75784f26d941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.004306 10.0.0.38 - - [2026-01-22 02:27:15] "GET /route-target/e54f9893-67c8-4d27-adab-83282454bee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003196 10.0.0.38 - - [2026-01-22 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.38 - - [2026-01-22 02:27:15] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003652 10.0.0.38 - - [2026-01-22 02:27:15] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002949 10.0.0.38 - - [2026-01-22 02:27:15] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007424 10.0.0.38 - - [2026-01-22 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.38 - - [2026-01-22 02:27:15] "GET /routing-instance/95728e69-bc62-4049-b1c1-75784f26d941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.004031 10.0.0.38 - - [2026-01-22 02:27:15] "GET /route-target/e54f9893-67c8-4d27-adab-83282454bee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004900 10.0.0.38 - - [2026-01-22 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.38 - - [2026-01-22 02:27:15] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003781 10.0.0.38 - - [2026-01-22 02:27:15] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003525 10.0.0.38 - - [2026-01-22 02:27:15] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006490 10.0.0.38 - - [2026-01-22 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.38 - - [2026-01-22 02:27:16] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004801 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003312 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006619 10.0.0.131 - - [2026-01-22 02:27:16] "GET /obj-perms HTTP/1.1" 200 5030 0.006809 10.0.0.38 - - [2026-01-22 02:27:16] "GET /obj-perms HTTP/1.1" 200 5030 0.005341 10.0.0.38 - - [2026-01-22 02:27:16] "GET /obj-perms HTTP/1.1" 200 5030 0.003623 10.0.0.50 - - [2026-01-22 02:27:16] "GET /obj-perms HTTP/1.1" 200 5030 0.004783 10.0.0.131 - - [2026-01-22 02:27:16] "GET /obj-perms HTTP/1.1" 200 5030 0.003594 10.0.0.38 - - [2026-01-22 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007978 10.0.0.38 - - [2026-01-22 02:27:16] "POST /neutron/port HTTP/1.1" 200 1122 0.017493 10.0.0.38 - - [2026-01-22 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007778 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-machine/f815ee7c-bd52-4e34-8025-a265b1a23795 HTTP/1.1" 200 1294 0.005031 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-machine/f815ee7c-bd52-4e34-8025-a265b1a23795 HTTP/1.1" 200 1294 0.005368 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-machine-interface/85f73d16-43ca-48b2-9aba-cb5fbded1dfb HTTP/1.1" 200 2950 0.004677 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-machine/f815ee7c-bd52-4e34-8025-a265b1a23795 HTTP/1.1" 200 1294 0.003413 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-machine-interface/85f73d16-43ca-48b2-9aba-cb5fbded1dfb HTTP/1.1" 200 2950 0.004788 10.0.0.38 - - [2026-01-22 02:27:16] "GET /instance-ip/f52d6da6-8a78-4708-802c-34705826c51d HTTP/1.1" 200 1622 0.004909 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-machine/f815ee7c-bd52-4e34-8025-a265b1a23795 HTTP/1.1" 200 1294 0.003670 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-machine-interface/85f73d16-43ca-48b2-9aba-cb5fbded1dfb HTTP/1.1" 200 2950 0.005746 10.0.0.38 - - [2026-01-22 02:27:16] "GET /instance-ip/f52d6da6-8a78-4708-802c-34705826c51d HTTP/1.1" 200 1622 0.003326 10.0.0.38 - - [2026-01-22 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.38 - - [2026-01-22 02:27:16] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003423 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003596 10.0.0.38 - - [2026-01-22 02:27:16] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005949 10.0.0.38 - - [2026-01-22 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.38 - - [2026-01-22 02:27:17] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004534 10.0.0.38 - - [2026-01-22 02:27:17] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004317 10.0.0.38 - - [2026-01-22 02:27:17] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006443 10.0.0.38 - - [2026-01-22 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.38 - - [2026-01-22 02:27:17] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005960 10.0.0.38 - - [2026-01-22 02:27:17] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003489 10.0.0.38 - - [2026-01-22 02:27:17] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006357 10.0.0.38 - - [2026-01-22 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.38 - - [2026-01-22 02:27:17] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003965 10.0.0.38 - - [2026-01-22 02:27:17] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003109 10.0.0.38 - - [2026-01-22 02:27:17] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005743 10.0.0.38 - - [2026-01-22 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.38 - - [2026-01-22 02:27:17] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003673 10.0.0.38 - - [2026-01-22 02:27:17] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003414 10.0.0.38 - - [2026-01-22 02:27:17] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006499 10.0.0.38 - - [2026-01-22 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.38 - - [2026-01-22 02:27:18] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003677 10.0.0.38 - - [2026-01-22 02:27:18] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002803 10.0.0.38 - - [2026-01-22 02:27:18] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005465 10.0.0.38 - - [2026-01-22 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.38 - - [2026-01-22 02:27:18] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003925 10.0.0.38 - - [2026-01-22 02:27:18] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003055 10.0.0.38 - - [2026-01-22 02:27:18] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006050 10.0.0.38 - - [2026-01-22 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.38 - - [2026-01-22 02:27:18] "GET /routing-instance/76a13da2-d27d-4812-baf6-58df415af4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.006637 10.0.0.38 - - [2026-01-22 02:27:19] "GET /route-target/92edcfb9-5de9-4e45-a99c-67bcd20c00f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004135 10.0.0.38 - - [2026-01-22 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.38 - - [2026-01-22 02:27:19] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004105 10.0.0.38 - - [2026-01-22 02:27:19] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003788 10.0.0.38 - - [2026-01-22 02:27:19] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005751 10.0.0.38 - - [2026-01-22 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.38 - - [2026-01-22 02:27:19] "GET /routing-instance/76a13da2-d27d-4812-baf6-58df415af4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004394 10.0.0.38 - - [2026-01-22 02:27:19] "GET /route-target/92edcfb9-5de9-4e45-a99c-67bcd20c00f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.009746 10.0.0.38 - - [2026-01-22 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.38 - - [2026-01-22 02:27:19] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004907 10.0.0.38 - - [2026-01-22 02:27:19] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003917 10.0.0.38 - - [2026-01-22 02:27:19] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007917 10.0.0.38 - - [2026-01-22 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.38 - - [2026-01-22 02:27:19] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004568 10.0.0.38 - - [2026-01-22 02:27:19] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004178 10.0.0.38 - - [2026-01-22 02:27:19] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006557 10.0.0.38 - - [2026-01-22 02:27:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004465 10.0.0.38 - - [2026-01-22 02:27:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004084 10.0.0.131 - - [2026-01-22 02:27:19] "GET /obj-perms HTTP/1.1" 200 5030 0.003533 10.0.0.50 - - [2026-01-22 02:27:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004078 10.0.0.38 - - [2026-01-22 02:27:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004730 10.0.0.38 - - [2026-01-22 02:27:19] "GET /virtual-machine/fbadf39c-f2da-4e93-bf74-40cd25a213ff HTTP/1.1" 200 1295 0.005593 10.0.0.38 - - [2026-01-22 02:27:19] "GET /virtual-machine-interface/c088f01e-4035-4a59-9fd2-9c9aba504b45 HTTP/1.1" 200 2951 0.005867 10.0.0.38 - - [2026-01-22 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.38 - - [2026-01-22 02:27:20] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003483 10.0.0.38 - - [2026-01-22 02:27:20] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002822 10.0.0.38 - - [2026-01-22 02:27:20] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005691 10.0.0.38 - - [2026-01-22 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006385 10.0.0.38 - - [2026-01-22 02:27:21] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003625 10.0.0.38 - - [2026-01-22 02:27:21] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003631 10.0.0.38 - - [2026-01-22 02:27:21] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006197 10.0.0.38 - - [2026-01-22 02:27:21] "POST /neutron/port HTTP/1.1" 200 1124 0.016970 10.0.0.38 - - [2026-01-22 02:27:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.031816 10.0.0.38 - - [2026-01-22 02:27:21] "POST /neutron/network HTTP/1.1" 200 822 0.006473 10.0.0.38 - - [2026-01-22 02:27:25] "POST /neutron/port HTTP/1.1" 200 1123 0.044748 10.0.0.38 - - [2026-01-22 02:27:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003971 10.0.0.38 - - [2026-01-22 02:27:25] "POST /neutron/network HTTP/1.1" 200 915 0.006889 10.0.0.38 - - [2026-01-22 02:27:27] "POST /neutron/port HTTP/1.1" 200 1122 0.016720 10.0.0.131 - - [2026-01-22 02:27:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.131 - - [2026-01-22 02:27:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.50 - - [2026-01-22 02:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.50 - - [2026-01-22 02:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.38 - - [2026-01-22 02:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.38 - - [2026-01-22 02:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.131 - - [2026-01-22 02:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.131 - - [2026-01-22 02:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.50 - - [2026-01-22 02:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000841 10.0.0.50 - - [2026-01-22 02:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.38 - - [2026-01-22 02:27:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006711 10.0.0.38 - - [2026-01-22 02:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.38 - - [2026-01-22 02:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.38 - - [2026-01-22 02:27:36] "GET /virtual-machine/52ea464b-704a-4276-86bf-4dd363131f7c HTTP/1.1" 200 1293 0.005077 10.0.0.38 - - [2026-01-22 02:27:36] "GET /virtual-machine-interface/d5a0c98d-c9bc-454f-88d7-ef2616f38fb9 HTTP/1.1" 200 2950 0.005273 10.0.0.38 - - [2026-01-22 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.38 - - [2026-01-22 02:27:36] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004800 10.0.0.38 - - [2026-01-22 02:27:36] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004356 10.0.0.38 - - [2026-01-22 02:27:37] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006196 10.0.0.38 - - [2026-01-22 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.38 - - [2026-01-22 02:27:38] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003365 10.0.0.38 - - [2026-01-22 02:27:38] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003136 10.0.0.38 - - [2026-01-22 02:27:38] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006345 10.0.0.38 - - [2026-01-22 02:27:38] "GET /virtual-machine/f815ee7c-bd52-4e34-8025-a265b1a23795 HTTP/1.1" 200 1294 0.003811 10.0.0.38 - - [2026-01-22 02:27:38] "GET /virtual-machine-interface/85f73d16-43ca-48b2-9aba-cb5fbded1dfb HTTP/1.1" 200 2950 0.006234 10.0.0.38 - - [2026-01-22 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.38 - - [2026-01-22 02:27:38] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003959 10.0.0.38 - - [2026-01-22 02:27:38] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003392 10.0.0.38 - - [2026-01-22 02:27:38] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007952 10.0.0.38 - - [2026-01-22 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.38 - - [2026-01-22 02:27:39] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004344 10.0.0.38 - - [2026-01-22 02:27:39] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003336 10.0.0.38 - - [2026-01-22 02:27:39] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005754 10.0.0.50 - - [2026-01-22 02:27:41] "GET /obj-perms HTTP/1.1" 200 5056 0.049386 10.0.0.38 - - [2026-01-22 02:28:07] "GET /virtual-machine/f815ee7c-bd52-4e34-8025-a265b1a23795 HTTP/1.1" 200 1294 0.005645 10.0.0.38 - - [2026-01-22 02:28:08] "POST /neutron/port HTTP/1.1" 200 151 0.195738 10.0.0.38 - - [2026-01-22 02:28:09] "GET /virtual-machine/f815ee7c-bd52-4e34-8025-a265b1a23795 HTTP/1.1" 404 171 0.006728 10.0.0.38 - - [2026-01-22 02:28:09] "GET /virtual-machine/f815ee7c-bd52-4e34-8025-a265b1a23795 HTTP/1.1" 404 171 0.002558 10.0.0.38 - - [2026-01-22 02:28:09] "GET /virtual-machine/f815ee7c-bd52-4e34-8025-a265b1a23795 HTTP/1.1" 404 171 0.003381 10.0.0.38 - - [2026-01-22 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.38 - - [2026-01-22 02:28:09] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003121 10.0.0.38 - - [2026-01-22 02:28:09] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003728 10.0.0.38 - - [2026-01-22 02:28:09] "GET /virtual-network/3afe66ff-608e-4d20-b6ba-032484de3120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005364 10.0.0.38 - - [2026-01-22 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.38 - - [2026-01-22 02:28:09] "GET /routing-instance/76a13da2-d27d-4812-baf6-58df415af4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.005546 10.0.0.38 - - [2026-01-22 02:28:09] "GET /route-target/92edcfb9-5de9-4e45-a99c-67bcd20c00f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003906 10.0.0.38 - - [2026-01-22 02:28:09] "GET /obj-perms HTTP/1.1" 200 5030 0.003529 10.0.0.38 - - [2026-01-22 02:28:10] "GET /virtual-machine/52ea464b-704a-4276-86bf-4dd363131f7c HTTP/1.1" 200 1293 0.004359 10.0.0.38 - - [2026-01-22 02:28:10] "POST /neutron/port HTTP/1.1" 200 151 0.186543 10.0.0.38 - - [2026-01-22 02:28:12] "GET /virtual-machine/52ea464b-704a-4276-86bf-4dd363131f7c HTTP/1.1" 404 171 0.004464 10.0.0.38 - - [2026-01-22 02:28:12] "GET /virtual-machine/52ea464b-704a-4276-86bf-4dd363131f7c HTTP/1.1" 404 171 0.002987 10.0.0.38 - - [2026-01-22 02:28:12] "GET /virtual-machine/52ea464b-704a-4276-86bf-4dd363131f7c HTTP/1.1" 404 171 0.002649 10.0.0.38 - - [2026-01-22 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.38 - - [2026-01-22 02:28:12] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003520 10.0.0.38 - - [2026-01-22 02:28:12] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003066 10.0.0.38 - - [2026-01-22 02:28:12] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006810 10.0.0.38 - - [2026-01-22 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.38 - - [2026-01-22 02:28:12] "GET /routing-instance/95728e69-bc62-4049-b1c1-75784f26d941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.005432 10.0.0.38 - - [2026-01-22 02:28:12] "GET /route-target/e54f9893-67c8-4d27-adab-83282454bee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004669 10.0.0.50 - - [2026-01-22 02:28:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004282 10.0.0.38 - - [2026-01-22 02:28:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004117 10.0.0.50 - - [2026-01-22 02:28:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004092 10.0.0.38 - - [2026-01-22 02:28:23] "POST /neutron/network HTTP/1.1" 200 1005 0.006342 10.0.0.38 - - [2026-01-22 02:28:23] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.38 - - [2026-01-22 02:28:24] "GET /obj-perms HTTP/1.1" 200 5030 0.005307 10.0.0.50 - - [2026-01-22 02:28:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004169 10.0.0.38 - - [2026-01-22 02:28:34] "GET /obj-perms HTTP/1.1" 200 5030 0.003725 10.0.0.50 - - [2026-01-22 02:28:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004584 10.0.0.38 - - [2026-01-22 02:28:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003849 10.0.0.131 - - [2026-01-22 02:28:40] "GET /obj-perms HTTP/1.1" 200 5030 0.005634 10.0.0.38 - - [2026-01-22 02:28:40] "GET /virtual-machine/fbadf39c-f2da-4e93-bf74-40cd25a213ff HTTP/1.1" 200 1295 0.004894 10.0.0.38 - - [2026-01-22 02:28:40] "POST /neutron/port HTTP/1.1" 200 1114 0.021722 10.0.0.38 - - [2026-01-22 02:28:42] "GET /virtual-machine/fbadf39c-f2da-4e93-bf74-40cd25a213ff HTTP/1.1" 404 171 0.003854 10.0.0.38 - - [2026-01-22 02:28:42] "GET /virtual-machine/fbadf39c-f2da-4e93-bf74-40cd25a213ff HTTP/1.1" 404 171 0.003682 10.0.0.38 - - [2026-01-22 02:28:42] "GET /virtual-machine/fbadf39c-f2da-4e93-bf74-40cd25a213ff HTTP/1.1" 404 171 0.003134 10.0.0.38 - - [2026-01-22 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.38 - - [2026-01-22 02:28:42] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005225 10.0.0.38 - - [2026-01-22 02:28:42] "GET /virtual-networks?parent_id=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003976 10.0.0.38 - - [2026-01-22 02:28:42] "GET /virtual-network/975e8a76-c229-41d8-84d8-f5af05552f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008268 10.0.0.38 - - [2026-01-22 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.38 - - [2026-01-22 02:28:42] "GET /routing-instance/822ffdb8-8833-4b9b-816d-82d0f5a3dfca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005373 10.0.0.38 - - [2026-01-22 02:28:42] "GET /route-target/649e4cf9-66e7-4239-af3a-029506bc4f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004257 10.0.0.38 - - [2026-01-22 02:28:42] "GET /obj-perms HTTP/1.1" 200 5030 0.005383 10.0.0.50 - - [2026-01-22 02:28:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004900 10.0.0.38 - - [2026-01-22 02:28:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004845 10.0.0.50 - - [2026-01-22 02:28:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004424 10.0.0.38 - - [2026-01-22 02:29:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004946 10.0.0.50 - - [2026-01-22 02:29:04] "GET /obj-perms HTTP/1.1" 200 5030 0.005099 10.0.0.38 - - [2026-01-22 02:29:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004047 10.0.0.50 - - [2026-01-22 02:29:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004005 10.0.0.38 - - [2026-01-22 02:29:10] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006069 10.0.0.38 - - [2026-01-22 02:29:10] "POST /neutron/network HTTP/1.1" 200 823 0.094415 10.0.0.38 - - [2026-01-22 02:29:11] "GET /virtual-network/c7bba034-ceb1-4f30-8790-6089322edc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005426 10.0.0.131 - - [2026-01-22 02:29:11] "POST /ref-update HTTP/1.1" 200 156 0.050864 10.0.0.38 - - [2026-01-22 02:29:11] "POST /ref-update HTTP/1.1" 200 156 0.046218 10.0.0.38 - - [2026-01-22 02:29:11] "POST /ref-update HTTP/1.1" 200 156 0.060849 10.0.0.38 - - [2026-01-22 02:29:11] "DELETE /network-policy/615bfcc4-bcdd-4d2d-b469-a2e4d83655b0 HTTP/1.1" 200 115 0.034485 10.0.0.38 - - [2026-01-22 02:29:11] "DELETE /network-policy/401f773a-27b0-43ab-85ce-a9e388fabfee HTTP/1.1" 200 115 0.033696 10.0.0.38 - - [2026-01-22 02:29:11] "DELETE /network-policy/37d4ea06-4316-4e02-9e95-c1da169b62e7 HTTP/1.1" 200 115 0.050923 10.0.0.131 - - [2026-01-22 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.047593 10.0.0.131 - - [2026-01-22 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003728 10.0.0.38 - - [2026-01-22 02:29:11] "POST /neutron/network HTTP/1.1" 200 151 0.207449 10.0.0.131 - - [2026-01-22 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.131 - - [2026-01-22 02:29:12] "DELETE /route-target/e54f9893-67c8-4d27-adab-83282454bee5 HTTP/1.1" 200 115 0.023579 10.0.0.38 - - [2026-01-22 02:29:12] "POST /neutron/network HTTP/1.1" 200 824 0.009320 10.0.0.38 - - [2026-01-22 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.38 - - [2026-01-22 02:29:12] "DELETE /network-ipam/89acd806-8920-462a-b5f8-2da69833d32c HTTP/1.1" 200 115 0.031443 10.0.0.38 - - [2026-01-22 02:29:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.003031 10.0.0.38 - - [2026-01-22 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.38 - - [2026-01-22 02:29:12] "DELETE /network-ipam/1ae9e26f-980a-40d9-bebd-5ade449de2ab HTTP/1.1" 200 115 0.039422 10.0.0.38 - - [2026-01-22 02:29:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.009185 10.0.0.38 - - [2026-01-22 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.38 - - [2026-01-22 02:29:13] "DELETE /network-ipam/afd278cf-0d16-48d0-9c42-8deb8919fbda HTTP/1.1" 200 115 0.028927 10.0.0.38 - - [2026-01-22 02:29:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.008641 10.0.0.131 - - [2026-01-22 02:29:14] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.38 - - [2026-01-22 02:29:14] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.064972 10.0.0.131 - - [2026-01-22 02:29:14] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000844 10.0.0.38 - - [2026-01-22 02:29:14] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?fields=virtual_networks HTTP/1.1" 200 1045 0.040353 10.0.0.131 - - [2026-01-22 02:29:14] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.38 - - [2026-01-22 02:29:14] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.034713 10.0.0.131 - - [2026-01-22 02:29:14] "GET /projects?obj_uuids=c1b1ff55-11dc-49be-b84b-44e865b5d9d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.38 - - [2026-01-22 02:29:14] "GET /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6?fields=security_groups HTTP/1.1" 200 1272 0.033448 10.0.0.38 - - [2026-01-22 02:29:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.032522 10.0.0.131 - - [2026-01-22 02:29:15] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002973 10.0.0.131 - - [2026-01-22 02:29:15] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.131 - - [2026-01-22 02:29:15] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.036049 10.0.0.131 - - [2026-01-22 02:29:15] "POST /id-to-fqname HTTP/1.1" 200 196 0.006461 10.0.0.131 - - [2026-01-22 02:29:15] "POST /fqname-to-id HTTP/1.1" 404 205 0.004673 10.0.0.131 - - [2026-01-22 02:29:16] "POST /security-groups HTTP/1.1" 200 597 0.029839 10.0.0.131 - - [2026-01-22 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 240 0.005948 10.0.0.131 - - [2026-01-22 02:29:16] "POST /projects HTTP/1.1" 200 597 0.244395 10.0.0.131 - - [2026-01-22 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.279930 10.0.0.131 - - [2026-01-22 02:29:16] "POST /access-control-lists HTTP/1.1" 200 602 0.035834 10.0.0.38 - - [2026-01-22 02:29:16] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.456154 10.0.0.38 - - [2026-01-22 02:29:17] "GET / HTTP/1.1" 200 36215 0.001593 10.0.0.38 - - [2026-01-22 02:29:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000429 10.0.0.38 - - [2026-01-22 02:29:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.028262 10.0.0.38 - - [2026-01-22 02:29:20] "POST /network-ipams HTTP/1.1" 200 521 0.032508 10.0.0.38 - - [2026-01-22 02:29:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003483 10.0.0.38 - - [2026-01-22 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.38 - - [2026-01-22 02:29:20] "GET /network-ipam/8fa5bcd5-f9e1-402f-a65a-182a2a4ee1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.006351 10.0.0.38 - - [2026-01-22 02:29:21] "PUT /network-ipam/8fa5bcd5-f9e1-402f-a65a-182a2a4ee1d0 HTTP/1.1" 200 259 0.018916 10.0.0.38 - - [2026-01-22 02:29:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.004234 10.0.0.38 - - [2026-01-22 02:29:21] "POST /network-ipams HTTP/1.1" 200 521 0.031049 10.0.0.38 - - [2026-01-22 02:29:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003433 10.0.0.38 - - [2026-01-22 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.38 - - [2026-01-22 02:29:21] "GET /network-ipam/eece11ea-51ba-45ba-bc53-391aa201590d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.005981 10.0.0.38 - - [2026-01-22 02:29:21] "PUT /network-ipam/eece11ea-51ba-45ba-bc53-391aa201590d HTTP/1.1" 200 259 0.014860 10.0.0.38 - - [2026-01-22 02:29:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003335 10.0.0.38 - - [2026-01-22 02:29:21] "POST /network-ipams HTTP/1.1" 200 521 0.028337 10.0.0.38 - - [2026-01-22 02:29:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.003476 10.0.0.38 - - [2026-01-22 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.38 - - [2026-01-22 02:29:21] "GET /network-ipam/0e025a88-7ca8-4f52-bd10-f8fb5fc04179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006147 10.0.0.38 - - [2026-01-22 02:29:21] "PUT /network-ipam/0e025a88-7ca8-4f52-bd10-f8fb5fc04179 HTTP/1.1" 200 259 0.014963 10.0.0.38 - - [2026-01-22 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.131 - - [2026-01-22 02:29:22] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000821 10.0.0.38 - - [2026-01-22 02:29:22] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.041655 10.0.0.131 - - [2026-01-22 02:29:22] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001327 10.0.0.38 - - [2026-01-22 02:29:22] "POST /neutron/network HTTP/1.1" 200 613 0.164412 10.0.0.131 - - [2026-01-22 02:29:22] "POST /route-targets HTTP/1.1" 200 328 0.013217 10.0.0.38 - - [2026-01-22 02:29:23] "POST /neutron/network HTTP/1.1" 200 1014 0.010663 10.0.0.38 - - [2026-01-22 02:29:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001079 10.0.0.38 - - [2026-01-22 02:29:23] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005329 10.0.0.38 - - [2026-01-22 02:29:23] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004966 10.0.0.38 - - [2026-01-22 02:29:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.008150 10.0.0.38 - - [2026-01-22 02:29:23] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005468 10.0.0.38 - - [2026-01-22 02:29:23] "GET /network-ipam/8fa5bcd5-f9e1-402f-a65a-182a2a4ee1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.003353 10.0.0.38 - - [2026-01-22 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.131 - - [2026-01-22 02:29:23] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000997 10.0.0.38 - - [2026-01-22 02:29:23] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045069 10.0.0.38 - - [2026-01-22 02:29:23] "POST /neutron/network HTTP/1.1" 200 117 0.014715 10.0.0.131 - - [2026-01-22 02:29:23] "POST /ref-update HTTP/1.1" 200 156 0.025228 10.0.0.131 - - [2026-01-22 02:29:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007266 10.0.0.38 - - [2026-01-22 02:29:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.156728 10.0.0.38 - - [2026-01-22 02:29:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001121 10.0.0.38 - - [2026-01-22 02:29:24] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005342 10.0.0.38 - - [2026-01-22 02:29:24] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005954 10.0.0.38 - - [2026-01-22 02:29:24] "POST /neutron/network HTTP/1.1" 200 1013 0.008338 10.0.0.38 - - [2026-01-22 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.131 - - [2026-01-22 02:29:24] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000913 10.0.0.38 - - [2026-01-22 02:29:24] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047575 10.0.0.38 - - [2026-01-22 02:29:24] "POST /neutron/network HTTP/1.1" 200 117 0.014285 10.0.0.131 - - [2026-01-22 02:29:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005596 10.0.0.131 - - [2026-01-22 02:29:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.034239 10.0.0.38 - - [2026-01-22 02:29:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.218845 10.0.0.38 - - [2026-01-22 02:29:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001196 10.0.0.38 - - [2026-01-22 02:29:25] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005478 10.0.0.38 - - [2026-01-22 02:29:25] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004878 10.0.0.38 - - [2026-01-22 02:29:25] "POST /neutron/network HTTP/1.1" 200 1013 0.008809 10.0.0.38 - - [2026-01-22 02:29:25] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005805 10.0.0.38 - - [2026-01-22 02:29:26] "GET /obj-perms HTTP/1.1" 200 5042 0.057225 10.0.0.131 - - [2026-01-22 02:29:26] "GET /obj-perms HTTP/1.1" 200 5042 0.049999 10.0.0.38 - - [2026-01-22 02:29:27] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005014 10.0.0.38 - - [2026-01-22 02:29:27] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005449 10.0.0.50 - - [2026-01-22 02:29:27] "GET /obj-perms HTTP/1.1" 200 5042 0.051791 10.0.0.38 - - [2026-01-22 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 224 0.004827 10.0.0.38 - - [2026-01-22 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.131 - - [2026-01-22 02:29:28] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000871 10.0.0.38 - - [2026-01-22 02:29:28] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.037071 10.0.0.38 - - [2026-01-22 02:29:28] "POST /network-policys HTTP/1.1" 200 561 0.027874 10.0.0.38 - - [2026-01-22 02:29:28] "GET /network-policy/b5dda908-f957-44b5-bbd2-394a1d2e87e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.005879 10.0.0.38 - - [2026-01-22 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 224 0.003001 10.0.0.38 - - [2026-01-22 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.131 - - [2026-01-22 02:29:28] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001378 10.0.0.38 - - [2026-01-22 02:29:28] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.041610 10.0.0.38 - - [2026-01-22 02:29:28] "POST /network-policys HTTP/1.1" 200 561 0.029393 10.0.0.38 - - [2026-01-22 02:29:28] "GET /network-policy/0a47b74e-87d8-4060-81d6-68090b815cb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.007476 10.0.0.38 - - [2026-01-22 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 224 0.003827 10.0.0.38 - - [2026-01-22 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.131 - - [2026-01-22 02:29:28] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000870 10.0.0.38 - - [2026-01-22 02:29:28] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045772 10.0.0.38 - - [2026-01-22 02:29:28] "POST /network-policys HTTP/1.1" 200 561 0.028799 10.0.0.38 - - [2026-01-22 02:29:28] "GET /network-policy/f4bd2e1e-3dbf-48a4-8143-d9476d7bf0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.005753 10.0.0.38 - - [2026-01-22 02:29:28] "POST /neutron/network HTTP/1.1" 200 1014 0.008456 10.0.0.131 - - [2026-01-22 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 242 0.002949 10.0.0.38 - - [2026-01-22 02:29:29] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007722 10.0.0.38 - - [2026-01-22 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.38 - - [2026-01-22 02:29:29] "GET /network-policy/0a47b74e-87d8-4060-81d6-68090b815cb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.004228 10.0.0.38 - - [2026-01-22 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.38 - - [2026-01-22 02:29:29] "GET /network-policy/b5dda908-f957-44b5-bbd2-394a1d2e87e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.003773 10.0.0.38 - - [2026-01-22 02:29:29] "POST /neutron/network HTTP/1.1" 200 1013 0.008554 10.0.0.38 - - [2026-01-22 02:29:29] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007099 10.0.0.38 - - [2026-01-22 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002412 10.0.0.131 - - [2026-01-22 02:29:29] "POST /access-control-lists HTTP/1.1" 200 599 0.085166 10.0.0.38 - - [2026-01-22 02:29:29] "GET /network-policy/f4bd2e1e-3dbf-48a4-8143-d9476d7bf0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.003737 10.0.0.38 - - [2026-01-22 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.002096 10.0.0.38 - - [2026-01-22 02:29:29] "POST /neutron/network HTTP/1.1" 200 1208 0.007251 10.0.0.131 - - [2026-01-22 02:29:30] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000919 10.0.0.38 - - [2026-01-22 02:29:30] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.061769 10.0.0.38 - - [2026-01-22 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.006067 10.0.0.38 - - [2026-01-22 02:29:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001516 10.0.0.38 - - [2026-01-22 02:29:31] "POST /neutron/network HTTP/1.1" 200 1208 0.007638 10.0.0.38 - - [2026-01-22 02:29:31] "POST /neutron/port HTTP/1.1" 200 1173 0.024170 10.0.0.131 - - [2026-01-22 02:29:31] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000903 10.0.0.38 - - [2026-01-22 02:29:31] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.093490 10.0.0.38 - - [2026-01-22 02:29:31] "POST /neutron/port HTTP/1.1" 200 1237 0.018386 10.0.0.38 - - [2026-01-22 02:29:32] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013658 10.0.0.38 - - [2026-01-22 02:29:32] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.38 - - [2026-01-22 02:29:32] "POST /neutron/port HTTP/1.1" 200 117 0.006085 10.0.0.38 - - [2026-01-22 02:29:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001134 10.0.0.38 - - [2026-01-22 02:29:32] "POST /neutron/network HTTP/1.1" 200 1023 0.008930 10.0.0.131 - - [2026-01-22 02:29:32] "PUT /access-control-list/759e208b-e2f6-467b-87f5-c1fc8c382c2b HTTP/1.1" 200 273 0.020734 10.0.0.131 - - [2026-01-22 02:29:32] "DELETE /project/c1b1ff55-11dc-49be-b84b-44e865b5d9d6 HTTP/1.1" 404 177 0.005142 10.0.0.131 - - [2026-01-22 02:29:32] "DELETE /project/72dd62db1b204f2086571f257294a7dc HTTP/1.1" 404 173 0.005424 10.0.0.38 - - [2026-01-22 02:29:32] "POST /neutron/port HTTP/1.1" 200 1172 0.021905 10.0.0.38 - - [2026-01-22 02:29:33] "POST /neutron/port HTTP/1.1" 200 1236 0.018497 10.0.0.38 - - [2026-01-22 02:29:33] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013488 10.0.0.131 - - [2026-01-22 02:29:33] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000956 10.0.0.38 - - [2026-01-22 02:29:33] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.067508 10.0.0.38 - - [2026-01-22 02:29:33] "POST /neutron/network HTTP/1.1" 200 1013 0.044659 10.0.0.38 - - [2026-01-22 02:29:33] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012048 10.0.0.38 - - [2026-01-22 02:29:33] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008782 10.0.0.38 - - [2026-01-22 02:29:33] "POST /neutron/port HTTP/1.1" 200 1237 0.018638 10.0.0.131 - - [2026-01-22 02:29:34] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001172 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-machine/4919c2ec-3a13-4db1-a3a5-8d287f2a41ad HTTP/1.1" 401 292 0.000476 10.0.0.38 - - [2026-01-22 02:29:34] "POST /neutron/port HTTP/1.1" 200 1172 0.362135 10.0.0.38 - - [2026-01-22 02:29:34] "POST /neutron/port HTTP/1.1" 200 1172 0.016858 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-machine/4919c2ec-3a13-4db1-a3a5-8d287f2a41ad HTTP/1.1" 200 1300 0.053658 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-machine/4919c2ec-3a13-4db1-a3a5-8d287f2a41ad HTTP/1.1" 200 1300 0.003671 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-machine-interface/a7b21cd4-3fc9-4098-9ae9-9dedda71daa9 HTTP/1.1" 200 3176 0.005296 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-machine/4919c2ec-3a13-4db1-a3a5-8d287f2a41ad HTTP/1.1" 200 1300 0.004158 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-machine-interface/a7b21cd4-3fc9-4098-9ae9-9dedda71daa9 HTTP/1.1" 200 3176 0.006101 10.0.0.38 - - [2026-01-22 02:29:34] "GET /instance-ip/81a6caaf-668f-4481-aaff-e37909ceb091 HTTP/1.1" 200 1655 0.007927 10.0.0.38 - - [2026-01-22 02:29:34] "GET /instance-ip/b3215880-a0d7-49b6-bc4c-418937c01762 HTTP/1.1" 200 1638 0.005538 10.0.0.38 - - [2026-01-22 02:29:34] "POST /neutron/port HTTP/1.1" 200 1236 0.035193 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-machine/4919c2ec-3a13-4db1-a3a5-8d287f2a41ad HTTP/1.1" 200 1300 0.003893 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-machine-interface/a7b21cd4-3fc9-4098-9ae9-9dedda71daa9 HTTP/1.1" 200 3176 0.008261 10.0.0.38 - - [2026-01-22 02:29:34] "GET /instance-ip/81a6caaf-668f-4481-aaff-e37909ceb091 HTTP/1.1" 200 1655 0.004015 10.0.0.38 - - [2026-01-22 02:29:34] "GET /instance-ip/b3215880-a0d7-49b6-bc4c-418937c01762 HTTP/1.1" 200 1638 0.004638 10.0.0.38 - - [2026-01-22 02:29:34] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016996 10.0.0.38 - - [2026-01-22 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.38 - - [2026-01-22 02:29:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004136 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003016 10.0.0.38 - - [2026-01-22 02:29:34] "POST /neutron/network HTTP/1.1" 200 1013 0.009148 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005632 10.0.0.38 - - [2026-01-22 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.38 - - [2026-01-22 02:29:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004103 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003316 10.0.0.38 - - [2026-01-22 02:29:34] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005750 10.0.0.38 - - [2026-01-22 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.38 - - [2026-01-22 02:29:35] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004224 10.0.0.38 - - [2026-01-22 02:29:35] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002976 10.0.0.38 - - [2026-01-22 02:29:35] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005479 10.0.0.38 - - [2026-01-22 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009906 10.0.0.38 - - [2026-01-22 02:29:35] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004452 10.0.0.38 - - [2026-01-22 02:29:35] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003672 10.0.0.38 - - [2026-01-22 02:29:35] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008416 10.0.0.38 - - [2026-01-22 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.38 - - [2026-01-22 02:29:35] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004308 10.0.0.38 - - [2026-01-22 02:29:35] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003628 10.0.0.38 - - [2026-01-22 02:29:35] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005602 10.0.0.38 - - [2026-01-22 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.38 - - [2026-01-22 02:29:38] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005810 10.0.0.38 - - [2026-01-22 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.38 - - [2026-01-22 02:29:42] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007462 10.0.0.131 - - [2026-01-22 02:29:43] "GET /obj-perms HTTP/1.1" 200 5056 0.049960 10.0.0.38 - - [2026-01-22 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.38 - - [2026-01-22 02:29:46] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005773 10.0.0.38 - - [2026-01-22 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.38 - - [2026-01-22 02:29:50] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005914 10.0.0.38 - - [2026-01-22 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.38 - - [2026-01-22 02:29:54] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005954 10.0.0.38 - - [2026-01-22 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.38 - - [2026-01-22 02:29:59] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006788 10.0.0.38 - - [2026-01-22 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.38 - - [2026-01-22 02:30:03] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.009207 10.0.0.38 - - [2026-01-22 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.38 - - [2026-01-22 02:30:07] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005413 10.0.0.38 - - [2026-01-22 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.38 - - [2026-01-22 02:30:11] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007429 10.0.0.38 - - [2026-01-22 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.38 - - [2026-01-22 02:30:15] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006746 10.0.0.38 - - [2026-01-22 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.38 - - [2026-01-22 02:30:19] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005378 10.0.0.38 - - [2026-01-22 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.38 - - [2026-01-22 02:30:23] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006316 10.0.0.38 - - [2026-01-22 02:30:24] "POST /neutron/network HTTP/1.1" 200 1208 0.006817 10.0.0.38 - - [2026-01-22 02:30:24] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013183 10.0.0.38 - - [2026-01-22 02:30:24] "POST /neutron/network HTTP/1.1" 200 1198 0.008683 10.0.0.38 - - [2026-01-22 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.38 - - [2026-01-22 02:30:25] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003941 10.0.0.38 - - [2026-01-22 02:30:25] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003788 10.0.0.38 - - [2026-01-22 02:30:25] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006643 10.0.0.38 - - [2026-01-22 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.38 - - [2026-01-22 02:30:26] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004236 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002937 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007032 10.0.0.38 - - [2026-01-22 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.38 - - [2026-01-22 02:30:26] "GET /routing-instance/71507b6d-6205-4655-8c4b-4a8e148a90e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.007612 10.0.0.38 - - [2026-01-22 02:30:26] "GET /route-target/f8303a19-4763-4076-a599-fca0df231e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004685 10.0.0.38 - - [2026-01-22 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.38 - - [2026-01-22 02:30:26] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004704 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003823 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005443 10.0.0.38 - - [2026-01-22 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.38 - - [2026-01-22 02:30:26] "GET /routing-instance/71507b6d-6205-4655-8c4b-4a8e148a90e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004543 10.0.0.38 - - [2026-01-22 02:30:26] "GET /route-target/f8303a19-4763-4076-a599-fca0df231e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005628 10.0.0.38 - - [2026-01-22 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.38 - - [2026-01-22 02:30:26] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004754 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003859 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006077 10.0.0.38 - - [2026-01-22 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.38 - - [2026-01-22 02:30:26] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004858 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003577 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006463 10.0.0.38 - - [2026-01-22 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.38 - - [2026-01-22 02:30:26] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004533 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004544 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005873 10.0.0.38 - - [2026-01-22 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.38 - - [2026-01-22 02:30:26] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004833 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003329 10.0.0.38 - - [2026-01-22 02:30:26] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006792 10.0.0.38 - - [2026-01-22 02:30:26] "GET /obj-perms HTTP/1.1" 200 5042 0.004532 10.0.0.38 - - [2026-01-22 02:30:27] "GET /obj-perms HTTP/1.1" 200 5042 0.003655 10.0.0.131 - - [2026-01-22 02:30:27] "GET /obj-perms HTTP/1.1" 200 5042 0.003813 10.0.0.38 - - [2026-01-22 02:30:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004616 10.0.0.50 - - [2026-01-22 02:30:27] "GET /obj-perms HTTP/1.1" 200 5042 0.003521 10.0.0.38 - - [2026-01-22 02:30:27] "POST /neutron/port HTTP/1.1" 200 1236 0.017417 10.0.0.38 - - [2026-01-22 02:30:27] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008436 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-machine/f1f43417-ebcf-4ee5-a175-2ad8cde0742a HTTP/1.1" 200 1301 0.009248 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-machine/f1f43417-ebcf-4ee5-a175-2ad8cde0742a HTTP/1.1" 200 1301 0.003416 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-machine-interface/19a374a5-4dea-4e60-9f22-d269bf08e00a HTTP/1.1" 200 3175 0.005907 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-machine/f1f43417-ebcf-4ee5-a175-2ad8cde0742a HTTP/1.1" 200 1301 0.003948 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-machine-interface/19a374a5-4dea-4e60-9f22-d269bf08e00a HTTP/1.1" 200 3175 0.004607 10.0.0.38 - - [2026-01-22 02:30:27] "GET /instance-ip/803fd9c2-e1bf-49b2-912e-bfa57673eef5 HTTP/1.1" 200 1655 0.008017 10.0.0.38 - - [2026-01-22 02:30:27] "GET /instance-ip/d4edd23b-a28a-4f5d-8394-d6ccf573d6c3 HTTP/1.1" 200 1636 0.005347 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-machine/f1f43417-ebcf-4ee5-a175-2ad8cde0742a HTTP/1.1" 200 1301 0.002891 10.0.0.38 - - [2026-01-22 02:30:27] "POST /neutron/port HTTP/1.1" 200 1236 0.020528 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-machine-interface/19a374a5-4dea-4e60-9f22-d269bf08e00a HTTP/1.1" 200 3175 0.004205 10.0.0.38 - - [2026-01-22 02:30:27] "GET /instance-ip/803fd9c2-e1bf-49b2-912e-bfa57673eef5 HTTP/1.1" 200 1655 0.004446 10.0.0.38 - - [2026-01-22 02:30:27] "GET /instance-ip/d4edd23b-a28a-4f5d-8394-d6ccf573d6c3 HTTP/1.1" 200 1636 0.007918 10.0.0.38 - - [2026-01-22 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.38 - - [2026-01-22 02:30:27] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003748 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002890 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005356 10.0.0.38 - - [2026-01-22 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.38 - - [2026-01-22 02:30:27] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003460 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003298 10.0.0.38 - - [2026-01-22 02:30:27] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005524 10.0.0.38 - - [2026-01-22 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.38 - - [2026-01-22 02:30:28] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003786 10.0.0.38 - - [2026-01-22 02:30:28] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003530 10.0.0.38 - - [2026-01-22 02:30:28] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006662 10.0.0.38 - - [2026-01-22 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.015222 10.0.0.38 - - [2026-01-22 02:30:28] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004469 10.0.0.38 - - [2026-01-22 02:30:28] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003420 10.0.0.38 - - [2026-01-22 02:30:28] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006774 10.0.0.38 - - [2026-01-22 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.38 - - [2026-01-22 02:30:28] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005439 10.0.0.38 - - [2026-01-22 02:30:28] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003520 10.0.0.38 - - [2026-01-22 02:30:28] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005661 10.0.0.38 - - [2026-01-22 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.38 - - [2026-01-22 02:30:29] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003121 10.0.0.38 - - [2026-01-22 02:30:29] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003364 10.0.0.38 - - [2026-01-22 02:30:29] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006336 10.0.0.38 - - [2026-01-22 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.38 - - [2026-01-22 02:30:29] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003887 10.0.0.38 - - [2026-01-22 02:30:29] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005269 10.0.0.38 - - [2026-01-22 02:30:29] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005244 10.0.0.38 - - [2026-01-22 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.38 - - [2026-01-22 02:30:29] "GET /routing-instance/3d174095-5a17-41d5-bfbc-5dec19417f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004715 10.0.0.38 - - [2026-01-22 02:30:29] "GET /route-target/5b19fe7e-1ce5-4fc3-9b8e-afdadf699e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003514 10.0.0.38 - - [2026-01-22 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.38 - - [2026-01-22 02:30:29] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004470 10.0.0.38 - - [2026-01-22 02:30:29] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003371 10.0.0.38 - - [2026-01-22 02:30:29] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007984 10.0.0.38 - - [2026-01-22 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.38 - - [2026-01-22 02:30:30] "GET /routing-instance/3d174095-5a17-41d5-bfbc-5dec19417f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004016 10.0.0.38 - - [2026-01-22 02:30:30] "GET /route-target/5b19fe7e-1ce5-4fc3-9b8e-afdadf699e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003559 10.0.0.38 - - [2026-01-22 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.38 - - [2026-01-22 02:30:30] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003670 10.0.0.38 - - [2026-01-22 02:30:30] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004101 10.0.0.38 - - [2026-01-22 02:30:30] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005167 10.0.0.38 - - [2026-01-22 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002506 10.0.0.38 - - [2026-01-22 02:30:30] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005363 10.0.0.38 - - [2026-01-22 02:30:30] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003716 10.0.0.38 - - [2026-01-22 02:30:30] "POST /neutron/port HTTP/1.1" 200 1236 0.036124 10.0.0.38 - - [2026-01-22 02:30:30] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005524 10.0.0.38 - - [2026-01-22 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.38 - - [2026-01-22 02:30:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004440 10.0.0.38 - - [2026-01-22 02:30:30] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004007 10.0.0.38 - - [2026-01-22 02:30:30] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002940 10.0.0.38 - - [2026-01-22 02:30:30] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005861 10.0.0.38 - - [2026-01-22 02:30:30] "POST /neutron/port HTTP/1.1" 200 117 0.000892 10.0.0.38 - - [2026-01-22 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.38 - - [2026-01-22 02:30:30] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004006 10.0.0.38 - - [2026-01-22 02:30:30] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003801 10.0.0.38 - - [2026-01-22 02:30:30] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005494 10.0.0.38 - - [2026-01-22 02:30:30] "GET /obj-perms HTTP/1.1" 200 5042 0.003807 10.0.0.131 - - [2026-01-22 02:30:30] "GET /obj-perms HTTP/1.1" 200 5042 0.003798 10.0.0.38 - - [2026-01-22 02:30:30] "GET /obj-perms HTTP/1.1" 200 5042 0.003731 10.0.0.50 - - [2026-01-22 02:30:30] "GET /obj-perms HTTP/1.1" 200 5042 0.004112 10.0.0.38 - - [2026-01-22 02:30:30] "GET /obj-perms HTTP/1.1" 200 5042 0.004424 10.0.0.38 - - [2026-01-22 02:30:31] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007348 10.0.0.38 - - [2026-01-22 02:30:31] "POST /neutron/port HTTP/1.1" 200 1236 0.017972 10.0.0.38 - - [2026-01-22 02:30:31] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007717 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-machine/0fa24390-f6d1-4cde-9917-df3581bd2407 HTTP/1.1" 200 1300 0.005206 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-machine/0fa24390-f6d1-4cde-9917-df3581bd2407 HTTP/1.1" 200 1300 0.004152 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-machine-interface/c261a8f3-f0cb-4849-8edf-bb881a5eee7d HTTP/1.1" 200 3176 0.005409 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-machine/0fa24390-f6d1-4cde-9917-df3581bd2407 HTTP/1.1" 200 1300 0.003254 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-machine-interface/c261a8f3-f0cb-4849-8edf-bb881a5eee7d HTTP/1.1" 200 3176 0.005790 10.0.0.38 - - [2026-01-22 02:30:31] "GET /instance-ip/35ed8712-0e79-4a6f-af86-c823f5b7de4b HTTP/1.1" 200 1635 0.005986 10.0.0.38 - - [2026-01-22 02:30:31] "GET /instance-ip/6aaebb3d-7068-46b2-a520-a998ad85fe87 HTTP/1.1" 200 1656 0.006101 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-machine/0fa24390-f6d1-4cde-9917-df3581bd2407 HTTP/1.1" 200 1300 0.004896 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-machine-interface/c261a8f3-f0cb-4849-8edf-bb881a5eee7d HTTP/1.1" 200 3176 0.005337 10.0.0.38 - - [2026-01-22 02:30:31] "GET /instance-ip/35ed8712-0e79-4a6f-af86-c823f5b7de4b HTTP/1.1" 200 1635 0.004491 10.0.0.38 - - [2026-01-22 02:30:31] "GET /instance-ip/6aaebb3d-7068-46b2-a520-a998ad85fe87 HTTP/1.1" 200 1656 0.005236 10.0.0.38 - - [2026-01-22 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.38 - - [2026-01-22 02:30:31] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005161 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002608 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005708 10.0.0.38 - - [2026-01-22 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.38 - - [2026-01-22 02:30:31] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003715 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003466 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006373 10.0.0.38 - - [2026-01-22 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.38 - - [2026-01-22 02:30:31] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004673 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003515 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006000 10.0.0.38 - - [2026-01-22 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.38 - - [2026-01-22 02:30:31] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004243 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003077 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006603 10.0.0.38 - - [2026-01-22 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.38 - - [2026-01-22 02:30:31] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003915 10.0.0.38 - - [2026-01-22 02:30:31] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003526 10.0.0.38 - - [2026-01-22 02:30:32] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005799 10.0.0.38 - - [2026-01-22 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.38 - - [2026-01-22 02:30:33] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003758 10.0.0.38 - - [2026-01-22 02:30:33] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002807 10.0.0.38 - - [2026-01-22 02:30:33] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005541 10.0.0.38 - - [2026-01-22 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.38 - - [2026-01-22 02:30:33] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003911 10.0.0.38 - - [2026-01-22 02:30:33] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003173 10.0.0.38 - - [2026-01-22 02:30:33] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005848 10.0.0.38 - - [2026-01-22 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.38 - - [2026-01-22 02:30:33] "GET /routing-instance/0fcdcf27-4bf0-46d0-9ae9-c808ae8e2b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.007783 10.0.0.38 - - [2026-01-22 02:30:33] "GET /route-target/ce08f1c4-59a5-4eff-ab66-9826dd73824a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004437 10.0.0.38 - - [2026-01-22 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.38 - - [2026-01-22 02:30:33] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003973 10.0.0.38 - - [2026-01-22 02:30:33] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003385 10.0.0.38 - - [2026-01-22 02:30:33] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006402 10.0.0.38 - - [2026-01-22 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.38 - - [2026-01-22 02:30:33] "GET /routing-instance/0fcdcf27-4bf0-46d0-9ae9-c808ae8e2b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005498 10.0.0.38 - - [2026-01-22 02:30:33] "GET /route-target/ce08f1c4-59a5-4eff-ab66-9826dd73824a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004062 10.0.0.38 - - [2026-01-22 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.38 - - [2026-01-22 02:30:33] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004572 10.0.0.38 - - [2026-01-22 02:30:33] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003025 10.0.0.38 - - [2026-01-22 02:30:33] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005480 10.0.0.38 - - [2026-01-22 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.38 - - [2026-01-22 02:30:33] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004580 10.0.0.38 - - [2026-01-22 02:30:33] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003380 10.0.0.38 - - [2026-01-22 02:30:34] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005814 10.0.0.38 - - [2026-01-22 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.38 - - [2026-01-22 02:30:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003644 10.0.0.38 - - [2026-01-22 02:30:34] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003659 10.0.0.38 - - [2026-01-22 02:30:34] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007274 10.0.0.38 - - [2026-01-22 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.38 - - [2026-01-22 02:30:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006334 10.0.0.38 - - [2026-01-22 02:30:34] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005244 10.0.0.38 - - [2026-01-22 02:30:34] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007103 10.0.0.131 - - [2026-01-22 02:30:34] "GET /obj-perms HTTP/1.1" 200 5042 0.005023 10.0.0.38 - - [2026-01-22 02:30:34] "GET /obj-perms HTTP/1.1" 200 5042 0.004694 10.0.0.38 - - [2026-01-22 02:30:34] "GET /obj-perms HTTP/1.1" 200 5042 0.003696 10.0.0.50 - - [2026-01-22 02:30:34] "GET /obj-perms HTTP/1.1" 200 5042 0.003752 10.0.0.131 - - [2026-01-22 02:30:34] "GET /obj-perms HTTP/1.1" 200 5042 0.004377 10.0.0.38 - - [2026-01-22 02:30:34] "GET /virtual-machine/4919c2ec-3a13-4db1-a3a5-8d287f2a41ad HTTP/1.1" 200 1300 0.003964 10.0.0.38 - - [2026-01-22 02:30:34] "GET /virtual-machine-interface/a7b21cd4-3fc9-4098-9ae9-9dedda71daa9 HTTP/1.1" 200 3176 0.005955 10.0.0.38 - - [2026-01-22 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.38 - - [2026-01-22 02:30:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003337 10.0.0.38 - - [2026-01-22 02:30:34] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003182 10.0.0.38 - - [2026-01-22 02:30:34] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006025 10.0.0.38 - - [2026-01-22 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.38 - - [2026-01-22 02:30:35] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004113 10.0.0.38 - - [2026-01-22 02:30:35] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003459 10.0.0.38 - - [2026-01-22 02:30:35] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006910 10.0.0.38 - - [2026-01-22 02:30:39] "POST /neutron/port HTTP/1.1" 200 1237 0.017869 10.0.0.38 - - [2026-01-22 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007296 10.0.0.38 - - [2026-01-22 02:30:43] "GET /obj-perms HTTP/1.1" 200 5056 0.053039 10.0.0.38 - - [2026-01-22 02:30:46] "POST /neutron/port HTTP/1.1" 200 1237 0.018152 10.0.0.38 - - [2026-01-22 02:30:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006689 10.0.0.38 - - [2026-01-22 02:30:56] "GET /virtual-machine/f1f43417-ebcf-4ee5-a175-2ad8cde0742a HTTP/1.1" 200 1301 0.004568 10.0.0.38 - - [2026-01-22 02:30:56] "GET /virtual-machine-interface/19a374a5-4dea-4e60-9f22-d269bf08e00a HTTP/1.1" 200 3175 0.004945 10.0.0.38 - - [2026-01-22 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.38 - - [2026-01-22 02:30:56] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003724 10.0.0.38 - - [2026-01-22 02:30:56] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002822 10.0.0.38 - - [2026-01-22 02:30:56] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005525 10.0.0.38 - - [2026-01-22 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.38 - - [2026-01-22 02:30:57] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004276 10.0.0.38 - - [2026-01-22 02:30:57] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003310 10.0.0.38 - - [2026-01-22 02:30:57] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006250 10.0.0.38 - - [2026-01-22 02:30:58] "GET /virtual-machine/0fa24390-f6d1-4cde-9917-df3581bd2407 HTTP/1.1" 200 1300 0.004150 10.0.0.38 - - [2026-01-22 02:30:58] "GET /virtual-machine-interface/c261a8f3-f0cb-4849-8edf-bb881a5eee7d HTTP/1.1" 200 3176 0.005279 10.0.0.38 - - [2026-01-22 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.38 - - [2026-01-22 02:30:58] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003482 10.0.0.38 - - [2026-01-22 02:30:58] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003673 10.0.0.38 - - [2026-01-22 02:30:58] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006082 10.0.0.38 - - [2026-01-22 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.38 - - [2026-01-22 02:30:59] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002979 10.0.0.38 - - [2026-01-22 02:30:59] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003678 10.0.0.38 - - [2026-01-22 02:30:59] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007011 10.0.0.38 - - [2026-01-22 02:31:25] "POST /neutron/network HTTP/1.1" 200 1023 0.006472 10.0.0.38 - - [2026-01-22 02:31:25] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012493 10.0.0.38 - - [2026-01-22 02:31:25] "POST /neutron/network HTTP/1.1" 200 1013 0.008176 10.0.0.38 - - [2026-01-22 02:31:26] "GET /virtual-machine/0fa24390-f6d1-4cde-9917-df3581bd2407 HTTP/1.1" 200 1300 0.004270 10.0.0.38 - - [2026-01-22 02:31:26] "POST /neutron/port HTTP/1.1" 200 151 0.252589 10.0.0.38 - - [2026-01-22 02:31:28] "GET /virtual-machine/0fa24390-f6d1-4cde-9917-df3581bd2407 HTTP/1.1" 404 171 0.003201 10.0.0.38 - - [2026-01-22 02:31:28] "GET /virtual-machine/0fa24390-f6d1-4cde-9917-df3581bd2407 HTTP/1.1" 404 171 0.003084 10.0.0.38 - - [2026-01-22 02:31:28] "GET /virtual-machine/0fa24390-f6d1-4cde-9917-df3581bd2407 HTTP/1.1" 404 171 0.002559 10.0.0.38 - - [2026-01-22 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.38 - - [2026-01-22 02:31:28] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004309 10.0.0.38 - - [2026-01-22 02:31:28] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002847 10.0.0.38 - - [2026-01-22 02:31:28] "GET /virtual-network/2e55d92c-7a4c-45a5-9141-9b9ed9525fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005275 10.0.0.38 - - [2026-01-22 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.38 - - [2026-01-22 02:31:28] "GET /routing-instance/0fcdcf27-4bf0-46d0-9ae9-c808ae8e2b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004709 10.0.0.38 - - [2026-01-22 02:31:28] "GET /route-target/ce08f1c4-59a5-4eff-ab66-9826dd73824a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004246 10.0.0.50 - - [2026-01-22 02:31:28] "GET /obj-perms HTTP/1.1" 200 5042 0.003864 10.0.0.38 - - [2026-01-22 02:31:32] "POST /neutron/network HTTP/1.1" 200 1121 0.009516 10.0.0.38 - - [2026-01-22 02:31:32] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015712 10.0.0.38 - - [2026-01-22 02:31:32] "POST /neutron/network HTTP/1.1" 200 1111 0.021874 10.0.0.38 - - [2026-01-22 02:31:34] "GET /obj-perms HTTP/1.1" 200 5042 0.004059 10.0.0.50 - - [2026-01-22 02:31:37] "GET /obj-perms HTTP/1.1" 200 5042 0.006161 10.0.0.38 - - [2026-01-22 02:31:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003729 10.0.0.38 - - [2026-01-22 02:31:41] "GET /virtual-machine/f1f43417-ebcf-4ee5-a175-2ad8cde0742a HTTP/1.1" 200 1301 0.004472 10.0.0.38 - - [2026-01-22 02:31:41] "POST /neutron/port HTTP/1.1" 200 151 0.236933 10.0.0.38 - - [2026-01-22 02:31:43] "GET /virtual-machine/f1f43417-ebcf-4ee5-a175-2ad8cde0742a HTTP/1.1" 404 171 0.003357 10.0.0.38 - - [2026-01-22 02:31:43] "GET /virtual-machine/f1f43417-ebcf-4ee5-a175-2ad8cde0742a HTTP/1.1" 404 171 0.002726 10.0.0.38 - - [2026-01-22 02:31:43] "GET /virtual-machine/f1f43417-ebcf-4ee5-a175-2ad8cde0742a HTTP/1.1" 404 171 0.002923 10.0.0.38 - - [2026-01-22 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.38 - - [2026-01-22 02:31:43] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003918 10.0.0.38 - - [2026-01-22 02:31:43] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003738 10.0.0.38 - - [2026-01-22 02:31:43] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006695 10.0.0.38 - - [2026-01-22 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.38 - - [2026-01-22 02:31:43] "GET /routing-instance/3d174095-5a17-41d5-bfbc-5dec19417f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005013 10.0.0.38 - - [2026-01-22 02:31:43] "GET /route-target/5b19fe7e-1ce5-4fc3-9b8e-afdadf699e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004391 10.0.0.50 - - [2026-01-22 02:31:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004553 10.0.0.38 - - [2026-01-22 02:31:44] "GET /obj-perms HTTP/1.1" 200 5056 0.060398 10.0.0.38 - - [2026-01-22 02:31:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003659 10.0.0.50 - - [2026-01-22 02:31:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003470 10.0.0.38 - - [2026-01-22 02:32:02] "GET /obj-perms HTTP/1.1" 200 5042 0.004446 10.0.0.50 - - [2026-01-22 02:32:02] "GET /obj-perms HTTP/1.1" 200 5042 0.003778 10.0.0.38 - - [2026-01-22 02:32:11] "GET /obj-perms HTTP/1.1" 200 5042 0.004269 10.0.0.50 - - [2026-01-22 02:32:11] "GET /obj-perms HTTP/1.1" 200 5042 0.003746 10.0.0.131 - - [2026-01-22 02:32:11] "GET /obj-perms HTTP/1.1" 200 5042 0.003393 10.0.0.38 - - [2026-01-22 02:32:11] "GET /virtual-machine/4919c2ec-3a13-4db1-a3a5-8d287f2a41ad HTTP/1.1" 200 1300 0.003925 10.0.0.38 - - [2026-01-22 02:32:12] "POST /neutron/port HTTP/1.1" 200 151 0.221321 10.0.0.38 - - [2026-01-22 02:32:13] "GET /virtual-machine/4919c2ec-3a13-4db1-a3a5-8d287f2a41ad HTTP/1.1" 404 171 0.003179 10.0.0.38 - - [2026-01-22 02:32:13] "GET /virtual-machine/4919c2ec-3a13-4db1-a3a5-8d287f2a41ad HTTP/1.1" 404 171 0.002511 10.0.0.38 - - [2026-01-22 02:32:13] "GET /virtual-machine/4919c2ec-3a13-4db1-a3a5-8d287f2a41ad HTTP/1.1" 404 171 0.002536 10.0.0.38 - - [2026-01-22 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.38 - - [2026-01-22 02:32:13] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003928 10.0.0.38 - - [2026-01-22 02:32:13] "GET /virtual-networks?parent_id=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003911 10.0.0.38 - - [2026-01-22 02:32:13] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006127 10.0.0.38 - - [2026-01-22 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.38 - - [2026-01-22 02:32:13] "GET /routing-instance/71507b6d-6205-4655-8c4b-4a8e148a90e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005027 10.0.0.38 - - [2026-01-22 02:32:13] "GET /route-target/f8303a19-4763-4076-a599-fca0df231e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004368 10.0.0.38 - - [2026-01-22 02:32:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004126 10.0.0.50 - - [2026-01-22 02:32:16] "GET /obj-perms HTTP/1.1" 200 5042 0.004579 10.0.0.38 - - [2026-01-22 02:32:23] "GET /obj-perms HTTP/1.1" 200 5042 0.005027 10.0.0.50 - - [2026-01-22 02:32:26] "GET /obj-perms HTTP/1.1" 200 5042 0.004187 10.0.0.131 - - [2026-01-22 02:32:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.131 - - [2026-01-22 02:32:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.50 - - [2026-01-22 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.50 - - [2026-01-22 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.38 - - [2026-01-22 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.38 - - [2026-01-22 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.131 - - [2026-01-22 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.131 - - [2026-01-22 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.50 - - [2026-01-22 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.50 - - [2026-01-22 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.38 - - [2026-01-22 02:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.38 - - [2026-01-22 02:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-01-22 02:32:32] "GET /obj-perms HTTP/1.1" 200 5042 0.004608 10.0.0.50 - - [2026-01-22 02:32:35] "GET /obj-perms HTTP/1.1" 200 5042 0.004627 10.0.0.38 - - [2026-01-22 02:32:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003726 10.0.0.50 - - [2026-01-22 02:32:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003705 10.0.0.38 - - [2026-01-22 02:32:41] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.010886 10.0.0.131 - - [2026-01-22 02:32:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.013580 10.0.0.38 - - [2026-01-22 02:32:41] "POST /neutron/network HTTP/1.1" 200 1013 0.026493 10.0.0.38 - - [2026-01-22 02:32:41] "GET /virtual-network/08dfa1db-d1a7-4962-8510-7fe335322957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005320 10.0.0.38 - - [2026-01-22 02:32:42] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.005260 10.0.0.38 - - [2026-01-22 02:32:42] "POST /neutron/network HTTP/1.1" 200 1014 0.010406 10.0.0.38 - - [2026-01-22 02:32:42] "GET /virtual-network/effbbcd1-6185-458d-9887-f1b3126be13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005400 10.0.0.38 - - [2026-01-22 02:32:42] "DELETE /network-policy/f4bd2e1e-3dbf-48a4-8143-d9476d7bf0e1 HTTP/1.1" 200 115 0.036492 10.0.0.38 - - [2026-01-22 02:32:42] "DELETE /network-policy/0a47b74e-87d8-4060-81d6-68090b815cb3 HTTP/1.1" 200 115 0.033283 10.0.0.38 - - [2026-01-22 02:32:42] "DELETE /network-policy/b5dda908-f957-44b5-bbd2-394a1d2e87e4 HTTP/1.1" 200 115 0.032887 10.0.0.131 - - [2026-01-22 02:32:42] "DELETE /access-control-list/cd4e2df7-0093-4cf3-bda4-8e23dbc2aa77 HTTP/1.1" 200 115 0.049993 10.0.0.131 - - [2026-01-22 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.38 - - [2026-01-22 02:32:42] "POST /neutron/network HTTP/1.1" 200 1013 0.009135 10.0.0.131 - - [2026-01-22 02:32:43] "DELETE /route-target/5b19fe7e-1ce5-4fc3-9b8e-afdadf699e5e HTTP/1.1" 200 115 0.032282 10.0.0.131 - - [2026-01-22 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002934 10.0.0.131 - - [2026-01-22 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002422 10.0.0.131 - - [2026-01-22 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002394 10.0.0.131 - - [2026-01-22 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003453 10.0.0.38 - - [2026-01-22 02:32:43] "POST /neutron/network HTTP/1.1" 200 151 0.128507 10.0.0.38 - - [2026-01-22 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.38 - - [2026-01-22 02:32:43] "DELETE /network-ipam/0e025a88-7ca8-4f52-bd10-f8fb5fc04179 HTTP/1.1" 200 115 0.028623 10.0.0.38 - - [2026-01-22 02:32:43] "POST /fqname-to-id HTTP/1.1" 404 203 0.005518 10.0.0.38 - - [2026-01-22 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.38 - - [2026-01-22 02:32:43] "DELETE /network-ipam/eece11ea-51ba-45ba-bc53-391aa201590d HTTP/1.1" 200 115 0.039935 10.0.0.38 - - [2026-01-22 02:32:43] "POST /fqname-to-id HTTP/1.1" 404 203 0.003794 10.0.0.38 - - [2026-01-22 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.38 - - [2026-01-22 02:32:43] "DELETE /network-ipam/8fa5bcd5-f9e1-402f-a65a-182a2a4ee1d0 HTTP/1.1" 200 115 0.048427 10.0.0.38 - - [2026-01-22 02:32:43] "POST /fqname-to-id HTTP/1.1" 404 203 0.004174 10.0.0.131 - - [2026-01-22 02:32:46] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001441 10.0.0.38 - - [2026-01-22 02:32:46] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056426 10.0.0.131 - - [2026-01-22 02:32:46] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000925 10.0.0.38 - - [2026-01-22 02:32:46] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?fields=virtual_networks HTTP/1.1" 200 1055 0.037604 10.0.0.131 - - [2026-01-22 02:32:46] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.38 - - [2026-01-22 02:32:46] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.038393 10.0.0.131 - - [2026-01-22 02:32:46] "GET /projects?obj_uuids=72dd62db-1b20-4f20-8657-1f257294a7dc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001390 10.0.0.38 - - [2026-01-22 02:32:46] "GET /project/72dd62db-1b20-4f20-8657-1f257294a7dc?fields=security_groups HTTP/1.1" 200 1288 0.040081 10.0.0.38 - - [2026-01-22 02:32:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.027723 10.0.0.131 - - [2026-01-22 02:32:47] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002907 10.0.0.131 - - [2026-01-22 02:32:47] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001551 10.0.0.131 - - [2026-01-22 02:32:47] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.012422 10.0.0.131 - - [2026-01-22 02:32:47] "POST /id-to-fqname HTTP/1.1" 200 192 0.006337 10.0.0.131 - - [2026-01-22 02:32:47] "POST /fqname-to-id HTTP/1.1" 404 201 0.005197 10.0.0.131 - - [2026-01-22 02:32:48] "POST /security-groups HTTP/1.1" 200 593 0.077119 10.0.0.131 - - [2026-01-22 02:32:48] "POST /fqname-to-id HTTP/1.1" 404 236 0.003064 10.0.0.131 - - [2026-01-22 02:32:48] "POST /projects HTTP/1.1" 200 589 0.282503 10.0.0.131 - - [2026-01-22 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.317380 10.0.0.131 - - [2026-01-22 02:32:48] "POST /access-control-lists HTTP/1.1" 200 598 0.024934 10.0.0.38 - - [2026-01-22 02:32:48] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.468791 10.0.0.38 - - [2026-01-22 02:32:49] "GET / HTTP/1.1" 200 36215 0.001804 10.0.0.38 - - [2026-01-22 02:32:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2026-01-22 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.062930 10.0.0.131 - - [2026-01-22 02:32:51] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.38 - - [2026-01-22 02:32:51] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.046890 10.0.0.131 - - [2026-01-22 02:32:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005938 10.0.0.38 - - [2026-01-22 02:32:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.258806 10.0.0.38 - - [2026-01-22 02:32:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001227 10.0.0.38 - - [2026-01-22 02:32:52] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004703 10.0.0.38 - - [2026-01-22 02:32:52] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005221 10.0.0.38 - - [2026-01-22 02:32:52] "POST /neutron/network HTTP/1.1" 200 825 0.006735 10.0.0.38 - - [2026-01-22 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.131 - - [2026-01-22 02:32:52] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000949 10.0.0.38 - - [2026-01-22 02:32:52] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.047953 10.0.0.131 - - [2026-01-22 02:32:52] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000902 10.0.0.38 - - [2026-01-22 02:32:52] "POST /neutron/network HTTP/1.1" 200 607 0.130140 10.0.0.131 - - [2026-01-22 02:32:52] "POST /route-targets HTTP/1.1" 200 328 0.018131 10.0.0.38 - - [2026-01-22 02:32:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.003263 10.0.0.38 - - [2026-01-22 02:32:52] "GET /virtual-network/3100c7bd-3ce2-4703-8d56-2b2033a6d0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006262 10.0.0.38 - - [2026-01-22 02:32:52] "POST /neutron/network HTTP/1.1" 200 827 0.008500 10.0.0.38 - - [2026-01-22 02:32:52] "GET /virtual-network/3100c7bd-3ce2-4703-8d56-2b2033a6d0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004994 10.0.0.38 - - [2026-01-22 02:32:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.003323 10.0.0.38 - - [2026-01-22 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.131 - - [2026-01-22 02:32:52] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000907 10.0.0.38 - - [2026-01-22 02:32:53] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.038979 10.0.0.38 - - [2026-01-22 02:32:53] "POST /network-policys HTTP/1.1" 200 573 0.029364 10.0.0.38 - - [2026-01-22 02:32:53] "GET /network-policy/1c38af2d-8bd8-48b9-822b-1decbc9afc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005497 10.0.0.38 - - [2026-01-22 02:32:53] "POST /neutron/network HTTP/1.1" 200 825 0.006149 10.0.0.131 - - [2026-01-22 02:32:53] "POST /access-control-lists HTTP/1.1" 200 592 0.042986 10.0.0.38 - - [2026-01-22 02:32:53] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007349 10.0.0.38 - - [2026-01-22 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.38 - - [2026-01-22 02:32:53] "GET /network-policy/1c38af2d-8bd8-48b9-822b-1decbc9afc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003735 10.0.0.38 - - [2026-01-22 02:32:53] "POST /neutron/network HTTP/1.1" 200 827 0.006469 10.0.0.38 - - [2026-01-22 02:32:53] "GET /virtual-network/3100c7bd-3ce2-4703-8d56-2b2033a6d0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.008370 10.0.0.38 - - [2026-01-22 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.131 - - [2026-01-22 02:32:53] "POST /access-control-lists HTTP/1.1" 200 592 0.034038 10.0.0.38 - - [2026-01-22 02:32:53] "GET /network-policy/1c38af2d-8bd8-48b9-822b-1decbc9afc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.011611 10.0.0.38 - - [2026-01-22 02:32:54] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006505 10.0.0.38 - - [2026-01-22 02:32:54] "GET /obj-perms HTTP/1.1" 200 5034 0.054118 10.0.0.131 - - [2026-01-22 02:32:55] "GET /obj-perms HTTP/1.1" 200 5034 0.051391 10.0.0.38 - - [2026-01-22 02:32:55] "GET /virtual-network/3100c7bd-3ce2-4703-8d56-2b2033a6d0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.007278 10.0.0.50 - - [2026-01-22 02:32:56] "GET /obj-perms HTTP/1.1" 200 5034 0.052088 10.0.0.38 - - [2026-01-22 02:32:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001370 10.0.0.38 - - [2026-01-22 02:32:56] "POST /neutron/network HTTP/1.1" 200 937 0.006660 10.0.0.131 - - [2026-01-22 02:32:57] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000870 10.0.0.38 - - [2026-01-22 02:32:57] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.074154 10.0.0.38 - - [2026-01-22 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.007239 10.0.0.38 - - [2026-01-22 02:32:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001150 10.0.0.38 - - [2026-01-22 02:32:57] "POST /neutron/network HTTP/1.1" 200 937 0.006494 10.0.0.38 - - [2026-01-22 02:32:58] "POST /neutron/port HTTP/1.1" 200 1061 0.044416 10.0.0.131 - - [2026-01-22 02:32:58] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001148 10.0.0.38 - - [2026-01-22 02:32:58] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.077970 10.0.0.38 - - [2026-01-22 02:32:58] "POST /neutron/port HTTP/1.1" 200 1125 0.018902 10.0.0.38 - - [2026-01-22 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.38 - - [2026-01-22 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009174 10.0.0.38 - - [2026-01-22 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007625 10.0.0.38 - - [2026-01-22 02:32:59] "POST /neutron/port HTTP/1.1" 200 1063 0.041440 10.0.0.38 - - [2026-01-22 02:32:59] "POST /neutron/port HTTP/1.1" 200 1127 0.018392 10.0.0.38 - - [2026-01-22 02:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.38 - - [2026-01-22 02:33:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007445 10.0.0.38 - - [2026-01-22 02:33:04] "POST /neutron/port HTTP/1.1" 200 1125 0.017686 10.0.0.38 - - [2026-01-22 02:33:04] "GET /virtual-machine/06254fe1-7327-461f-8233-d76040c1c7ac HTTP/1.1" 401 292 0.000384 10.0.0.38 - - [2026-01-22 02:33:04] "GET /virtual-machine/06254fe1-7327-461f-8233-d76040c1c7ac HTTP/1.1" 200 1294 0.033967 10.0.0.38 - - [2026-01-22 02:33:04] "GET /virtual-machine-interface/7244ea24-9f2b-47b4-9b22-6679d914045c HTTP/1.1" 200 2957 0.006889 10.0.0.38 - - [2026-01-22 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.38 - - [2026-01-22 02:33:04] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003618 10.0.0.38 - - [2026-01-22 02:33:04] "GET /virtual-networks?parent_id=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004570 10.0.0.38 - - [2026-01-22 02:33:04] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005211 10.0.0.38 - - [2026-01-22 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.38 - - [2026-01-22 02:33:07] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006950 10.0.0.38 - - [2026-01-22 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.38 - - [2026-01-22 02:33:11] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005401 10.0.0.38 - - [2026-01-22 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.38 - - [2026-01-22 02:33:15] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004647 10.0.0.131 - - [2026-01-22 02:33:19] "DELETE /access-control-list/4b158277-fdd9-40fd-9de6-087ee68e0e34 HTTP/1.1" 200 115 0.031411 10.0.0.38 - - [2026-01-22 02:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.38 - - [2026-01-22 02:33:19] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004896 10.0.0.38 - - [2026-01-22 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.38 - - [2026-01-22 02:33:23] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005347 10.0.0.38 - - [2026-01-22 02:33:27] "POST /neutron/port HTTP/1.1" 200 1125 0.015488 10.0.0.38 - - [2026-01-22 02:33:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.008435 10.0.0.38 - - [2026-01-22 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.38 - - [2026-01-22 02:33:28] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005855 10.0.0.38 - - [2026-01-22 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.38 - - [2026-01-22 02:33:32] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004914 10.0.0.131 - - [2026-01-22 02:33:32] "DELETE /project/9b0ec67192a44c21bb316f9a1592a133 HTTP/1.1" 404 173 0.002606 10.0.0.131 - - [2026-01-22 02:33:32] "DELETE /project/72dd62db-1b20-4f20-8657-1f257294a7dc HTTP/1.1" 404 177 0.004681 10.0.0.38 - - [2026-01-22 02:33:35] "POST /neutron/port HTTP/1.1" 200 1127 0.020965 10.0.0.38 - - [2026-01-22 02:33:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004753 10.0.0.38 - - [2026-01-22 02:33:35] "POST /neutron/network HTTP/1.1" 200 929 0.008696 10.0.0.38 - - [2026-01-22 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.38 - - [2026-01-22 02:33:36] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005766 10.0.0.38 - - [2026-01-22 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.38 - - [2026-01-22 02:33:38] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003854 10.0.0.38 - - [2026-01-22 02:33:38] "GET /virtual-networks?parent_id=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003110 10.0.0.38 - - [2026-01-22 02:33:38] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007288 10.0.0.38 - - [2026-01-22 02:33:43] "POST /neutron/port HTTP/1.1" 200 1125 0.028822 10.0.0.38 - - [2026-01-22 02:33:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.029478 10.0.0.38 - - [2026-01-22 02:33:50] "POST /neutron/port HTTP/1.1" 200 1125 0.019546 10.0.0.38 - - [2026-01-22 02:33:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009504 10.0.0.38 - - [2026-01-22 02:34:04] "POST /neutron/port HTTP/1.1" 200 1127 0.020143 10.0.0.38 - - [2026-01-22 02:34:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008526 10.0.0.38 - - [2026-01-22 02:34:04] "GET /virtual-machine/4b7550ce-fb48-4396-91c4-2b69cdad37cf HTTP/1.1" 200 1296 0.008605 10.0.0.38 - - [2026-01-22 02:34:04] "GET /virtual-machine-interface/beae0376-2ebd-45fe-89a8-82f68e32bf94 HTTP/1.1" 200 2957 0.006667 10.0.0.38 - - [2026-01-22 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.38 - - [2026-01-22 02:34:04] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004743 10.0.0.38 - - [2026-01-22 02:34:04] "GET /virtual-networks?parent_id=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003426 10.0.0.38 - - [2026-01-22 02:34:04] "GET /virtual-network/3100c7bd-3ce2-4703-8d56-2b2033a6d0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006380 10.0.0.38 - - [2026-01-22 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.38 - - [2026-01-22 02:34:05] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003924 10.0.0.38 - - [2026-01-22 02:34:05] "GET /virtual-networks?parent_id=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002843 10.0.0.38 - - [2026-01-22 02:34:05] "GET /virtual-network/3100c7bd-3ce2-4703-8d56-2b2033a6d0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006510 10.0.0.38 - - [2026-01-22 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.131 - - [2026-01-22 02:34:27] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.027967 10.0.0.38 - - [2026-01-22 02:34:27] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.069019 10.0.0.38 - - [2026-01-22 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.38 - - [2026-01-22 02:34:28] "PUT /network-policy/1c38af2d-8bd8-48b9-822b-1decbc9afc81 HTTP/1.1" 200 263 0.015197 10.0.0.38 - - [2026-01-22 02:34:28] "POST /neutron/port HTTP/1.1" 200 1125 0.016038 10.0.0.131 - - [2026-01-22 02:34:28] "POST /ref-update HTTP/1.1" 200 156 0.056592 10.0.0.38 - - [2026-01-22 02:34:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004242 10.0.0.38 - - [2026-01-22 02:34:28] "POST /neutron/network HTTP/1.1" 200 927 0.006417 10.0.0.38 - - [2026-01-22 02:34:32] "GET /virtual-network/3100c7bd-3ce2-4703-8d56-2b2033a6d0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005421 10.0.0.131 - - [2026-01-22 02:34:32] "DELETE /access-control-list/951944c2-f898-45fb-83ca-537b41aeb5af HTTP/1.1" 200 115 0.056883 10.0.0.38 - - [2026-01-22 02:34:32] "POST /neutron/network HTTP/1.1" 200 827 0.009185 10.0.0.38 - - [2026-01-22 02:34:32] "GET /virtual-network/3100c7bd-3ce2-4703-8d56-2b2033a6d0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005156 10.0.0.38 - - [2026-01-22 02:34:32] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004771 10.0.0.38 - - [2026-01-22 02:34:32] "POST /neutron/network HTTP/1.1" 200 825 0.018533 10.0.0.38 - - [2026-01-22 02:34:32] "GET /virtual-network/3598d517-4887-45f4-9445-15e01d6efd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009665 10.0.0.38 - - [2026-01-22 02:34:32] "DELETE /network-policy/1c38af2d-8bd8-48b9-822b-1decbc9afc81 HTTP/1.1" 200 115 0.036420 10.0.0.38 - - [2026-01-22 02:34:32] "POST /neutron/port HTTP/1.1" 200 1127 0.020849 10.0.0.38 - - [2026-01-22 02:34:32] "POST /neutron/port HTTP/1.1" 200 1125 0.016387 10.0.0.38 - - [2026-01-22 02:34:34] "POST /neutron/network HTTP/1.1" 200 827 0.008669 10.0.0.131 - - [2026-01-22 02:34:34] "DELETE /route-target/dc36254f-bde0-472b-9d0f-0f87980acdc8 HTTP/1.1" 200 115 0.029218 10.0.0.131 - - [2026-01-22 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002571 10.0.0.131 - - [2026-01-22 02:34:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003959 10.0.0.38 - - [2026-01-22 02:34:34] "POST /neutron/network HTTP/1.1" 200 151 0.124101 10.0.0.131 - - [2026-01-22 02:34:36] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000888 10.0.0.38 - - [2026-01-22 02:34:36] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.070389 10.0.0.131 - - [2026-01-22 02:34:36] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000920 10.0.0.38 - - [2026-01-22 02:34:36] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?fields=virtual_networks HTTP/1.1" 200 1049 0.041236 10.0.0.131 - - [2026-01-22 02:34:36] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000883 10.0.0.38 - - [2026-01-22 02:34:36] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.046727 10.0.0.131 - - [2026-01-22 02:34:36] "GET /projects?obj_uuids=9b0ec671-92a4-4c21-bb31-6f9a1592a133&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000856 10.0.0.38 - - [2026-01-22 02:34:36] "GET /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133?fields=security_groups HTTP/1.1" 200 1278 0.045092 10.0.0.38 - - [2026-01-22 02:34:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.025818 10.0.0.131 - - [2026-01-22 02:34:37] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003801 10.0.0.131 - - [2026-01-22 02:34:37] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.131 - - [2026-01-22 02:34:37] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.033360 10.0.0.131 - - [2026-01-22 02:34:37] "POST /id-to-fqname HTTP/1.1" 200 202 0.006778 10.0.0.131 - - [2026-01-22 02:34:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.005033 10.0.0.131 - - [2026-01-22 02:34:37] "POST /security-groups HTTP/1.1" 200 603 0.077392 10.0.0.131 - - [2026-01-22 02:34:37] "POST /fqname-to-id HTTP/1.1" 404 246 0.003301 10.0.0.131 - - [2026-01-22 02:34:38] "POST /projects HTTP/1.1" 200 609 0.306049 10.0.0.131 - - [2026-01-22 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.375946 10.0.0.131 - - [2026-01-22 02:34:38] "POST /access-control-lists HTTP/1.1" 200 608 0.044315 10.0.0.38 - - [2026-01-22 02:34:38] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.540590 10.0.0.38 - - [2026-01-22 02:34:39] "GET / HTTP/1.1" 200 36215 0.002382 10.0.0.38 - - [2026-01-22 02:34:42] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000673 10.0.0.131 - - [2026-01-22 02:34:43] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.38 - - [2026-01-22 02:34:43] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.063411 10.0.0.38 - - [2026-01-22 02:34:43] "GET / HTTP/1.1" 200 36215 0.001651 10.0.0.38 - - [2026-01-22 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.131 - - [2026-01-22 02:34:43] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.38 - - [2026-01-22 02:34:43] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006572 10.0.0.38 - - [2026-01-22 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.131 - - [2026-01-22 02:34:44] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.38 - - [2026-01-22 02:34:44] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.043890 10.0.0.38 - - [2026-01-22 02:34:45] "GET /domains HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-01-22 02:34:45] "GET /domains HTTP/1.1" 200 281 0.037749 10.0.0.131 - - [2026-01-22 02:34:45] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.38 - - [2026-01-22 02:34:45] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740 HTTP/1.1" 200 2783 0.008921 10.0.0.131 - - [2026-01-22 02:34:45] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000819 10.0.0.38 - - [2026-01-22 02:34:45] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b HTTP/1.1" 200 1938 0.100797 10.0.0.38 - - [2026-01-22 02:34:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003075 10.0.0.38 - - [2026-01-22 02:34:45] "POST /network-ipams HTTP/1.1" 200 623 0.033569 10.0.0.38 - - [2026-01-22 02:34:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.004255 10.0.0.38 - - [2026-01-22 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.38 - - [2026-01-22 02:34:45] "GET /network-ipam/ac4b02d1-d44d-445f-bdde-8764e9dc55a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.006086 10.0.0.38 - - [2026-01-22 02:34:45] "PUT /network-ipam/ac4b02d1-d44d-445f-bdde-8764e9dc55a2 HTTP/1.1" 200 259 0.019234 10.0.0.38 - - [2026-01-22 02:34:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.38 - - [2026-01-22 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.322412 10.0.0.131 - - [2026-01-22 02:34:46] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000841 10.0.0.38 - - [2026-01-22 02:34:46] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.043807 10.0.0.38 - - [2026-01-22 02:34:47] "GET /obj-perms HTTP/1.1" 200 5056 0.074320 10.0.0.131 - - [2026-01-22 02:34:47] "POST /useragent-kv HTTP/1.1" 200 115 0.009528 10.0.0.38 - - [2026-01-22 02:34:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.313990 10.0.0.38 - - [2026-01-22 02:34:48] "POST /neutron/network HTTP/1.1" 200 1337 0.012990 10.0.0.38 - - [2026-01-22 02:34:48] "POST /id-to-fqname HTTP/1.1" 200 235 0.001027 10.0.0.38 - - [2026-01-22 02:34:48] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.006942 10.0.0.38 - - [2026-01-22 02:34:48] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.006112 10.0.0.38 - - [2026-01-22 02:34:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.009015 10.0.0.38 - - [2026-01-22 02:34:48] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.006156 10.0.0.131 - - [2026-01-22 02:34:50] "GET /obj-perms HTTP/1.1" 200 5019 0.060952 10.0.0.38 - - [2026-01-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.003150 10.0.0.38 - - [2026-01-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.131 - - [2026-01-22 02:34:50] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001480 10.0.0.38 - - [2026-01-22 02:34:50] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.041482 10.0.0.38 - - [2026-01-22 02:34:50] "POST /network-policys HTTP/1.1" 200 565 0.081200 10.0.0.38 - - [2026-01-22 02:34:50] "GET /network-policy/e3474b27-b8f5-4707-9be9-d5d9d6852b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005844 10.0.0.38 - - [2026-01-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.003058 10.0.0.38 - - [2026-01-22 02:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.131 - - [2026-01-22 02:34:50] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.38 - - [2026-01-22 02:34:50] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.046206 10.0.0.38 - - [2026-01-22 02:34:50] "POST /network-policys HTTP/1.1" 200 565 0.072752 10.0.0.38 - - [2026-01-22 02:34:50] "GET /network-policy/d721b2e1-d6da-45b7-8906-639171068752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006069 10.0.0.38 - - [2026-01-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.003008 10.0.0.38 - - [2026-01-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.131 - - [2026-01-22 02:34:51] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000920 10.0.0.38 - - [2026-01-22 02:34:51] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.045963 10.0.0.38 - - [2026-01-22 02:34:51] "POST /network-policys HTTP/1.1" 200 565 0.072925 10.0.0.38 - - [2026-01-22 02:34:51] "GET /network-policy/148d3fbe-d50a-4499-9ac0-e899860061c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005580 10.0.0.38 - - [2026-01-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.003162 10.0.0.38 - - [2026-01-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.131 - - [2026-01-22 02:34:51] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001271 10.0.0.38 - - [2026-01-22 02:34:51] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.045433 10.0.0.38 - - [2026-01-22 02:34:51] "POST /network-policys HTTP/1.1" 200 565 0.080270 10.0.0.38 - - [2026-01-22 02:34:51] "GET /network-policy/0ed0fa57-1a08-4bb9-8273-4f4731652010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.015315 10.0.0.38 - - [2026-01-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.002766 10.0.0.38 - - [2026-01-22 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.131 - - [2026-01-22 02:34:52] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.38 - - [2026-01-22 02:34:52] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.042181 10.0.0.38 - - [2026-01-22 02:34:52] "POST /network-policys HTTP/1.1" 200 565 0.076719 10.0.0.38 - - [2026-01-22 02:34:52] "GET /network-policy/c4ca2463-5005-4fd9-a360-37e5f83cbcc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005913 10.0.0.38 - - [2026-01-22 02:34:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.002749 10.0.0.38 - - [2026-01-22 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.131 - - [2026-01-22 02:34:52] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.38 - - [2026-01-22 02:34:52] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.035123 10.0.0.38 - - [2026-01-22 02:34:52] "POST /network-policys HTTP/1.1" 200 565 0.073169 10.0.0.38 - - [2026-01-22 02:34:52] "GET /network-policy/99d0631e-afbb-40ec-9edc-863d4f4ee90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006793 10.0.0.38 - - [2026-01-22 02:34:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003072 10.0.0.38 - - [2026-01-22 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.131 - - [2026-01-22 02:34:52] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001407 10.0.0.38 - - [2026-01-22 02:34:52] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.051667 10.0.0.38 - - [2026-01-22 02:34:53] "POST /network-policys HTTP/1.1" 200 565 0.073219 10.0.0.38 - - [2026-01-22 02:34:53] "GET /network-policy/2950563c-263a-4a89-bd3b-1c878fb9ef09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005818 10.0.0.38 - - [2026-01-22 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003161 10.0.0.38 - - [2026-01-22 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.131 - - [2026-01-22 02:34:53] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.38 - - [2026-01-22 02:34:53] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.046205 10.0.0.38 - - [2026-01-22 02:34:53] "POST /network-policys HTTP/1.1" 200 565 0.069499 10.0.0.38 - - [2026-01-22 02:34:53] "GET /network-policy/067a5600-d480-4b9a-822c-a38bbce2a733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006220 10.0.0.38 - - [2026-01-22 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003460 10.0.0.38 - - [2026-01-22 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.131 - - [2026-01-22 02:34:53] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.38 - - [2026-01-22 02:34:53] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.045155 10.0.0.38 - - [2026-01-22 02:34:53] "POST /network-policys HTTP/1.1" 200 565 0.068706 10.0.0.38 - - [2026-01-22 02:34:53] "GET /network-policy/66a4a05a-d714-461c-9519-d72ee7ec4938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005348 10.0.0.38 - - [2026-01-22 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002924 10.0.0.38 - - [2026-01-22 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.131 - - [2026-01-22 02:34:54] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.38 - - [2026-01-22 02:34:54] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.042988 10.0.0.38 - - [2026-01-22 02:34:54] "POST /network-policys HTTP/1.1" 200 565 0.068958 10.0.0.38 - - [2026-01-22 02:34:54] "GET /network-policy/40befac3-a93b-47cc-bfa8-2307343bd89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006895 10.0.0.38 - - [2026-01-22 02:34:54] "POST /neutron/network HTTP/1.1" 200 1337 0.010280 10.0.0.131 - - [2026-01-22 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 252 0.004808 10.0.0.131 - - [2026-01-22 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.092685 10.0.0.38 - - [2026-01-22 02:34:54] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.012526 10.0.0.38 - - [2026-01-22 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.38 - - [2026-01-22 02:34:54] "GET /network-policy/067a5600-d480-4b9a-822c-a38bbce2a733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003872 10.0.0.38 - - [2026-01-22 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.38 - - [2026-01-22 02:34:55] "GET /network-policy/0ed0fa57-1a08-4bb9-8273-4f4731652010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004154 10.0.0.38 - - [2026-01-22 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.38 - - [2026-01-22 02:34:55] "GET /network-policy/148d3fbe-d50a-4499-9ac0-e899860061c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003732 10.0.0.38 - - [2026-01-22 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.38 - - [2026-01-22 02:34:55] "GET /network-policy/2950563c-263a-4a89-bd3b-1c878fb9ef09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003906 10.0.0.38 - - [2026-01-22 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.38 - - [2026-01-22 02:34:55] "GET /network-policy/40befac3-a93b-47cc-bfa8-2307343bd89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004603 10.0.0.38 - - [2026-01-22 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.38 - - [2026-01-22 02:34:55] "GET /network-policy/66a4a05a-d714-461c-9519-d72ee7ec4938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003944 10.0.0.38 - - [2026-01-22 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.38 - - [2026-01-22 02:34:55] "GET /network-policy/99d0631e-afbb-40ec-9edc-863d4f4ee90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003824 10.0.0.38 - - [2026-01-22 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.38 - - [2026-01-22 02:34:55] "GET /network-policy/c4ca2463-5005-4fd9-a360-37e5f83cbcc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004505 10.0.0.38 - - [2026-01-22 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.38 - - [2026-01-22 02:34:55] "GET /network-policy/d721b2e1-d6da-45b7-8906-639171068752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005919 10.0.0.38 - - [2026-01-22 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.38 - - [2026-01-22 02:34:55] "GET /network-policy/e3474b27-b8f5-4707-9be9-d5d9d6852b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006411 10.0.0.38 - - [2026-01-22 02:34:55] "POST /id-to-fqname HTTP/1.1" 200 235 0.002131 10.0.0.38 - - [2026-01-22 02:34:55] "POST /neutron/network HTTP/1.1" 200 2260 0.008727 10.0.0.131 - - [2026-01-22 02:34:56] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001179 10.0.0.38 - - [2026-01-22 02:34:56] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.067913 10.0.0.38 - - [2026-01-22 02:34:56] "POST /neutron/port HTTP/1.1" 200 117 0.005756 10.0.0.131 - - [2026-01-22 02:34:57] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001058 10.0.0.38 - - [2026-01-22 02:34:57] "POST /neutron/port HTTP/1.1" 200 1174 0.333321 10.0.0.38 - - [2026-01-22 02:34:57] "POST /neutron/port HTTP/1.1" 200 1228 0.106366 10.0.0.38 - - [2026-01-22 02:34:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003694 10.0.0.38 - - [2026-01-22 02:34:57] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.38 - - [2026-01-22 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009132 10.0.0.38 - - [2026-01-22 02:35:02] "POST /neutron/port HTTP/1.1" 200 1238 0.021787 10.0.0.38 - - [2026-01-22 02:35:02] "GET /virtual-machine/ac76d88e-ef24-4e4f-af0e-970df4a436ab HTTP/1.1" 401 292 0.000580 10.0.0.38 - - [2026-01-22 02:35:02] "GET /virtual-machine/ac76d88e-ef24-4e4f-af0e-970df4a436ab HTTP/1.1" 200 1307 0.036935 10.0.0.38 - - [2026-01-22 02:35:02] "GET /virtual-machine-interface/cf05b283-3697-4ead-a162-f20c4f2f1d98 HTTP/1.1" 200 3177 0.007695 10.0.0.38 - - [2026-01-22 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.38 - - [2026-01-22 02:35:02] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004866 10.0.0.38 - - [2026-01-22 02:35:02] "GET /virtual-networks?parent_id=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003559 10.0.0.38 - - [2026-01-22 02:35:02] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.006921 10.0.0.38 - - [2026-01-22 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.38 - - [2026-01-22 02:35:05] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.007550 10.0.0.38 - - [2026-01-22 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.38 - - [2026-01-22 02:35:09] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.007235 10.0.0.38 - - [2026-01-22 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.38 - - [2026-01-22 02:35:14] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.007881 10.0.0.38 - - [2026-01-22 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.38 - - [2026-01-22 02:35:18] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.006090 10.0.0.131 - - [2026-01-22 02:35:19] "DELETE /access-control-list/3ff8ca94-1295-4f96-9a94-529cd5bde61e HTTP/1.1" 200 115 0.031207 10.0.0.38 - - [2026-01-22 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.38 - - [2026-01-22 02:35:22] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.006830 10.0.0.38 - - [2026-01-22 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.38 - - [2026-01-22 02:35:26] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.005705 10.0.0.38 - - [2026-01-22 02:35:28] "POST /neutron/port HTTP/1.1" 200 1238 0.017629 10.0.0.38 - - [2026-01-22 02:35:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003907 10.0.0.38 - - [2026-01-22 02:35:28] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.38 - - [2026-01-22 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.38 - - [2026-01-22 02:35:30] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.006204 10.0.0.131 - - [2026-01-22 02:35:33] "DELETE /project/9b0ec671-92a4-4c21-bb31-6f9a1592a133 HTTP/1.1" 404 177 0.004127 10.0.0.131 - - [2026-01-22 02:35:33] "DELETE /project/04081872b8d5437ebf0239da0918d06b HTTP/1.1" 404 173 0.003923 10.0.0.38 - - [2026-01-22 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.38 - - [2026-01-22 02:35:34] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.005953 10.0.0.38 - - [2026-01-22 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.38 - - [2026-01-22 02:35:38] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.007729 10.0.0.38 - - [2026-01-22 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.38 - - [2026-01-22 02:35:40] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004761 10.0.0.38 - - [2026-01-22 02:35:40] "GET /virtual-networks?parent_id=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003323 10.0.0.38 - - [2026-01-22 02:35:40] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.007272 10.0.0.38 - - [2026-01-22 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009494 10.0.0.50 - - [2026-01-22 02:35:47] "GET /obj-perms HTTP/1.1" 200 5056 0.056335 10.0.0.38 - - [2026-01-22 02:35:51] "POST /neutron/port HTTP/1.1" 200 1238 0.017238 10.0.0.38 - - [2026-01-22 02:35:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009181 10.0.0.38 - - [2026-01-22 02:36:01] "POST /neutron/port HTTP/1.1" 200 1238 0.020184 10.0.0.38 - - [2026-01-22 02:36:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008821 10.0.0.38 - - [2026-01-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2026-01-22 02:36:07] "GET /network-policy/e3474b27-b8f5-4707-9be9-d5d9d6852b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004484 10.0.0.38 - - [2026-01-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.38 - - [2026-01-22 02:36:07] "GET /network-policy/d721b2e1-d6da-45b7-8906-639171068752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004125 10.0.0.38 - - [2026-01-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.38 - - [2026-01-22 02:36:07] "GET /network-policy/148d3fbe-d50a-4499-9ac0-e899860061c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004411 10.0.0.38 - - [2026-01-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.38 - - [2026-01-22 02:36:07] "GET /network-policy/0ed0fa57-1a08-4bb9-8273-4f4731652010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004947 10.0.0.38 - - [2026-01-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.38 - - [2026-01-22 02:36:07] "GET /network-policy/c4ca2463-5005-4fd9-a360-37e5f83cbcc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005597 10.0.0.38 - - [2026-01-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.38 - - [2026-01-22 02:36:07] "GET /network-policy/99d0631e-afbb-40ec-9edc-863d4f4ee90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005104 10.0.0.38 - - [2026-01-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.38 - - [2026-01-22 02:36:07] "GET /network-policy/2950563c-263a-4a89-bd3b-1c878fb9ef09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004095 10.0.0.38 - - [2026-01-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.38 - - [2026-01-22 02:36:07] "GET /network-policy/067a5600-d480-4b9a-822c-a38bbce2a733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006064 10.0.0.38 - - [2026-01-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.38 - - [2026-01-22 02:36:07] "GET /network-policy/66a4a05a-d714-461c-9519-d72ee7ec4938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004999 10.0.0.38 - - [2026-01-22 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.38 - - [2026-01-22 02:36:07] "GET /network-policy/40befac3-a93b-47cc-bfa8-2307343bd89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004471 10.0.0.38 - - [2026-01-22 02:36:07] "POST /neutron/network HTTP/1.1" 200 2250 0.012736 10.0.0.38 - - [2026-01-22 02:36:08] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.007669 10.0.0.38 - - [2026-01-22 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.38 - - [2026-01-22 02:36:08] "GET /network-policy/e3474b27-b8f5-4707-9be9-d5d9d6852b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005163 10.0.0.38 - - [2026-01-22 02:36:13] "POST /neutron/network HTTP/1.1" 200 1440 0.011328 10.0.0.131 - - [2026-01-22 02:36:13] "PUT /access-control-list/52b75548-426f-495b-986d-02791b492193 HTTP/1.1" 200 273 0.068531 10.0.0.38 - - [2026-01-22 02:36:13] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.012069 10.0.0.38 - - [2026-01-22 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.38 - - [2026-01-22 02:36:13] "GET /network-policy/d721b2e1-d6da-45b7-8906-639171068752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004685 10.0.0.38 - - [2026-01-22 02:36:18] "POST /neutron/network HTTP/1.1" 200 1440 0.010517 10.0.0.131 - - [2026-01-22 02:36:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.004828 10.0.0.38 - - [2026-01-22 02:36:18] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.009548 10.0.0.38 - - [2026-01-22 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.38 - - [2026-01-22 02:36:18] "GET /network-policy/148d3fbe-d50a-4499-9ac0-e899860061c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006406 10.0.0.38 - - [2026-01-22 02:36:23] "POST /neutron/network HTTP/1.1" 200 1440 0.011209 10.0.0.38 - - [2026-01-22 02:36:23] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.007742 10.0.0.38 - - [2026-01-22 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.38 - - [2026-01-22 02:36:23] "GET /network-policy/0ed0fa57-1a08-4bb9-8273-4f4731652010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004858 10.0.0.38 - - [2026-01-22 02:36:28] "POST /neutron/port HTTP/1.1" 200 1238 0.019511 10.0.0.38 - - [2026-01-22 02:36:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004387 10.0.0.38 - - [2026-01-22 02:36:28] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.38 - - [2026-01-22 02:36:29] "POST /neutron/network HTTP/1.1" 200 1440 0.011177 10.0.0.131 - - [2026-01-22 02:36:29] "PUT /access-control-list/52b75548-426f-495b-986d-02791b492193 HTTP/1.1" 200 273 0.066185 10.0.0.38 - - [2026-01-22 02:36:29] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.008471 10.0.0.38 - - [2026-01-22 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.38 - - [2026-01-22 02:36:29] "GET /network-policy/c4ca2463-5005-4fd9-a360-37e5f83cbcc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004332 10.0.0.38 - - [2026-01-22 02:36:34] "POST /neutron/network HTTP/1.1" 200 1440 0.010817 10.0.0.131 - - [2026-01-22 02:36:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003150 10.0.0.38 - - [2026-01-22 02:36:34] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.007091 10.0.0.38 - - [2026-01-22 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.38 - - [2026-01-22 02:36:34] "GET /network-policy/99d0631e-afbb-40ec-9edc-863d4f4ee90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004207 10.0.0.38 - - [2026-01-22 02:36:39] "POST /neutron/network HTTP/1.1" 200 1440 0.012832 10.0.0.38 - - [2026-01-22 02:36:39] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.007461 10.0.0.38 - - [2026-01-22 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.38 - - [2026-01-22 02:36:39] "GET /network-policy/2950563c-263a-4a89-bd3b-1c878fb9ef09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003984 10.0.0.38 - - [2026-01-22 02:36:44] "POST /neutron/network HTTP/1.1" 200 1440 0.010849 10.0.0.131 - - [2026-01-22 02:36:44] "PUT /access-control-list/52b75548-426f-495b-986d-02791b492193 HTTP/1.1" 200 273 0.066747 10.0.0.38 - - [2026-01-22 02:36:44] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.008935 10.0.0.38 - - [2026-01-22 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.38 - - [2026-01-22 02:36:45] "GET /network-policy/067a5600-d480-4b9a-822c-a38bbce2a733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.009808 10.0.0.38 - - [2026-01-22 02:36:50] "POST /neutron/network HTTP/1.1" 200 1440 0.011054 10.0.0.131 - - [2026-01-22 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.008943 10.0.0.38 - - [2026-01-22 02:36:50] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.007309 10.0.0.38 - - [2026-01-22 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.38 - - [2026-01-22 02:36:50] "GET /network-policy/66a4a05a-d714-461c-9519-d72ee7ec4938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004420 10.0.0.38 - - [2026-01-22 02:36:55] "POST /neutron/network HTTP/1.1" 200 1440 0.010537 10.0.0.38 - - [2026-01-22 02:36:55] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.006974 10.0.0.38 - - [2026-01-22 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.38 - - [2026-01-22 02:36:55] "GET /network-policy/40befac3-a93b-47cc-bfa8-2307343bd89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005023 10.0.0.38 - - [2026-01-22 02:37:00] "GET /virtual-machine/ac76d88e-ef24-4e4f-af0e-970df4a436ab HTTP/1.1" 200 1307 0.005391 10.0.0.38 - - [2026-01-22 02:37:01] "POST /neutron/port HTTP/1.1" 200 1238 0.022613 10.0.0.38 - - [2026-01-22 02:37:02] "GET /virtual-machine/ac76d88e-ef24-4e4f-af0e-970df4a436ab HTTP/1.1" 404 171 0.003788 10.0.0.38 - - [2026-01-22 02:37:02] "GET /virtual-machine/ac76d88e-ef24-4e4f-af0e-970df4a436ab HTTP/1.1" 404 171 0.003225 10.0.0.38 - - [2026-01-22 02:37:02] "GET /virtual-machine/ac76d88e-ef24-4e4f-af0e-970df4a436ab HTTP/1.1" 404 171 0.002910 10.0.0.38 - - [2026-01-22 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.38 - - [2026-01-22 02:37:02] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005200 10.0.0.38 - - [2026-01-22 02:37:02] "GET /virtual-networks?parent_id=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004554 10.0.0.38 - - [2026-01-22 02:37:03] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.006600 10.0.0.38 - - [2026-01-22 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.38 - - [2026-01-22 02:37:03] "GET /routing-instance/50a8e77e-0751-4562-939b-4e4f60f81414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004911 10.0.0.38 - - [2026-01-22 02:37:03] "GET /route-target/95e35e4e-892d-416d-9a30-0a2e3b9f0f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004120 10.0.0.38 - - [2026-01-22 02:37:03] "GET /obj-perms HTTP/1.1" 200 5019 0.063641 10.0.0.50 - - [2026-01-22 02:37:06] "GET /obj-perms HTTP/1.1" 200 5019 0.059975 10.0.0.38 - - [2026-01-22 02:37:09] "GET /obj-perms HTTP/1.1" 200 5019 0.003882 10.0.0.38 - - [2026-01-22 02:37:09] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.005771 10.0.0.38 - - [2026-01-22 02:37:09] "POST /neutron/network HTTP/1.1" 200 1440 0.011302 10.0.0.131 - - [2026-01-22 02:37:10] "DELETE /access-control-list/52b75548-426f-495b-986d-02791b492193 HTTP/1.1" 200 115 0.050174 10.0.0.38 - - [2026-01-22 02:37:10] "GET /virtual-network/430a9174-11c0-4c40-a3ea-74cd8bf3dabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.009826 10.0.0.38 - - [2026-01-22 02:37:10] "DELETE /network-policy/40befac3-a93b-47cc-bfa8-2307343bd89f HTTP/1.1" 200 115 0.042798 10.0.0.38 - - [2026-01-22 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.131 - - [2026-01-22 02:37:10] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001424 10.0.0.38 - - [2026-01-22 02:37:10] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.038769 10.0.0.38 - - [2026-01-22 02:37:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97785794&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.005535 10.0.0.38 - - [2026-01-22 02:37:10] "DELETE /network-policy/66a4a05a-d714-461c-9519-d72ee7ec4938 HTTP/1.1" 200 115 0.034699 10.0.0.38 - - [2026-01-22 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011486 10.0.0.131 - - [2026-01-22 02:37:10] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.38 - - [2026-01-22 02:37:10] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.033863 10.0.0.38 - - [2026-01-22 02:37:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97785794&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.005915 10.0.0.38 - - [2026-01-22 02:37:10] "DELETE /network-policy/067a5600-d480-4b9a-822c-a38bbce2a733 HTTP/1.1" 200 115 0.038612 10.0.0.38 - - [2026-01-22 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005682 10.0.0.131 - - [2026-01-22 02:37:10] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.38 - - [2026-01-22 02:37:10] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.037571 10.0.0.38 - - [2026-01-22 02:37:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97785794&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.005818 10.0.0.38 - - [2026-01-22 02:37:10] "DELETE /network-policy/2950563c-263a-4a89-bd3b-1c878fb9ef09 HTTP/1.1" 200 115 0.043488 10.0.0.38 - - [2026-01-22 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.131 - - [2026-01-22 02:37:10] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.38 - - [2026-01-22 02:37:10] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.046181 10.0.0.38 - - [2026-01-22 02:37:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97785794&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.008327 10.0.0.38 - - [2026-01-22 02:37:10] "DELETE /network-policy/99d0631e-afbb-40ec-9edc-863d4f4ee90d HTTP/1.1" 200 115 0.049650 10.0.0.38 - - [2026-01-22 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.131 - - [2026-01-22 02:37:11] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000956 10.0.0.38 - - [2026-01-22 02:37:11] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.036383 10.0.0.38 - - [2026-01-22 02:37:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97785794&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.006524 10.0.0.38 - - [2026-01-22 02:37:11] "DELETE /network-policy/c4ca2463-5005-4fd9-a360-37e5f83cbcc4 HTTP/1.1" 200 115 0.042074 10.0.0.38 - - [2026-01-22 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.131 - - [2026-01-22 02:37:11] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.38 - - [2026-01-22 02:37:11] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.044628 10.0.0.38 - - [2026-01-22 02:37:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97785794&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.005526 10.0.0.38 - - [2026-01-22 02:37:11] "DELETE /network-policy/0ed0fa57-1a08-4bb9-8273-4f4731652010 HTTP/1.1" 200 115 0.044966 10.0.0.38 - - [2026-01-22 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.131 - - [2026-01-22 02:37:11] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001352 10.0.0.38 - - [2026-01-22 02:37:11] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.038388 10.0.0.38 - - [2026-01-22 02:37:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97785794&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.009013 10.0.0.38 - - [2026-01-22 02:37:11] "DELETE /network-policy/148d3fbe-d50a-4499-9ac0-e899860061c7 HTTP/1.1" 200 115 0.039212 10.0.0.38 - - [2026-01-22 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.131 - - [2026-01-22 02:37:11] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.38 - - [2026-01-22 02:37:11] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.043966 10.0.0.38 - - [2026-01-22 02:37:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97785794&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.005983 10.0.0.38 - - [2026-01-22 02:37:11] "DELETE /network-policy/d721b2e1-d6da-45b7-8906-639171068752 HTTP/1.1" 200 115 0.049838 10.0.0.38 - - [2026-01-22 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005263 10.0.0.131 - - [2026-01-22 02:37:11] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.38 - - [2026-01-22 02:37:11] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.038547 10.0.0.38 - - [2026-01-22 02:37:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97785794&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.005185 10.0.0.38 - - [2026-01-22 02:37:12] "DELETE /network-policy/e3474b27-b8f5-4707-9be9-d5d9d6852b1d HTTP/1.1" 200 115 0.039486 10.0.0.38 - - [2026-01-22 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.131 - - [2026-01-22 02:37:12] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.38 - - [2026-01-22 02:37:12] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.042407 10.0.0.38 - - [2026-01-22 02:37:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97785794&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005418 10.0.0.38 - - [2026-01-22 02:37:12] "POST /neutron/network HTTP/1.1" 200 1337 0.010757 10.0.0.38 - - [2026-01-22 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.38 - - [2026-01-22 02:37:12] "DELETE /network-ipam/ac4b02d1-d44d-445f-bdde-8764e9dc55a2 HTTP/1.1" 200 115 0.035243 10.0.0.38 - - [2026-01-22 02:37:12] "POST /fqname-to-id HTTP/1.1" 404 260 0.009114 10.0.0.131 - - [2026-01-22 02:37:12] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000842 10.0.0.131 - - [2026-01-22 02:37:12] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.044234 10.0.0.131 - - [2026-01-22 02:37:12] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001310 10.0.0.131 - - [2026-01-22 02:37:12] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?fields=security_groups HTTP/1.1" 200 1408 0.057608 10.0.0.131 - - [2026-01-22 02:37:13] "DELETE /security-group/6c113fb6-5a0a-4acc-a987-2d62a032efaa HTTP/1.1" 200 115 0.055311 10.0.0.131 - - [2026-01-22 02:37:13] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.131 - - [2026-01-22 02:37:13] "DELETE /access-control-list/2620b033-8263-4b6a-aed4-ad9e661ea492 HTTP/1.1" 200 115 0.043240 10.0.0.131 - - [2026-01-22 02:37:13] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?fields=application_policy_sets HTTP/1.1" 200 1447 0.056604 10.0.0.38 - - [2026-01-22 02:37:13] "DELETE /project/04081872-b8d5-437e-bf02-39da0918d06b HTTP/1.1" 200 115 0.433343 10.0.0.131 - - [2026-01-22 02:37:13] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.38 - - [2026-01-22 02:37:13] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?fields=projects HTTP/1.1" 200 1246 0.009085 10.0.0.131 - - [2026-01-22 02:37:15] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004172 10.0.0.131 - - [2026-01-22 02:37:15] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001605 10.0.0.131 - - [2026-01-22 02:37:15] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.050782 10.0.0.131 - - [2026-01-22 02:37:16] "POST /id-to-fqname HTTP/1.1" 200 202 0.003558 10.0.0.131 - - [2026-01-22 02:37:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.006449 10.0.0.131 - - [2026-01-22 02:37:16] "POST /security-groups HTTP/1.1" 200 603 0.032772 10.0.0.131 - - [2026-01-22 02:37:16] "POST /projects HTTP/1.1" 200 609 0.239807 10.0.0.131 - - [2026-01-22 02:37:16] "POST /access-control-lists HTTP/1.1" 200 610 0.028515 10.0.0.131 - - [2026-01-22 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.315970 10.0.0.38 - - [2026-01-22 02:37:16] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.470047 10.0.0.131 - - [2026-01-22 02:37:16] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.38 - - [2026-01-22 02:37:16] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?fields=virtual_networks HTTP/1.1" 200 1067 0.057928 10.0.0.131 - - [2026-01-22 02:37:16] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001106 10.0.0.38 - - [2026-01-22 02:37:16] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.043948 10.0.0.131 - - [2026-01-22 02:37:16] "GET /projects?obj_uuids=04081872-b8d5-437e-bf02-39da0918d06b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001272 10.0.0.38 - - [2026-01-22 02:37:16] "GET /project/04081872-b8d5-437e-bf02-39da0918d06b?fields=security_groups HTTP/1.1" 200 1306 0.054901 10.0.0.38 - - [2026-01-22 02:37:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.028548 10.0.0.131 - - [2026-01-22 02:37:17] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003870 10.0.0.131 - - [2026-01-22 02:37:17] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.131 - - [2026-01-22 02:37:17] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009583 10.0.0.131 - - [2026-01-22 02:37:17] "POST /id-to-fqname HTTP/1.1" 200 196 0.002716 10.0.0.131 - - [2026-01-22 02:37:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.005789 10.0.0.131 - - [2026-01-22 02:37:17] "POST /security-groups HTTP/1.1" 200 597 0.077666 10.0.0.131 - - [2026-01-22 02:37:17] "POST /fqname-to-id HTTP/1.1" 404 240 0.002978 10.0.0.131 - - [2026-01-22 02:37:17] "POST /projects HTTP/1.1" 200 597 0.312094 10.0.0.131 - - [2026-01-22 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.385559 10.0.0.131 - - [2026-01-22 02:37:17] "POST /access-control-lists HTTP/1.1" 200 602 0.027991 10.0.0.38 - - [2026-01-22 02:37:18] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.534184 10.0.0.38 - - [2026-01-22 02:37:19] "GET / HTTP/1.1" 200 36215 0.001790 10.0.0.38 - - [2026-01-22 02:37:21] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000640 10.0.0.131 - - [2026-01-22 02:37:21] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001307 10.0.0.38 - - [2026-01-22 02:37:21] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.083923 10.0.0.38 - - [2026-01-22 02:37:22] "GET / HTTP/1.1" 200 36215 0.001929 10.0.0.38 - - [2026-01-22 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.131 - - [2026-01-22 02:37:22] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.38 - - [2026-01-22 02:37:22] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007269 10.0.0.38 - - [2026-01-22 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.131 - - [2026-01-22 02:37:22] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001701 10.0.0.38 - - [2026-01-22 02:37:22] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.048149 10.0.0.38 - - [2026-01-22 02:37:23] "GET /domains HTTP/1.1" 401 292 0.000368 10.0.0.38 - - [2026-01-22 02:37:24] "GET /domains HTTP/1.1" 200 281 0.034635 10.0.0.131 - - [2026-01-22 02:37:24] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.38 - - [2026-01-22 02:37:24] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740 HTTP/1.1" 200 2588 0.010157 10.0.0.131 - - [2026-01-22 02:37:24] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000837 10.0.0.38 - - [2026-01-22 02:37:24] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46 HTTP/1.1" 200 1904 0.090931 10.0.0.38 - - [2026-01-22 02:37:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003132 10.0.0.38 - - [2026-01-22 02:37:24] "POST /network-ipams HTTP/1.1" 200 605 0.028468 10.0.0.38 - - [2026-01-22 02:37:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003878 10.0.0.38 - - [2026-01-22 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.38 - - [2026-01-22 02:37:24] "GET /network-ipam/4fc7c7de-8f82-4cc4-bcb6-44651fa03dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.007148 10.0.0.38 - - [2026-01-22 02:37:24] "PUT /network-ipam/4fc7c7de-8f82-4cc4-bcb6-44651fa03dba HTTP/1.1" 200 259 0.013649 10.0.0.38 - - [2026-01-22 02:37:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.38 - - [2026-01-22 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.028213 10.0.0.131 - - [2026-01-22 02:37:24] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000999 10.0.0.38 - - [2026-01-22 02:37:24] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.048550 10.0.0.131 - - [2026-01-22 02:37:25] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001178 10.0.0.38 - - [2026-01-22 02:37:25] "POST /neutron/network HTTP/1.1" 200 617 0.147790 10.0.0.131 - - [2026-01-22 02:37:25] "POST /route-targets HTTP/1.1" 200 328 0.012925 10.0.0.38 - - [2026-01-22 02:37:25] "POST /neutron/network HTTP/1.1" 200 1074 0.011844 10.0.0.38 - - [2026-01-22 02:37:25] "POST /id-to-fqname HTTP/1.1" 200 229 0.001227 10.0.0.38 - - [2026-01-22 02:37:25] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004870 10.0.0.38 - - [2026-01-22 02:37:25] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005714 10.0.0.38 - - [2026-01-22 02:37:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.009114 10.0.0.38 - - [2026-01-22 02:37:26] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006538 10.0.0.50 - - [2026-01-22 02:37:27] "GET /obj-perms HTTP/1.1" 200 5013 0.051595 10.0.0.131 - - [2026-01-22 02:37:27] "GET /obj-perms HTTP/1.1" 200 5013 0.051524 10.0.0.38 - - [2026-01-22 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.131 - - [2026-01-22 02:37:27] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000914 10.0.0.38 - - [2026-01-22 02:37:27] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.039731 10.0.0.131 - - [2026-01-22 02:37:27] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001098 10.0.0.38 - - [2026-01-22 02:37:28] "POST /neutron/network HTTP/1.1" 200 617 0.131478 10.0.0.131 - - [2026-01-22 02:37:28] "POST /ref-update HTTP/1.1" 200 156 0.022197 10.0.0.38 - - [2026-01-22 02:37:28] "POST /neutron/network HTTP/1.1" 200 1074 0.011760 10.0.0.38 - - [2026-01-22 02:37:28] "POST /id-to-fqname HTTP/1.1" 200 229 0.001097 10.0.0.38 - - [2026-01-22 02:37:28] "GET /virtual-network/494c508e-558b-4bb0-a74f-168a4d39d723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005232 10.0.0.38 - - [2026-01-22 02:37:28] "GET /virtual-network/494c508e-558b-4bb0-a74f-168a4d39d723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005229 10.0.0.38 - - [2026-01-22 02:37:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.008673 10.0.0.38 - - [2026-01-22 02:37:28] "GET /virtual-network/494c508e-558b-4bb0-a74f-168a4d39d723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.008435 10.0.0.38 - - [2026-01-22 02:37:29] "GET /obj-perms HTTP/1.1" 200 5013 0.056190 10.0.0.38 - - [2026-01-22 02:37:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.003683 10.0.0.38 - - [2026-01-22 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.131 - - [2026-01-22 02:37:29] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000906 10.0.0.38 - - [2026-01-22 02:37:29] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.035900 10.0.0.38 - - [2026-01-22 02:37:29] "POST /network-policys HTTP/1.1" 200 529 0.074438 10.0.0.38 - - [2026-01-22 02:37:29] "GET /network-policy/5fb33865-5951-4dd7-8596-5b13adb00098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006565 10.0.0.38 - - [2026-01-22 02:37:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.003440 10.0.0.38 - - [2026-01-22 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.131 - - [2026-01-22 02:37:29] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000915 10.0.0.38 - - [2026-01-22 02:37:29] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.053459 10.0.0.38 - - [2026-01-22 02:37:29] "POST /network-policys HTTP/1.1" 200 529 0.032631 10.0.0.38 - - [2026-01-22 02:37:29] "GET /network-policy/5dda180f-517f-4fc1-9cca-b4510148b08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007445 10.0.0.38 - - [2026-01-22 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 205 0.003270 10.0.0.38 - - [2026-01-22 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.131 - - [2026-01-22 02:37:30] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001122 10.0.0.38 - - [2026-01-22 02:37:30] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.044870 10.0.0.38 - - [2026-01-22 02:37:30] "POST /network-policys HTTP/1.1" 200 529 0.033547 10.0.0.38 - - [2026-01-22 02:37:30] "GET /network-policy/461d84ba-b406-4e90-9cbb-c2574bde660f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008037 10.0.0.38 - - [2026-01-22 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 205 0.003207 10.0.0.38 - - [2026-01-22 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.131 - - [2026-01-22 02:37:30] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001112 10.0.0.38 - - [2026-01-22 02:37:30] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.045956 10.0.0.131 - - [2026-01-22 02:37:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.38 - - [2026-01-22 02:37:30] "POST /network-policys HTTP/1.1" 200 529 0.090511 10.0.0.131 - - [2026-01-22 02:37:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.38 - - [2026-01-22 02:37:30] "GET /network-policy/82450987-f3cd-4329-bf36-e6b73c972fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006297 10.0.0.38 - - [2026-01-22 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.004159 10.0.0.38 - - [2026-01-22 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.131 - - [2026-01-22 02:37:30] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000890 10.0.0.38 - - [2026-01-22 02:37:30] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.037703 10.0.0.38 - - [2026-01-22 02:37:31] "POST /network-policys HTTP/1.1" 200 533 0.029259 10.0.0.38 - - [2026-01-22 02:37:31] "GET /network-policy/64b2523a-bb21-45c9-aea4-6dff8231f37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.006482 10.0.0.38 - - [2026-01-22 02:37:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.003174 10.0.0.50 - - [2026-01-22 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000281 10.0.0.38 - - [2026-01-22 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005408 10.0.0.50 - - [2026-01-22 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.131 - - [2026-01-22 02:37:31] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000884 10.0.0.38 - - [2026-01-22 02:37:31] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.035383 10.0.0.38 - - [2026-01-22 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.38 - - [2026-01-22 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2026-01-22 02:37:31] "POST /network-policys HTTP/1.1" 200 531 0.034905 10.0.0.38 - - [2026-01-22 02:37:31] "GET /network-policy/99bc0371-5808-438e-98b8-b5b570f3322f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.005974 10.0.0.131 - - [2026-01-22 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.38 - - [2026-01-22 02:37:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.003989 10.0.0.131 - - [2026-01-22 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.38 - - [2026-01-22 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005532 10.0.0.50 - - [2026-01-22 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.131 - - [2026-01-22 02:37:31] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001384 10.0.0.38 - - [2026-01-22 02:37:31] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.057865 10.0.0.50 - - [2026-01-22 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.38 - - [2026-01-22 02:37:31] "POST /network-policys HTTP/1.1" 200 531 0.074886 10.0.0.38 - - [2026-01-22 02:37:31] "GET /network-policy/e37a5245-e5b4-4eda-a4fa-b5a48a6d82b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.012026 10.0.0.38 - - [2026-01-22 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.004441 10.0.0.38 - - [2026-01-22 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.131 - - [2026-01-22 02:37:32] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000897 10.0.0.38 - - [2026-01-22 02:37:32] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.042464 10.0.0.38 - - [2026-01-22 02:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000303 10.0.0.38 - - [2026-01-22 02:37:32] "POST /network-policys HTTP/1.1" 200 531 0.038327 10.0.0.38 - - [2026-01-22 02:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.38 - - [2026-01-22 02:37:32] "GET /network-policy/e681969f-852b-415f-8a0e-35a37e3e5af8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006575 10.0.0.38 - - [2026-01-22 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003407 10.0.0.38 - - [2026-01-22 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.131 - - [2026-01-22 02:37:32] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000893 10.0.0.38 - - [2026-01-22 02:37:32] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.036430 10.0.0.38 - - [2026-01-22 02:37:32] "POST /network-policys HTTP/1.1" 200 531 0.031254 10.0.0.38 - - [2026-01-22 02:37:32] "GET /network-policy/f6e6710f-4cd5-4b84-8c3e-c3c438ecc1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006534 10.0.0.38 - - [2026-01-22 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 208 0.003764 10.0.0.38 - - [2026-01-22 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006509 10.0.0.131 - - [2026-01-22 02:37:32] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000914 10.0.0.38 - - [2026-01-22 02:37:32] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.056033 10.0.0.38 - - [2026-01-22 02:37:32] "POST /network-policys HTTP/1.1" 200 535 0.031003 10.0.0.38 - - [2026-01-22 02:37:33] "GET /network-policy/db18efcc-4460-400f-9336-c1388967419a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.005897 10.0.0.131 - - [2026-01-22 02:37:33] "DELETE /project/cc68d6c4008c4e8cb1dfe6c25e256f46 HTTP/1.1" 404 173 0.002352 10.0.0.131 - - [2026-01-22 02:37:33] "DELETE /project/04081872b8d5437ebf0239da0918d06b HTTP/1.1" 404 173 0.006356 10.0.0.131 - - [2026-01-22 02:37:33] "DELETE /project/04081872-b8d5-437e-bf02-39da0918d06b HTTP/1.1" 404 177 0.008408 10.0.0.38 - - [2026-01-22 02:37:33] "POST /neutron/network HTTP/1.1" 200 1157 0.085185 10.0.0.38 - - [2026-01-22 02:37:33] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005385 10.0.0.38 - - [2026-01-22 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006581 10.0.0.38 - - [2026-01-22 02:37:33] "GET /network-policy/5fb33865-5951-4dd7-8596-5b13adb00098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003901 10.0.0.131 - - [2026-01-22 02:37:33] "POST /fqname-to-id HTTP/1.1" 404 246 0.005771 10.0.0.38 - - [2026-01-22 02:37:33] "POST /neutron/network HTTP/1.1" 200 1159 0.097979 10.0.0.38 - - [2026-01-22 02:37:33] "GET /virtual-network/494c508e-558b-4bb0-a74f-168a4d39d723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006149 10.0.0.38 - - [2026-01-22 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.38 - - [2026-01-22 02:37:33] "GET /network-policy/64b2523a-bb21-45c9-aea4-6dff8231f37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005877 10.0.0.38 - - [2026-01-22 02:37:33] "POST /id-to-fqname HTTP/1.1" 200 229 0.001663 10.0.0.131 - - [2026-01-22 02:37:34] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001339 10.0.0.38 - - [2026-01-22 02:37:34] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.076466 10.0.0.38 - - [2026-01-22 02:37:34] "POST /neutron/network HTTP/1.1" 200 1157 0.044419 10.0.0.38 - - [2026-01-22 02:37:35] "POST /id-to-fqname HTTP/1.1" 200 229 0.001561 10.0.0.38 - - [2026-01-22 02:37:35] "POST /neutron/port HTTP/1.1" 200 117 0.006736 10.0.0.131 - - [2026-01-22 02:37:35] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003097 10.0.0.131 - - [2026-01-22 02:37:35] "PUT /access-control-list/4a458373-e91f-45d5-92ee-9b242cbccb01 HTTP/1.1" 200 273 0.018942 10.0.0.38 - - [2026-01-22 02:37:36] "POST /neutron/port HTTP/1.1" 200 1061 0.335605 10.0.0.38 - - [2026-01-22 02:37:36] "POST /neutron/port HTTP/1.1" 200 1115 0.132950 10.0.0.131 - - [2026-01-22 02:37:36] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001237 10.0.0.38 - - [2026-01-22 02:37:36] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.093298 10.0.0.38 - - [2026-01-22 02:37:36] "POST /neutron/network HTTP/1.1" 200 1159 0.008622 10.0.0.38 - - [2026-01-22 02:37:36] "POST /neutron/network HTTP/1.1" 200 1157 0.010218 10.0.0.38 - - [2026-01-22 02:37:36] "POST /neutron/port HTTP/1.1" 200 117 0.011426 10.0.0.38 - - [2026-01-22 02:37:37] "POST /neutron/network HTTP/1.1" 200 1169 0.006991 10.0.0.38 - - [2026-01-22 02:37:37] "POST /neutron/port HTTP/1.1" 200 1061 0.017237 10.0.0.38 - - [2026-01-22 02:37:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004204 10.0.0.38 - - [2026-01-22 02:37:37] "POST /neutron/network HTTP/1.1" 200 1159 0.010231 10.0.0.38 - - [2026-01-22 02:37:40] "POST /neutron/network HTTP/1.1" 200 1169 0.006649 10.0.0.38 - - [2026-01-22 02:37:40] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.38 - - [2026-01-22 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008632 10.0.0.38 - - [2026-01-22 02:37:42] "POST /neutron/port HTTP/1.1" 200 1125 0.016762 10.0.0.38 - - [2026-01-22 02:37:42] "GET /virtual-machine/f9300917-367e-43a8-a275-fa8f4c859533 HTTP/1.1" 401 292 0.000414 10.0.0.38 - - [2026-01-22 02:37:42] "GET /virtual-machine/f9300917-367e-43a8-a275-fa8f4c859533 HTTP/1.1" 200 1301 0.031912 10.0.0.38 - - [2026-01-22 02:37:42] "GET /virtual-machine-interface/dc40e742-0cd0-4f14-9638-fcae7ec34e51 HTTP/1.1" 200 2958 0.005675 10.0.0.38 - - [2026-01-22 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006039 10.0.0.38 - - [2026-01-22 02:37:42] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005250 10.0.0.38 - - [2026-01-22 02:37:42] "GET /virtual-networks?parent_id=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004309 10.0.0.38 - - [2026-01-22 02:37:42] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007221 10.0.0.38 - - [2026-01-22 02:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.38 - - [2026-01-22 02:37:45] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005903 10.0.0.38 - - [2026-01-22 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.38 - - [2026-01-22 02:37:49] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006485 10.0.0.38 - - [2026-01-22 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.38 - - [2026-01-22 02:37:53] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006044 10.0.0.38 - - [2026-01-22 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.38 - - [2026-01-22 02:37:57] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005824 10.0.0.38 - - [2026-01-22 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.38 - - [2026-01-22 02:38:02] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008166 10.0.0.38 - - [2026-01-22 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.38 - - [2026-01-22 02:38:06] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006638 10.0.0.38 - - [2026-01-22 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.38 - - [2026-01-22 02:38:10] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005170 10.0.0.38 - - [2026-01-22 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.38 - - [2026-01-22 02:38:14] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005236 10.0.0.38 - - [2026-01-22 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.38 - - [2026-01-22 02:38:18] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005451 10.0.0.38 - - [2026-01-22 02:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006702 10.0.0.38 - - [2026-01-22 02:38:20] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004613 10.0.0.38 - - [2026-01-22 02:38:20] "GET /virtual-networks?parent_id=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003283 10.0.0.38 - - [2026-01-22 02:38:20] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005810 10.0.0.38 - - [2026-01-22 02:38:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009371 10.0.0.38 - - [2026-01-22 02:38:28] "POST /neutron/port HTTP/1.1" 200 1125 0.042926 10.0.0.38 - - [2026-01-22 02:38:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003380 10.0.0.38 - - [2026-01-22 02:38:28] "POST /neutron/network HTTP/1.1" 200 1157 0.009183 10.0.0.38 - - [2026-01-22 02:38:31] "POST /neutron/port HTTP/1.1" 200 1125 0.017679 10.0.0.38 - - [2026-01-22 02:38:31] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006532 10.0.0.38 - - [2026-01-22 02:38:40] "POST /neutron/port HTTP/1.1" 200 1125 0.040413 10.0.0.38 - - [2026-01-22 02:38:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003715 10.0.0.38 - - [2026-01-22 02:38:40] "POST /neutron/network HTTP/1.1" 200 1159 0.011159 10.0.0.38 - - [2026-01-22 02:38:46] "POST /neutron/port HTTP/1.1" 200 1125 0.017521 10.0.0.38 - - [2026-01-22 02:38:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009948 10.0.0.38 - - [2026-01-22 02:38:46] "GET /virtual-machine/00f022d7-ac16-451c-9e2f-4f96e16eb374 HTTP/1.1" 200 1298 0.006182 10.0.0.38 - - [2026-01-22 02:38:46] "GET /virtual-machine-interface/9171690a-3248-40d4-979b-14587a3b8343 HTTP/1.1" 200 2958 0.004891 10.0.0.38 - - [2026-01-22 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.38 - - [2026-01-22 02:38:46] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003531 10.0.0.38 - - [2026-01-22 02:38:46] "GET /virtual-networks?parent_id=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002973 10.0.0.38 - - [2026-01-22 02:38:46] "GET /virtual-network/494c508e-558b-4bb0-a74f-168a4d39d723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005638 10.0.0.38 - - [2026-01-22 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.38 - - [2026-01-22 02:38:48] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003066 10.0.0.38 - - [2026-01-22 02:38:48] "GET /virtual-networks?parent_id=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002948 10.0.0.38 - - [2026-01-22 02:38:48] "GET /virtual-network/494c508e-558b-4bb0-a74f-168a4d39d723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005575 10.0.0.38 - - [2026-01-22 02:38:48] "POST /neutron/port HTTP/1.1" 200 2098 0.022647 10.0.0.38 - - [2026-01-22 02:38:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007554 10.0.0.38 - - [2026-01-22 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.38 - - [2026-01-22 02:38:48] "GET /network-policy/64b2523a-bb21-45c9-aea4-6dff8231f37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003636 10.0.0.38 - - [2026-01-22 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.38 - - [2026-01-22 02:38:48] "GET /network-policy/5fb33865-5951-4dd7-8596-5b13adb00098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004021 10.0.0.38 - - [2026-01-22 02:38:49] "POST /neutron/network HTTP/1.1" 200 1157 0.008158 10.0.0.38 - - [2026-01-22 02:38:49] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.012448 10.0.0.38 - - [2026-01-22 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.38 - - [2026-01-22 02:38:49] "GET /network-policy/5dda180f-517f-4fc1-9cca-b4510148b08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004080 10.0.0.131 - - [2026-01-22 02:38:50] "GET /obj-perms HTTP/1.1" 200 5056 0.053308 10.0.0.38 - - [2026-01-22 02:39:14] "POST /neutron/network HTTP/1.1" 200 1157 0.011698 10.0.0.131 - - [2026-01-22 02:39:14] "PUT /access-control-list/4a458373-e91f-45d5-92ee-9b242cbccb01 HTTP/1.1" 200 273 0.015615 10.0.0.38 - - [2026-01-22 02:39:14] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.009048 10.0.0.38 - - [2026-01-22 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.38 - - [2026-01-22 02:39:14] "GET /network-policy/db18efcc-4460-400f-9336-c1388967419a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.004685 10.0.0.38 - - [2026-01-22 02:39:24] "POST /neutron/network HTTP/1.1" 200 1160 0.009767 10.0.0.131 - - [2026-01-22 02:39:24] "POST /ref-update HTTP/1.1" 200 156 0.040365 10.0.0.38 - - [2026-01-22 02:39:24] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.010218 10.0.0.38 - - [2026-01-22 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.38 - - [2026-01-22 02:39:24] "GET /network-policy/461d84ba-b406-4e90-9cbb-c2574bde660f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004495 10.0.0.38 - - [2026-01-22 02:39:30] "POST /neutron/port HTTP/1.1" 200 1125 0.017380 10.0.0.38 - - [2026-01-22 02:39:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003419 10.0.0.38 - - [2026-01-22 02:39:30] "POST /neutron/network HTTP/1.1" 200 1157 0.009409 10.0.0.38 - - [2026-01-22 02:39:33] "POST /neutron/network HTTP/1.1" 200 1157 0.033373 10.0.0.38 - - [2026-01-22 02:39:33] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006013 10.0.0.38 - - [2026-01-22 02:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.38 - - [2026-01-22 02:39:33] "GET /network-policy/82450987-f3cd-4329-bf36-e6b73c972fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004952 10.0.0.38 - - [2026-01-22 02:39:40] "POST /neutron/network HTTP/1.1" 200 1169 0.006455 10.0.0.38 - - [2026-01-22 02:39:40] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.38 - - [2026-01-22 02:39:41] "POST /neutron/network HTTP/1.1" 200 1158 0.120983 10.0.0.38 - - [2026-01-22 02:39:41] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.026546 10.0.0.38 - - [2026-01-22 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005759 10.0.0.131 - - [2026-01-22 02:39:41] "POST /ref-update HTTP/1.1" 200 156 0.070034 10.0.0.38 - - [2026-01-22 02:39:41] "GET /network-policy/99bc0371-5808-438e-98b8-b5b570f3322f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.016958 10.0.0.38 - - [2026-01-22 02:39:50] "POST /neutron/network HTTP/1.1" 200 1158 0.103292 10.0.0.38 - - [2026-01-22 02:39:50] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007195 10.0.0.38 - - [2026-01-22 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.38 - - [2026-01-22 02:39:50] "GET /network-policy/e37a5245-e5b4-4eda-a4fa-b5a48a6d82b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004216 10.0.0.50 - - [2026-01-22 02:39:51] "GET /obj-perms HTTP/1.1" 200 5056 0.052356 10.0.0.131 - - [2026-01-22 02:39:58] "PUT /access-control-list/4a458373-e91f-45d5-92ee-9b242cbccb01 HTTP/1.1" 200 273 0.023260 10.0.0.38 - - [2026-01-22 02:39:58] "POST /neutron/network HTTP/1.1" 200 1158 0.078398 10.0.0.38 - - [2026-01-22 02:39:58] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006154 10.0.0.38 - - [2026-01-22 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.38 - - [2026-01-22 02:39:58] "GET /network-policy/e681969f-852b-415f-8a0e-35a37e3e5af8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.003872 10.0.0.38 - - [2026-01-22 02:40:07] "POST /neutron/network HTTP/1.1" 200 1158 0.103804 10.0.0.38 - - [2026-01-22 02:40:07] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008868 10.0.0.38 - - [2026-01-22 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.38 - - [2026-01-22 02:40:07] "GET /network-policy/f6e6710f-4cd5-4b84-8c3e-c3c438ecc1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004602 10.0.0.38 - - [2026-01-22 02:40:14] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005942 10.0.0.38 - - [2026-01-22 02:40:15] "POST /neutron/network HTTP/1.1" 200 1074 0.101627 10.0.0.131 - - [2026-01-22 02:40:15] "POST /ref-update HTTP/1.1" 200 156 0.037408 10.0.0.38 - - [2026-01-22 02:40:15] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.012466 10.0.0.38 - - [2026-01-22 02:40:15] "GET /virtual-machine/00f022d7-ac16-451c-9e2f-4f96e16eb374 HTTP/1.1" 200 1298 0.003752 10.0.0.38 - - [2026-01-22 02:40:15] "POST /neutron/port HTTP/1.1" 200 1115 0.021858 10.0.0.38 - - [2026-01-22 02:40:17] "GET /virtual-machine/00f022d7-ac16-451c-9e2f-4f96e16eb374 HTTP/1.1" 404 171 0.002992 10.0.0.38 - - [2026-01-22 02:40:17] "GET /virtual-machine/00f022d7-ac16-451c-9e2f-4f96e16eb374 HTTP/1.1" 404 171 0.002225 10.0.0.38 - - [2026-01-22 02:40:17] "GET /virtual-machine/00f022d7-ac16-451c-9e2f-4f96e16eb374 HTTP/1.1" 404 171 0.004123 10.0.0.38 - - [2026-01-22 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.38 - - [2026-01-22 02:40:17] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004429 10.0.0.38 - - [2026-01-22 02:40:17] "GET /virtual-networks?parent_id=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004136 10.0.0.38 - - [2026-01-22 02:40:17] "GET /virtual-network/494c508e-558b-4bb0-a74f-168a4d39d723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007659 10.0.0.38 - - [2026-01-22 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.38 - - [2026-01-22 02:40:17] "GET /routing-instance/371f4004-a1a0-4d94-8930-24d2dea4c416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.004551 10.0.0.38 - - [2026-01-22 02:40:17] "GET /route-target/4efde5a1-796f-41e0-bf21-e1da0b5e0fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004057 10.0.0.38 - - [2026-01-22 02:40:17] "GET /obj-perms HTTP/1.1" 200 5013 0.003529 10.0.0.50 - - [2026-01-22 02:40:23] "GET /obj-perms HTTP/1.1" 200 5013 0.004265 10.0.0.38 - - [2026-01-22 02:40:27] "GET /obj-perms HTTP/1.1" 200 5013 0.004589 10.0.0.38 - - [2026-01-22 02:40:32] "POST /neutron/port HTTP/1.1" 200 1125 0.016899 10.0.0.38 - - [2026-01-22 02:40:32] "POST /neutron/subnet HTTP/1.1" 200 675 0.011634 10.0.0.50 - - [2026-01-22 02:40:33] "GET /obj-perms HTTP/1.1" 200 5013 0.005205 10.0.0.38 - - [2026-01-22 02:40:36] "GET /obj-perms HTTP/1.1" 200 5013 0.007863 10.0.0.50 - - [2026-01-22 02:40:42] "GET /obj-perms HTTP/1.1" 200 5013 0.005259 10.0.0.38 - - [2026-01-22 02:40:42] "GET /obj-perms HTTP/1.1" 200 5013 0.003505 10.0.0.38 - - [2026-01-22 02:40:42] "GET /virtual-machine/f9300917-367e-43a8-a275-fa8f4c859533 HTTP/1.1" 200 1301 0.004185 10.0.0.38 - - [2026-01-22 02:40:43] "POST /neutron/port HTTP/1.1" 200 1125 0.015835 10.0.0.38 - - [2026-01-22 02:40:44] "GET /virtual-machine/f9300917-367e-43a8-a275-fa8f4c859533 HTTP/1.1" 404 171 0.003784 10.0.0.38 - - [2026-01-22 02:40:44] "GET /virtual-machine/f9300917-367e-43a8-a275-fa8f4c859533 HTTP/1.1" 404 171 0.002530 10.0.0.38 - - [2026-01-22 02:40:44] "GET /virtual-machine/f9300917-367e-43a8-a275-fa8f4c859533 HTTP/1.1" 404 171 0.002524 10.0.0.38 - - [2026-01-22 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.38 - - [2026-01-22 02:40:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003836 10.0.0.38 - - [2026-01-22 02:40:44] "GET /virtual-networks?parent_id=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002665 10.0.0.38 - - [2026-01-22 02:40:44] "GET /virtual-network/07fbc07a-e6f0-4cf1-af14-5324b992a216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006176 10.0.0.38 - - [2026-01-22 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.38 - - [2026-01-22 02:40:45] "GET /routing-instance/359f8ff8-84a1-4eba-a917-b849ded152c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.004291 10.0.0.38 - - [2026-01-22 02:40:45] "GET /route-target/59f8f181-a2a5-420b-8ff6-373d6f79f31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003882 10.0.0.38 - - [2026-01-22 02:40:48] "GET /obj-perms HTTP/1.1" 200 5013 0.004850 10.0.0.50 - - [2026-01-22 02:40:48] "GET /obj-perms HTTP/1.1" 200 5013 0.005044 10.0.0.38 - - [2026-01-22 02:40:54] "GET /obj-perms HTTP/1.1" 200 5013 0.004401 10.0.0.50 - - [2026-01-22 02:40:57] "GET /obj-perms HTTP/1.1" 200 5013 0.003726 10.0.0.38 - - [2026-01-22 02:41:03] "GET /obj-perms HTTP/1.1" 200 5013 0.003599 10.0.0.50 - - [2026-01-22 02:41:06] "GET /obj-perms HTTP/1.1" 200 5013 0.004508 10.0.0.38 - - [2026-01-22 02:41:09] "GET /obj-perms HTTP/1.1" 200 5013 0.004316 10.0.0.131 - - [2026-01-22 02:41:09] "GET /obj-perms HTTP/1.1" 200 5013 0.003597 10.0.0.38 - - [2026-01-22 02:41:09] "GET /virtual-network/494c508e-558b-4bb0-a74f-168a4d39d723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005683 10.0.0.38 - - [2026-01-22 02:41:10] "POST /neutron/network HTTP/1.1" 200 1159 0.009434 10.0.0.38 - - [2026-01-22 02:41:10] "GET /virtual-network/494c508e-558b-4bb0-a74f-168a4d39d723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.010777 10.0.0.38 - - [2026-01-22 02:41:10] "DELETE /network-policy/db18efcc-4460-400f-9336-c1388967419a HTTP/1.1" 200 115 0.036512 10.0.0.38 - - [2026-01-22 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.131 - - [2026-01-22 02:41:10] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.028774 10.0.0.38 - - [2026-01-22 02:41:10] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.072040 10.0.0.38 - - [2026-01-22 02:41:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74739909&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.005991 10.0.0.38 - - [2026-01-22 02:41:10] "DELETE /network-policy/f6e6710f-4cd5-4b84-8c3e-c3c438ecc1df HTTP/1.1" 200 115 0.041381 10.0.0.38 - - [2026-01-22 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011569 10.0.0.131 - - [2026-01-22 02:41:10] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000947 10.0.0.38 - - [2026-01-22 02:41:10] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.047707 10.0.0.38 - - [2026-01-22 02:41:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74739909&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.007293 10.0.0.38 - - [2026-01-22 02:41:10] "DELETE /network-policy/e681969f-852b-415f-8a0e-35a37e3e5af8 HTTP/1.1" 200 115 0.036249 10.0.0.38 - - [2026-01-22 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005488 10.0.0.131 - - [2026-01-22 02:41:10] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001369 10.0.0.38 - - [2026-01-22 02:41:10] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.050690 10.0.0.38 - - [2026-01-22 02:41:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74739909&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.005815 10.0.0.38 - - [2026-01-22 02:41:11] "DELETE /network-policy/e37a5245-e5b4-4eda-a4fa-b5a48a6d82b3 HTTP/1.1" 200 115 0.055375 10.0.0.38 - - [2026-01-22 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.131 - - [2026-01-22 02:41:11] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000882 10.0.0.38 - - [2026-01-22 02:41:11] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.038717 10.0.0.38 - - [2026-01-22 02:41:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74739909&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.005971 10.0.0.38 - - [2026-01-22 02:41:11] "DELETE /network-policy/99bc0371-5808-438e-98b8-b5b570f3322f HTTP/1.1" 200 115 0.040452 10.0.0.38 - - [2026-01-22 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.131 - - [2026-01-22 02:41:11] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000882 10.0.0.38 - - [2026-01-22 02:41:11] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.037028 10.0.0.38 - - [2026-01-22 02:41:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74739909&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.006168 10.0.0.38 - - [2026-01-22 02:41:11] "DELETE /network-policy/64b2523a-bb21-45c9-aea4-6dff8231f37d HTTP/1.1" 200 115 0.033163 10.0.0.38 - - [2026-01-22 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005534 10.0.0.131 - - [2026-01-22 02:41:11] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.38 - - [2026-01-22 02:41:11] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.066519 10.0.0.38 - - [2026-01-22 02:41:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74739909&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.005500 10.0.0.38 - - [2026-01-22 02:41:11] "DELETE /network-policy/82450987-f3cd-4329-bf36-e6b73c972fc6 HTTP/1.1" 200 115 0.037693 10.0.0.38 - - [2026-01-22 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.131 - - [2026-01-22 02:41:11] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000857 10.0.0.38 - - [2026-01-22 02:41:11] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.050813 10.0.0.38 - - [2026-01-22 02:41:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74739909&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.006376 10.0.0.38 - - [2026-01-22 02:41:11] "DELETE /network-policy/461d84ba-b406-4e90-9cbb-c2574bde660f HTTP/1.1" 200 115 0.031481 10.0.0.38 - - [2026-01-22 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.131 - - [2026-01-22 02:41:12] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000932 10.0.0.38 - - [2026-01-22 02:41:12] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.043478 10.0.0.38 - - [2026-01-22 02:41:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74739909&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.005814 10.0.0.38 - - [2026-01-22 02:41:12] "DELETE /network-policy/5dda180f-517f-4fc1-9cca-b4510148b08d HTTP/1.1" 200 115 0.037503 10.0.0.38 - - [2026-01-22 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.131 - - [2026-01-22 02:41:12] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001389 10.0.0.38 - - [2026-01-22 02:41:12] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.042816 10.0.0.38 - - [2026-01-22 02:41:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74739909&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.008651 10.0.0.38 - - [2026-01-22 02:41:12] "DELETE /network-policy/5fb33865-5951-4dd7-8596-5b13adb00098 HTTP/1.1" 200 115 0.039580 10.0.0.38 - - [2026-01-22 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.131 - - [2026-01-22 02:41:12] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000880 10.0.0.38 - - [2026-01-22 02:41:12] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.044436 10.0.0.38 - - [2026-01-22 02:41:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-74739909&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006042 10.0.0.38 - - [2026-01-22 02:41:12] "POST /neutron/network HTTP/1.1" 200 1074 0.008757 10.0.0.131 - - [2026-01-22 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.131 - - [2026-01-22 02:41:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004342 10.0.0.131 - - [2026-01-22 02:41:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003352 10.0.0.131 - - [2026-01-22 02:41:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003472 10.0.0.131 - - [2026-01-22 02:41:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003053 10.0.0.38 - - [2026-01-22 02:41:13] "POST /neutron/network HTTP/1.1" 200 151 0.147962 10.0.0.131 - - [2026-01-22 02:41:13] "DELETE /route-target/59f8f181-a2a5-420b-8ff6-373d6f79f31f HTTP/1.1" 200 115 0.025375 10.0.0.38 - - [2026-01-22 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.38 - - [2026-01-22 02:41:13] "DELETE /network-ipam/4fc7c7de-8f82-4cc4-bcb6-44651fa03dba HTTP/1.1" 200 115 0.039386 10.0.0.38 - - [2026-01-22 02:41:13] "POST /fqname-to-id HTTP/1.1" 404 248 0.004735 10.0.0.131 - - [2026-01-22 02:41:13] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000812 10.0.0.131 - - [2026-01-22 02:41:13] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.048974 10.0.0.131 - - [2026-01-22 02:41:13] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000846 10.0.0.131 - - [2026-01-22 02:41:13] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?fields=security_groups HTTP/1.1" 200 1392 0.063387 10.0.0.131 - - [2026-01-22 02:41:13] "DELETE /security-group/cbe82b1d-f89d-4e34-b88d-de56cde54d10 HTTP/1.1" 200 115 0.049467 10.0.0.131 - - [2026-01-22 02:41:13] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001277 10.0.0.131 - - [2026-01-22 02:41:13] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?fields=application_policy_sets HTTP/1.1" 200 1431 0.065200 10.0.0.38 - - [2026-01-22 02:41:13] "DELETE /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46 HTTP/1.1" 200 115 0.434131 10.0.0.131 - - [2026-01-22 02:41:13] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.38 - - [2026-01-22 02:41:13] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?fields=projects HTTP/1.1" 200 1246 0.009183 10.0.0.131 - - [2026-01-22 02:41:15] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004490 10.0.0.131 - - [2026-01-22 02:41:15] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.131 - - [2026-01-22 02:41:15] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.036087 10.0.0.131 - - [2026-01-22 02:41:15] "POST /id-to-fqname HTTP/1.1" 200 196 0.003483 10.0.0.131 - - [2026-01-22 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 205 0.007062 10.0.0.131 - - [2026-01-22 02:41:15] "POST /security-groups HTTP/1.1" 200 597 0.073570 10.0.0.131 - - [2026-01-22 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 240 0.002865 10.0.0.131 - - [2026-01-22 02:41:15] "POST /projects HTTP/1.1" 200 597 0.283062 10.0.0.131 - - [2026-01-22 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.352757 10.0.0.131 - - [2026-01-22 02:41:15] "POST /access-control-lists HTTP/1.1" 200 602 0.026029 10.0.0.38 - - [2026-01-22 02:41:15] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.515235 10.0.0.131 - - [2026-01-22 02:41:15] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000941 10.0.0.38 - - [2026-01-22 02:41:15] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?fields=virtual_networks HTTP/1.1" 200 1057 0.048045 10.0.0.131 - - [2026-01-22 02:41:15] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001601 10.0.0.38 - - [2026-01-22 02:41:15] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.044593 10.0.0.131 - - [2026-01-22 02:41:16] "GET /projects?obj_uuids=cc68d6c4-008c-4e8c-b1df-e6c25e256f46&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000912 10.0.0.38 - - [2026-01-22 02:41:16] "GET /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46?fields=security_groups HTTP/1.1" 200 1290 0.051046 10.0.0.38 - - [2026-01-22 02:41:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.035226 10.0.0.131 - - [2026-01-22 02:41:17] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005256 10.0.0.131 - - [2026-01-22 02:41:17] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.131 - - [2026-01-22 02:41:17] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007864 10.0.0.131 - - [2026-01-22 02:41:17] "POST /id-to-fqname HTTP/1.1" 200 202 0.002846 10.0.0.131 - - [2026-01-22 02:41:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.004410 10.0.0.131 - - [2026-01-22 02:41:17] "POST /security-groups HTTP/1.1" 200 603 0.073892 10.0.0.131 - - [2026-01-22 02:41:17] "POST /projects HTTP/1.1" 200 609 0.293529 10.0.0.131 - - [2026-01-22 02:41:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.006343 10.0.0.131 - - [2026-01-22 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.364024 10.0.0.38 - - [2026-01-22 02:41:17] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.516733 10.0.0.38 - - [2026-01-22 02:41:18] "GET / HTTP/1.1" 200 36215 0.002373 10.0.0.38 - - [2026-01-22 02:41:20] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.131 - - [2026-01-22 02:41:21] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.38 - - [2026-01-22 02:41:21] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.087618 10.0.0.131 - - [2026-01-22 02:41:21] "DELETE /access-control-list/98d5446d-fb8a-4fe3-b91b-f33de4d3a287 HTTP/1.1" 200 115 0.044899 10.0.0.38 - - [2026-01-22 02:41:21] "GET / HTTP/1.1" 200 36215 0.001635 10.0.0.38 - - [2026-01-22 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.131 - - [2026-01-22 02:41:22] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.38 - - [2026-01-22 02:41:22] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006801 10.0.0.38 - - [2026-01-22 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.131 - - [2026-01-22 02:41:22] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.38 - - [2026-01-22 02:41:22] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.047352 10.0.0.38 - - [2026-01-22 02:41:23] "GET /domains HTTP/1.1" 401 292 0.000384 10.0.0.38 - - [2026-01-22 02:41:23] "GET /domains HTTP/1.1" 200 281 0.026603 10.0.0.131 - - [2026-01-22 02:41:23] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.38 - - [2026-01-22 02:41:23] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740 HTTP/1.1" 200 2594 0.010540 10.0.0.131 - - [2026-01-22 02:41:23] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000808 10.0.0.38 - - [2026-01-22 02:41:23] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869 HTTP/1.1" 200 1940 0.086708 10.0.0.38 - - [2026-01-22 02:41:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003354 10.0.0.38 - - [2026-01-22 02:41:23] "POST /network-ipams HTTP/1.1" 200 623 0.029499 10.0.0.38 - - [2026-01-22 02:41:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003600 10.0.0.38 - - [2026-01-22 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.38 - - [2026-01-22 02:41:23] "GET /network-ipam/e7508d93-65dd-46dd-83f1-30267bf45a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.005999 10.0.0.38 - - [2026-01-22 02:41:24] "PUT /network-ipam/e7508d93-65dd-46dd-83f1-30267bf45a22 HTTP/1.1" 200 259 0.014050 10.0.0.38 - - [2026-01-22 02:41:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000395 10.0.0.38 - - [2026-01-22 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.028451 10.0.0.131 - - [2026-01-22 02:41:24] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.38 - - [2026-01-22 02:41:24] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.054711 10.0.0.131 - - [2026-01-22 02:41:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008359 10.0.0.38 - - [2026-01-22 02:41:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.217660 10.0.0.131 - - [2026-01-22 02:41:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.037039 10.0.0.38 - - [2026-01-22 02:41:25] "POST /neutron/network HTTP/1.1" 200 1337 0.013224 10.0.0.38 - - [2026-01-22 02:41:25] "POST /id-to-fqname HTTP/1.1" 200 235 0.000970 10.0.0.38 - - [2026-01-22 02:41:25] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.004283 10.0.0.38 - - [2026-01-22 02:41:25] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.005818 10.0.0.38 - - [2026-01-22 02:41:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.008532 10.0.0.38 - - [2026-01-22 02:41:26] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.005510 10.0.0.50 - - [2026-01-22 02:41:27] "GET /obj-perms HTTP/1.1" 200 5019 0.060810 10.0.0.38 - - [2026-01-22 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.131 - - [2026-01-22 02:41:27] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000801 10.0.0.38 - - [2026-01-22 02:41:27] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.036940 10.0.0.38 - - [2026-01-22 02:41:27] "POST /neutron/network HTTP/1.1" 200 117 0.013504 10.0.0.131 - - [2026-01-22 02:41:27] "POST /route-targets HTTP/1.1" 200 328 0.013384 10.0.0.131 - - [2026-01-22 02:41:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007882 10.0.0.38 - - [2026-01-22 02:41:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.207647 10.0.0.38 - - [2026-01-22 02:41:28] "POST /id-to-fqname HTTP/1.1" 200 235 0.001301 10.0.0.38 - - [2026-01-22 02:41:28] "GET /virtual-network/88f6a442-2a8e-4208-9912-564ce1a1df24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006819 10.0.0.38 - - [2026-01-22 02:41:28] "POST /neutron/network HTTP/1.1" 200 1336 0.011950 10.0.0.38 - - [2026-01-22 02:41:28] "GET /virtual-network/88f6a442-2a8e-4208-9912-564ce1a1df24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.004848 10.0.0.38 - - [2026-01-22 02:41:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.009374 10.0.0.38 - - [2026-01-22 02:41:28] "GET /virtual-network/88f6a442-2a8e-4208-9912-564ce1a1df24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005846 10.0.0.38 - - [2026-01-22 02:41:29] "GET /obj-perms HTTP/1.1" 200 5019 0.049876 10.0.0.38 - - [2026-01-22 02:41:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.003184 10.0.0.38 - - [2026-01-22 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.131 - - [2026-01-22 02:41:29] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.38 - - [2026-01-22 02:41:29] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.050578 10.0.0.38 - - [2026-01-22 02:41:29] "POST /network-policys HTTP/1.1" 200 535 0.069081 10.0.0.38 - - [2026-01-22 02:41:29] "GET /network-policy/e3e52a3e-e7eb-4e85-8ba0-c8e2280783b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007109 10.0.0.38 - - [2026-01-22 02:41:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.002982 10.0.0.38 - - [2026-01-22 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.131 - - [2026-01-22 02:41:29] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.38 - - [2026-01-22 02:41:29] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.048188 10.0.0.38 - - [2026-01-22 02:41:30] "POST /network-policys HTTP/1.1" 200 535 0.076972 10.0.0.38 - - [2026-01-22 02:41:30] "GET /network-policy/7fd95d77-f471-4a96-81dc-73075287525e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005731 10.0.0.38 - - [2026-01-22 02:41:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003033 10.0.0.38 - - [2026-01-22 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.131 - - [2026-01-22 02:41:30] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001188 10.0.0.38 - - [2026-01-22 02:41:30] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.047432 10.0.0.38 - - [2026-01-22 02:41:30] "POST /network-policys HTTP/1.1" 200 535 0.077767 10.0.0.38 - - [2026-01-22 02:41:30] "GET /network-policy/6d793a1c-c848-41ca-83ef-b47433d4e2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005748 10.0.0.38 - - [2026-01-22 02:41:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.002978 10.0.0.38 - - [2026-01-22 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.131 - - [2026-01-22 02:41:30] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.38 - - [2026-01-22 02:41:30] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.034621 10.0.0.38 - - [2026-01-22 02:41:30] "POST /network-policys HTTP/1.1" 200 535 0.073702 10.0.0.38 - - [2026-01-22 02:41:30] "GET /network-policy/412f00ca-b410-46f7-9ee9-c819de45fde6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007312 10.0.0.38 - - [2026-01-22 02:41:31] "POST /fqname-to-id HTTP/1.1" 404 213 0.002725 10.0.0.38 - - [2026-01-22 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.131 - - [2026-01-22 02:41:31] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.38 - - [2026-01-22 02:41:31] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.035039 10.0.0.38 - - [2026-01-22 02:41:31] "POST /network-policys HTTP/1.1" 200 539 0.035163 10.0.0.38 - - [2026-01-22 02:41:31] "GET /network-policy/40cf8e91-0ca7-495e-b5ae-4d45490a16cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007161 10.0.0.38 - - [2026-01-22 02:41:31] "POST /fqname-to-id HTTP/1.1" 404 212 0.002854 10.0.0.38 - - [2026-01-22 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.131 - - [2026-01-22 02:41:31] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.38 - - [2026-01-22 02:41:31] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.040771 10.0.0.38 - - [2026-01-22 02:41:31] "POST /network-policys HTTP/1.1" 200 537 0.073675 10.0.0.38 - - [2026-01-22 02:41:31] "GET /network-policy/4c4f6ec4-a598-40c0-adf7-0f8097b72f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006095 10.0.0.38 - - [2026-01-22 02:41:31] "POST /fqname-to-id HTTP/1.1" 404 212 0.002847 10.0.0.38 - - [2026-01-22 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.131 - - [2026-01-22 02:41:31] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.38 - - [2026-01-22 02:41:31] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.040043 10.0.0.38 - - [2026-01-22 02:41:32] "POST /network-policys HTTP/1.1" 200 537 0.081732 10.0.0.38 - - [2026-01-22 02:41:32] "GET /network-policy/45d0dbbd-0bdf-4a5f-a3f0-1c6851c16a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006759 10.0.0.38 - - [2026-01-22 02:41:32] "POST /fqname-to-id HTTP/1.1" 404 212 0.002819 10.0.0.38 - - [2026-01-22 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.131 - - [2026-01-22 02:41:32] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.38 - - [2026-01-22 02:41:32] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.042371 10.0.0.38 - - [2026-01-22 02:41:32] "POST /network-policys HTTP/1.1" 200 537 0.077493 10.0.0.38 - - [2026-01-22 02:41:32] "GET /network-policy/80a52650-8e23-43a1-b210-2af482b0a366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005386 10.0.0.38 - - [2026-01-22 02:41:32] "POST /fqname-to-id HTTP/1.1" 404 212 0.002838 10.0.0.38 - - [2026-01-22 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.131 - - [2026-01-22 02:41:32] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.38 - - [2026-01-22 02:41:32] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.041463 10.0.0.38 - - [2026-01-22 02:41:32] "POST /network-policys HTTP/1.1" 200 537 0.077224 10.0.0.38 - - [2026-01-22 02:41:33] "GET /network-policy/3d313164-6fa7-43f8-8f8b-b20867aea483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005633 10.0.0.38 - - [2026-01-22 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 214 0.002762 10.0.0.38 - - [2026-01-22 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005787 10.0.0.131 - - [2026-01-22 02:41:33] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.38 - - [2026-01-22 02:41:33] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.039523 10.0.0.38 - - [2026-01-22 02:41:33] "POST /network-policys HTTP/1.1" 200 541 0.035108 10.0.0.38 - - [2026-01-22 02:41:33] "GET /network-policy/6f9d72af-c23d-486a-857c-5e3c36e63da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006497 10.0.0.131 - - [2026-01-22 02:41:33] "DELETE /project/cc68d6c4008c4e8cb1dfe6c25e256f46 HTTP/1.1" 404 173 0.002874 10.0.0.131 - - [2026-01-22 02:41:33] "DELETE /project/cc68d6c4-008c-4e8c-b1df-e6c25e256f46 HTTP/1.1" 404 177 0.005717 10.0.0.131 - - [2026-01-22 02:41:33] "DELETE /project/d3d63121eb484836bc67e3253e929869 HTTP/1.1" 404 173 0.008420 10.0.0.38 - - [2026-01-22 02:41:33] "POST /neutron/network HTTP/1.1" 200 1425 0.093413 10.0.0.38 - - [2026-01-22 02:41:33] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006931 10.0.0.38 - - [2026-01-22 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.131 - - [2026-01-22 02:41:33] "POST /access-control-lists HTTP/1.1" 200 611 0.109666 10.0.0.38 - - [2026-01-22 02:41:33] "GET /network-policy/e3e52a3e-e7eb-4e85-8ba0-c8e2280783b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006889 10.0.0.131 - - [2026-01-22 02:41:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.009902 10.0.0.38 - - [2026-01-22 02:41:34] "POST /neutron/network HTTP/1.1" 200 1426 0.079479 10.0.0.38 - - [2026-01-22 02:41:34] "GET /virtual-network/88f6a442-2a8e-4208-9912-564ce1a1df24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005885 10.0.0.38 - - [2026-01-22 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.131 - - [2026-01-22 02:41:34] "POST /ref-update HTTP/1.1" 200 156 0.030847 10.0.0.38 - - [2026-01-22 02:41:34] "GET /network-policy/40cf8e91-0ca7-495e-b5ae-4d45490a16cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.019025 10.0.0.38 - - [2026-01-22 02:41:34] "POST /id-to-fqname HTTP/1.1" 200 235 0.001168 10.0.0.131 - - [2026-01-22 02:41:35] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.38 - - [2026-01-22 02:41:35] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.073398 10.0.0.38 - - [2026-01-22 02:41:35] "POST /neutron/network HTTP/1.1" 200 1425 0.011810 10.0.0.38 - - [2026-01-22 02:41:35] "POST /id-to-fqname HTTP/1.1" 200 235 0.001190 10.0.0.38 - - [2026-01-22 02:41:35] "POST /neutron/port HTTP/1.1" 200 117 0.006527 10.0.0.131 - - [2026-01-22 02:41:36] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.38 - - [2026-01-22 02:41:36] "POST /neutron/port HTTP/1.1" 200 1174 0.389162 10.0.0.131 - - [2026-01-22 02:41:36] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.38 - - [2026-01-22 02:41:36] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.092634 10.0.0.38 - - [2026-01-22 02:41:36] "POST /neutron/port HTTP/1.1" 200 1228 0.195198 10.0.0.38 - - [2026-01-22 02:41:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.38 - - [2026-01-22 02:41:36] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.38 - - [2026-01-22 02:41:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006994 10.0.0.38 - - [2026-01-22 02:41:37] "POST /neutron/port HTTP/1.1" 200 1238 0.024698 10.0.0.131 - - [2026-01-22 02:41:37] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001637 10.0.0.38 - - [2026-01-22 02:41:37] "POST /neutron/port HTTP/1.1" 200 1173 0.408325 10.0.0.38 - - [2026-01-22 02:41:37] "POST /neutron/port HTTP/1.1" 200 1227 0.109633 10.0.0.38 - - [2026-01-22 02:41:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004084 10.0.0.38 - - [2026-01-22 02:41:38] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.38 - - [2026-01-22 02:41:41] "POST /neutron/port HTTP/1.1" 200 1237 0.017702 10.0.0.38 - - [2026-01-22 02:41:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003787 10.0.0.38 - - [2026-01-22 02:41:41] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.38 - - [2026-01-22 02:41:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008669 10.0.0.38 - - [2026-01-22 02:41:42] "POST /neutron/port HTTP/1.1" 200 1238 0.024554 10.0.0.38 - - [2026-01-22 02:41:42] "GET /virtual-machine/7ba6ef14-2e80-4a8d-bd33-99d8b55a2d77 HTTP/1.1" 401 292 0.000660 10.0.0.38 - - [2026-01-22 02:41:42] "GET /virtual-machine/7ba6ef14-2e80-4a8d-bd33-99d8b55a2d77 HTTP/1.1" 200 1306 0.035013 10.0.0.38 - - [2026-01-22 02:41:42] "GET /virtual-machine-interface/12edcdd4-ed6e-462d-a8bf-3bc54bcd01ca HTTP/1.1" 200 3176 0.005071 10.0.0.38 - - [2026-01-22 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.38 - - [2026-01-22 02:41:42] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003800 10.0.0.38 - - [2026-01-22 02:41:42] "GET /virtual-networks?parent_id=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003115 10.0.0.38 - - [2026-01-22 02:41:42] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006524 10.0.0.38 - - [2026-01-22 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.38 - - [2026-01-22 02:41:45] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005273 10.0.0.38 - - [2026-01-22 02:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.38 - - [2026-01-22 02:41:50] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005347 10.0.0.131 - - [2026-01-22 02:41:52] "GET /obj-perms HTTP/1.1" 200 5056 0.054080 10.0.0.38 - - [2026-01-22 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.38 - - [2026-01-22 02:41:54] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006174 10.0.0.38 - - [2026-01-22 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.38 - - [2026-01-22 02:41:58] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005084 10.0.0.38 - - [2026-01-22 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.38 - - [2026-01-22 02:42:02] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006741 10.0.0.38 - - [2026-01-22 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.38 - - [2026-01-22 02:42:06] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005867 10.0.0.38 - - [2026-01-22 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.38 - - [2026-01-22 02:42:10] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006169 10.0.0.38 - - [2026-01-22 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.38 - - [2026-01-22 02:42:14] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005380 10.0.0.38 - - [2026-01-22 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007393 10.0.0.38 - - [2026-01-22 02:42:18] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005936 10.0.0.38 - - [2026-01-22 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.38 - - [2026-01-22 02:42:22] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003568 10.0.0.38 - - [2026-01-22 02:42:22] "GET /virtual-networks?parent_id=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002868 10.0.0.38 - - [2026-01-22 02:42:22] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005239 10.0.0.38 - - [2026-01-22 02:42:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008209 10.0.0.131 - - [2026-01-22 02:42:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.131 - - [2026-01-22 02:42:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.50 - - [2026-01-22 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.50 - - [2026-01-22 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.38 - - [2026-01-22 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-01-22 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.131 - - [2026-01-22 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.131 - - [2026-01-22 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2026-01-22 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2026-01-22 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.38 - - [2026-01-22 02:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.38 - - [2026-01-22 02:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.38 - - [2026-01-22 02:42:33] "POST /neutron/port HTTP/1.1" 200 1238 0.023087 10.0.0.38 - - [2026-01-22 02:42:33] "POST /neutron/port HTTP/1.1" 200 1238 0.016561 10.0.0.38 - - [2026-01-22 02:42:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004942 10.0.0.38 - - [2026-01-22 02:42:33] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.38 - - [2026-01-22 02:42:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.034221 10.0.0.38 - - [2026-01-22 02:42:38] "POST /neutron/port HTTP/1.1" 200 1238 0.019702 10.0.0.38 - - [2026-01-22 02:42:41] "POST /neutron/port HTTP/1.1" 200 1237 0.017932 10.0.0.38 - - [2026-01-22 02:42:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003571 10.0.0.38 - - [2026-01-22 02:42:41] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.38 - - [2026-01-22 02:42:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008830 10.0.0.38 - - [2026-01-22 02:42:49] "POST /neutron/port HTTP/1.1" 200 1237 0.019491 10.0.0.38 - - [2026-01-22 02:42:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009218 10.0.0.38 - - [2026-01-22 02:42:49] "GET /virtual-machine/a90489b7-4acd-44bb-8ba4-661340287164 HTTP/1.1" 200 1307 0.006259 10.0.0.38 - - [2026-01-22 02:42:49] "GET /virtual-machine-interface/a74d4665-35a3-45ae-ab4e-9a26e8aa8625 HTTP/1.1" 200 3177 0.005043 10.0.0.38 - - [2026-01-22 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.38 - - [2026-01-22 02:42:49] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004679 10.0.0.38 - - [2026-01-22 02:42:49] "GET /virtual-networks?parent_id=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004014 10.0.0.38 - - [2026-01-22 02:42:49] "GET /virtual-network/88f6a442-2a8e-4208-9912-564ce1a1df24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005769 10.0.0.38 - - [2026-01-22 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.38 - - [2026-01-22 02:42:50] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003525 10.0.0.38 - - [2026-01-22 02:42:50] "GET /virtual-networks?parent_id=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002777 10.0.0.38 - - [2026-01-22 02:42:50] "GET /virtual-network/88f6a442-2a8e-4208-9912-564ce1a1df24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006770 10.0.0.38 - - [2026-01-22 02:42:50] "POST /neutron/port HTTP/1.1" 200 1237 0.016829 10.0.0.38 - - [2026-01-22 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.38 - - [2026-01-22 02:42:50] "GET /network-policy/40cf8e91-0ca7-495e-b5ae-4d45490a16cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003818 10.0.0.38 - - [2026-01-22 02:42:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007289 10.0.0.38 - - [2026-01-22 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.38 - - [2026-01-22 02:42:51] "GET /network-policy/e3e52a3e-e7eb-4e85-8ba0-c8e2280783b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003919 10.0.0.131 - - [2026-01-22 02:42:51] "PUT /access-control-list/e1d44b31-89f5-48a6-b912-de2e61165167 HTTP/1.1" 200 273 0.016579 10.0.0.38 - - [2026-01-22 02:42:51] "POST /neutron/network HTTP/1.1" 200 1425 0.013165 10.0.0.38 - - [2026-01-22 02:42:51] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005371 10.0.0.38 - - [2026-01-22 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.38 - - [2026-01-22 02:42:51] "GET /network-policy/7fd95d77-f471-4a96-81dc-73075287525e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004228 10.0.0.50 - - [2026-01-22 02:42:53] "GET /obj-perms HTTP/1.1" 200 5056 0.060218 10.0.0.38 - - [2026-01-22 02:43:19] "POST /neutron/network HTTP/1.1" 200 1428 0.023143 10.0.0.38 - - [2026-01-22 02:43:19] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005965 10.0.0.38 - - [2026-01-22 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.38 - - [2026-01-22 02:43:19] "GET /network-policy/6f9d72af-c23d-486a-857c-5e3c36e63da9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004042 10.0.0.131 - - [2026-01-22 02:43:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.002612 10.0.0.131 - - [2026-01-22 02:43:32] "PUT /access-control-list/e1d44b31-89f5-48a6-b912-de2e61165167 HTTP/1.1" 200 273 0.062344 10.0.0.38 - - [2026-01-22 02:43:32] "POST /neutron/network HTTP/1.1" 200 1425 0.014464 10.0.0.38 - - [2026-01-22 02:43:32] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005629 10.0.0.38 - - [2026-01-22 02:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.38 - - [2026-01-22 02:43:32] "GET /network-policy/6d793a1c-c848-41ca-83ef-b47433d4e2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003998 10.0.0.38 - - [2026-01-22 02:43:33] "POST /neutron/network HTTP/1.1" 200 1435 0.031016 10.0.0.38 - - [2026-01-22 02:43:33] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017682 10.0.0.38 - - [2026-01-22 02:43:33] "POST /neutron/network HTTP/1.1" 200 1425 0.011199 10.0.0.38 - - [2026-01-22 02:43:43] "POST /neutron/network HTTP/1.1" 200 1436 0.042859 10.0.0.38 - - [2026-01-22 02:43:43] "POST /neutron/subnet HTTP/1.1" 200 1356 0.018390 10.0.0.38 - - [2026-01-22 02:43:43] "POST /neutron/network HTTP/1.1" 200 1426 0.013937 10.0.0.38 - - [2026-01-22 02:43:45] "POST /neutron/network HTTP/1.1" 200 1425 0.016140 10.0.0.38 - - [2026-01-22 02:43:45] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005745 10.0.0.38 - - [2026-01-22 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.38 - - [2026-01-22 02:43:45] "GET /network-policy/412f00ca-b410-46f7-9ee9-c819de45fde6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005096 10.0.0.131 - - [2026-01-22 02:43:55] "PUT /access-control-list/e1d44b31-89f5-48a6-b912-de2e61165167 HTTP/1.1" 200 273 0.064111 10.0.0.38 - - [2026-01-22 02:43:55] "POST /neutron/network HTTP/1.1" 200 1426 0.029749 10.0.0.38 - - [2026-01-22 02:43:55] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.008065 10.0.0.38 - - [2026-01-22 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008810 10.0.0.38 - - [2026-01-22 02:43:55] "GET /network-policy/4c4f6ec4-a598-40c0-adf7-0f8097b72f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004275 10.0.0.131 - - [2026-01-22 02:44:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.003455 10.0.0.131 - - [2026-01-22 02:44:09] "POST /ref-update HTTP/1.1" 200 156 0.034506 10.0.0.38 - - [2026-01-22 02:44:09] "POST /neutron/network HTTP/1.1" 200 1426 0.028210 10.0.0.38 - - [2026-01-22 02:44:09] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007972 10.0.0.38 - - [2026-01-22 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.38 - - [2026-01-22 02:44:09] "GET /network-policy/45d0dbbd-0bdf-4a5f-a3f0-1c6851c16a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004537 10.0.0.38 - - [2026-01-22 02:44:19] "POST /neutron/network HTTP/1.1" 200 1426 0.027876 10.0.0.38 - - [2026-01-22 02:44:19] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005740 10.0.0.38 - - [2026-01-22 02:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.38 - - [2026-01-22 02:44:19] "GET /network-policy/80a52650-8e23-43a1-b210-2af482b0a366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004814 10.0.0.38 - - [2026-01-22 02:44:32] "POST /neutron/network HTTP/1.1" 200 1426 0.016097 10.0.0.38 - - [2026-01-22 02:44:32] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005573 10.0.0.38 - - [2026-01-22 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.38 - - [2026-01-22 02:44:32] "GET /network-policy/3d313164-6fa7-43f8-8f8b-b20867aea483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.003968 10.0.0.38 - - [2026-01-22 02:44:33] "POST /neutron/network HTTP/1.1" 200 1436 0.007842 10.0.0.38 - - [2026-01-22 02:44:33] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017066 10.0.0.38 - - [2026-01-22 02:44:33] "POST /neutron/network HTTP/1.1" 200 1426 0.011009 10.0.0.38 - - [2026-01-22 02:44:42] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005318 10.0.0.131 - - [2026-01-22 02:44:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.004426 10.0.0.131 - - [2026-01-22 02:44:42] "DELETE /access-control-list/e1d44b31-89f5-48a6-b912-de2e61165167 HTTP/1.1" 200 115 0.099135 10.0.0.38 - - [2026-01-22 02:44:42] "POST /neutron/network HTTP/1.1" 200 1337 0.037179 10.0.0.38 - - [2026-01-22 02:44:42] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.007956 10.0.0.38 - - [2026-01-22 02:44:42] "GET /virtual-machine/a90489b7-4acd-44bb-8ba4-661340287164 HTTP/1.1" 200 1307 0.007361 10.0.0.38 - - [2026-01-22 02:44:43] "POST /neutron/port HTTP/1.1" 200 151 0.333555 10.0.0.38 - - [2026-01-22 02:44:44] "GET /virtual-machine/a90489b7-4acd-44bb-8ba4-661340287164 HTTP/1.1" 404 171 0.003434 10.0.0.38 - - [2026-01-22 02:44:44] "GET /virtual-machine/a90489b7-4acd-44bb-8ba4-661340287164 HTTP/1.1" 404 171 0.002940 10.0.0.38 - - [2026-01-22 02:44:44] "GET /virtual-machine/a90489b7-4acd-44bb-8ba4-661340287164 HTTP/1.1" 404 171 0.002195 10.0.0.38 - - [2026-01-22 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.38 - - [2026-01-22 02:44:45] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004235 10.0.0.38 - - [2026-01-22 02:44:45] "GET /virtual-networks?parent_id=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003451 10.0.0.38 - - [2026-01-22 02:44:45] "GET /virtual-network/88f6a442-2a8e-4208-9912-564ce1a1df24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007081 10.0.0.38 - - [2026-01-22 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.38 - - [2026-01-22 02:44:45] "GET /routing-instance/7f8af072-b036-415a-ac6f-81e61b1ffab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004481 10.0.0.38 - - [2026-01-22 02:44:45] "GET /route-target/239e8631-4654-4420-8e29-8a1c85fd5888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.010335 10.0.0.38 - - [2026-01-22 02:44:45] "GET /obj-perms HTTP/1.1" 200 5019 0.007203 10.0.0.50 - - [2026-01-22 02:44:51] "GET /obj-perms HTTP/1.1" 200 5019 0.003605 10.0.0.38 - - [2026-01-22 02:44:54] "GET /obj-perms HTTP/1.1" 200 5019 0.004951 10.0.0.50 - - [2026-01-22 02:44:57] "GET /obj-perms HTTP/1.1" 200 5019 0.003893 10.0.0.38 - - [2026-01-22 02:45:03] "GET /obj-perms HTTP/1.1" 200 5019 0.004430 10.0.0.50 - - [2026-01-22 02:45:07] "GET /obj-perms HTTP/1.1" 200 5019 0.004189 10.0.0.38 - - [2026-01-22 02:45:10] "GET /obj-perms HTTP/1.1" 200 5019 0.004192 10.0.0.131 - - [2026-01-22 02:45:10] "GET /obj-perms HTTP/1.1" 200 5019 0.057060 10.0.0.38 - - [2026-01-22 02:45:10] "GET /virtual-machine/7ba6ef14-2e80-4a8d-bd33-99d8b55a2d77 HTTP/1.1" 200 1306 0.004520 10.0.0.38 - - [2026-01-22 02:45:11] "POST /neutron/port HTTP/1.1" 200 151 0.236755 10.0.0.38 - - [2026-01-22 02:45:12] "GET /virtual-machine/7ba6ef14-2e80-4a8d-bd33-99d8b55a2d77 HTTP/1.1" 404 171 0.003297 10.0.0.38 - - [2026-01-22 02:45:12] "GET /virtual-machine/7ba6ef14-2e80-4a8d-bd33-99d8b55a2d77 HTTP/1.1" 404 171 0.003359 10.0.0.38 - - [2026-01-22 02:45:12] "GET /virtual-machine/7ba6ef14-2e80-4a8d-bd33-99d8b55a2d77 HTTP/1.1" 404 171 0.002375 10.0.0.38 - - [2026-01-22 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.38 - - [2026-01-22 02:45:12] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004363 10.0.0.38 - - [2026-01-22 02:45:12] "GET /virtual-networks?parent_id=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002864 10.0.0.38 - - [2026-01-22 02:45:12] "GET /virtual-network/69c29768-35dc-4647-9189-ddda29e84603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.005286 10.0.0.38 - - [2026-01-22 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.38 - - [2026-01-22 02:45:12] "GET /routing-instance/781020b4-2ae2-4958-9a0a-cfbad07bd6e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004270 10.0.0.38 - - [2026-01-22 02:45:12] "GET /route-target/8a44d5cc-a1b5-4cdb-863d-38f268434fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003927 10.0.0.50 - - [2026-01-22 02:45:12] "GET /obj-perms HTTP/1.1" 200 5019 0.004069 10.0.0.38 - - [2026-01-22 02:45:15] "GET /obj-perms HTTP/1.1" 200 5019 0.003657 10.0.0.50 - - [2026-01-22 02:45:22] "GET /obj-perms HTTP/1.1" 200 5019 0.003272 10.0.0.38 - - [2026-01-22 02:45:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004661 10.0.0.50 - - [2026-01-22 02:45:31] "GET /obj-perms HTTP/1.1" 200 5019 0.003879 10.0.0.38 - - [2026-01-22 02:45:34] "GET /obj-perms HTTP/1.1" 200 5019 0.004178 10.0.0.50 - - [2026-01-22 02:45:40] "GET /obj-perms HTTP/1.1" 200 5019 0.004773 10.0.0.38 - - [2026-01-22 02:45:40] "GET /obj-perms HTTP/1.1" 200 5019 0.003864 10.0.0.38 - - [2026-01-22 02:45:40] "GET /virtual-network/88f6a442-2a8e-4208-9912-564ce1a1df24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007817 10.0.0.38 - - [2026-01-22 02:45:41] "POST /neutron/network HTTP/1.1" 200 1336 0.021138 10.0.0.38 - - [2026-01-22 02:45:41] "GET /virtual-network/88f6a442-2a8e-4208-9912-564ce1a1df24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.012315 10.0.0.131 - - [2026-01-22 02:45:41] "POST /ref-update HTTP/1.1" 200 156 0.023015 10.0.0.38 - - [2026-01-22 02:45:41] "DELETE /network-policy/6f9d72af-c23d-486a-857c-5e3c36e63da9 HTTP/1.1" 200 115 0.039916 10.0.0.38 - - [2026-01-22 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.017543 10.0.0.131 - - [2026-01-22 02:45:41] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001002 10.0.0.38 - - [2026-01-22 02:45:41] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.040494 10.0.0.38 - - [2026-01-22 02:45:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-85213137&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.005996 10.0.0.38 - - [2026-01-22 02:45:41] "DELETE /network-policy/3d313164-6fa7-43f8-8f8b-b20867aea483 HTTP/1.1" 200 115 0.044285 10.0.0.38 - - [2026-01-22 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.131 - - [2026-01-22 02:45:41] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.38 - - [2026-01-22 02:45:41] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.061755 10.0.0.38 - - [2026-01-22 02:45:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-85213137&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.009251 10.0.0.38 - - [2026-01-22 02:45:41] "DELETE /network-policy/80a52650-8e23-43a1-b210-2af482b0a366 HTTP/1.1" 200 115 0.055993 10.0.0.38 - - [2026-01-22 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.131 - - [2026-01-22 02:45:41] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.38 - - [2026-01-22 02:45:41] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.047593 10.0.0.38 - - [2026-01-22 02:45:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-85213137&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.007318 10.0.0.38 - - [2026-01-22 02:45:41] "DELETE /network-policy/45d0dbbd-0bdf-4a5f-a3f0-1c6851c16a14 HTTP/1.1" 200 115 0.041873 10.0.0.38 - - [2026-01-22 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005815 10.0.0.131 - - [2026-01-22 02:45:41] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.38 - - [2026-01-22 02:45:41] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.045997 10.0.0.38 - - [2026-01-22 02:45:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-85213137&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.006825 10.0.0.38 - - [2026-01-22 02:45:42] "DELETE /network-policy/4c4f6ec4-a598-40c0-adf7-0f8097b72f4d HTTP/1.1" 200 115 0.052909 10.0.0.38 - - [2026-01-22 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.131 - - [2026-01-22 02:45:42] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.38 - - [2026-01-22 02:45:42] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.044319 10.0.0.38 - - [2026-01-22 02:45:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-85213137&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.006392 10.0.0.38 - - [2026-01-22 02:45:42] "DELETE /network-policy/40cf8e91-0ca7-495e-b5ae-4d45490a16cb HTTP/1.1" 200 115 0.044419 10.0.0.38 - - [2026-01-22 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.131 - - [2026-01-22 02:45:42] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.38 - - [2026-01-22 02:45:42] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.056255 10.0.0.38 - - [2026-01-22 02:45:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-85213137&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.007832 10.0.0.38 - - [2026-01-22 02:45:42] "DELETE /network-policy/412f00ca-b410-46f7-9ee9-c819de45fde6 HTTP/1.1" 200 115 0.047704 10.0.0.38 - - [2026-01-22 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.131 - - [2026-01-22 02:45:42] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.38 - - [2026-01-22 02:45:42] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.048331 10.0.0.38 - - [2026-01-22 02:45:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-85213137&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.012733 10.0.0.38 - - [2026-01-22 02:45:42] "DELETE /network-policy/6d793a1c-c848-41ca-83ef-b47433d4e2c2 HTTP/1.1" 200 115 0.044395 10.0.0.38 - - [2026-01-22 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.131 - - [2026-01-22 02:45:42] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.38 - - [2026-01-22 02:45:42] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.045996 10.0.0.38 - - [2026-01-22 02:45:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-85213137&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.005213 10.0.0.38 - - [2026-01-22 02:45:43] "DELETE /network-policy/7fd95d77-f471-4a96-81dc-73075287525e HTTP/1.1" 200 115 0.041794 10.0.0.38 - - [2026-01-22 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008139 10.0.0.131 - - [2026-01-22 02:45:43] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.38 - - [2026-01-22 02:45:43] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.044966 10.0.0.38 - - [2026-01-22 02:45:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-85213137&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006346 10.0.0.38 - - [2026-01-22 02:45:43] "DELETE /network-policy/e3e52a3e-e7eb-4e85-8ba0-c8e2280783b5 HTTP/1.1" 200 115 0.044448 10.0.0.38 - - [2026-01-22 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.131 - - [2026-01-22 02:45:43] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.38 - - [2026-01-22 02:45:43] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.043638 10.0.0.38 - - [2026-01-22 02:45:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-85213137&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005955 10.0.0.38 - - [2026-01-22 02:45:43] "POST /neutron/network HTTP/1.1" 200 1337 0.014675 10.0.0.131 - - [2026-01-22 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007620 10.0.0.38 - - [2026-01-22 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.38 - - [2026-01-22 02:45:44] "DELETE /network-ipam/e7508d93-65dd-46dd-83f1-30267bf45a22 HTTP/1.1" 200 115 0.034594 10.0.0.38 - - [2026-01-22 02:45:44] "POST /fqname-to-id HTTP/1.1" 404 260 0.003265 10.0.0.131 - - [2026-01-22 02:45:44] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.131 - - [2026-01-22 02:45:44] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.054053 10.0.0.131 - - [2026-01-22 02:45:44] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.131 - - [2026-01-22 02:45:44] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?fields=security_groups HTTP/1.1" 200 1410 0.050651 10.0.0.131 - - [2026-01-22 02:45:44] "DELETE /security-group/d12ed9a5-9146-4b45-b7d4-c802b4f5d1d8 HTTP/1.1" 200 115 0.067364 10.0.0.131 - - [2026-01-22 02:45:44] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.131 - - [2026-01-22 02:45:44] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?fields=application_policy_sets HTTP/1.1" 200 1449 0.076536 10.0.0.131 - - [2026-01-22 02:45:44] "DELETE /access-control-list/e27cf077-693f-4887-8a5c-6836c5bfddf8 HTTP/1.1" 200 115 0.059439 10.0.0.38 - - [2026-01-22 02:45:44] "DELETE /project/d3d63121-eb48-4836-bc67-e3253e929869 HTTP/1.1" 200 115 0.469050 10.0.0.131 - - [2026-01-22 02:45:44] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.38 - - [2026-01-22 02:45:44] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?fields=projects HTTP/1.1" 200 1246 0.012541 10.0.0.131 - - [2026-01-22 02:45:46] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.020718 10.0.0.131 - - [2026-01-22 02:45:46] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.131 - - [2026-01-22 02:45:46] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.050818 10.0.0.131 - - [2026-01-22 02:45:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.001583 10.0.0.131 - - [2026-01-22 02:45:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.004612 10.0.0.131 - - [2026-01-22 02:45:46] "POST /security-groups HTTP/1.1" 200 603 0.043959 10.0.0.131 - - [2026-01-22 02:45:46] "POST /projects HTTP/1.1" 200 609 0.254673 10.0.0.131 - - [2026-01-22 02:45:46] "POST /fqname-to-id HTTP/1.1" 404 245 0.013753 10.0.0.131 - - [2026-01-22 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.328426 10.0.0.38 - - [2026-01-22 02:45:46] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.528677 10.0.0.131 - - [2026-01-22 02:45:46] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001724 10.0.0.38 - - [2026-01-22 02:45:46] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?fields=virtual_networks HTTP/1.1" 200 1069 0.056872 10.0.0.131 - - [2026-01-22 02:45:46] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001402 10.0.0.38 - - [2026-01-22 02:45:47] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.056109 10.0.0.131 - - [2026-01-22 02:45:47] "GET /projects?obj_uuids=d3d63121-eb48-4836-bc67-e3253e929869&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001909 10.0.0.38 - - [2026-01-22 02:45:47] "GET /project/d3d63121-eb48-4836-bc67-e3253e929869?fields=security_groups HTTP/1.1" 200 1308 0.052442 10.0.0.38 - - [2026-01-22 02:45:48] "POST /fqname-to-id HTTP/1.1" 404 182 0.049079 10.0.0.131 - - [2026-01-22 02:45:48] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003350 10.0.0.131 - - [2026-01-22 02:45:48] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.131 - - [2026-01-22 02:45:48] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008528 10.0.0.131 - - [2026-01-22 02:45:48] "POST /id-to-fqname HTTP/1.1" 200 184 0.001718 10.0.0.131 - - [2026-01-22 02:45:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.006368 10.0.0.131 - - [2026-01-22 02:45:48] "POST /security-groups HTTP/1.1" 200 585 0.049911 10.0.0.131 - - [2026-01-22 02:45:48] "POST /projects HTTP/1.1" 200 573 0.280331 10.0.0.131 - - [2026-01-22 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.316467 10.0.0.131 - - [2026-01-22 02:45:48] "POST /access-control-lists HTTP/1.1" 200 592 0.037701 10.0.0.38 - - [2026-01-22 02:45:48] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.502509 10.0.0.38 - - [2026-01-22 02:45:49] "GET / HTTP/1.1" 200 36215 0.001429 10.0.0.38 - - [2026-01-22 02:45:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.38 - - [2026-01-22 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.068967 10.0.0.131 - - [2026-01-22 02:45:50] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000826 10.0.0.38 - - [2026-01-22 02:45:50] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.056822 10.0.0.131 - - [2026-01-22 02:45:50] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001317 10.0.0.38 - - [2026-01-22 02:45:51] "POST /neutron/network HTTP/1.1" 200 599 0.167406 10.0.0.131 - - [2026-01-22 02:45:51] "POST /route-targets HTTP/1.1" 200 328 0.015044 10.0.0.38 - - [2026-01-22 02:45:51] "POST /neutron/network HTTP/1.1" 200 994 0.015617 10.0.0.38 - - [2026-01-22 02:45:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001109 10.0.0.38 - - [2026-01-22 02:45:51] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005998 10.0.0.38 - - [2026-01-22 02:45:51] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005384 10.0.0.38 - - [2026-01-22 02:45:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.008639 10.0.0.38 - - [2026-01-22 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.131 - - [2026-01-22 02:45:51] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000912 10.0.0.38 - - [2026-01-22 02:45:51] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.043715 10.0.0.131 - - [2026-01-22 02:45:51] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000897 10.0.0.38 - - [2026-01-22 02:45:52] "POST /neutron/network HTTP/1.1" 200 599 0.143609 10.0.0.131 - - [2026-01-22 02:45:52] "POST /ref-update HTTP/1.1" 200 156 0.028103 10.0.0.131 - - [2026-01-22 02:45:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.015361 10.0.0.38 - - [2026-01-22 02:45:52] "POST /neutron/network HTTP/1.1" 200 992 0.011041 10.0.0.38 - - [2026-01-22 02:45:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.000983 10.0.0.38 - - [2026-01-22 02:45:52] "GET /virtual-network/03db8e01-83d4-402d-a726-0c9ba99617dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005189 10.0.0.38 - - [2026-01-22 02:45:52] "GET /virtual-network/03db8e01-83d4-402d-a726-0c9ba99617dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005069 10.0.0.38 - - [2026-01-22 02:45:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.008012 10.0.0.38 - - [2026-01-22 02:45:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001164 10.0.0.131 - - [2026-01-22 02:45:53] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001299 10.0.0.38 - - [2026-01-22 02:45:53] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.082779 10.0.0.38 - - [2026-01-22 02:45:53] "POST /neutron/network HTTP/1.1" 200 994 0.045930 10.0.0.38 - - [2026-01-22 02:45:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001901 10.0.0.38 - - [2026-01-22 02:45:53] "POST /neutron/port HTTP/1.1" 200 117 0.008404 10.0.0.131 - - [2026-01-22 02:45:54] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001135 10.0.0.38 - - [2026-01-22 02:45:54] "POST /neutron/port HTTP/1.1" 200 1163 0.387871 10.0.0.131 - - [2026-01-22 02:45:54] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000963 10.0.0.38 - - [2026-01-22 02:45:54] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.092448 10.0.0.38 - - [2026-01-22 02:45:54] "POST /neutron/port HTTP/1.1" 200 1217 0.178004 10.0.0.38 - - [2026-01-22 02:45:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004745 10.0.0.38 - - [2026-01-22 02:45:55] "POST /neutron/port HTTP/1.1" 200 1227 0.017317 10.0.0.38 - - [2026-01-22 02:45:55] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.38 - - [2026-01-22 02:45:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001221 10.0.0.38 - - [2026-01-22 02:45:55] "POST /neutron/port HTTP/1.1" 200 1227 0.025494 10.0.0.38 - - [2026-01-22 02:45:55] "POST /neutron/network HTTP/1.1" 200 1004 0.007071 10.0.0.38 - - [2026-01-22 02:45:56] "POST /neutron/port HTTP/1.1" 200 1163 0.027489 10.0.0.38 - - [2026-01-22 02:45:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004621 10.0.0.38 - - [2026-01-22 02:45:56] "POST /neutron/port HTTP/1.1" 200 117 0.001926 10.0.0.131 - - [2026-01-22 02:45:56] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001452 10.0.0.38 - - [2026-01-22 02:45:56] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.073456 10.0.0.38 - - [2026-01-22 02:45:56] "POST /neutron/network HTTP/1.1" 200 992 0.010259 10.0.0.38 - - [2026-01-22 02:45:56] "POST /neutron/port HTTP/1.1" 200 117 0.009027 10.0.0.38 - - [2026-01-22 02:45:56] "POST /neutron/port HTTP/1.1" 200 1227 0.017489 10.0.0.38 - - [2026-01-22 02:45:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007716 10.0.0.38 - - [2026-01-22 02:45:57] "GET /virtual-machine/695fddcd-f212-4783-ab0d-2bf450ced664 HTTP/1.1" 401 292 0.000398 10.0.0.38 - - [2026-01-22 02:45:57] "GET /virtual-machine/695fddcd-f212-4783-ab0d-2bf450ced664 HTTP/1.1" 200 1288 0.052090 10.0.0.38 - - [2026-01-22 02:45:57] "GET /virtual-machine-interface/014da191-7a08-4583-af36-ec71883c7f25 HTTP/1.1" 200 3110 0.005769 10.0.0.38 - - [2026-01-22 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.38 - - [2026-01-22 02:45:57] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003630 10.0.0.38 - - [2026-01-22 02:45:57] "GET /virtual-networks?parent_id=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003608 10.0.0.38 - - [2026-01-22 02:45:57] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005392 10.0.0.38 - - [2026-01-22 02:45:57] "POST /neutron/port HTTP/1.1" 200 1161 0.031566 10.0.0.38 - - [2026-01-22 02:45:57] "POST /neutron/port HTTP/1.1" 200 1225 0.024150 10.0.0.38 - - [2026-01-22 02:45:57] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016883 10.0.0.38 - - [2026-01-22 02:45:58] "POST /neutron/network HTTP/1.1" 200 992 0.011966 10.0.0.38 - - [2026-01-22 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.38 - - [2026-01-22 02:46:00] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.008116 10.0.0.38 - - [2026-01-22 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.38 - - [2026-01-22 02:46:04] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005373 10.0.0.38 - - [2026-01-22 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.38 - - [2026-01-22 02:46:08] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005208 10.0.0.38 - - [2026-01-22 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.38 - - [2026-01-22 02:46:12] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005271 10.0.0.38 - - [2026-01-22 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.38 - - [2026-01-22 02:46:17] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.004910 10.0.0.38 - - [2026-01-22 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.38 - - [2026-01-22 02:46:21] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.004930 10.0.0.38 - - [2026-01-22 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.38 - - [2026-01-22 02:46:25] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005529 10.0.0.38 - - [2026-01-22 02:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.38 - - [2026-01-22 02:46:29] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.006583 10.0.0.38 - - [2026-01-22 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.38 - - [2026-01-22 02:46:33] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.006148 10.0.0.131 - - [2026-01-22 02:46:33] "DELETE /project/d3d63121-eb48-4836-bc67-e3253e929869 HTTP/1.1" 404 177 0.035574 10.0.0.131 - - [2026-01-22 02:46:33] "DELETE /project/bdf652449ebf4d4e8c8e567e65db02bf HTTP/1.1" 404 173 0.052936 10.0.0.131 - - [2026-01-22 02:46:33] "DELETE /project/d3d63121eb484836bc67e3253e929869 HTTP/1.1" 404 173 0.076467 10.0.0.38 - - [2026-01-22 02:46:35] "POST /neutron/network HTTP/1.1" 200 1004 0.009165 10.0.0.38 - - [2026-01-22 02:46:35] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013238 10.0.0.38 - - [2026-01-22 02:46:36] "POST /neutron/network HTTP/1.1" 200 994 0.015854 10.0.0.38 - - [2026-01-22 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.38 - - [2026-01-22 02:46:37] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005979 10.0.0.38 - - [2026-01-22 02:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.38 - - [2026-01-22 02:46:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003172 10.0.0.38 - - [2026-01-22 02:46:41] "GET /virtual-networks?parent_id=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003186 10.0.0.38 - - [2026-01-22 02:46:41] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005573 10.0.0.38 - - [2026-01-22 02:46:47] "POST /neutron/port HTTP/1.1" 200 1227 0.018900 10.0.0.38 - - [2026-01-22 02:46:47] "POST /neutron/port HTTP/1.1" 200 1227 0.024980 10.0.0.38 - - [2026-01-22 02:46:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003964 10.0.0.38 - - [2026-01-22 02:46:47] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.38 - - [2026-01-22 02:46:52] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008507 10.0.0.38 - - [2026-01-22 02:46:56] "GET /obj-perms HTTP/1.1" 200 5056 0.052423 10.0.0.38 - - [2026-01-22 02:46:57] "POST /neutron/port HTTP/1.1" 200 1227 0.017530 10.0.0.38 - - [2026-01-22 02:47:02] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009632 10.0.0.38 - - [2026-01-22 02:47:07] "POST /neutron/port HTTP/1.1" 200 1227 0.020843 10.0.0.38 - - [2026-01-22 02:47:07] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009995 10.0.0.38 - - [2026-01-22 02:47:08] "GET /virtual-machine/de3fd274-336c-4970-aaa9-0b199a5f7e13 HTTP/1.1" 200 1289 0.005704 10.0.0.38 - - [2026-01-22 02:47:08] "GET /virtual-machine-interface/bc5a3fe3-0775-4b3c-bf4b-62932ae449dc HTTP/1.1" 200 3113 0.005796 10.0.0.38 - - [2026-01-22 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.38 - - [2026-01-22 02:47:08] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003596 10.0.0.38 - - [2026-01-22 02:47:08] "GET /virtual-networks?parent_id=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003596 10.0.0.38 - - [2026-01-22 02:47:08] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005863 10.0.0.38 - - [2026-01-22 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.38 - - [2026-01-22 02:47:09] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004596 10.0.0.38 - - [2026-01-22 02:47:09] "GET /virtual-networks?parent_id=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003504 10.0.0.38 - - [2026-01-22 02:47:09] "GET /virtual-network/d0e5081c-141a-4e63-925e-a2c7e77a7d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2621 0.005092 10.0.0.38 - - [2026-01-22 02:47:09] "POST /neutron/port HTTP/1.1" 200 1227 0.018696 10.0.0.38 - - [2026-01-22 02:47:09] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006734 10.0.0.38 - - [2026-01-22 02:47:14] "POST /neutron/port HTTP/1.1" 200 1225 0.017326 10.0.0.38 - - [2026-01-22 02:47:14] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009811 10.0.0.38 - - [2026-01-22 02:47:14] "GET /virtual-machine/84e47c24-6c0e-40b3-abb6-b406c628b62a HTTP/1.1" 200 1288 0.005866 10.0.0.38 - - [2026-01-22 02:47:14] "GET /virtual-machine-interface/8b1d392b-33a1-43ed-b29e-a41c37fb3588 HTTP/1.1" 200 3113 0.005105 10.0.0.38 - - [2026-01-22 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.38 - - [2026-01-22 02:47:14] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003842 10.0.0.38 - - [2026-01-22 02:47:14] "GET /virtual-networks?parent_id=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002601 10.0.0.38 - - [2026-01-22 02:47:14] "GET /virtual-network/03db8e01-83d4-402d-a726-0c9ba99617dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005971 10.0.0.38 - - [2026-01-22 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.38 - - [2026-01-22 02:47:16] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003308 10.0.0.38 - - [2026-01-22 02:47:16] "GET /virtual-networks?parent_id=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002465 10.0.0.38 - - [2026-01-22 02:47:16] "GET /virtual-network/03db8e01-83d4-402d-a726-0c9ba99617dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005430 10.0.0.38 - - [2026-01-22 02:47:22] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003098 10.0.0.38 - - [2026-01-22 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.38 - - [2026-01-22 02:47:22] "GET /global-qos-config/4c9f9ce8-db02-48ef-bc0e-6e07c72483b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1086 0.004312 10.0.0.38 - - [2026-01-22 02:47:22] "POST /fqname-to-id HTTP/1.1" 404 222 0.003073 10.0.0.38 - - [2026-01-22 02:47:22] "POST /forwarding-classs HTTP/1.1" 200 578 0.027708 10.0.0.38 - - [2026-01-22 02:47:22] "POST /id-to-fqname HTTP/1.1" 200 232 0.003336 10.0.0.38 - - [2026-01-22 02:47:22] "GET /forwarding-class/eba920ab-b043-4993-8e65-fdf326e73ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.010915 10.0.0.131 - - [2026-01-22 02:47:23] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.045512 10.0.0.38 - - [2026-01-22 02:47:23] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.095121 10.0.0.38 - - [2026-01-22 02:47:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.004252 10.0.0.38 - - [2026-01-22 02:47:23] "POST /qos-configs HTTP/1.1" 200 545 0.036840 10.0.0.38 - - [2026-01-22 02:47:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.003801 10.0.0.38 - - [2026-01-22 02:47:23] "GET /qos-config/206182fa-2e64-496f-8d7a-376156e5aab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.008618 10.0.0.38 - - [2026-01-22 02:47:23] "GET /virtual-machine-interface/014da191-7a08-4583-af36-ec71883c7f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.005520 10.0.0.38 - - [2026-01-22 02:47:23] "POST /ref-update HTTP/1.1" 200 156 0.014679 10.0.0.38 - - [2026-01-22 02:47:23] "POST /neutron/port HTTP/1.1" 200 1227 0.022423 10.0.0.38 - - [2026-01-22 02:47:23] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010227 10.0.0.38 - - [2026-01-22 02:47:23] "POST /neutron/port HTTP/1.1" 200 1227 0.020340 10.0.0.38 - - [2026-01-22 02:47:23] "POST /neutron/network HTTP/1.1" 200 994 0.008343 10.0.0.38 - - [2026-01-22 02:47:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.000983 10.0.0.38 - - [2026-01-22 02:47:23] "GET /virtual-machine/695fddcd-f212-4783-ab0d-2bf450ced664 HTTP/1.1" 200 1288 0.003894 10.0.0.38 - - [2026-01-22 02:47:23] "GET /virtual-machine-interface/014da191-7a08-4583-af36-ec71883c7f25 HTTP/1.1" 200 3358 0.006046 10.0.0.38 - - [2026-01-22 02:47:23] "GET /instance-ip/d0aa3268-2bd3-4514-bd86-915091ea4071 HTTP/1.1" 200 1632 0.006718 10.0.0.38 - - [2026-01-22 02:47:23] "GET /instance-ip/ea33d8ac-bdb8-4223-84c4-e667f3e42ca8 HTTP/1.1" 200 1613 0.006156 10.0.0.38 - - [2026-01-22 02:47:24] "POST /neutron/port HTTP/1.1" 200 1227 0.018625 10.0.0.38 - - [2026-01-22 02:47:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008563 10.0.0.38 - - [2026-01-22 02:47:24] "POST /neutron/network HTTP/1.1" 200 968 0.014928 10.0.0.38 - - [2026-01-22 02:47:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001565 10.0.0.38 - - [2026-01-22 02:47:24] "GET /virtual-machine/de3fd274-336c-4970-aaa9-0b199a5f7e13 HTTP/1.1" 200 1289 0.003969 10.0.0.38 - - [2026-01-22 02:47:24] "GET /virtual-machine-interface/bc5a3fe3-0775-4b3c-bf4b-62932ae449dc HTTP/1.1" 200 3113 0.004788 10.0.0.38 - - [2026-01-22 02:47:24] "GET /instance-ip/6a00564e-d673-4123-bb35-ae0b70656213 HTTP/1.1" 200 1613 0.005805 10.0.0.38 - - [2026-01-22 02:47:24] "GET /instance-ip/f727c2d2-df19-4191-a949-8fc1f5017db7 HTTP/1.1" 200 1632 0.006595 10.0.0.131 - - [2026-01-22 02:47:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.131 - - [2026-01-22 02:47:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2026-01-22 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2026-01-22 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.38 - - [2026-01-22 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.38 - - [2026-01-22 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.131 - - [2026-01-22 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.131 - - [2026-01-22 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.50 - - [2026-01-22 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.50 - - [2026-01-22 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.38 - - [2026-01-22 02:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.38 - - [2026-01-22 02:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.38 - - [2026-01-22 02:47:37] "POST /neutron/port HTTP/1.1" 200 1227 0.022937 10.0.0.38 - - [2026-01-22 02:47:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005055 10.0.0.38 - - [2026-01-22 02:47:37] "POST /neutron/port HTTP/1.1" 200 117 0.001620 10.0.0.38 - - [2026-01-22 02:47:47] "POST /neutron/port HTTP/1.1" 200 1225 0.021896 10.0.0.38 - - [2026-01-22 02:47:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004638 10.0.0.38 - - [2026-01-22 02:47:47] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.38 - - [2026-01-22 02:47:51] "GET /virtual-machine-interface/014da191-7a08-4583-af36-ec71883c7f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2941 0.005716 10.0.0.38 - - [2026-01-22 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.019463 10.0.0.38 - - [2026-01-22 02:47:51] "DELETE /qos-config/206182fa-2e64-496f-8d7a-376156e5aab3 HTTP/1.1" 200 115 0.033425 10.0.0.38 - - [2026-01-22 02:47:51] "POST /id-to-fqname HTTP/1.1" 200 232 0.001189 10.0.0.38 - - [2026-01-22 02:47:51] "DELETE /forwarding-class/eba920ab-b043-4993-8e65-fdf326e73ba8 HTTP/1.1" 200 115 0.037845 10.0.0.38 - - [2026-01-22 02:47:53] "POST /neutron/network HTTP/1.1" 400 204 0.018727 10.0.0.38 - - [2026-01-22 02:47:53] "POST /neutron/port HTTP/1.1" 200 1227 0.022045 10.0.0.38 - - [2026-01-22 02:47:53] "POST /neutron/port HTTP/1.1" 200 1217 0.018272 10.0.0.38 - - [2026-01-22 02:47:53] "POST /neutron/port HTTP/1.1" 200 151 0.335182 10.0.0.131 - - [2026-01-22 02:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.38 - - [2026-01-22 02:47:55] "POST /neutron/network HTTP/1.1" 200 994 0.013798 10.0.0.131 - - [2026-01-22 02:47:55] "DELETE /route-target/c71fd655-b962-4575-bb6c-f23b8fde5bc9 HTTP/1.1" 200 115 0.028719 10.0.0.131 - - [2026-01-22 02:47:55] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001678 10.0.0.38 - - [2026-01-22 02:47:55] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.070564 10.0.0.131 - - [2026-01-22 02:47:55] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000995 10.0.0.38 - - [2026-01-22 02:47:55] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?fields=virtual_networks HTTP/1.1" 200 1033 0.050602 10.0.0.131 - - [2026-01-22 02:47:55] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001770 10.0.0.38 - - [2026-01-22 02:47:55] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.053737 10.0.0.131 - - [2026-01-22 02:47:55] "GET /projects?obj_uuids=bdf65244-9ebf-4d4e-8c8e-567e65db02bf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001108 10.0.0.38 - - [2026-01-22 02:47:55] "GET /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf?fields=security_groups HTTP/1.1" 200 1254 0.046636 10.0.0.38 - - [2026-01-22 02:47:56] "POST /fqname-to-id HTTP/1.1" 404 181 0.024644 10.0.0.131 - - [2026-01-22 02:47:56] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004261 10.0.0.131 - - [2026-01-22 02:47:56] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.131 - - [2026-01-22 02:47:56] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006730 10.0.0.50 - - [2026-01-22 02:47:57] "GET /obj-perms HTTP/1.1" 200 5056 0.071112 10.0.0.131 - - [2026-01-22 02:47:57] "POST /id-to-fqname HTTP/1.1" 200 183 0.002580 10.0.0.131 - - [2026-01-22 02:47:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.005572 10.0.0.131 - - [2026-01-22 02:47:57] "POST /security-groups HTTP/1.1" 200 584 0.077528 10.0.0.131 - - [2026-01-22 02:47:57] "POST /projects HTTP/1.1" 200 571 0.327215 10.0.0.131 - - [2026-01-22 02:47:57] "POST /fqname-to-id HTTP/1.1" 404 226 0.016413 10.0.0.131 - - [2026-01-22 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.404126 10.0.0.38 - - [2026-01-22 02:47:57] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.816777 10.0.0.131 - - [2026-01-22 02:47:57] "GET /obj-perms HTTP/1.1" 200 5056 0.082843 10.0.0.38 - - [2026-01-22 02:47:58] "GET / HTTP/1.1" 200 36215 0.002183 10.0.0.38 - - [2026-01-22 02:48:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.38 - - [2026-01-22 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.063684 10.0.0.131 - - [2026-01-22 02:48:00] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000998 10.0.0.38 - - [2026-01-22 02:48:00] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.053052 10.0.0.131 - - [2026-01-22 02:48:00] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001271 10.0.0.38 - - [2026-01-22 02:48:01] "POST /neutron/network HTTP/1.1" 200 612 0.163940 10.0.0.131 - - [2026-01-22 02:48:01] "POST /ref-update HTTP/1.1" 200 156 0.033528 10.0.0.38 - - [2026-01-22 02:48:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.003467 10.0.0.38 - - [2026-01-22 02:48:01] "GET /virtual-network/ee7c0a92-ed06-458d-b716-7f186945938f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005994 10.0.0.38 - - [2026-01-22 02:48:01] "POST /neutron/network HTTP/1.1" 200 831 0.006978 10.0.0.38 - - [2026-01-22 02:48:01] "GET /virtual-network/ee7c0a92-ed06-458d-b716-7f186945938f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005649 10.0.0.38 - - [2026-01-22 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.38 - - [2026-01-22 02:48:01] "GET /virtual-network/ee7c0a92-ed06-458d-b716-7f186945938f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005708 10.0.0.38 - - [2026-01-22 02:48:01] "PUT /virtual-network/ee7c0a92-ed06-458d-b716-7f186945938f HTTP/1.1" 200 265 0.101276 10.0.0.38 - - [2026-01-22 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.131 - - [2026-01-22 02:48:01] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001354 10.0.0.38 - - [2026-01-22 02:48:01] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.043950 10.0.0.38 - - [2026-01-22 02:48:01] "POST /neutron/network HTTP/1.1" 200 117 0.017093 10.0.0.131 - - [2026-01-22 02:48:02] "POST /route-targets HTTP/1.1" 200 328 0.016557 10.0.0.38 - - [2026-01-22 02:48:02] "POST /neutron/network HTTP/1.1" 200 832 0.010073 10.0.0.38 - - [2026-01-22 02:48:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001229 10.0.0.38 - - [2026-01-22 02:48:02] "GET /virtual-network/37ed5f82-9823-4a6e-8682-b4e94bc19c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006260 10.0.0.38 - - [2026-01-22 02:48:02] "GET /virtual-network/37ed5f82-9823-4a6e-8682-b4e94bc19c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005918 10.0.0.38 - - [2026-01-22 02:48:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.008784 10.0.0.38 - - [2026-01-22 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.38 - - [2026-01-22 02:48:02] "GET /virtual-network/37ed5f82-9823-4a6e-8682-b4e94bc19c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005870 10.0.0.38 - - [2026-01-22 02:48:02] "PUT /virtual-network/37ed5f82-9823-4a6e-8682-b4e94bc19c69 HTTP/1.1" 200 265 0.073492 10.0.0.38 - - [2026-01-22 02:48:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001262 10.0.0.131 - - [2026-01-22 02:48:03] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001196 10.0.0.38 - - [2026-01-22 02:48:03] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.072374 10.0.0.38 - - [2026-01-22 02:48:03] "POST /neutron/port HTTP/1.1" 200 117 0.005826 10.0.0.38 - - [2026-01-22 02:48:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001611 10.0.0.38 - - [2026-01-22 02:48:03] "POST /neutron/network HTTP/1.1" 200 842 0.006827 10.0.0.38 - - [2026-01-22 02:48:04] "POST /neutron/port HTTP/1.1" 200 1053 0.024656 10.0.0.131 - - [2026-01-22 02:48:04] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000945 10.0.0.38 - - [2026-01-22 02:48:04] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.126970 10.0.0.38 - - [2026-01-22 02:48:04] "POST /neutron/network HTTP/1.1" 200 832 0.037980 10.0.0.38 - - [2026-01-22 02:48:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.014138 10.0.0.38 - - [2026-01-22 02:48:05] "POST /neutron/port HTTP/1.1" 200 1117 0.028977 10.0.0.38 - - [2026-01-22 02:48:05] "POST /neutron/port HTTP/1.1" 200 1117 0.019349 10.0.0.131 - - [2026-01-22 02:48:05] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001189 10.0.0.38 - - [2026-01-22 02:48:05] "POST /neutron/port HTTP/1.1" 200 1054 0.344770 10.0.0.38 - - [2026-01-22 02:48:06] "POST /neutron/port HTTP/1.1" 200 1108 0.121357 10.0.0.38 - - [2026-01-22 02:48:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.009545 10.0.0.38 - - [2026-01-22 02:48:10] "POST /neutron/port HTTP/1.1" 200 1117 0.016874 10.0.0.38 - - [2026-01-22 02:48:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007935 10.0.0.38 - - [2026-01-22 02:48:10] "GET /virtual-machine/6cca8023-df36-4e4f-baec-5dc38ddb29ce HTTP/1.1" 401 292 0.000384 10.0.0.38 - - [2026-01-22 02:48:11] "GET /virtual-machine/6cca8023-df36-4e4f-baec-5dc38ddb29ce HTTP/1.1" 200 1287 0.038800 10.0.0.38 - - [2026-01-22 02:48:11] "GET /virtual-machine-interface/e3a437ff-5e20-476a-b7e5-1a01a5bfbb49 HTTP/1.1" 200 2934 0.005706 10.0.0.38 - - [2026-01-22 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.38 - - [2026-01-22 02:48:11] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003628 10.0.0.38 - - [2026-01-22 02:48:11] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003030 10.0.0.38 - - [2026-01-22 02:48:11] "GET /virtual-network/ee7c0a92-ed06-458d-b716-7f186945938f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005057 10.0.0.38 - - [2026-01-22 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.38 - - [2026-01-22 02:48:14] "GET /virtual-network/ee7c0a92-ed06-458d-b716-7f186945938f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006295 10.0.0.38 - - [2026-01-22 02:48:14] "POST /neutron/port HTTP/1.1" 200 1117 0.040943 10.0.0.38 - - [2026-01-22 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006584 10.0.0.38 - - [2026-01-22 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.38 - - [2026-01-22 02:48:16] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004511 10.0.0.38 - - [2026-01-22 02:48:16] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002970 10.0.0.38 - - [2026-01-22 02:48:16] "GET /virtual-network/ee7c0a92-ed06-458d-b716-7f186945938f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005299 10.0.0.38 - - [2026-01-22 02:48:21] "POST /neutron/port HTTP/1.1" 200 1118 0.017882 10.0.0.38 - - [2026-01-22 02:48:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008207 10.0.0.38 - - [2026-01-22 02:48:21] "GET /virtual-machine/070511d6-7af8-4642-aaff-54584d9cfdaa HTTP/1.1" 200 1286 0.007284 10.0.0.38 - - [2026-01-22 02:48:21] "GET /virtual-machine-interface/37165e73-1747-4a52-bb24-bf8a74467449 HTTP/1.1" 200 2933 0.005164 10.0.0.38 - - [2026-01-22 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.38 - - [2026-01-22 02:48:21] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003675 10.0.0.38 - - [2026-01-22 02:48:21] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002536 10.0.0.38 - - [2026-01-22 02:48:22] "GET /virtual-network/37ed5f82-9823-4a6e-8682-b4e94bc19c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005806 10.0.0.38 - - [2026-01-22 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005363 10.0.0.38 - - [2026-01-22 02:48:23] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004838 10.0.0.38 - - [2026-01-22 02:48:23] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002877 10.0.0.38 - - [2026-01-22 02:48:23] "GET /virtual-network/37ed5f82-9823-4a6e-8682-b4e94bc19c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004620 10.0.0.131 - - [2026-01-22 02:48:23] "DELETE /access-control-list/7bf9a8c9-e291-4e2b-bc5c-c74e869aae75 HTTP/1.1" 200 115 0.034009 10.0.0.38 - - [2026-01-22 02:48:23] "POST /routing-policys HTTP/1.1" 200 536 0.045384 10.0.0.38 - - [2026-01-22 02:48:23] "GET /virtual-network/ee7c0a92-ed06-458d-b716-7f186945938f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.014575 10.0.0.38 - - [2026-01-22 02:48:23] "PUT /virtual-network/ee7c0a92-ed06-458d-b716-7f186945938f HTTP/1.1" 200 265 0.080573 10.0.0.131 - - [2026-01-22 02:48:27] "POST /ref-update HTTP/1.1" 200 156 0.026489 10.0.0.38 - - [2026-01-22 02:48:27] "POST /ref-update HTTP/1.1" 200 156 0.058641 10.0.0.38 - - [2026-01-22 02:48:27] "DELETE /routing-policy/d55f944c-2bf0-4d8e-b304-250f70510e21 HTTP/1.1" 200 115 0.049732 10.0.0.38 - - [2026-01-22 02:48:27] "POST /neutron/network HTTP/1.1" 200 832 0.006690 10.0.0.38 - - [2026-01-22 02:48:28] "POST /neutron/port HTTP/1.1" 200 1108 0.012544 10.0.0.38 - - [2026-01-22 02:48:28] "POST /neutron/port HTTP/1.1" 200 1107 0.020318 10.0.0.131 - - [2026-01-22 02:48:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005262 10.0.0.131 - - [2026-01-22 02:48:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002290 10.0.0.38 - - [2026-01-22 02:48:29] "POST /neutron/network HTTP/1.1" 200 151 0.117693 10.0.0.131 - - [2026-01-22 02:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.131 - - [2026-01-22 02:48:29] "DELETE /route-target/5f2a26bd-3aca-4698-a2d6-b629140a3ff1 HTTP/1.1" 200 115 0.027307 10.0.0.38 - - [2026-01-22 02:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.131 - - [2026-01-22 02:48:32] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000905 10.0.0.38 - - [2026-01-22 02:48:32] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.050327 10.0.0.38 - - [2026-01-22 02:48:32] "POST /neutron/network HTTP/1.1" 200 117 0.014123 10.0.0.131 - - [2026-01-22 02:48:32] "POST /route-targets HTTP/1.1" 200 328 0.013668 10.0.0.38 - - [2026-01-22 02:48:33] "POST /neutron/network HTTP/1.1" 200 831 0.007851 10.0.0.38 - - [2026-01-22 02:48:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001025 10.0.0.38 - - [2026-01-22 02:48:33] "GET /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004648 10.0.0.38 - - [2026-01-22 02:48:33] "GET /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005275 10.0.0.38 - - [2026-01-22 02:48:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.008194 10.0.0.38 - - [2026-01-22 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.38 - - [2026-01-22 02:48:33] "GET /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004539 10.0.0.38 - - [2026-01-22 02:48:33] "PUT /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37 HTTP/1.1" 200 265 0.052278 10.0.0.131 - - [2026-01-22 02:48:33] "POST /ref-update HTTP/1.1" 200 156 0.027186 10.0.0.38 - - [2026-01-22 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006503 10.0.0.131 - - [2026-01-22 02:48:33] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001193 10.0.0.38 - - [2026-01-22 02:48:33] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.034314 10.0.0.131 - - [2026-01-22 02:48:33] "POST /useragent-kv HTTP/1.1" 200 115 0.007519 10.0.0.38 - - [2026-01-22 02:48:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.254084 10.0.0.38 - - [2026-01-22 02:48:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001145 10.0.0.38 - - [2026-01-22 02:48:33] "GET /virtual-network/ee4016ba-f1f0-4094-9178-36ae335c68d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006827 10.0.0.38 - - [2026-01-22 02:48:33] "GET /virtual-network/ee4016ba-f1f0-4094-9178-36ae335c68d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005274 10.0.0.131 - - [2026-01-22 02:48:33] "DELETE /project/1a19f53d41c246aebea6b1e82d2f94f3 HTTP/1.1" 404 173 0.003454 10.0.0.131 - - [2026-01-22 02:48:33] "DELETE /project/bdf65244-9ebf-4d4e-8c8e-567e65db02bf HTTP/1.1" 404 177 0.004938 10.0.0.38 - - [2026-01-22 02:48:33] "POST /neutron/network HTTP/1.1" 200 832 0.005965 10.0.0.38 - - [2026-01-22 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.38 - - [2026-01-22 02:48:33] "GET /virtual-network/ee4016ba-f1f0-4094-9178-36ae335c68d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005673 10.0.0.38 - - [2026-01-22 02:48:33] "PUT /virtual-network/ee4016ba-f1f0-4094-9178-36ae335c68d8 HTTP/1.1" 200 265 0.054104 10.0.0.131 - - [2026-01-22 02:48:34] "POST /ref-update HTTP/1.1" 200 156 0.033338 10.0.0.38 - - [2026-01-22 02:48:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001221 10.0.0.131 - - [2026-01-22 02:48:34] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000888 10.0.0.38 - - [2026-01-22 02:48:34] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.076508 10.0.0.38 - - [2026-01-22 02:48:34] "POST /neutron/network HTTP/1.1" 200 831 0.006375 10.0.0.38 - - [2026-01-22 02:48:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001552 10.0.0.38 - - [2026-01-22 02:48:35] "POST /neutron/port HTTP/1.1" 200 117 0.005869 10.0.0.131 - - [2026-01-22 02:48:35] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000951 10.0.0.38 - - [2026-01-22 02:48:35] "POST /neutron/port HTTP/1.1" 200 1053 0.294866 10.0.0.131 - - [2026-01-22 02:48:36] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000906 10.0.0.38 - - [2026-01-22 02:48:36] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.077506 10.0.0.38 - - [2026-01-22 02:48:36] "POST /neutron/port HTTP/1.1" 200 1107 0.166666 10.0.0.38 - - [2026-01-22 02:48:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003355 10.0.0.38 - - [2026-01-22 02:48:36] "POST /neutron/port HTTP/1.1" 200 1117 0.019550 10.0.0.38 - - [2026-01-22 02:48:36] "POST /neutron/port HTTP/1.1" 200 117 0.005682 10.0.0.38 - - [2026-01-22 02:48:36] "POST /neutron/network HTTP/1.1" 200 842 0.007941 10.0.0.38 - - [2026-01-22 02:48:37] "POST /neutron/port HTTP/1.1" 200 1054 0.015312 10.0.0.38 - - [2026-01-22 02:48:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003752 10.0.0.38 - - [2026-01-22 02:48:37] "POST /neutron/network HTTP/1.1" 200 832 0.006308 10.0.0.38 - - [2026-01-22 02:48:38] "POST /neutron/network HTTP/1.1" 200 841 0.006439 10.0.0.38 - - [2026-01-22 02:48:38] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.38 - - [2026-01-22 02:48:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010545 10.0.0.38 - - [2026-01-22 02:48:41] "POST /neutron/port HTTP/1.1" 200 1117 0.018863 10.0.0.38 - - [2026-01-22 02:48:41] "GET /virtual-machine/3206ae91-64a0-48bc-890f-3e6aada7e808 HTTP/1.1" 200 1286 0.006204 10.0.0.38 - - [2026-01-22 02:48:41] "GET /virtual-machine-interface/1fb8a832-846b-4992-b158-27f5adaa226d HTTP/1.1" 200 2933 0.004736 10.0.0.38 - - [2026-01-22 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.38 - - [2026-01-22 02:48:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002860 10.0.0.38 - - [2026-01-22 02:48:41] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002792 10.0.0.38 - - [2026-01-22 02:48:41] "GET /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005628 10.0.0.38 - - [2026-01-22 02:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.38 - - [2026-01-22 02:48:45] "GET /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005574 10.0.0.38 - - [2026-01-22 02:48:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006732 10.0.0.38 - - [2026-01-22 02:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.38 - - [2026-01-22 02:48:47] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004842 10.0.0.38 - - [2026-01-22 02:48:47] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003528 10.0.0.38 - - [2026-01-22 02:48:47] "GET /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006566 10.0.0.38 - - [2026-01-22 02:48:47] "POST /neutron/port HTTP/1.1" 200 1118 0.079872 10.0.0.38 - - [2026-01-22 02:48:47] "POST /neutron/port HTTP/1.1" 200 1118 0.016988 10.0.0.38 - - [2026-01-22 02:48:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.008872 10.0.0.38 - - [2026-01-22 02:48:52] "POST /neutron/port HTTP/1.1" 200 1118 0.018104 10.0.0.38 - - [2026-01-22 02:48:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010099 10.0.0.38 - - [2026-01-22 02:48:52] "GET /virtual-machine/772ad480-027c-47cd-bb9c-b42368999ba7 HTTP/1.1" 200 1287 0.006221 10.0.0.38 - - [2026-01-22 02:48:52] "GET /virtual-machine-interface/04aeeb51-eb92-41d3-812f-da8676147a50 HTTP/1.1" 200 2931 0.005507 10.0.0.38 - - [2026-01-22 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.38 - - [2026-01-22 02:48:52] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003801 10.0.0.38 - - [2026-01-22 02:48:52] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003228 10.0.0.38 - - [2026-01-22 02:48:52] "GET /virtual-network/ee4016ba-f1f0-4094-9178-36ae335c68d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005980 10.0.0.38 - - [2026-01-22 02:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.38 - - [2026-01-22 02:48:53] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003658 10.0.0.38 - - [2026-01-22 02:48:53] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003726 10.0.0.38 - - [2026-01-22 02:48:54] "GET /virtual-network/ee4016ba-f1f0-4094-9178-36ae335c68d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006330 10.0.0.38 - - [2026-01-22 02:48:54] "POST /routing-policys HTTP/1.1" 200 536 0.027531 10.0.0.38 - - [2026-01-22 02:48:54] "GET /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.012983 10.0.0.38 - - [2026-01-22 02:48:54] "PUT /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37 HTTP/1.1" 200 265 0.056007 10.0.0.38 - - [2026-01-22 02:48:59] "POST /routing-policys HTTP/1.1" 200 536 0.029720 10.0.0.38 - - [2026-01-22 02:48:59] "GET /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.011127 10.0.0.38 - - [2026-01-22 02:48:59] "PUT /virtual-network/71377ab1-59dc-4999-8d20-17a14d51cd37 HTTP/1.1" 200 265 0.086267 10.0.0.131 - - [2026-01-22 02:48:59] "POST /ref-update HTTP/1.1" 200 156 0.036844 10.0.0.38 - - [2026-01-22 02:48:59] "POST /ref-update HTTP/1.1" 200 156 0.051406 10.0.0.38 - - [2026-01-22 02:48:59] "DELETE /routing-policy/a2d3224c-c40f-49dc-9f0b-21211dd3b728 HTTP/1.1" 200 115 0.045633 10.0.0.38 - - [2026-01-22 02:48:59] "POST /ref-update HTTP/1.1" 200 156 0.064938 10.0.0.38 - - [2026-01-22 02:48:59] "DELETE /routing-policy/1787cff1-01b2-4491-8220-9f5ff79e1d3e HTTP/1.1" 200 115 0.040646 10.0.0.38 - - [2026-01-22 02:49:00] "POST /neutron/network HTTP/1.1" 200 832 0.007242 10.0.0.38 - - [2026-01-22 02:49:00] "POST /neutron/port HTTP/1.1" 200 1108 0.015253 10.0.0.38 - - [2026-01-22 02:49:00] "POST /neutron/port HTTP/1.1" 200 1107 0.033523 10.0.0.131 - - [2026-01-22 02:49:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007114 10.0.0.131 - - [2026-01-22 02:49:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003354 10.0.0.38 - - [2026-01-22 02:49:02] "POST /neutron/network HTTP/1.1" 200 151 0.164207 10.0.0.131 - - [2026-01-22 02:49:02] "DELETE /route-target/d091a9cd-3a6c-458f-902d-4ac0bf1da26d HTTP/1.1" 200 115 0.040653 10.0.0.131 - - [2026-01-22 02:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005780 10.0.0.131 - - [2026-01-22 02:49:02] "DELETE /route-target/8b51a551-762f-458c-a801-7ba9bd9ad0cb HTTP/1.1" 200 115 0.026666 10.0.0.38 - - [2026-01-22 02:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.131 - - [2026-01-22 02:49:05] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001276 10.0.0.38 - - [2026-01-22 02:49:05] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.039013 10.0.0.38 - - [2026-01-22 02:49:05] "POST /neutron/network HTTP/1.1" 200 117 0.012028 10.0.0.38 - - [2026-01-22 02:49:05] "POST /neutron/network HTTP/1.1" 200 830 0.010327 10.0.0.38 - - [2026-01-22 02:49:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001116 10.0.0.38 - - [2026-01-22 02:49:05] "GET /virtual-network/12612d1a-8576-44d7-a8f5-7e91a1b48c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005447 10.0.0.38 - - [2026-01-22 02:49:05] "GET /virtual-network/12612d1a-8576-44d7-a8f5-7e91a1b48c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005546 10.0.0.38 - - [2026-01-22 02:49:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.011108 10.0.0.38 - - [2026-01-22 02:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.38 - - [2026-01-22 02:49:05] "GET /virtual-network/12612d1a-8576-44d7-a8f5-7e91a1b48c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006177 10.0.0.38 - - [2026-01-22 02:49:05] "PUT /virtual-network/12612d1a-8576-44d7-a8f5-7e91a1b48c6c HTTP/1.1" 200 265 0.060575 10.0.0.131 - - [2026-01-22 02:49:05] "POST /route-targets HTTP/1.1" 200 324 0.018330 10.0.0.38 - - [2026-01-22 02:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010261 10.0.0.131 - - [2026-01-22 02:49:05] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000918 10.0.0.38 - - [2026-01-22 02:49:05] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.053328 10.0.0.131 - - [2026-01-22 02:49:06] "POST /ref-update HTTP/1.1" 200 156 0.027194 10.0.0.131 - - [2026-01-22 02:49:06] "POST /useragent-kv HTTP/1.1" 200 115 0.013440 10.0.0.38 - - [2026-01-22 02:49:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.211629 10.0.0.38 - - [2026-01-22 02:49:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001321 10.0.0.38 - - [2026-01-22 02:49:06] "GET /virtual-network/699ad7e0-ed02-42cf-bffd-88219674109f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004907 10.0.0.38 - - [2026-01-22 02:49:06] "GET /virtual-network/699ad7e0-ed02-42cf-bffd-88219674109f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007495 10.0.0.38 - - [2026-01-22 02:49:06] "POST /neutron/network HTTP/1.1" 200 831 0.011657 10.0.0.38 - - [2026-01-22 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.38 - - [2026-01-22 02:49:06] "GET /virtual-network/699ad7e0-ed02-42cf-bffd-88219674109f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005407 10.0.0.38 - - [2026-01-22 02:49:06] "PUT /virtual-network/699ad7e0-ed02-42cf-bffd-88219674109f HTTP/1.1" 200 265 0.057832 10.0.0.38 - - [2026-01-22 02:49:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001271 10.0.0.131 - - [2026-01-22 02:49:07] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001238 10.0.0.38 - - [2026-01-22 02:49:07] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.071337 10.0.0.38 - - [2026-01-22 02:49:07] "POST /neutron/network HTTP/1.1" 200 830 0.006710 10.0.0.38 - - [2026-01-22 02:49:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001268 10.0.0.38 - - [2026-01-22 02:49:07] "POST /neutron/port HTTP/1.1" 200 117 0.009686 10.0.0.131 - - [2026-01-22 02:49:08] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000927 10.0.0.38 - - [2026-01-22 02:49:08] "POST /neutron/port HTTP/1.1" 200 1052 0.291999 10.0.0.38 - - [2026-01-22 02:49:08] "POST /neutron/port HTTP/1.1" 200 1106 0.123059 10.0.0.38 - - [2026-01-22 02:49:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.009367 10.0.0.131 - - [2026-01-22 02:49:08] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000924 10.0.0.38 - - [2026-01-22 02:49:08] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.079755 10.0.0.38 - - [2026-01-22 02:49:08] "POST /neutron/network HTTP/1.1" 200 831 0.008663 10.0.0.38 - - [2026-01-22 02:49:08] "POST /neutron/port HTTP/1.1" 200 117 0.007377 10.0.0.38 - - [2026-01-22 02:49:09] "POST /neutron/network HTTP/1.1" 200 841 0.007969 10.0.0.38 - - [2026-01-22 02:49:09] "POST /neutron/port HTTP/1.1" 200 1053 0.020734 10.0.0.38 - - [2026-01-22 02:49:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004165 10.0.0.38 - - [2026-01-22 02:49:09] "POST /neutron/network HTTP/1.1" 200 831 0.006527 10.0.0.38 - - [2026-01-22 02:49:14] "POST /neutron/port HTTP/1.1" 200 1116 0.018399 10.0.0.38 - - [2026-01-22 02:49:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007303 10.0.0.38 - - [2026-01-22 02:49:14] "GET /virtual-machine/870fa94e-5755-4d28-b7fc-dcbb35a43132 HTTP/1.1" 200 1287 0.005859 10.0.0.38 - - [2026-01-22 02:49:14] "GET /virtual-machine-interface/cd5f3121-d1d6-4bc4-9ef4-b568ba62f12c HTTP/1.1" 200 2934 0.005029 10.0.0.38 - - [2026-01-22 02:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.38 - - [2026-01-22 02:49:14] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003905 10.0.0.38 - - [2026-01-22 02:49:14] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002740 10.0.0.38 - - [2026-01-22 02:49:14] "GET /virtual-network/12612d1a-8576-44d7-a8f5-7e91a1b48c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005409 10.0.0.38 - - [2026-01-22 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.38 - - [2026-01-22 02:49:17] "GET /virtual-network/12612d1a-8576-44d7-a8f5-7e91a1b48c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.013273 10.0.0.38 - - [2026-01-22 02:49:19] "POST /neutron/port HTTP/1.1" 200 1117 0.020275 10.0.0.38 - - [2026-01-22 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.38 - - [2026-01-22 02:49:19] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003054 10.0.0.38 - - [2026-01-22 02:49:19] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003004 10.0.0.38 - - [2026-01-22 02:49:19] "GET /virtual-network/12612d1a-8576-44d7-a8f5-7e91a1b48c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005338 10.0.0.38 - - [2026-01-22 02:49:19] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007811 10.0.0.38 - - [2026-01-22 02:49:25] "POST /neutron/port HTTP/1.1" 200 1117 0.017723 10.0.0.38 - - [2026-01-22 02:49:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007832 10.0.0.38 - - [2026-01-22 02:49:25] "GET /virtual-machine/b3810938-8048-4a44-a0f7-bc0c7132303c HTTP/1.1" 200 1288 0.007953 10.0.0.38 - - [2026-01-22 02:49:25] "GET /virtual-machine-interface/205f2407-892d-44f9-ba85-9bd8be9b70eb HTTP/1.1" 200 2933 0.005719 10.0.0.38 - - [2026-01-22 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.38 - - [2026-01-22 02:49:25] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003835 10.0.0.38 - - [2026-01-22 02:49:25] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004439 10.0.0.38 - - [2026-01-22 02:49:25] "GET /virtual-network/699ad7e0-ed02-42cf-bffd-88219674109f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005555 10.0.0.38 - - [2026-01-22 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.38 - - [2026-01-22 02:49:26] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004230 10.0.0.38 - - [2026-01-22 02:49:26] "GET /virtual-networks?parent_id=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002933 10.0.0.38 - - [2026-01-22 02:49:26] "GET /virtual-network/699ad7e0-ed02-42cf-bffd-88219674109f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005209 10.0.0.38 - - [2026-01-22 02:49:26] "POST /interface-route-tables HTTP/1.1" 200 576 0.026156 10.0.0.38 - - [2026-01-22 02:49:26] "GET /interface-route-table/4f3f3dfb-ebe5-4f7b-9d97-cb5d69865f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1308 0.013264 10.0.0.38 - - [2026-01-22 02:49:26] "GET /virtual-machine-interface/cd5f3121-d1d6-4bc4-9ef4-b568ba62f12c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.006154 10.0.0.38 - - [2026-01-22 02:49:26] "POST /ref-update HTTP/1.1" 200 156 0.016126 10.0.0.38 - - [2026-01-22 02:49:26] "POST /routing-policys HTTP/1.1" 200 536 0.026548 10.0.0.38 - - [2026-01-22 02:49:26] "GET /virtual-network/12612d1a-8576-44d7-a8f5-7e91a1b48c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005207 10.0.0.38 - - [2026-01-22 02:49:26] "PUT /virtual-network/12612d1a-8576-44d7-a8f5-7e91a1b48c6c HTTP/1.1" 200 265 0.063399 10.0.0.131 - - [2026-01-22 02:49:30] "POST /ref-update HTTP/1.1" 200 156 0.012928 10.0.0.38 - - [2026-01-22 02:49:30] "POST /ref-update HTTP/1.1" 200 156 0.049015 10.0.0.38 - - [2026-01-22 02:49:30] "DELETE /routing-policy/67c0fcd2-ed83-481c-8b6e-31b9adc68160 HTTP/1.1" 200 115 0.043666 10.0.0.38 - - [2026-01-22 02:49:31] "POST /neutron/port HTTP/1.1" 200 1117 0.016728 10.0.0.38 - - [2026-01-22 02:49:31] "POST /neutron/port HTTP/1.1" 200 1116 0.019303 10.0.0.38 - - [2026-01-22 02:49:33] "POST /neutron/network HTTP/1.1" 200 831 0.008106 10.0.0.131 - - [2026-01-22 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.131 - - [2026-01-22 02:49:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002495 10.0.0.131 - - [2026-01-22 02:49:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003687 10.0.0.38 - - [2026-01-22 02:49:33] "POST /neutron/network HTTP/1.1" 200 151 0.138581 10.0.0.131 - - [2026-01-22 02:49:33] "DELETE /route-target/e1e0bc57-1bf2-4276-84b5-41b57c39f28f HTTP/1.1" 200 115 0.025299 10.0.0.131 - - [2026-01-22 02:49:34] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000980 10.0.0.38 - - [2026-01-22 02:49:34] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.042248 10.0.0.131 - - [2026-01-22 02:49:34] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000957 10.0.0.38 - - [2026-01-22 02:49:34] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?fields=virtual_networks HTTP/1.1" 200 1030 0.048103 10.0.0.131 - - [2026-01-22 02:49:34] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001082 10.0.0.38 - - [2026-01-22 02:49:34] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.041658 10.0.0.131 - - [2026-01-22 02:49:34] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.38 - - [2026-01-22 02:49:34] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?fields=security_groups HTTP/1.1" 200 1250 0.040652 10.0.0.38 - - [2026-01-22 02:49:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.034307 10.0.0.131 - - [2026-01-22 02:49:35] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004049 10.0.0.131 - - [2026-01-22 02:49:35] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.131 - - [2026-01-22 02:49:35] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008726 10.0.0.131 - - [2026-01-22 02:49:36] "POST /id-to-fqname HTTP/1.1" 200 194 0.002298 10.0.0.131 - - [2026-01-22 02:49:36] "POST /fqname-to-id HTTP/1.1" 404 203 0.004098 10.0.0.131 - - [2026-01-22 02:49:36] "POST /security-groups HTTP/1.1" 200 595 0.080849 10.0.0.131 - - [2026-01-22 02:49:36] "POST /fqname-to-id HTTP/1.1" 404 238 0.009560 10.0.0.131 - - [2026-01-22 02:49:36] "POST /projects HTTP/1.1" 200 593 0.296746 10.0.0.131 - - [2026-01-22 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.376875 10.0.0.131 - - [2026-01-22 02:49:36] "POST /access-control-lists HTTP/1.1" 200 600 0.030304 10.0.0.38 - - [2026-01-22 02:49:36] "GET /project/37aca853-5f07-43ac-9b19-484e166bc964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.535879 10.0.0.38 - - [2026-01-22 02:49:37] "GET / HTTP/1.1" 200 36215 0.002137 10.0.0.38 - - [2026-01-22 02:49:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.38 - - [2026-01-22 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.075677 10.0.0.131 - - [2026-01-22 02:49:39] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001739 10.0.0.38 - - [2026-01-22 02:49:39] "GET /project/37aca853-5f07-43ac-9b19-484e166bc964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.046544 10.0.0.131 - - [2026-01-22 02:49:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009297 10.0.0.38 - - [2026-01-22 02:49:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.263645 10.0.0.38 - - [2026-01-22 02:49:40] "POST /id-to-fqname HTTP/1.1" 200 226 0.001701 10.0.0.38 - - [2026-01-22 02:49:40] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004982 10.0.0.38 - - [2026-01-22 02:49:40] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007738 10.0.0.38 - - [2026-01-22 02:49:40] "POST /neutron/network HTTP/1.1" 200 830 0.008118 10.0.0.38 - - [2026-01-22 02:49:40] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008906 10.0.0.38 - - [2026-01-22 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.38 - - [2026-01-22 02:49:42] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006652 10.0.0.38 - - [2026-01-22 02:49:42] "PUT /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688 HTTP/1.1" 200 265 0.071204 10.0.0.131 - - [2026-01-22 02:49:42] "POST /route-targets HTTP/1.1" 200 328 0.058467 10.0.0.38 - - [2026-01-22 02:49:47] "POST /id-to-fqname HTTP/1.1" 200 226 0.001713 10.0.0.131 - - [2026-01-22 02:49:48] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001572 10.0.0.38 - - [2026-01-22 02:49:48] "GET /project/37aca853-5f07-43ac-9b19-484e166bc964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.089400 10.0.0.38 - - [2026-01-22 02:49:48] "POST /neutron/network HTTP/1.1" 200 830 0.010915 10.0.0.38 - - [2026-01-22 02:49:48] "POST /neutron/port HTTP/1.1" 200 117 0.007417 10.0.0.38 - - [2026-01-22 02:49:49] "POST /neutron/port HTTP/1.1" 200 1062 0.020041 10.0.0.38 - - [2026-01-22 02:49:49] "POST /neutron/port HTTP/1.1" 200 1126 0.021428 10.0.0.38 - - [2026-01-22 02:49:49] "POST /neutron/port HTTP/1.1" 200 117 0.001779 10.0.0.38 - - [2026-01-22 02:49:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009624 10.0.0.38 - - [2026-01-22 02:49:53] "POST /neutron/port HTTP/1.1" 200 1126 0.019915 10.0.0.38 - - [2026-01-22 02:49:53] "GET /virtual-machine/2e0d8507-d044-4e22-aabc-aa577e88843c HTTP/1.1" 401 292 0.000607 10.0.0.38 - - [2026-01-22 02:49:54] "GET /virtual-machine/2e0d8507-d044-4e22-aabc-aa577e88843c HTTP/1.1" 200 1298 0.033423 10.0.0.38 - - [2026-01-22 02:49:54] "GET /virtual-machine-interface/76496626-a750-445c-b504-cb7caca0305c HTTP/1.1" 200 2973 0.006838 10.0.0.38 - - [2026-01-22 02:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.38 - - [2026-01-22 02:49:54] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004405 10.0.0.38 - - [2026-01-22 02:49:54] "GET /virtual-networks?parent_id=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003315 10.0.0.38 - - [2026-01-22 02:49:54] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007346 10.0.0.38 - - [2026-01-22 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.38 - - [2026-01-22 02:49:57] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005511 10.0.0.38 - - [2026-01-22 02:49:59] "GET /obj-perms HTTP/1.1" 200 5056 0.055674 10.0.0.38 - - [2026-01-22 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.38 - - [2026-01-22 02:50:01] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.008282 10.0.0.38 - - [2026-01-22 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.38 - - [2026-01-22 02:50:05] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007136 10.0.0.38 - - [2026-01-22 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.38 - - [2026-01-22 02:50:09] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005611 10.0.0.38 - - [2026-01-22 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.38 - - [2026-01-22 02:50:13] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005651 10.0.0.38 - - [2026-01-22 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.38 - - [2026-01-22 02:50:17] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005838 10.0.0.38 - - [2026-01-22 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.38 - - [2026-01-22 02:50:22] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005151 10.0.0.131 - - [2026-01-22 02:50:23] "DELETE /access-control-list/4f31a66a-13b9-4471-b34f-8f30f1e93fa5 HTTP/1.1" 200 115 0.045756 10.0.0.38 - - [2026-01-22 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.38 - - [2026-01-22 02:50:26] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004980 10.0.0.38 - - [2026-01-22 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.38 - - [2026-01-22 02:50:30] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005100 10.0.0.131 - - [2026-01-22 02:50:33] "DELETE /project/37aca8535f0743ac9b19484e166bc964 HTTP/1.1" 404 173 0.003609 10.0.0.131 - - [2026-01-22 02:50:33] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000791 10.0.0.131 - - [2026-01-22 02:50:33] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.042631 10.0.0.131 - - [2026-01-22 02:50:34] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000887 10.0.0.131 - - [2026-01-22 02:50:34] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?fields=security_groups HTTP/1.1" 200 1098 0.038638 10.0.0.131 - - [2026-01-22 02:50:34] "GET /projects?obj_uuids=1a19f53d-41c2-46ae-bea6-b1e82d2f94f3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001299 10.0.0.131 - - [2026-01-22 02:50:34] "GET /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3?fields=application_policy_sets HTTP/1.1" 200 1391 0.033530 10.0.0.131 - - [2026-01-22 02:50:34] "DELETE /project/1a19f53d-41c2-46ae-bea6-b1e82d2f94f3 HTTP/1.1" 409 278 0.212087 10.0.0.38 - - [2026-01-22 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.38 - - [2026-01-22 02:50:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003163 10.0.0.38 - - [2026-01-22 02:50:34] "GET /virtual-networks?parent_id=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004185 10.0.0.38 - - [2026-01-22 02:50:34] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005214 10.0.0.38 - - [2026-01-22 02:50:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006894 10.0.0.38 - - [2026-01-22 02:50:38] "POST /neutron/network HTTP/1.1" 200 840 0.005662 10.0.0.38 - - [2026-01-22 02:50:38] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.38 - - [2026-01-22 02:50:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008529 10.0.0.38 - - [2026-01-22 02:50:45] "POST /neutron/port HTTP/1.1" 200 1126 0.015712 10.0.0.38 - - [2026-01-22 02:50:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009840 10.0.0.38 - - [2026-01-22 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.38 - - [2026-01-22 02:50:55] "GET /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005722 10.0.0.38 - - [2026-01-22 02:50:55] "PUT /virtual-network/785efa90-d0e4-4eef-b0cf-1832256fc688 HTTP/1.1" 200 265 0.058464 10.0.0.131 - - [2026-01-22 02:50:55] "DELETE /route-target/09a0a23d-5c64-46e7-ba23-b9d9394060d9 HTTP/1.1" 200 115 0.022566 10.0.0.50 - - [2026-01-22 02:50:59] "GET /obj-perms HTTP/1.1" 200 5056 0.048645 10.0.0.131 - - [2026-01-22 02:50:59] "GET /obj-perms HTTP/1.1" 200 5056 0.048427 10.0.0.38 - - [2026-01-22 02:51:01] "POST /neutron/port HTTP/1.1" 200 1126 0.021544 10.0.0.38 - - [2026-01-22 02:51:02] "POST /neutron/network HTTP/1.1" 200 830 0.008101 10.0.0.38 - - [2026-01-22 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.131 - - [2026-01-22 02:51:05] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001047 10.0.0.38 - - [2026-01-22 02:51:05] "GET /project/37aca853-5f07-43ac-9b19-484e166bc964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.045389 10.0.0.131 - - [2026-01-22 02:51:05] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001241 10.0.0.38 - - [2026-01-22 02:51:05] "POST /neutron/network HTTP/1.1" 200 613 0.127658 10.0.0.131 - - [2026-01-22 02:51:05] "POST /route-targets HTTP/1.1" 200 328 0.021856 10.0.0.38 - - [2026-01-22 02:51:06] "POST /id-to-fqname HTTP/1.1" 200 226 0.003491 10.0.0.38 - - [2026-01-22 02:51:06] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008071 10.0.0.38 - - [2026-01-22 02:51:06] "POST /neutron/network HTTP/1.1" 200 833 0.006234 10.0.0.38 - - [2026-01-22 02:51:06] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009018 10.0.0.38 - - [2026-01-22 02:51:06] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004902 10.0.0.38 - - [2026-01-22 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.38 - - [2026-01-22 02:51:06] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004827 10.0.0.38 - - [2026-01-22 02:51:06] "PUT /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7 HTTP/1.1" 200 265 0.072239 10.0.0.131 - - [2026-01-22 02:51:06] "POST /ref-update HTTP/1.1" 200 156 0.036441 10.0.0.38 - - [2026-01-22 02:51:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001251 10.0.0.38 - - [2026-01-22 02:51:12] "POST /neutron/network HTTP/1.1" 200 843 0.012290 10.0.0.131 - - [2026-01-22 02:51:12] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000888 10.0.0.38 - - [2026-01-22 02:51:12] "GET /project/37aca853-5f07-43ac-9b19-484e166bc964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.071931 10.0.0.38 - - [2026-01-22 02:51:13] "POST /neutron/port HTTP/1.1" 200 117 0.006984 10.0.0.131 - - [2026-01-22 02:51:13] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001135 10.0.0.38 - - [2026-01-22 02:51:13] "POST /neutron/port HTTP/1.1" 200 1065 0.280378 10.0.0.38 - - [2026-01-22 02:51:13] "POST /neutron/port HTTP/1.1" 200 1119 0.108888 10.0.0.38 - - [2026-01-22 02:51:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.008246 10.0.0.38 - - [2026-01-22 02:51:18] "POST /neutron/port HTTP/1.1" 200 1129 0.024785 10.0.0.38 - - [2026-01-22 02:51:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008211 10.0.0.38 - - [2026-01-22 02:51:18] "GET /virtual-machine/2be7595c-892e-4711-8683-6e0e901755e1 HTTP/1.1" 200 1297 0.005611 10.0.0.38 - - [2026-01-22 02:51:18] "GET /virtual-machine-interface/ee31f8c6-84f8-404f-b227-5ab475ad1d0c HTTP/1.1" 200 2974 0.004501 10.0.0.38 - - [2026-01-22 02:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.38 - - [2026-01-22 02:51:18] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003340 10.0.0.38 - - [2026-01-22 02:51:18] "GET /virtual-networks?parent_id=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002492 10.0.0.38 - - [2026-01-22 02:51:18] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006226 10.0.0.38 - - [2026-01-22 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.38 - - [2026-01-22 02:51:21] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005476 10.0.0.38 - - [2026-01-22 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.38 - - [2026-01-22 02:51:25] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.004752 10.0.0.38 - - [2026-01-22 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.38 - - [2026-01-22 02:51:29] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006515 10.0.0.38 - - [2026-01-22 02:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.38 - - [2026-01-22 02:51:33] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005473 10.0.0.38 - - [2026-01-22 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.38 - - [2026-01-22 02:51:37] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005113 10.0.0.38 - - [2026-01-22 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.38 - - [2026-01-22 02:51:42] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006969 10.0.0.38 - - [2026-01-22 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.38 - - [2026-01-22 02:51:46] "GET /virtual-network/72f895a1-2229-4588-a902-9a7220fd25a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006877 10.0.0.38 - - [2026-01-22 02:52:06] "POST /neutron/port HTTP/1.1" 200 1129 0.016470 10.0.0.38 - - [2026-01-22 02:52:15] "POST /neutron/port HTTP/1.1" 200 1129 0.021776 10.0.0.38 - - [2026-01-22 02:52:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.010860 10.0.0.38 - - [2026-01-22 02:52:17] "POST /neutron/network HTTP/1.1" 200 833 0.006589 10.0.0.38 - - [2026-01-22 02:52:17] "POST /neutron/port HTTP/1.1" 200 1119 0.012144 10.0.0.131 - - [2026-01-22 02:52:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007996 10.0.0.131 - - [2026-01-22 02:52:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002692 10.0.0.38 - - [2026-01-22 02:52:19] "POST /neutron/network HTTP/1.1" 200 151 0.159555 10.0.0.131 - - [2026-01-22 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.131 - - [2026-01-22 02:52:20] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001197 10.0.0.38 - - [2026-01-22 02:52:20] "GET /project/37aca853-5f07-43ac-9b19-484e166bc964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.041894 10.0.0.131 - - [2026-01-22 02:52:20] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000931 10.0.0.38 - - [2026-01-22 02:52:20] "GET /project/37aca853-5f07-43ac-9b19-484e166bc964?fields=virtual_networks HTTP/1.1" 200 1052 0.042764 10.0.0.131 - - [2026-01-22 02:52:20] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000890 10.0.0.38 - - [2026-01-22 02:52:20] "GET /project/37aca853-5f07-43ac-9b19-484e166bc964?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.045242 10.0.0.131 - - [2026-01-22 02:52:21] "GET /projects?obj_uuids=37aca853-5f07-43ac-9b19-484e166bc964&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000976 10.0.0.38 - - [2026-01-22 02:52:21] "GET /project/37aca853-5f07-43ac-9b19-484e166bc964?fields=security_groups HTTP/1.1" 200 1283 0.051927 10.0.0.38 - - [2026-01-22 02:52:21] "POST /fqname-to-id HTTP/1.1" 404 213 0.025340 10.0.0.131 - - [2026-01-22 02:52:21] "GET /projects?obj_uuids=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002906 10.0.0.131 - - [2026-01-22 02:52:22] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003767 10.0.0.131 - - [2026-01-22 02:52:22] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.046420 10.0.0.131 - - [2026-01-22 02:52:22] "POST /id-to-fqname HTTP/1.1" 200 216 0.002908 10.0.0.131 - - [2026-01-22 02:52:22] "POST /fqname-to-id HTTP/1.1" 404 227 0.006554 10.0.0.131 - - [2026-01-22 02:52:22] "POST /security-groups HTTP/1.1" 200 616 0.077059 10.0.0.131 - - [2026-01-22 02:52:22] "POST /projects HTTP/1.1" 200 635 0.272038 10.0.0.131 - - [2026-01-22 02:52:22] "POST /access-control-lists HTTP/1.1" 200 623 0.028616 10.0.0.131 - - [2026-01-22 02:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.343242 10.0.0.38 - - [2026-01-22 02:52:22] "GET /project/06dd525c-44af-41b2-b110-5262d599cbeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.519921 10.0.0.38 - - [2026-01-22 02:52:23] "GET / HTTP/1.1" 200 36215 0.001502 10.0.0.131 - - [2026-01-22 02:52:24] "DELETE /access-control-list/3788e2a2-1057-4d30-bbaf-cf4b0f6b95a3 HTTP/1.1" 200 115 0.032456 10.0.0.38 - - [2026-01-22 02:52:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592 10.0.0.38 - - [2026-01-22 02:52:26] "POST /fqname-to-id HTTP/1.1" 404 249 0.031780 10.0.0.131 - - [2026-01-22 02:52:26] "POST /access-control-lists HTTP/1.1" 200 645 0.025114 10.0.0.131 - - [2026-01-22 02:52:26] "PUT /access-control-list/d01b8dde-6f8d-4a7e-aff8-a2556fe17b60 HTTP/1.1" 200 273 0.013603 10.0.0.38 - - [2026-01-22 02:52:26] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.031728 10.0.0.131 - - [2026-01-22 02:52:27] "PUT /access-control-list/9665074a-65a2-4a3c-900e-6451709884b4 HTTP/1.1" 200 273 0.016964 10.0.0.38 - - [2026-01-22 02:52:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.188511 10.0.0.38 - - [2026-01-22 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.38 - - [2026-01-22 02:52:27] "GET /security-group/da43923d-967e-41b6-b4b3-0759491975e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.004893 10.0.0.38 - - [2026-01-22 02:52:28] "POST /neutron/security_group HTTP/1.1" 200 151 0.046643 10.0.0.38 - - [2026-01-22 02:52:28] "POST /fqname-to-id HTTP/1.1" 404 249 0.002533 10.0.0.131 - - [2026-01-22 02:52:28] "DELETE /access-control-list/d01b8dde-6f8d-4a7e-aff8-a2556fe17b60 HTTP/1.1" 200 115 0.028158 10.0.0.38 - - [2026-01-22 02:52:28] "POST /fqname-to-id HTTP/1.1" 404 249 0.003057 10.0.0.131 - - [2026-01-22 02:52:28] "POST /access-control-lists HTTP/1.1" 200 645 0.023714 10.0.0.131 - - [2026-01-22 02:52:28] "PUT /access-control-list/a8f6cd97-e6b2-464d-add1-8b4c42c6b525 HTTP/1.1" 200 273 0.014538 10.0.0.38 - - [2026-01-22 02:52:28] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008428 10.0.0.131 - - [2026-01-22 02:52:29] "PUT /access-control-list/52dfdf47-f032-40f1-81e0-6d7cf7d17c5c HTTP/1.1" 200 273 0.012784 10.0.0.38 - - [2026-01-22 02:52:29] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174937 10.0.0.38 - - [2026-01-22 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005854 10.0.0.38 - - [2026-01-22 02:52:29] "GET /security-group/61f104ab-77b6-4d1d-9b36-5e6a3592f2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.003261 10.0.0.38 - - [2026-01-22 02:52:29] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.007774 10.0.0.131 - - [2026-01-22 02:52:29] "PUT /access-control-list/52dfdf47-f032-40f1-81e0-6d7cf7d17c5c HTTP/1.1" 200 273 0.014833 10.0.0.38 - - [2026-01-22 02:52:30] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.115598 10.0.0.38 - - [2026-01-22 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.131 - - [2026-01-22 02:52:30] "GET /projects?obj_uuids=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.042355 10.0.0.38 - - [2026-01-22 02:52:30] "GET /project/06dd525c-44af-41b2-b110-5262d599cbeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.087013 10.0.0.131 - - [2026-01-22 02:52:30] "POST /route-targets HTTP/1.1" 200 328 0.012794 10.0.0.131 - - [2026-01-22 02:52:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.131 - - [2026-01-22 02:52:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000325 10.0.0.131 - - [2026-01-22 02:52:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008853 10.0.0.38 - - [2026-01-22 02:52:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.233772 10.0.0.38 - - [2026-01-22 02:52:31] "POST /id-to-fqname HTTP/1.1" 200 290 0.001322 10.0.0.38 - - [2026-01-22 02:52:31] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.011424 10.0.0.38 - - [2026-01-22 02:52:31] "POST /neutron/network HTTP/1.1" 200 1111 0.008212 10.0.0.38 - - [2026-01-22 02:52:31] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.004705 10.0.0.38 - - [2026-01-22 02:52:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.008717 10.0.0.50 - - [2026-01-22 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.50 - - [2026-01-22 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.38 - - [2026-01-22 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.38 - - [2026-01-22 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-01-22 02:52:31] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005467 10.0.0.131 - - [2026-01-22 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.131 - - [2026-01-22 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.50 - - [2026-01-22 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.50 - - [2026-01-22 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000316 10.0.0.38 - - [2026-01-22 02:52:32] "GET /obj-perms HTTP/1.1" 200 5080 0.073512 10.0.0.38 - - [2026-01-22 02:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.38 - - [2026-01-22 02:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000899 10.0.0.50 - - [2026-01-22 02:52:32] "GET /obj-perms HTTP/1.1" 200 5080 0.110708 10.0.0.38 - - [2026-01-22 02:52:32] "POST /id-to-fqname HTTP/1.1" 200 290 0.001312 10.0.0.131 - - [2026-01-22 02:52:33] "GET /projects?obj_uuids=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001027 10.0.0.38 - - [2026-01-22 02:52:33] "GET /project/06dd525c-44af-41b2-b110-5262d599cbeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.076470 10.0.0.38 - - [2026-01-22 02:52:33] "POST /neutron/network HTTP/1.1" 200 1111 0.046968 10.0.0.38 - - [2026-01-22 02:52:34] "POST /id-to-fqname HTTP/1.1" 200 290 0.001274 10.0.0.38 - - [2026-01-22 02:52:34] "POST /neutron/port HTTP/1.1" 200 117 0.006309 10.0.0.131 - - [2026-01-22 02:52:34] "DELETE /project/06dd525c44af41b2b1105262d599cbeb HTTP/1.1" 404 173 0.004546 10.0.0.131 - - [2026-01-22 02:52:34] "DELETE /project/37aca853-5f07-43ac-9b19-484e166bc964 HTTP/1.1" 404 177 0.004084 10.0.0.131 - - [2026-01-22 02:52:34] "GET /projects?obj_uuids=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001186 10.0.0.38 - - [2026-01-22 02:52:34] "GET /project/06dd525c-44af-41b2-b110-5262d599cbeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.070363 10.0.0.38 - - [2026-01-22 02:52:34] "POST /neutron/network HTTP/1.1" 200 1121 0.007933 10.0.0.131 - - [2026-01-22 02:52:35] "GET /projects?obj_uuids=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001446 10.0.0.38 - - [2026-01-22 02:52:35] "POST /neutron/port HTTP/1.1" 200 117 0.005904 10.0.0.38 - - [2026-01-22 02:52:35] "POST /neutron/port HTTP/1.1" 200 1190 0.377736 10.0.0.38 - - [2026-01-22 02:52:35] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008927 10.0.0.38 - - [2026-01-22 02:52:35] "POST /neutron/port HTTP/1.1" 200 1254 0.021592 10.0.0.38 - - [2026-01-22 02:52:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003750 10.0.0.131 - - [2026-01-22 02:52:35] "GET /projects?obj_uuids=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001339 10.0.0.38 - - [2026-01-22 02:52:35] "POST /neutron/network HTTP/1.1" 200 1111 0.024016 10.0.0.38 - - [2026-01-22 02:52:36] "POST /neutron/port HTTP/1.1" 200 1190 0.361984 10.0.0.38 - - [2026-01-22 02:52:36] "POST /neutron/port HTTP/1.1" 200 1244 0.112035 10.0.0.38 - - [2026-01-22 02:52:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003420 10.0.0.38 - - [2026-01-22 02:52:36] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.38 - - [2026-01-22 02:52:38] "POST /neutron/port HTTP/1.1" 200 1254 0.018119 10.0.0.38 - - [2026-01-22 02:52:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003879 10.0.0.38 - - [2026-01-22 02:52:38] "POST /neutron/port HTTP/1.1" 200 117 0.001414 10.0.0.38 - - [2026-01-22 02:52:40] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006537 10.0.0.38 - - [2026-01-22 02:52:40] "POST /neutron/port HTTP/1.1" 200 1254 0.016987 10.0.0.38 - - [2026-01-22 02:52:40] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007309 10.0.0.38 - - [2026-01-22 02:52:40] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 200 1320 0.033469 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 200 1320 0.003351 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-machine-interface/f8d60136-0b78-4a90-aa94-df0de55ff119 HTTP/1.1" 200 3425 0.005240 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 200 1320 0.003278 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-machine-interface/f8d60136-0b78-4a90-aa94-df0de55ff119 HTTP/1.1" 200 3425 0.004605 10.0.0.38 - - [2026-01-22 02:52:41] "GET /instance-ip/3379afb4-c304-4169-b02c-3d746c789da1 HTTP/1.1" 200 1738 0.005972 10.0.0.38 - - [2026-01-22 02:52:41] "GET /instance-ip/ee4c81ea-0f2e-441e-9076-da0430ac6bdf HTTP/1.1" 200 1717 0.005999 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 200 1320 0.003479 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-machine-interface/f8d60136-0b78-4a90-aa94-df0de55ff119 HTTP/1.1" 200 3425 0.005285 10.0.0.38 - - [2026-01-22 02:52:41] "GET /instance-ip/3379afb4-c304-4169-b02c-3d746c789da1 HTTP/1.1" 200 1738 0.005019 10.0.0.38 - - [2026-01-22 02:52:41] "GET /instance-ip/ee4c81ea-0f2e-441e-9076-da0430ac6bdf HTTP/1.1" 200 1717 0.004215 10.0.0.38 - - [2026-01-22 02:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.38 - - [2026-01-22 02:52:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003502 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003011 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005438 10.0.0.38 - - [2026-01-22 02:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.38 - - [2026-01-22 02:52:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004365 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002911 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006895 10.0.0.38 - - [2026-01-22 02:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.38 - - [2026-01-22 02:52:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003713 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003120 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005480 10.0.0.38 - - [2026-01-22 02:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.38 - - [2026-01-22 02:52:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004787 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003633 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007052 10.0.0.38 - - [2026-01-22 02:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.38 - - [2026-01-22 02:52:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003793 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003134 10.0.0.38 - - [2026-01-22 02:52:41] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005656 10.0.0.38 - - [2026-01-22 02:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.38 - - [2026-01-22 02:52:42] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003803 10.0.0.38 - - [2026-01-22 02:52:42] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003431 10.0.0.38 - - [2026-01-22 02:52:42] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006254 10.0.0.38 - - [2026-01-22 02:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.38 - - [2026-01-22 02:52:42] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003982 10.0.0.38 - - [2026-01-22 02:52:42] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002970 10.0.0.38 - - [2026-01-22 02:52:42] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006828 10.0.0.38 - - [2026-01-22 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.38 - - [2026-01-22 02:52:45] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005072 10.0.0.38 - - [2026-01-22 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.38 - - [2026-01-22 02:52:49] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005339 10.0.0.38 - - [2026-01-22 02:52:50] "POST /neutron/network HTTP/1.1" 200 1121 0.006943 10.0.0.38 - - [2026-01-22 02:52:50] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014628 10.0.0.38 - - [2026-01-22 02:52:50] "POST /neutron/network HTTP/1.1" 200 1111 0.008627 10.0.0.38 - - [2026-01-22 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.38 - - [2026-01-22 02:52:53] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006717 10.0.0.38 - - [2026-01-22 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.38 - - [2026-01-22 02:52:57] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005072 10.0.0.131 - - [2026-01-22 02:53:00] "GET /obj-perms HTTP/1.1" 200 5056 0.057197 10.0.0.38 - - [2026-01-22 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.38 - - [2026-01-22 02:53:01] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008203 10.0.0.38 - - [2026-01-22 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.38 - - [2026-01-22 02:53:05] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005677 10.0.0.38 - - [2026-01-22 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.38 - - [2026-01-22 02:53:09] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006533 10.0.0.38 - - [2026-01-22 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.38 - - [2026-01-22 02:53:14] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.004653 10.0.0.38 - - [2026-01-22 02:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.38 - - [2026-01-22 02:53:18] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005278 10.0.0.38 - - [2026-01-22 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.38 - - [2026-01-22 02:53:20] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003656 10.0.0.38 - - [2026-01-22 02:53:20] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003437 10.0.0.38 - - [2026-01-22 02:53:20] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005361 10.0.0.38 - - [2026-01-22 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.38 - - [2026-01-22 02:53:20] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003655 10.0.0.38 - - [2026-01-22 02:53:20] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002733 10.0.0.38 - - [2026-01-22 02:53:20] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005409 10.0.0.38 - - [2026-01-22 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.38 - - [2026-01-22 02:53:20] "GET /routing-instance/aecc9a0f-005e-4048-85f6-31f2cef4032a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004211 10.0.0.38 - - [2026-01-22 02:53:20] "GET /route-target/b81e2234-336d-4035-ba87-7ba2c832e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003808 10.0.0.38 - - [2026-01-22 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.38 - - [2026-01-22 02:53:20] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003591 10.0.0.38 - - [2026-01-22 02:53:20] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003214 10.0.0.38 - - [2026-01-22 02:53:20] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005358 10.0.0.38 - - [2026-01-22 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.38 - - [2026-01-22 02:53:20] "GET /routing-instance/aecc9a0f-005e-4048-85f6-31f2cef4032a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004076 10.0.0.38 - - [2026-01-22 02:53:20] "GET /route-target/b81e2234-336d-4035-ba87-7ba2c832e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003149 10.0.0.38 - - [2026-01-22 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.38 - - [2026-01-22 02:53:20] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004204 10.0.0.38 - - [2026-01-22 02:53:20] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003306 10.0.0.38 - - [2026-01-22 02:53:20] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005249 10.0.0.38 - - [2026-01-22 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.38 - - [2026-01-22 02:53:20] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006196 10.0.0.38 - - [2026-01-22 02:53:20] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003931 10.0.0.38 - - [2026-01-22 02:53:20] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006624 10.0.0.38 - - [2026-01-22 02:53:21] "GET /obj-perms HTTP/1.1" 200 5080 0.004971 10.0.0.131 - - [2026-01-22 02:53:21] "GET /obj-perms HTTP/1.1" 200 5080 0.045868 10.0.0.38 - - [2026-01-22 02:53:21] "GET /obj-perms HTTP/1.1" 200 5080 0.003989 10.0.0.50 - - [2026-01-22 02:53:21] "GET /obj-perms HTTP/1.1" 200 5080 0.003965 10.0.0.38 - - [2026-01-22 02:53:21] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 200 1320 0.004654 10.0.0.38 - - [2026-01-22 02:53:21] "GET /virtual-machine-interface/f8d60136-0b78-4a90-aa94-df0de55ff119 HTTP/1.1" 200 3425 0.006655 10.0.0.38 - - [2026-01-22 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.38 - - [2026-01-22 02:53:21] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004575 10.0.0.38 - - [2026-01-22 02:53:21] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004904 10.0.0.38 - - [2026-01-22 02:53:21] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008186 10.0.0.38 - - [2026-01-22 02:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.38 - - [2026-01-22 02:53:22] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004120 10.0.0.38 - - [2026-01-22 02:53:22] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003097 10.0.0.38 - - [2026-01-22 02:53:22] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005581 10.0.0.38 - - [2026-01-22 02:53:26] "POST /neutron/port HTTP/1.1" 200 1254 0.040810 10.0.0.38 - - [2026-01-22 02:53:28] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007445 10.0.0.38 - - [2026-01-22 02:53:33] "POST /neutron/port HTTP/1.1" 200 1254 0.017786 10.0.0.38 - - [2026-01-22 02:53:38] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009991 10.0.0.38 - - [2026-01-22 02:53:39] "POST /neutron/network HTTP/1.1" 200 1121 0.033969 10.0.0.38 - - [2026-01-22 02:53:39] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016829 10.0.0.38 - - [2026-01-22 02:53:39] "POST /neutron/network HTTP/1.1" 200 1111 0.010068 10.0.0.38 - - [2026-01-22 02:53:43] "POST /neutron/port HTTP/1.1" 200 1254 0.016942 10.0.0.38 - - [2026-01-22 02:53:43] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007471 10.0.0.38 - - [2026-01-22 02:53:43] "GET /virtual-machine/6157394b-af8f-4484-8019-e3f7c4a54c70 HTTP/1.1" 200 1318 0.005553 10.0.0.38 - - [2026-01-22 02:53:43] "GET /virtual-machine/6157394b-af8f-4484-8019-e3f7c4a54c70 HTTP/1.1" 200 1318 0.005734 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-machine-interface/452fe899-fff2-4340-b50e-36a159a77b8e HTTP/1.1" 200 3424 0.005094 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-machine/6157394b-af8f-4484-8019-e3f7c4a54c70 HTTP/1.1" 200 1318 0.003321 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-machine-interface/452fe899-fff2-4340-b50e-36a159a77b8e HTTP/1.1" 200 3424 0.007183 10.0.0.38 - - [2026-01-22 02:53:44] "GET /instance-ip/065c9e07-df61-43da-aa67-d60d003f91e1 HTTP/1.1" 200 1737 0.006899 10.0.0.38 - - [2026-01-22 02:53:44] "GET /instance-ip/bbd873e6-5dfd-4672-a8bd-9a587e477103 HTTP/1.1" 200 1717 0.005805 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-machine/6157394b-af8f-4484-8019-e3f7c4a54c70 HTTP/1.1" 200 1318 0.005876 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-machine-interface/452fe899-fff2-4340-b50e-36a159a77b8e HTTP/1.1" 200 3424 0.004836 10.0.0.38 - - [2026-01-22 02:53:44] "GET /instance-ip/065c9e07-df61-43da-aa67-d60d003f91e1 HTTP/1.1" 200 1737 0.003825 10.0.0.38 - - [2026-01-22 02:53:44] "GET /instance-ip/bbd873e6-5dfd-4672-a8bd-9a587e477103 HTTP/1.1" 200 1717 0.004580 10.0.0.38 - - [2026-01-22 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.38 - - [2026-01-22 02:53:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005826 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002869 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008063 10.0.0.38 - - [2026-01-22 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006392 10.0.0.38 - - [2026-01-22 02:53:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004203 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003418 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.010230 10.0.0.38 - - [2026-01-22 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.38 - - [2026-01-22 02:53:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003888 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003498 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008070 10.0.0.38 - - [2026-01-22 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.38 - - [2026-01-22 02:53:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004237 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002930 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005574 10.0.0.38 - - [2026-01-22 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005190 10.0.0.38 - - [2026-01-22 02:53:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003634 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003187 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005458 10.0.0.38 - - [2026-01-22 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006630 10.0.0.38 - - [2026-01-22 02:53:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004491 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003338 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006188 10.0.0.38 - - [2026-01-22 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.38 - - [2026-01-22 02:53:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004942 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003701 10.0.0.38 - - [2026-01-22 02:53:44] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006559 10.0.0.38 - - [2026-01-22 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.38 - - [2026-01-22 02:53:46] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004176 10.0.0.38 - - [2026-01-22 02:53:46] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003865 10.0.0.38 - - [2026-01-22 02:53:46] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008744 10.0.0.38 - - [2026-01-22 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.38 - - [2026-01-22 02:53:46] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004287 10.0.0.38 - - [2026-01-22 02:53:46] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003188 10.0.0.38 - - [2026-01-22 02:53:46] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.009248 10.0.0.38 - - [2026-01-22 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.38 - - [2026-01-22 02:53:46] "GET /routing-instance/aecc9a0f-005e-4048-85f6-31f2cef4032a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004241 10.0.0.38 - - [2026-01-22 02:53:46] "GET /route-target/b81e2234-336d-4035-ba87-7ba2c832e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003721 10.0.0.38 - - [2026-01-22 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.38 - - [2026-01-22 02:53:46] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004534 10.0.0.38 - - [2026-01-22 02:53:46] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003580 10.0.0.38 - - [2026-01-22 02:53:46] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006525 10.0.0.38 - - [2026-01-22 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.38 - - [2026-01-22 02:53:46] "GET /routing-instance/aecc9a0f-005e-4048-85f6-31f2cef4032a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.008493 10.0.0.38 - - [2026-01-22 02:53:46] "GET /route-target/b81e2234-336d-4035-ba87-7ba2c832e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005694 10.0.0.38 - - [2026-01-22 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.38 - - [2026-01-22 02:53:46] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003628 10.0.0.38 - - [2026-01-22 02:53:46] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003906 10.0.0.38 - - [2026-01-22 02:53:46] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005549 10.0.0.38 - - [2026-01-22 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.38 - - [2026-01-22 02:53:46] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004227 10.0.0.38 - - [2026-01-22 02:53:46] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003051 10.0.0.38 - - [2026-01-22 02:53:46] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006380 10.0.0.38 - - [2026-01-22 02:53:46] "GET /obj-perms HTTP/1.1" 200 5080 0.004634 10.0.0.131 - - [2026-01-22 02:53:46] "GET /obj-perms HTTP/1.1" 200 5080 0.004561 10.0.0.38 - - [2026-01-22 02:53:46] "GET /obj-perms HTTP/1.1" 200 5080 0.004439 10.0.0.38 - - [2026-01-22 02:53:47] "GET /obj-perms HTTP/1.1" 200 5080 0.004173 10.0.0.50 - - [2026-01-22 02:53:47] "GET /obj-perms HTTP/1.1" 200 5080 0.004052 10.0.0.38 - - [2026-01-22 02:53:47] "GET /virtual-machine/6157394b-af8f-4484-8019-e3f7c4a54c70 HTTP/1.1" 200 1318 0.003603 10.0.0.38 - - [2026-01-22 02:53:47] "GET /virtual-machine-interface/452fe899-fff2-4340-b50e-36a159a77b8e HTTP/1.1" 200 3424 0.006095 10.0.0.38 - - [2026-01-22 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.38 - - [2026-01-22 02:53:47] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004398 10.0.0.38 - - [2026-01-22 02:53:47] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003298 10.0.0.38 - - [2026-01-22 02:53:47] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005837 10.0.0.38 - - [2026-01-22 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.38 - - [2026-01-22 02:53:48] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004497 10.0.0.38 - - [2026-01-22 02:53:48] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004286 10.0.0.38 - - [2026-01-22 02:53:48] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005967 10.0.0.38 - - [2026-01-22 02:53:48] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 200 1320 0.004483 10.0.0.38 - - [2026-01-22 02:53:48] "GET /virtual-machine-interface/f8d60136-0b78-4a90-aa94-df0de55ff119 HTTP/1.1" 200 3425 0.005724 10.0.0.38 - - [2026-01-22 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.38 - - [2026-01-22 02:53:48] "GET /security-group/61f104ab-77b6-4d1d-9b36-5e6a3592f2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004092 10.0.0.38 - - [2026-01-22 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.38 - - [2026-01-22 02:53:48] "GET /security-group/61f104ab-77b6-4d1d-9b36-5e6a3592f2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004304 10.0.0.38 - - [2026-01-22 02:53:48] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004465 10.0.0.38 - - [2026-01-22 02:53:48] "POST /neutron/port HTTP/1.1" 200 1244 0.031509 10.0.0.38 - - [2026-01-22 02:53:49] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 200 1320 0.005105 10.0.0.38 - - [2026-01-22 02:53:49] "GET /virtual-machine-interface/f8d60136-0b78-4a90-aa94-df0de55ff119 HTTP/1.1" 200 3369 0.007252 10.0.0.38 - - [2026-01-22 02:53:49] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009252 10.0.0.38 - - [2026-01-22 02:53:49] "POST /neutron/port HTTP/1.1" 200 1206 0.020143 10.0.0.38 - - [2026-01-22 02:53:49] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 200 1320 0.005293 10.0.0.38 - - [2026-01-22 02:53:49] "GET /virtual-machine-interface/f8d60136-0b78-4a90-aa94-df0de55ff119 HTTP/1.1" 200 3425 0.010506 10.0.0.38 - - [2026-01-22 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.38 - - [2026-01-22 02:53:49] "GET /security-group/61f104ab-77b6-4d1d-9b36-5e6a3592f2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004593 10.0.0.38 - - [2026-01-22 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.38 - - [2026-01-22 02:53:49] "GET /security-group/61f104ab-77b6-4d1d-9b36-5e6a3592f2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004773 10.0.0.38 - - [2026-01-22 02:53:49] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005376 10.0.0.38 - - [2026-01-22 02:53:51] "POST /neutron/port HTTP/1.1" 200 1254 0.050216 10.0.0.38 - - [2026-01-22 02:53:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004452 10.0.0.38 - - [2026-01-22 02:53:51] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.131 - - [2026-01-22 02:54:02] "GET /obj-perms HTTP/1.1" 200 5056 0.064361 10.0.0.38 - - [2026-01-22 02:54:40] "POST /neutron/port HTTP/1.1" 200 1254 0.019650 10.0.0.38 - - [2026-01-22 02:54:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003902 10.0.0.38 - - [2026-01-22 02:54:40] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.38 - - [2026-01-22 02:54:50] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.011596 10.0.0.38 - - [2026-01-22 02:54:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154887 10.0.0.131 - - [2026-01-22 02:54:51] "PUT /access-control-list/a8f6cd97-e6b2-464d-add1-8b4c42c6b525 HTTP/1.1" 200 273 0.050691 10.0.0.38 - - [2026-01-22 02:54:52] "POST /neutron/port HTTP/1.1" 200 1254 0.020317 10.0.0.38 - - [2026-01-22 02:54:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004565 10.0.0.38 - - [2026-01-22 02:54:52] "POST /neutron/port HTTP/1.1" 200 117 0.001436 10.0.0.38 - - [2026-01-22 02:54:53] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007851 10.0.0.38 - - [2026-01-22 02:54:53] "POST /neutron/port HTTP/1.1" 200 1244 0.014848 10.0.0.38 - - [2026-01-22 02:54:53] "GET /virtual-machine/6157394b-af8f-4484-8019-e3f7c4a54c70 HTTP/1.1" 200 1318 0.004415 10.0.0.38 - - [2026-01-22 02:54:54] "POST /neutron/port HTTP/1.1" 200 1206 0.020125 10.0.0.38 - - [2026-01-22 02:54:55] "GET /virtual-machine/6157394b-af8f-4484-8019-e3f7c4a54c70 HTTP/1.1" 404 171 0.003270 10.0.0.38 - - [2026-01-22 02:54:55] "GET /virtual-machine/6157394b-af8f-4484-8019-e3f7c4a54c70 HTTP/1.1" 404 171 0.002793 10.0.0.38 - - [2026-01-22 02:54:55] "GET /virtual-machine/6157394b-af8f-4484-8019-e3f7c4a54c70 HTTP/1.1" 404 171 0.002564 10.0.0.38 - - [2026-01-22 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.38 - - [2026-01-22 02:54:56] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003554 10.0.0.38 - - [2026-01-22 02:54:56] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003258 10.0.0.38 - - [2026-01-22 02:54:56] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006270 10.0.0.38 - - [2026-01-22 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.38 - - [2026-01-22 02:54:56] "GET /routing-instance/aecc9a0f-005e-4048-85f6-31f2cef4032a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004318 10.0.0.38 - - [2026-01-22 02:54:56] "GET /route-target/b81e2234-336d-4035-ba87-7ba2c832e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004900 10.0.0.50 - - [2026-01-22 02:54:59] "GET /obj-perms HTTP/1.1" 200 5080 0.003882 10.0.0.38 - - [2026-01-22 02:55:02] "GET /obj-perms HTTP/1.1" 200 5056 0.052106 10.0.0.50 - - [2026-01-22 02:55:05] "GET /obj-perms HTTP/1.1" 200 5080 0.004197 10.0.0.38 - - [2026-01-22 02:55:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003719 10.0.0.38 - - [2026-01-22 02:55:11] "GET /obj-perms HTTP/1.1" 200 5080 0.003596 10.0.0.50 - - [2026-01-22 02:55:11] "GET /obj-perms HTTP/1.1" 200 5080 0.003160 10.0.0.38 - - [2026-01-22 02:55:11] "POST /neutron/port HTTP/1.1" 200 1254 0.024226 10.0.0.38 - - [2026-01-22 02:55:12] "POST /neutron/port HTTP/1.1" 200 1206 0.066599 10.0.0.38 - - [2026-01-22 02:55:12] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 200 1320 0.004039 10.0.0.38 - - [2026-01-22 02:55:12] "POST /neutron/port HTTP/1.1" 200 151 0.215537 10.0.0.38 - - [2026-01-22 02:55:14] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 404 171 0.003317 10.0.0.38 - - [2026-01-22 02:55:14] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 404 171 0.002555 10.0.0.38 - - [2026-01-22 02:55:14] "GET /virtual-machine/a48fe528-7102-440d-943c-35ef95ecc0d1 HTTP/1.1" 404 171 0.002483 10.0.0.38 - - [2026-01-22 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.38 - - [2026-01-22 02:55:14] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004071 10.0.0.38 - - [2026-01-22 02:55:14] "GET /virtual-networks?parent_id=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003295 10.0.0.38 - - [2026-01-22 02:55:14] "GET /virtual-network/a703cf89-4a27-412e-bd57-b52ff81ba171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005448 10.0.0.38 - - [2026-01-22 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.38 - - [2026-01-22 02:55:14] "GET /routing-instance/aecc9a0f-005e-4048-85f6-31f2cef4032a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004067 10.0.0.38 - - [2026-01-22 02:55:14] "GET /route-target/b81e2234-336d-4035-ba87-7ba2c832e884?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003462 10.0.0.38 - - [2026-01-22 02:55:20] "GET /obj-perms HTTP/1.1" 200 5080 0.003671 10.0.0.50 - - [2026-01-22 02:55:20] "GET /obj-perms HTTP/1.1" 200 5080 0.003590 10.0.0.38 - - [2026-01-22 02:55:29] "GET /obj-perms HTTP/1.1" 200 5080 0.004705 10.0.0.50 - - [2026-01-22 02:55:29] "GET /obj-perms HTTP/1.1" 200 5080 0.003545 10.0.0.38 - - [2026-01-22 02:55:39] "GET /obj-perms HTTP/1.1" 200 5080 0.004674 10.0.0.50 - - [2026-01-22 02:55:39] "GET /obj-perms HTTP/1.1" 200 5080 0.004073 10.0.0.38 - - [2026-01-22 02:55:42] "GET /obj-perms HTTP/1.1" 200 5080 0.003972 10.0.0.131 - - [2026-01-22 02:55:42] "DELETE /route-target/b81e2234-336d-4035-ba87-7ba2c832e884 HTTP/1.1" 200 115 0.023003 10.0.0.38 - - [2026-01-22 02:55:42] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004469 10.0.0.38 - - [2026-01-22 02:55:42] "POST /fqname-to-id HTTP/1.1" 404 249 0.002808 10.0.0.131 - - [2026-01-22 02:55:44] "GET /projects?obj_uuids=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001491 10.0.0.38 - - [2026-01-22 02:55:44] "GET /project/06dd525c-44af-41b2-b110-5262d599cbeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.079277 10.0.0.131 - - [2026-01-22 02:55:44] "GET /projects?obj_uuids=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001299 10.0.0.38 - - [2026-01-22 02:55:44] "GET /project/06dd525c-44af-41b2-b110-5262d599cbeb?fields=virtual_networks HTTP/1.1" 200 1093 0.057125 10.0.0.131 - - [2026-01-22 02:55:44] "GET /projects?obj_uuids=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001768 10.0.0.38 - - [2026-01-22 02:55:44] "GET /project/06dd525c-44af-41b2-b110-5262d599cbeb?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.065557 10.0.0.131 - - [2026-01-22 02:55:44] "GET /projects?obj_uuids=06dd525c-44af-41b2-b110-5262d599cbeb&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001536 10.0.0.38 - - [2026-01-22 02:55:44] "GET /project/06dd525c-44af-41b2-b110-5262d599cbeb?fields=security_groups HTTP/1.1" 200 1345 0.067008 10.0.0.38 - - [2026-01-22 02:55:45] "POST /fqname-to-id HTTP/1.1" 404 218 0.029220 10.0.0.131 - - [2026-01-22 02:55:45] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002881 10.0.0.131 - - [2026-01-22 02:55:45] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.131 - - [2026-01-22 02:55:45] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008437 10.0.0.131 - - [2026-01-22 02:55:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.005610 10.0.0.131 - - [2026-01-22 02:55:45] "POST /fqname-to-id HTTP/1.1" 404 232 0.013103 10.0.0.131 - - [2026-01-22 02:55:45] "POST /security-groups HTTP/1.1" 200 621 0.032246 10.0.0.131 - - [2026-01-22 02:55:45] "POST /fqname-to-id HTTP/1.1" 404 264 0.005443 10.0.0.131 - - [2026-01-22 02:55:45] "POST /projects HTTP/1.1" 200 645 0.251025 10.0.0.131 - - [2026-01-22 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.284981 10.0.0.131 - - [2026-01-22 02:55:46] "POST /access-control-lists HTTP/1.1" 200 626 0.033070 10.0.0.38 - - [2026-01-22 02:55:46] "GET /project/6e44a692-0085-4f4c-a64f-a74cdccbad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.459041 10.0.0.38 - - [2026-01-22 02:55:47] "GET / HTTP/1.1" 200 36215 0.001670 10.0.0.38 - - [2026-01-22 02:55:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.38 - - [2026-01-22 02:55:49] "POST /fqname-to-id HTTP/1.1" 404 254 0.065691 10.0.0.38 - - [2026-01-22 02:55:49] "POST /security-groups HTTP/1.1" 200 597 0.036453 10.0.0.38 - - [2026-01-22 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.131 - - [2026-01-22 02:55:49] "POST /fqname-to-id HTTP/1.1" 404 285 0.003891 10.0.0.38 - - [2026-01-22 02:55:49] "GET /security-group/8140e762-497f-4986-a7b8-023d9fe60c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.010460 10.0.0.38 - - [2026-01-22 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005246 10.0.0.38 - - [2026-01-22 02:55:49] "GET /security-group/8140e762-497f-4986-a7b8-023d9fe60c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005239 10.0.0.38 - - [2026-01-22 02:55:50] "DELETE /security-group/8140e762-497f-4986-a7b8-023d9fe60c87 HTTP/1.1" 200 115 0.055027 10.0.0.38 - - [2026-01-22 02:55:50] "POST /fqname-to-id HTTP/1.1" 404 254 0.003029 10.0.0.131 - - [2026-01-22 02:55:50] "DELETE /access-control-list/2bc5235e-1757-413d-9f2b-6c2b63c69468 HTTP/1.1" 200 115 0.046026 10.0.0.38 - - [2026-01-22 02:55:50] "POST /fqname-to-id HTTP/1.1" 404 254 0.004252 10.0.0.38 - - [2026-01-22 02:55:50] "POST /security-groups HTTP/1.1" 200 597 0.035711 10.0.0.38 - - [2026-01-22 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.131 - - [2026-01-22 02:55:50] "POST /fqname-to-id HTTP/1.1" 404 285 0.002936 10.0.0.38 - - [2026-01-22 02:55:51] "GET /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.014173 10.0.0.38 - - [2026-01-22 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.38 - - [2026-01-22 02:55:51] "GET /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.007833 10.0.0.38 - - [2026-01-22 02:55:51] "GET /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.007319 10.0.0.38 - - [2026-01-22 02:55:51] "PUT /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997 HTTP/1.1" 200 263 0.020129 10.0.0.38 - - [2026-01-22 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.131 - - [2026-01-22 02:55:51] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001091 10.0.0.131 - - [2026-01-22 02:55:51] "PUT /access-control-list/a04bc6ec-caba-4ae6-a78a-00fd080f4909 HTTP/1.1" 200 273 0.021805 10.0.0.38 - - [2026-01-22 02:55:51] "GET /project/6e44a692-0085-4f4c-a64f-a74cdccbad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.054154 10.0.0.131 - - [2026-01-22 02:55:51] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001170 10.0.0.38 - - [2026-01-22 02:55:51] "POST /neutron/network HTTP/1.1" 200 735 0.190330 10.0.0.38 - - [2026-01-22 02:55:52] "POST /id-to-fqname HTTP/1.1" 200 300 0.003432 10.0.0.38 - - [2026-01-22 02:55:52] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006416 10.0.0.38 - - [2026-01-22 02:55:52] "POST /neutron/network HTTP/1.1" 200 952 0.007949 10.0.0.38 - - [2026-01-22 02:55:52] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006001 10.0.0.38 - - [2026-01-22 02:55:52] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007106 10.0.0.50 - - [2026-01-22 02:55:53] "GET /obj-perms HTTP/1.1" 200 5090 0.057598 10.0.0.131 - - [2026-01-22 02:55:53] "GET /obj-perms HTTP/1.1" 200 5090 0.053351 10.0.0.38 - - [2026-01-22 02:55:53] "POST /id-to-fqname HTTP/1.1" 200 300 0.001766 10.0.0.38 - - [2026-01-22 02:55:53] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008355 10.0.0.131 - - [2026-01-22 02:55:54] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001369 10.0.0.38 - - [2026-01-22 02:55:54] "GET /project/6e44a692-0085-4f4c-a64f-a74cdccbad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.071236 10.0.0.38 - - [2026-01-22 02:55:55] "POST /neutron/port HTTP/1.1" 200 117 0.007875 10.0.0.38 - - [2026-01-22 02:55:55] "POST /id-to-fqname HTTP/1.1" 200 300 0.001592 10.0.0.38 - - [2026-01-22 02:55:55] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008959 10.0.0.131 - - [2026-01-22 02:55:55] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001274 10.0.0.38 - - [2026-01-22 02:55:55] "POST /neutron/security_group HTTP/1.1" 200 3294 0.057781 10.0.0.38 - - [2026-01-22 02:55:55] "POST /neutron/port HTTP/1.1" 200 1088 0.018394 10.0.0.131 - - [2026-01-22 02:55:56] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001053 10.0.0.38 - - [2026-01-22 02:55:56] "GET /project/6e44a692-0085-4f4c-a64f-a74cdccbad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.101473 10.0.0.38 - - [2026-01-22 02:55:56] "POST /neutron/network HTTP/1.1" 200 952 0.007451 10.0.0.38 - - [2026-01-22 02:55:56] "POST /neutron/port HTTP/1.1" 200 117 0.001706 10.0.0.38 - - [2026-01-22 02:55:56] "POST /neutron/security_group HTTP/1.1" 200 1288 0.009620 10.0.0.38 - - [2026-01-22 02:55:56] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007168 10.0.0.131 - - [2026-01-22 02:55:56] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000909 10.0.0.38 - - [2026-01-22 02:55:57] "POST /neutron/port HTTP/1.1" 200 1088 0.250555 10.0.0.38 - - [2026-01-22 02:55:57] "POST /neutron/port HTTP/1.1" 200 1142 0.113456 10.0.0.38 - - [2026-01-22 02:55:57] "POST /neutron/subnet HTTP/1.1" 200 689 0.008683 10.0.0.38 - - [2026-01-22 02:56:01] "POST /neutron/port HTTP/1.1" 200 1152 0.021168 10.0.0.38 - - [2026-01-22 02:56:01] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008482 10.0.0.38 - - [2026-01-22 02:56:01] "POST /neutron/port HTTP/1.1" 200 1152 0.018397 10.0.0.38 - - [2026-01-22 02:56:01] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 401 292 0.000413 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 200 1324 0.042186 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 200 1324 0.004455 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-machine-interface/ab0b44eb-4d0a-4d48-a958-d88367f34583 HTTP/1.1" 200 3270 0.006227 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 200 1324 0.005194 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-machine-interface/ab0b44eb-4d0a-4d48-a958-d88367f34583 HTTP/1.1" 200 3270 0.006922 10.0.0.38 - - [2026-01-22 02:56:02] "GET /instance-ip/98975ea6-0803-47d7-9777-313ce98bae8c HTTP/1.1" 200 1732 0.008529 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 200 1324 0.006741 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-machine-interface/ab0b44eb-4d0a-4d48-a958-d88367f34583 HTTP/1.1" 200 3270 0.007690 10.0.0.38 - - [2026-01-22 02:56:02] "GET /instance-ip/98975ea6-0803-47d7-9777-313ce98bae8c HTTP/1.1" 200 1732 0.004781 10.0.0.38 - - [2026-01-22 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.38 - - [2026-01-22 02:56:02] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004057 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003576 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006751 10.0.0.38 - - [2026-01-22 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.38 - - [2026-01-22 02:56:02] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004714 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003413 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005447 10.0.0.38 - - [2026-01-22 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.38 - - [2026-01-22 02:56:02] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003950 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003365 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008225 10.0.0.38 - - [2026-01-22 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005843 10.0.0.38 - - [2026-01-22 02:56:02] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004956 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.008207 10.0.0.38 - - [2026-01-22 02:56:02] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007225 10.0.0.38 - - [2026-01-22 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085 10.0.0.38 - - [2026-01-22 02:56:03] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003968 10.0.0.38 - - [2026-01-22 02:56:03] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003979 10.0.0.38 - - [2026-01-22 02:56:03] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005642 10.0.0.38 - - [2026-01-22 02:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.38 - - [2026-01-22 02:56:03] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007772 10.0.0.38 - - [2026-01-22 02:56:03] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003201 10.0.0.38 - - [2026-01-22 02:56:03] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005460 10.0.0.38 - - [2026-01-22 02:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.38 - - [2026-01-22 02:56:03] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004668 10.0.0.38 - - [2026-01-22 02:56:03] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003193 10.0.0.38 - - [2026-01-22 02:56:03] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005206 10.0.0.38 - - [2026-01-22 02:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.38 - - [2026-01-22 02:56:06] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005274 10.0.0.38 - - [2026-01-22 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.38 - - [2026-01-22 02:56:10] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005473 10.0.0.38 - - [2026-01-22 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.38 - - [2026-01-22 02:56:14] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006120 10.0.0.38 - - [2026-01-22 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.38 - - [2026-01-22 02:56:18] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008661 10.0.0.38 - - [2026-01-22 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.38 - - [2026-01-22 02:56:22] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006627 10.0.0.131 - - [2026-01-22 02:56:25] "DELETE /access-control-list/121f2d3a-7eef-4469-8b6b-68e65ecf63a1 HTTP/1.1" 200 115 0.039266 10.0.0.38 - - [2026-01-22 02:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.38 - - [2026-01-22 02:56:26] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005306 10.0.0.38 - - [2026-01-22 02:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.38 - - [2026-01-22 02:56:30] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005303 10.0.0.131 - - [2026-01-22 02:56:34] "DELETE /project/6e44a69200854f4ca64fa74cdccbad23 HTTP/1.1" 404 173 0.004690 10.0.0.131 - - [2026-01-22 02:56:34] "DELETE /project/06dd525c-44af-41b2-b110-5262d599cbeb HTTP/1.1" 404 177 0.004138 10.0.0.38 - - [2026-01-22 02:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.38 - - [2026-01-22 02:56:35] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005117 10.0.0.38 - - [2026-01-22 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.38 - - [2026-01-22 02:56:37] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003790 10.0.0.38 - - [2026-01-22 02:56:37] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002937 10.0.0.38 - - [2026-01-22 02:56:37] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007402 10.0.0.38 - - [2026-01-22 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.38 - - [2026-01-22 02:56:37] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003964 10.0.0.38 - - [2026-01-22 02:56:37] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003959 10.0.0.38 - - [2026-01-22 02:56:37] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005722 10.0.0.38 - - [2026-01-22 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.38 - - [2026-01-22 02:56:37] "GET /routing-instance/f5b932bc-7dcb-4464-8fd7-41030d7b94e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.006005 10.0.0.38 - - [2026-01-22 02:56:37] "GET /route-target/92bad236-666b-4645-ac35-ce95807e325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003322 10.0.0.38 - - [2026-01-22 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.38 - - [2026-01-22 02:56:37] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004102 10.0.0.38 - - [2026-01-22 02:56:37] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003609 10.0.0.38 - - [2026-01-22 02:56:37] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005734 10.0.0.38 - - [2026-01-22 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.38 - - [2026-01-22 02:56:37] "GET /routing-instance/f5b932bc-7dcb-4464-8fd7-41030d7b94e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.004187 10.0.0.38 - - [2026-01-22 02:56:37] "GET /route-target/92bad236-666b-4645-ac35-ce95807e325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003338 10.0.0.38 - - [2026-01-22 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.38 - - [2026-01-22 02:56:37] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003757 10.0.0.38 - - [2026-01-22 02:56:37] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002675 10.0.0.38 - - [2026-01-22 02:56:38] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005467 10.0.0.38 - - [2026-01-22 02:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.38 - - [2026-01-22 02:56:38] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003498 10.0.0.38 - - [2026-01-22 02:56:38] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003289 10.0.0.38 - - [2026-01-22 02:56:38] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005899 10.0.0.38 - - [2026-01-22 02:56:38] "GET /obj-perms HTTP/1.1" 200 5090 0.055393 10.0.0.131 - - [2026-01-22 02:56:38] "GET /obj-perms HTTP/1.1" 200 5090 0.009984 10.0.0.38 - - [2026-01-22 02:56:38] "GET /obj-perms HTTP/1.1" 200 5090 0.003621 10.0.0.38 - - [2026-01-22 02:56:38] "GET /obj-perms HTTP/1.1" 200 5090 0.003414 10.0.0.50 - - [2026-01-22 02:56:38] "GET /obj-perms HTTP/1.1" 200 5090 0.003853 10.0.0.38 - - [2026-01-22 02:56:38] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 200 1324 0.004093 10.0.0.38 - - [2026-01-22 02:56:38] "GET /virtual-machine-interface/ab0b44eb-4d0a-4d48-a958-d88367f34583 HTTP/1.1" 200 3270 0.004699 10.0.0.38 - - [2026-01-22 02:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.38 - - [2026-01-22 02:56:38] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003334 10.0.0.38 - - [2026-01-22 02:56:38] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002906 10.0.0.38 - - [2026-01-22 02:56:38] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007495 10.0.0.38 - - [2026-01-22 02:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.38 - - [2026-01-22 02:56:40] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003014 10.0.0.38 - - [2026-01-22 02:56:40] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003388 10.0.0.38 - - [2026-01-22 02:56:40] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005404 10.0.0.38 - - [2026-01-22 02:56:40] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008208 10.0.0.38 - - [2026-01-22 02:56:43] "POST /neutron/network HTTP/1.1" 200 962 0.008422 10.0.0.38 - - [2026-01-22 02:56:43] "POST /neutron/port HTTP/1.1" 200 117 0.001425 10.0.0.38 - - [2026-01-22 02:56:44] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008013 10.0.0.38 - - [2026-01-22 02:56:47] "POST /neutron/port HTTP/1.1" 200 1152 0.016473 10.0.0.38 - - [2026-01-22 02:56:50] "POST /neutron/security_group HTTP/1.1" 200 1288 0.008183 10.0.0.38 - - [2026-01-22 02:56:53] "POST /neutron/network HTTP/1.1" 200 962 0.006187 10.0.0.38 - - [2026-01-22 02:56:53] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.38 - - [2026-01-22 02:56:55] "POST /neutron/security_group HTTP/1.1" 200 1288 0.006817 10.0.0.38 - - [2026-01-22 02:57:01] "POST /neutron/port HTTP/1.1" 200 1152 0.024635 10.0.0.38 - - [2026-01-22 02:57:01] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007804 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-machine/39903279-aef7-41d8-b2cd-6ad539180a1d HTTP/1.1" 200 1324 0.007578 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-machine/39903279-aef7-41d8-b2cd-6ad539180a1d HTTP/1.1" 200 1324 0.004207 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-machine-interface/bc9851ee-a88c-4290-98ce-f13cf8d108c6 HTTP/1.1" 200 3270 0.006325 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-machine/39903279-aef7-41d8-b2cd-6ad539180a1d HTTP/1.1" 200 1324 0.004930 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-machine-interface/bc9851ee-a88c-4290-98ce-f13cf8d108c6 HTTP/1.1" 200 3270 0.007943 10.0.0.38 - - [2026-01-22 02:57:01] "GET /instance-ip/d77be40c-abe5-4595-9122-de4e7ba2f04f HTTP/1.1" 200 1732 0.009747 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-machine/39903279-aef7-41d8-b2cd-6ad539180a1d HTTP/1.1" 200 1324 0.006030 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-machine-interface/bc9851ee-a88c-4290-98ce-f13cf8d108c6 HTTP/1.1" 200 3270 0.010433 10.0.0.38 - - [2026-01-22 02:57:01] "GET /instance-ip/d77be40c-abe5-4595-9122-de4e7ba2f04f HTTP/1.1" 200 1732 0.005136 10.0.0.38 - - [2026-01-22 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005317 10.0.0.38 - - [2026-01-22 02:57:01] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004775 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004168 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.006444 10.0.0.38 - - [2026-01-22 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.38 - - [2026-01-22 02:57:01] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005614 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004266 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007332 10.0.0.38 - - [2026-01-22 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.38 - - [2026-01-22 02:57:01] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006340 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004646 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007409 10.0.0.38 - - [2026-01-22 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005723 10.0.0.38 - - [2026-01-22 02:57:01] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005449 10.0.0.38 - - [2026-01-22 02:57:01] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004589 10.0.0.38 - - [2026-01-22 02:57:02] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007431 10.0.0.38 - - [2026-01-22 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.38 - - [2026-01-22 02:57:02] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005918 10.0.0.38 - - [2026-01-22 02:57:02] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003712 10.0.0.38 - - [2026-01-22 02:57:02] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007483 10.0.0.38 - - [2026-01-22 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.38 - - [2026-01-22 02:57:02] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009697 10.0.0.38 - - [2026-01-22 02:57:02] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004501 10.0.0.38 - - [2026-01-22 02:57:02] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.008771 10.0.0.38 - - [2026-01-22 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610 10.0.0.38 - - [2026-01-22 02:57:02] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005470 10.0.0.38 - - [2026-01-22 02:57:02] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003873 10.0.0.38 - - [2026-01-22 02:57:02] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.009378 10.0.0.38 - - [2026-01-22 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.38 - - [2026-01-22 02:57:03] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004548 10.0.0.38 - - [2026-01-22 02:57:03] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003702 10.0.0.38 - - [2026-01-22 02:57:03] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007083 10.0.0.38 - - [2026-01-22 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.38 - - [2026-01-22 02:57:03] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005772 10.0.0.38 - - [2026-01-22 02:57:03] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003458 10.0.0.38 - - [2026-01-22 02:57:03] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007339 10.0.0.38 - - [2026-01-22 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.38 - - [2026-01-22 02:57:03] "GET /routing-instance/f5b932bc-7dcb-4464-8fd7-41030d7b94e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.010779 10.0.0.38 - - [2026-01-22 02:57:03] "GET /route-target/92bad236-666b-4645-ac35-ce95807e325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003729 10.0.0.38 - - [2026-01-22 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.010767 10.0.0.38 - - [2026-01-22 02:57:04] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004896 10.0.0.38 - - [2026-01-22 02:57:04] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003473 10.0.0.38 - - [2026-01-22 02:57:04] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.009987 10.0.0.38 - - [2026-01-22 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.018038 10.0.0.38 - - [2026-01-22 02:57:04] "GET /routing-instance/f5b932bc-7dcb-4464-8fd7-41030d7b94e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.005957 10.0.0.38 - - [2026-01-22 02:57:04] "GET /route-target/92bad236-666b-4645-ac35-ce95807e325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005534 10.0.0.38 - - [2026-01-22 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.38 - - [2026-01-22 02:57:04] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003962 10.0.0.38 - - [2026-01-22 02:57:04] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003121 10.0.0.38 - - [2026-01-22 02:57:04] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005777 10.0.0.38 - - [2026-01-22 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.131 - - [2026-01-22 02:57:04] "GET /obj-perms HTTP/1.1" 200 5056 0.067091 10.0.0.38 - - [2026-01-22 02:57:04] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010161 10.0.0.38 - - [2026-01-22 02:57:04] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005798 10.0.0.38 - - [2026-01-22 02:57:04] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005112 10.0.0.38 - - [2026-01-22 02:57:04] "GET /obj-perms HTTP/1.1" 200 5090 0.003701 10.0.0.131 - - [2026-01-22 02:57:04] "GET /obj-perms HTTP/1.1" 200 5090 0.004270 10.0.0.38 - - [2026-01-22 02:57:04] "GET /obj-perms HTTP/1.1" 200 5090 0.003592 10.0.0.50 - - [2026-01-22 02:57:04] "GET /obj-perms HTTP/1.1" 200 5090 0.003761 10.0.0.38 - - [2026-01-22 02:57:04] "GET /virtual-machine/39903279-aef7-41d8-b2cd-6ad539180a1d HTTP/1.1" 200 1324 0.004839 10.0.0.38 - - [2026-01-22 02:57:04] "GET /virtual-machine-interface/bc9851ee-a88c-4290-98ce-f13cf8d108c6 HTTP/1.1" 200 3270 0.004785 10.0.0.38 - - [2026-01-22 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.38 - - [2026-01-22 02:57:04] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003844 10.0.0.38 - - [2026-01-22 02:57:04] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003090 10.0.0.38 - - [2026-01-22 02:57:05] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005822 10.0.0.38 - - [2026-01-22 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.38 - - [2026-01-22 02:57:06] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003478 10.0.0.38 - - [2026-01-22 02:57:06] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003171 10.0.0.38 - - [2026-01-22 02:57:06] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.009489 10.0.0.38 - - [2026-01-22 02:57:06] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 200 1324 0.003672 10.0.0.38 - - [2026-01-22 02:57:06] "GET /virtual-machine-interface/ab0b44eb-4d0a-4d48-a958-d88367f34583 HTTP/1.1" 200 3270 0.005105 10.0.0.38 - - [2026-01-22 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.38 - - [2026-01-22 02:57:06] "GET /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004060 10.0.0.38 - - [2026-01-22 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.38 - - [2026-01-22 02:57:06] "GET /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005494 10.0.0.38 - - [2026-01-22 02:57:06] "POST /neutron/security_group HTTP/1.1" 200 1314 0.005393 10.0.0.38 - - [2026-01-22 02:57:06] "POST /neutron/port HTTP/1.1" 200 1142 0.027809 10.0.0.38 - - [2026-01-22 02:57:06] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 200 1324 0.004703 10.0.0.38 - - [2026-01-22 02:57:06] "GET /virtual-machine-interface/ab0b44eb-4d0a-4d48-a958-d88367f34583 HTTP/1.1" 200 3209 0.008534 10.0.0.38 - - [2026-01-22 02:57:06] "POST /neutron/security_group HTTP/1.1" 200 1288 0.009222 10.0.0.38 - - [2026-01-22 02:57:06] "POST /neutron/port HTTP/1.1" 200 1104 0.015409 10.0.0.38 - - [2026-01-22 02:57:07] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 200 1324 0.004639 10.0.0.38 - - [2026-01-22 02:57:07] "GET /virtual-machine-interface/ab0b44eb-4d0a-4d48-a958-d88367f34583 HTTP/1.1" 200 3270 0.008465 10.0.0.38 - - [2026-01-22 02:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.38 - - [2026-01-22 02:57:07] "GET /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.007360 10.0.0.38 - - [2026-01-22 02:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.38 - - [2026-01-22 02:57:07] "GET /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.003949 10.0.0.38 - - [2026-01-22 02:57:07] "DELETE /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997 HTTP/1.1" 409 338 0.024321 10.0.0.131 - - [2026-01-22 02:57:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.131 - - [2026-01-22 02:57:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.50 - - [2026-01-22 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-01-22 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.38 - - [2026-01-22 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.38 - - [2026-01-22 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.131 - - [2026-01-22 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.131 - - [2026-01-22 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.50 - - [2026-01-22 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.50 - - [2026-01-22 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.38 - - [2026-01-22 02:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2026-01-22 02:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.38 - - [2026-01-22 02:57:45] "POST /neutron/port HTTP/1.1" 200 1152 0.022979 10.0.0.38 - - [2026-01-22 02:57:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003974 10.0.0.38 - - [2026-01-22 02:57:45] "POST /neutron/network HTTP/1.1" 200 952 0.006715 10.0.0.38 - - [2026-01-22 02:57:53] "POST /neutron/network HTTP/1.1" 200 962 0.007631 10.0.0.38 - - [2026-01-22 02:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.001550 10.0.0.38 - - [2026-01-22 02:58:07] "GET /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.004798 10.0.0.38 - - [2026-01-22 02:58:07] "PUT /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997 HTTP/1.1" 200 263 0.016725 10.0.0.131 - - [2026-01-22 02:58:07] "PUT /access-control-list/a04bc6ec-caba-4ae6-a78a-00fd080f4909 HTTP/1.1" 200 273 0.015905 10.0.0.38 - - [2026-01-22 02:58:10] "POST /neutron/port HTTP/1.1" 200 1152 0.016744 10.0.0.38 - - [2026-01-22 02:58:10] "POST /neutron/port HTTP/1.1" 200 1104 0.071837 10.0.0.38 - - [2026-01-22 02:58:10] "GET /virtual-machine/39903279-aef7-41d8-b2cd-6ad539180a1d HTTP/1.1" 200 1324 0.005392 10.0.0.38 - - [2026-01-22 02:58:11] "POST /neutron/port HTTP/1.1" 200 151 0.159230 10.0.0.38 - - [2026-01-22 02:58:12] "GET /virtual-machine/39903279-aef7-41d8-b2cd-6ad539180a1d HTTP/1.1" 404 171 0.003453 10.0.0.38 - - [2026-01-22 02:58:12] "GET /virtual-machine/39903279-aef7-41d8-b2cd-6ad539180a1d HTTP/1.1" 404 171 0.002551 10.0.0.38 - - [2026-01-22 02:58:12] "GET /virtual-machine/39903279-aef7-41d8-b2cd-6ad539180a1d HTTP/1.1" 404 171 0.002907 10.0.0.38 - - [2026-01-22 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.38 - - [2026-01-22 02:58:13] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003743 10.0.0.38 - - [2026-01-22 02:58:13] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002607 10.0.0.38 - - [2026-01-22 02:58:13] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.007876 10.0.0.38 - - [2026-01-22 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.38 - - [2026-01-22 02:58:13] "GET /routing-instance/f5b932bc-7dcb-4464-8fd7-41030d7b94e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.003913 10.0.0.38 - - [2026-01-22 02:58:13] "GET /route-target/92bad236-666b-4645-ac35-ce95807e325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004022 10.0.0.38 - - [2026-01-22 02:58:13] "GET /obj-perms HTTP/1.1" 200 5090 0.004092 10.0.0.50 - - [2026-01-22 02:58:13] "GET /obj-perms HTTP/1.1" 200 5090 0.003929 10.0.0.38 - - [2026-01-22 02:58:22] "GET /obj-perms HTTP/1.1" 200 5090 0.003924 10.0.0.50 - - [2026-01-22 02:58:22] "GET /obj-perms HTTP/1.1" 200 5090 0.003572 10.0.0.38 - - [2026-01-22 02:58:31] "GET /obj-perms HTTP/1.1" 200 5090 0.003598 10.0.0.50 - - [2026-01-22 02:58:31] "GET /obj-perms HTTP/1.1" 200 5090 0.004150 10.0.0.38 - - [2026-01-22 02:58:41] "GET /obj-perms HTTP/1.1" 200 5090 0.003779 10.0.0.50 - - [2026-01-22 02:58:41] "GET /obj-perms HTTP/1.1" 200 5090 0.003690 10.0.0.38 - - [2026-01-22 02:58:41] "POST /neutron/port HTTP/1.1" 200 1142 0.014874 10.0.0.38 - - [2026-01-22 02:58:41] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 200 1324 0.004380 10.0.0.38 - - [2026-01-22 02:58:42] "POST /neutron/port HTTP/1.1" 200 1114 0.019750 10.0.0.38 - - [2026-01-22 02:58:43] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 404 171 0.003001 10.0.0.38 - - [2026-01-22 02:58:43] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 404 171 0.003185 10.0.0.38 - - [2026-01-22 02:58:43] "GET /virtual-machine/fa0e9f78-79bf-42df-804d-41c5488debeb HTTP/1.1" 404 171 0.003012 10.0.0.38 - - [2026-01-22 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.38 - - [2026-01-22 02:58:43] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003939 10.0.0.38 - - [2026-01-22 02:58:43] "GET /virtual-networks?parent_id=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003712 10.0.0.38 - - [2026-01-22 02:58:43] "GET /virtual-network/878ffb90-34e0-4259-b640-fd2bd8d2b754?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2246 0.005656 10.0.0.38 - - [2026-01-22 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.38 - - [2026-01-22 02:58:43] "GET /routing-instance/f5b932bc-7dcb-4464-8fd7-41030d7b94e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.003762 10.0.0.38 - - [2026-01-22 02:58:43] "GET /route-target/92bad236-666b-4645-ac35-ce95807e325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003039 10.0.0.38 - - [2026-01-22 02:58:43] "GET /obj-perms HTTP/1.1" 200 5090 0.004454 10.0.0.50 - - [2026-01-22 02:58:47] "GET /obj-perms HTTP/1.1" 200 5090 0.003885 10.0.0.38 - - [2026-01-22 02:58:53] "GET /obj-perms HTTP/1.1" 200 5090 0.004269 10.0.0.50 - - [2026-01-22 02:58:56] "GET /obj-perms HTTP/1.1" 200 5090 0.004171 10.0.0.38 - - [2026-01-22 02:59:02] "GET /obj-perms HTTP/1.1" 200 5090 0.005072 10.0.0.50 - - [2026-01-22 02:59:05] "GET /obj-perms HTTP/1.1" 200 5090 0.003546 10.0.0.131 - - [2026-01-22 02:59:05] "GET /obj-perms HTTP/1.1" 200 5056 0.054646 10.0.0.38 - - [2026-01-22 02:59:08] "GET /obj-perms HTTP/1.1" 200 5090 0.004764 10.0.0.38 - - [2026-01-22 02:59:11] "GET /obj-perms HTTP/1.1" 200 5090 0.003594 10.0.0.50 - - [2026-01-22 02:59:11] "GET /obj-perms HTTP/1.1" 200 5090 0.003531 10.0.0.38 - - [2026-01-22 02:59:11] "POST /neutron/network HTTP/1.1" 200 952 0.006248 10.0.0.38 - - [2026-01-22 02:59:12] "DELETE /security-group/fc8ca89a-e107-4d80-ba5f-bf1921ae8997 HTTP/1.1" 200 115 0.052057 10.0.0.38 - - [2026-01-22 02:59:12] "POST /fqname-to-id HTTP/1.1" 404 254 0.005170 10.0.0.131 - - [2026-01-22 02:59:12] "DELETE /access-control-list/c1bcd389-e675-47b6-9ba0-9dd676c48813 HTTP/1.1" 200 115 0.040289 10.0.0.131 - - [2026-01-22 02:59:13] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.029685 10.0.0.38 - - [2026-01-22 02:59:13] "GET /project/6e44a692-0085-4f4c-a64f-a74cdccbad23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.082238 10.0.0.131 - - [2026-01-22 02:59:13] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000867 10.0.0.38 - - [2026-01-22 02:59:13] "GET /project/6e44a692-0085-4f4c-a64f-a74cdccbad23?fields=virtual_networks HTTP/1.1" 200 1104 0.041352 10.0.0.131 - - [2026-01-22 02:59:14] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002218 10.0.0.38 - - [2026-01-22 02:59:14] "GET /project/6e44a692-0085-4f4c-a64f-a74cdccbad23?fields=virtual_machine_interfaces HTTP/1.1" 200 1104 0.045372 10.0.0.131 - - [2026-01-22 02:59:14] "GET /projects?obj_uuids=6e44a692-0085-4f4c-a64f-a74cdccbad23&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001148 10.0.0.38 - - [2026-01-22 02:59:14] "GET /project/6e44a692-0085-4f4c-a64f-a74cdccbad23?fields=security_groups HTTP/1.1" 200 1361 0.041647 10.0.0.38 - - [2026-01-22 02:59:14] "POST /fqname-to-id HTTP/1.1" 404 209 0.028047 10.0.0.131 - - [2026-01-22 02:59:15] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003375 10.0.0.131 - - [2026-01-22 02:59:15] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.131 - - [2026-01-22 02:59:15] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.040708 10.0.0.131 - - [2026-01-22 02:59:15] "POST /id-to-fqname HTTP/1.1" 200 212 0.001145 10.0.0.131 - - [2026-01-22 02:59:15] "POST /fqname-to-id HTTP/1.1" 404 222 0.008615 10.0.0.131 - - [2026-01-22 02:59:15] "POST /security-groups HTTP/1.1" 200 612 0.073697 10.0.0.131 - - [2026-01-22 02:59:15] "POST /projects HTTP/1.1" 200 627 0.270838 10.0.0.131 - - [2026-01-22 02:59:15] "POST /access-control-lists HTTP/1.1" 200 619 0.026122 10.0.0.131 - - [2026-01-22 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.347516 10.0.0.38 - - [2026-01-22 02:59:15] "GET /project/e12df1c7-8c00-4f4c-a461-35837e38b2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.529830 10.0.0.38 - - [2026-01-22 02:59:16] "GET / HTTP/1.1" 200 36215 0.001449 10.0.0.38 - - [2026-01-22 02:59:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2026-01-22 02:59:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.060367 10.0.0.131 - - [2026-01-22 02:59:18] "POST /fqname-to-id HTTP/1.1" 404 277 0.003801 10.0.0.131 - - [2026-01-22 02:59:19] "POST /access-control-lists HTTP/1.1" 200 639 0.028183 10.0.0.131 - - [2026-01-22 02:59:19] "PUT /access-control-list/749062f4-c600-42d6-bd92-b9dd68f1ac2d HTTP/1.1" 200 273 0.021929 10.0.0.131 - - [2026-01-22 02:59:19] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000987 10.0.0.38 - - [2026-01-22 02:59:19] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.090358 10.0.0.38 - - [2026-01-22 02:59:19] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010898 10.0.0.38 - - [2026-01-22 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.131 - - [2026-01-22 02:59:19] "PUT /access-control-list/749062f4-c600-42d6-bd92-b9dd68f1ac2d HTTP/1.1" 200 273 0.012723 10.0.0.38 - - [2026-01-22 02:59:19] "GET /security-group/acbaf0af-dca9-41db-9cfc-5bd3a7cd717f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005382 10.0.0.38 - - [2026-01-22 02:59:20] "POST /neutron/security_group HTTP/1.1" 200 1004 0.003808 10.0.0.38 - - [2026-01-22 02:59:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.008878 10.0.0.38 - - [2026-01-22 02:59:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.003020 10.0.0.131 - - [2026-01-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 404 277 0.002926 10.0.0.131 - - [2026-01-22 02:59:21] "POST /access-control-lists HTTP/1.1" 200 639 0.028232 10.0.0.131 - - [2026-01-22 02:59:21] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001171 10.0.0.131 - - [2026-01-22 02:59:21] "PUT /access-control-list/7cd7c802-f5bf-40ed-b02f-05cce6d8ab06 HTTP/1.1" 200 273 0.023240 10.0.0.38 - - [2026-01-22 02:59:21] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.062717 10.0.0.38 - - [2026-01-22 02:59:21] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011496 10.0.0.38 - - [2026-01-22 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.38 - - [2026-01-22 02:59:21] "GET /security-group/f24ee2f5-21f1-42da-8bfd-730c60e73e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.004749 10.0.0.131 - - [2026-01-22 02:59:21] "PUT /access-control-list/7cd7c802-f5bf-40ed-b02f-05cce6d8ab06 HTTP/1.1" 200 273 0.019209 10.0.0.131 - - [2026-01-22 02:59:22] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001276 10.0.0.38 - - [2026-01-22 02:59:22] "POST /neutron/security_group_rule HTTP/1.1" 200 2190 0.052804 10.0.0.38 - - [2026-01-22 02:59:22] "POST /neutron/security_group_rule HTTP/1.1" 200 581 0.118988 10.0.0.38 - - [2026-01-22 02:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.131 - - [2026-01-22 02:59:22] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000911 10.0.0.131 - - [2026-01-22 02:59:22] "PUT /access-control-list/3cebee04-d3ad-4dc3-9d28-734c12b597a4 HTTP/1.1" 200 273 0.019981 10.0.0.38 - - [2026-01-22 02:59:22] "GET /project/e12df1c7-8c00-4f4c-a461-35837e38b2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.050533 10.0.0.131 - - [2026-01-22 02:59:22] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001145 10.0.0.38 - - [2026-01-22 02:59:23] "POST /neutron/network HTTP/1.1" 200 708 0.116323 10.0.0.38 - - [2026-01-22 02:59:23] "POST /id-to-fqname HTTP/1.1" 200 282 0.003779 10.0.0.38 - - [2026-01-22 02:59:23] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005052 10.0.0.38 - - [2026-01-22 02:59:23] "POST /neutron/network HTTP/1.1" 200 926 0.007694 10.0.0.38 - - [2026-01-22 02:59:23] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.004859 10.0.0.38 - - [2026-01-22 02:59:23] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005019 10.0.0.38 - - [2026-01-22 02:59:25] "POST /id-to-fqname HTTP/1.1" 200 282 0.001248 10.0.0.38 - - [2026-01-22 02:59:25] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009771 10.0.0.131 - - [2026-01-22 02:59:25] "DELETE /access-control-list/8afcb62f-17ff-4e05-9261-69fe59f8f02b HTTP/1.1" 200 115 0.030721 10.0.0.131 - - [2026-01-22 02:59:26] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000976 10.0.0.38 - - [2026-01-22 02:59:26] "GET /project/e12df1c7-8c00-4f4c-a461-35837e38b2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.098658 10.0.0.38 - - [2026-01-22 02:59:26] "POST /neutron/port HTTP/1.1" 200 117 0.008464 10.0.0.38 - - [2026-01-22 02:59:26] "POST /id-to-fqname HTTP/1.1" 200 282 0.001209 10.0.0.38 - - [2026-01-22 02:59:26] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008188 10.0.0.131 - - [2026-01-22 02:59:26] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000952 10.0.0.38 - - [2026-01-22 02:59:26] "POST /neutron/security_group HTTP/1.1" 200 3412 0.060120 10.0.0.38 - - [2026-01-22 02:59:27] "POST /neutron/port HTTP/1.1" 200 1080 0.043817 10.0.0.131 - - [2026-01-22 02:59:27] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000969 10.0.0.38 - - [2026-01-22 02:59:27] "GET /project/e12df1c7-8c00-4f4c-a461-35837e38b2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.105114 10.0.0.38 - - [2026-01-22 02:59:27] "POST /neutron/port HTTP/1.1" 200 1144 0.022337 10.0.0.38 - - [2026-01-22 02:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.38 - - [2026-01-22 02:59:27] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007301 10.0.0.38 - - [2026-01-22 02:59:27] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008206 10.0.0.131 - - [2026-01-22 02:59:28] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000899 10.0.0.38 - - [2026-01-22 02:59:28] "POST /neutron/port HTTP/1.1" 200 1080 0.317182 10.0.0.38 - - [2026-01-22 02:59:28] "POST /neutron/port HTTP/1.1" 200 1134 0.136284 10.0.0.38 - - [2026-01-22 02:59:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.009185 10.0.0.38 - - [2026-01-22 02:59:32] "POST /neutron/port HTTP/1.1" 200 1144 0.016849 10.0.0.38 - - [2026-01-22 02:59:33] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008029 10.0.0.38 - - [2026-01-22 02:59:33] "POST /neutron/port HTTP/1.1" 200 1144 0.018229 10.0.0.38 - - [2026-01-22 02:59:33] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-01-22 02:59:33] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 200 1315 0.052911 10.0.0.38 - - [2026-01-22 02:59:33] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 200 1315 0.006216 10.0.0.38 - - [2026-01-22 02:59:33] "GET /virtual-machine-interface/65ced395-6726-4b69-a4f5-06fa89c8ee70 HTTP/1.1" 200 3197 0.006685 10.0.0.38 - - [2026-01-22 02:59:33] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 200 1315 0.004434 10.0.0.38 - - [2026-01-22 02:59:33] "GET /virtual-machine-interface/65ced395-6726-4b69-a4f5-06fa89c8ee70 HTTP/1.1" 200 3197 0.006444 10.0.0.38 - - [2026-01-22 02:59:33] "GET /instance-ip/1d805ba6-b959-4239-85a2-ac4417d23b6a HTTP/1.1" 200 1704 0.008182 10.0.0.38 - - [2026-01-22 02:59:33] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 200 1315 0.005388 10.0.0.38 - - [2026-01-22 02:59:33] "GET /virtual-machine-interface/65ced395-6726-4b69-a4f5-06fa89c8ee70 HTTP/1.1" 200 3197 0.006435 10.0.0.38 - - [2026-01-22 02:59:33] "GET /instance-ip/1d805ba6-b959-4239-85a2-ac4417d23b6a HTTP/1.1" 200 1704 0.004811 10.0.0.38 - - [2026-01-22 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.38 - - [2026-01-22 02:59:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005265 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003635 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006233 10.0.0.38 - - [2026-01-22 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006099 10.0.0.38 - - [2026-01-22 02:59:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004739 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003657 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007576 10.0.0.38 - - [2026-01-22 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.38 - - [2026-01-22 02:59:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004140 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003948 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005439 10.0.0.38 - - [2026-01-22 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.38 - - [2026-01-22 02:59:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004597 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003070 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006511 10.0.0.38 - - [2026-01-22 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.38 - - [2026-01-22 02:59:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004042 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003419 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006946 10.0.0.131 - - [2026-01-22 02:59:34] "DELETE /project/e12df1c78c004f4ca46135837e38b2cd HTTP/1.1" 404 173 0.005266 10.0.0.131 - - [2026-01-22 02:59:34] "DELETE /project/6e44a692-0085-4f4c-a64f-a74cdccbad23 HTTP/1.1" 404 177 0.004808 10.0.0.38 - - [2026-01-22 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.38 - - [2026-01-22 02:59:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005354 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003599 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.008188 10.0.0.38 - - [2026-01-22 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.38 - - [2026-01-22 02:59:34] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005055 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004500 10.0.0.38 - - [2026-01-22 02:59:34] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.010405 10.0.0.38 - - [2026-01-22 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.38 - - [2026-01-22 02:59:37] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006832 10.0.0.38 - - [2026-01-22 02:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.38 - - [2026-01-22 02:59:42] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005307 10.0.0.38 - - [2026-01-22 02:59:45] "POST /neutron/port HTTP/1.1" 200 1144 0.017281 10.0.0.38 - - [2026-01-22 02:59:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.008471 10.0.0.38 - - [2026-01-22 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.38 - - [2026-01-22 02:59:46] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005293 10.0.0.38 - - [2026-01-22 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005298 10.0.0.38 - - [2026-01-22 02:59:50] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005683 10.0.0.38 - - [2026-01-22 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.38 - - [2026-01-22 02:59:54] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006333 10.0.0.38 - - [2026-01-22 02:59:55] "POST /neutron/port HTTP/1.1" 200 1144 0.016329 10.0.0.38 - - [2026-01-22 02:59:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003879 10.0.0.38 - - [2026-01-22 02:59:55] "POST /neutron/network HTTP/1.1" 200 926 0.007910 10.0.0.38 - - [2026-01-22 02:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.38 - - [2026-01-22 02:59:58] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006423 10.0.0.38 - - [2026-01-22 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005559 10.0.0.38 - - [2026-01-22 03:00:02] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006584 10.0.0.38 - - [2026-01-22 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005806 10.0.0.38 - - [2026-01-22 03:00:06] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.012601 10.0.0.131 - - [2026-01-22 03:00:06] "GET /obj-perms HTTP/1.1" 200 5056 0.059816 10.0.0.38 - - [2026-01-22 03:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.38 - - [2026-01-22 03:00:10] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005219 10.0.0.38 - - [2026-01-22 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.38 - - [2026-01-22 03:00:14] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005455 10.0.0.38 - - [2026-01-22 03:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.38 - - [2026-01-22 03:00:16] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003683 10.0.0.38 - - [2026-01-22 03:00:16] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003392 10.0.0.38 - - [2026-01-22 03:00:16] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005712 10.0.0.38 - - [2026-01-22 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.38 - - [2026-01-22 03:00:17] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004115 10.0.0.38 - - [2026-01-22 03:00:17] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003476 10.0.0.38 - - [2026-01-22 03:00:17] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006736 10.0.0.38 - - [2026-01-22 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.38 - - [2026-01-22 03:00:17] "GET /routing-instance/cb296783-7947-4b1f-9ff9-6340d4dca5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005968 10.0.0.38 - - [2026-01-22 03:00:17] "GET /route-target/f33bdead-7cdb-412b-ad5e-5af58d7bdb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004336 10.0.0.38 - - [2026-01-22 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.38 - - [2026-01-22 03:00:17] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003678 10.0.0.38 - - [2026-01-22 03:00:17] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003185 10.0.0.38 - - [2026-01-22 03:00:17] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005622 10.0.0.38 - - [2026-01-22 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.38 - - [2026-01-22 03:00:17] "GET /routing-instance/cb296783-7947-4b1f-9ff9-6340d4dca5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005767 10.0.0.38 - - [2026-01-22 03:00:17] "GET /route-target/f33bdead-7cdb-412b-ad5e-5af58d7bdb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003678 10.0.0.38 - - [2026-01-22 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.38 - - [2026-01-22 03:00:17] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004966 10.0.0.38 - - [2026-01-22 03:00:17] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003443 10.0.0.38 - - [2026-01-22 03:00:17] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005876 10.0.0.38 - - [2026-01-22 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.38 - - [2026-01-22 03:00:17] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005079 10.0.0.38 - - [2026-01-22 03:00:17] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003481 10.0.0.38 - - [2026-01-22 03:00:17] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.009608 10.0.0.38 - - [2026-01-22 03:00:18] "GET /obj-perms HTTP/1.1" 200 5072 0.053043 10.0.0.131 - - [2026-01-22 03:00:18] "GET /obj-perms HTTP/1.1" 200 5072 0.048236 10.0.0.38 - - [2026-01-22 03:00:18] "GET /obj-perms HTTP/1.1" 200 5072 0.004587 10.0.0.50 - - [2026-01-22 03:00:18] "GET /obj-perms HTTP/1.1" 200 5072 0.052179 10.0.0.38 - - [2026-01-22 03:00:18] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 200 1315 0.004959 10.0.0.38 - - [2026-01-22 03:00:18] "GET /virtual-machine-interface/65ced395-6726-4b69-a4f5-06fa89c8ee70 HTTP/1.1" 200 3197 0.006165 10.0.0.38 - - [2026-01-22 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.38 - - [2026-01-22 03:00:18] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003343 10.0.0.38 - - [2026-01-22 03:00:18] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003387 10.0.0.38 - - [2026-01-22 03:00:18] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007123 10.0.0.38 - - [2026-01-22 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.38 - - [2026-01-22 03:00:19] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003863 10.0.0.38 - - [2026-01-22 03:00:19] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003004 10.0.0.38 - - [2026-01-22 03:00:19] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005777 10.0.0.38 - - [2026-01-22 03:00:25] "POST /neutron/port HTTP/1.1" 200 1144 0.016392 10.0.0.38 - - [2026-01-22 03:00:26] "POST /neutron/security_group HTTP/1.1" 200 1415 0.032363 10.0.0.38 - - [2026-01-22 03:00:30] "POST /neutron/port HTTP/1.1" 200 1144 0.020508 10.0.0.38 - - [2026-01-22 03:00:35] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008763 10.0.0.38 - - [2026-01-22 03:00:40] "POST /neutron/port HTTP/1.1" 200 1144 0.017875 10.0.0.38 - - [2026-01-22 03:00:40] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007858 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-machine/759ff33f-9ff3-4f87-a74d-863a14da8535 HTTP/1.1" 200 1315 0.006480 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-machine/759ff33f-9ff3-4f87-a74d-863a14da8535 HTTP/1.1" 200 1315 0.003579 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-machine-interface/d37533d7-ef3d-4950-8bdf-bd71d253b75e HTTP/1.1" 200 3198 0.005242 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-machine/759ff33f-9ff3-4f87-a74d-863a14da8535 HTTP/1.1" 200 1315 0.003634 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-machine-interface/d37533d7-ef3d-4950-8bdf-bd71d253b75e HTTP/1.1" 200 3198 0.005307 10.0.0.38 - - [2026-01-22 03:00:41] "GET /instance-ip/8eaa9e0b-15d0-480b-909a-c7692a568a61 HTTP/1.1" 200 1706 0.006417 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-machine/759ff33f-9ff3-4f87-a74d-863a14da8535 HTTP/1.1" 200 1315 0.003238 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-machine-interface/d37533d7-ef3d-4950-8bdf-bd71d253b75e HTTP/1.1" 200 3198 0.007669 10.0.0.38 - - [2026-01-22 03:00:41] "GET /instance-ip/8eaa9e0b-15d0-480b-909a-c7692a568a61 HTTP/1.1" 200 1706 0.004315 10.0.0.38 - - [2026-01-22 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.38 - - [2026-01-22 03:00:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003861 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002848 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005073 10.0.0.38 - - [2026-01-22 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.38 - - [2026-01-22 03:00:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004090 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003325 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006017 10.0.0.38 - - [2026-01-22 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.38 - - [2026-01-22 03:00:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004581 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003608 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005877 10.0.0.38 - - [2026-01-22 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.38 - - [2026-01-22 03:00:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004510 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003694 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005659 10.0.0.38 - - [2026-01-22 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.38 - - [2026-01-22 03:00:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003780 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003007 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006277 10.0.0.38 - - [2026-01-22 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.38 - - [2026-01-22 03:00:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003634 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003163 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006639 10.0.0.38 - - [2026-01-22 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.38 - - [2026-01-22 03:00:41] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004580 10.0.0.38 - - [2026-01-22 03:00:41] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003426 10.0.0.38 - - [2026-01-22 03:00:42] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005017 10.0.0.38 - - [2026-01-22 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.38 - - [2026-01-22 03:00:43] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004818 10.0.0.38 - - [2026-01-22 03:00:43] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003589 10.0.0.38 - - [2026-01-22 03:00:43] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.008843 10.0.0.38 - - [2026-01-22 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.38 - - [2026-01-22 03:00:43] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003872 10.0.0.38 - - [2026-01-22 03:00:43] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003585 10.0.0.38 - - [2026-01-22 03:00:43] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005484 10.0.0.38 - - [2026-01-22 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.38 - - [2026-01-22 03:00:43] "GET /routing-instance/cb296783-7947-4b1f-9ff9-6340d4dca5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005058 10.0.0.38 - - [2026-01-22 03:00:43] "GET /route-target/f33bdead-7cdb-412b-ad5e-5af58d7bdb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003469 10.0.0.38 - - [2026-01-22 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.38 - - [2026-01-22 03:00:43] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004514 10.0.0.38 - - [2026-01-22 03:00:43] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003373 10.0.0.38 - - [2026-01-22 03:00:43] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005382 10.0.0.38 - - [2026-01-22 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.38 - - [2026-01-22 03:00:43] "GET /routing-instance/cb296783-7947-4b1f-9ff9-6340d4dca5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004310 10.0.0.38 - - [2026-01-22 03:00:43] "GET /route-target/f33bdead-7cdb-412b-ad5e-5af58d7bdb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003472 10.0.0.38 - - [2026-01-22 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.38 - - [2026-01-22 03:00:43] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004868 10.0.0.38 - - [2026-01-22 03:00:43] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004502 10.0.0.38 - - [2026-01-22 03:00:43] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005685 10.0.0.38 - - [2026-01-22 03:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.38 - - [2026-01-22 03:00:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003972 10.0.0.38 - - [2026-01-22 03:00:44] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003960 10.0.0.38 - - [2026-01-22 03:00:44] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005530 10.0.0.38 - - [2026-01-22 03:00:44] "GET /obj-perms HTTP/1.1" 200 5072 0.003585 10.0.0.131 - - [2026-01-22 03:00:44] "GET /obj-perms HTTP/1.1" 200 5072 0.003644 10.0.0.38 - - [2026-01-22 03:00:44] "GET /obj-perms HTTP/1.1" 200 5072 0.004002 10.0.0.50 - - [2026-01-22 03:00:44] "GET /obj-perms HTTP/1.1" 200 5072 0.003540 10.0.0.38 - - [2026-01-22 03:00:44] "GET /obj-perms HTTP/1.1" 200 5072 0.004607 10.0.0.38 - - [2026-01-22 03:00:44] "GET /virtual-machine/759ff33f-9ff3-4f87-a74d-863a14da8535 HTTP/1.1" 200 1315 0.004568 10.0.0.38 - - [2026-01-22 03:00:44] "GET /virtual-machine-interface/d37533d7-ef3d-4950-8bdf-bd71d253b75e HTTP/1.1" 200 3198 0.004965 10.0.0.38 - - [2026-01-22 03:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.38 - - [2026-01-22 03:00:44] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003632 10.0.0.38 - - [2026-01-22 03:00:44] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003434 10.0.0.38 - - [2026-01-22 03:00:44] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005879 10.0.0.38 - - [2026-01-22 03:00:45] "POST /neutron/port HTTP/1.1" 200 1144 0.024720 10.0.0.38 - - [2026-01-22 03:00:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004399 10.0.0.38 - - [2026-01-22 03:00:45] "POST /neutron/network HTTP/1.1" 200 926 0.007165 10.0.0.38 - - [2026-01-22 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.38 - - [2026-01-22 03:00:45] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003666 10.0.0.38 - - [2026-01-22 03:00:45] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002858 10.0.0.38 - - [2026-01-22 03:00:45] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005303 10.0.0.38 - - [2026-01-22 03:00:45] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 200 1315 0.004433 10.0.0.38 - - [2026-01-22 03:00:45] "GET /virtual-machine-interface/65ced395-6726-4b69-a4f5-06fa89c8ee70 HTTP/1.1" 200 3197 0.007240 10.0.0.38 - - [2026-01-22 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.38 - - [2026-01-22 03:00:45] "GET /security-group/f24ee2f5-21f1-42da-8bfd-730c60e73e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004492 10.0.0.38 - - [2026-01-22 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.38 - - [2026-01-22 03:00:45] "GET /security-group/f24ee2f5-21f1-42da-8bfd-730c60e73e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004287 10.0.0.38 - - [2026-01-22 03:00:46] "POST /neutron/port HTTP/1.1" 200 1144 0.017055 10.0.0.38 - - [2026-01-22 03:00:46] "POST /neutron/port HTTP/1.1" 200 1096 0.077176 10.0.0.38 - - [2026-01-22 03:00:46] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 200 1315 0.003857 10.0.0.38 - - [2026-01-22 03:00:46] "GET /virtual-machine-interface/65ced395-6726-4b69-a4f5-06fa89c8ee70 HTTP/1.1" 200 3145 0.004864 10.0.0.38 - - [2026-01-22 03:00:46] "POST /neutron/port HTTP/1.1" 200 1096 0.021443 10.0.0.38 - - [2026-01-22 03:00:46] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 200 1315 0.004372 10.0.0.38 - - [2026-01-22 03:00:46] "GET /virtual-machine-interface/65ced395-6726-4b69-a4f5-06fa89c8ee70 HTTP/1.1" 200 3197 0.007353 10.0.0.38 - - [2026-01-22 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.38 - - [2026-01-22 03:00:46] "GET /security-group/f24ee2f5-21f1-42da-8bfd-730c60e73e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004154 10.0.0.38 - - [2026-01-22 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.38 - - [2026-01-22 03:00:46] "GET /security-group/f24ee2f5-21f1-42da-8bfd-730c60e73e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004840 10.0.0.38 - - [2026-01-22 03:00:46] "POST /neutron/security_group HTTP/1.1" 200 1441 0.003972 10.0.0.38 - - [2026-01-22 03:00:57] "POST /neutron/port HTTP/1.1" 200 1144 0.020421 10.0.0.38 - - [2026-01-22 03:00:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005445 10.0.0.38 - - [2026-01-22 03:00:57] "POST /neutron/network HTTP/1.1" 200 926 0.007350 10.0.0.50 - - [2026-01-22 03:01:07] "GET /obj-perms HTTP/1.1" 200 5056 0.052595 10.0.0.38 - - [2026-01-22 03:01:45] "POST /neutron/network HTTP/1.1" 200 936 0.008076 10.0.0.38 - - [2026-01-22 03:01:45] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.38 - - [2026-01-22 03:01:53] "POST /neutron/security_group_rule HTTP/1.1" 200 545 0.009497 10.0.0.38 - - [2026-01-22 03:01:54] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141145 10.0.0.131 - - [2026-01-22 03:01:54] "PUT /access-control-list/3cebee04-d3ad-4dc3-9d28-734c12b597a4 HTTP/1.1" 200 273 0.047108 10.0.0.38 - - [2026-01-22 03:01:56] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009207 10.0.0.38 - - [2026-01-22 03:01:57] "POST /neutron/port HTTP/1.1" 200 1134 0.016558 10.0.0.38 - - [2026-01-22 03:01:57] "GET /virtual-machine/759ff33f-9ff3-4f87-a74d-863a14da8535 HTTP/1.1" 200 1315 0.004182 10.0.0.38 - - [2026-01-22 03:01:57] "POST /neutron/port HTTP/1.1" 200 1096 0.018763 10.0.0.38 - - [2026-01-22 03:01:59] "GET /virtual-machine/759ff33f-9ff3-4f87-a74d-863a14da8535 HTTP/1.1" 404 171 0.003223 10.0.0.38 - - [2026-01-22 03:01:59] "GET /virtual-machine/759ff33f-9ff3-4f87-a74d-863a14da8535 HTTP/1.1" 404 171 0.003054 10.0.0.38 - - [2026-01-22 03:01:59] "GET /virtual-machine/759ff33f-9ff3-4f87-a74d-863a14da8535 HTTP/1.1" 404 171 0.003392 10.0.0.38 - - [2026-01-22 03:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.38 - - [2026-01-22 03:01:59] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005856 10.0.0.38 - - [2026-01-22 03:01:59] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004119 10.0.0.38 - - [2026-01-22 03:01:59] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006067 10.0.0.38 - - [2026-01-22 03:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.38 - - [2026-01-22 03:01:59] "GET /routing-instance/cb296783-7947-4b1f-9ff9-6340d4dca5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005868 10.0.0.38 - - [2026-01-22 03:01:59] "GET /route-target/f33bdead-7cdb-412b-ad5e-5af58d7bdb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004356 10.0.0.38 - - [2026-01-22 03:02:02] "GET /obj-perms HTTP/1.1" 200 5072 0.005444 10.0.0.50 - - [2026-01-22 03:02:05] "GET /obj-perms HTTP/1.1" 200 5072 0.005909 10.0.0.131 - - [2026-01-22 03:02:07] "GET /obj-perms HTTP/1.1" 200 5056 0.052882 10.0.0.38 - - [2026-01-22 03:02:09] "GET /obj-perms HTTP/1.1" 200 5072 0.003608 10.0.0.38 - - [2026-01-22 03:02:12] "GET /obj-perms HTTP/1.1" 200 5072 0.003621 10.0.0.50 - - [2026-01-22 03:02:12] "GET /obj-perms HTTP/1.1" 200 5072 0.003515 10.0.0.38 - - [2026-01-22 03:02:12] "POST /neutron/port HTTP/1.1" 200 1144 0.016465 10.0.0.38 - - [2026-01-22 03:02:12] "POST /neutron/port HTTP/1.1" 200 1096 0.074228 10.0.0.38 - - [2026-01-22 03:02:12] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 200 1315 0.004640 10.0.0.38 - - [2026-01-22 03:02:13] "POST /neutron/port HTTP/1.1" 200 151 0.171715 10.0.0.38 - - [2026-01-22 03:02:14] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 404 171 0.004030 10.0.0.38 - - [2026-01-22 03:02:14] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 404 171 0.002637 10.0.0.38 - - [2026-01-22 03:02:14] "GET /virtual-machine/2ff9fce2-ca15-46aa-a806-e25c8419ea44 HTTP/1.1" 404 171 0.002676 10.0.0.38 - - [2026-01-22 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.38 - - [2026-01-22 03:02:14] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004124 10.0.0.38 - - [2026-01-22 03:02:14] "GET /virtual-networks?parent_id=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004317 10.0.0.38 - - [2026-01-22 03:02:14] "GET /virtual-network/326e0988-5edc-40da-856d-2d8b9dbf4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006332 10.0.0.38 - - [2026-01-22 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.38 - - [2026-01-22 03:02:14] "GET /routing-instance/cb296783-7947-4b1f-9ff9-6340d4dca5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005630 10.0.0.38 - - [2026-01-22 03:02:14] "GET /route-target/f33bdead-7cdb-412b-ad5e-5af58d7bdb93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004213 10.0.0.38 - - [2026-01-22 03:02:21] "GET /obj-perms HTTP/1.1" 200 5072 0.003786 10.0.0.50 - - [2026-01-22 03:02:21] "GET /obj-perms HTTP/1.1" 200 5072 0.004281 10.0.0.38 - - [2026-01-22 03:02:30] "GET /obj-perms HTTP/1.1" 200 5072 0.004215 10.0.0.50 - - [2026-01-22 03:02:30] "GET /obj-perms HTTP/1.1" 200 5072 0.003929 10.0.0.131 - - [2026-01-22 03:02:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.131 - - [2026-01-22 03:02:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.50 - - [2026-01-22 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.001110 10.0.0.50 - - [2026-01-22 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.38 - - [2026-01-22 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.38 - - [2026-01-22 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.131 - - [2026-01-22 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.131 - - [2026-01-22 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.50 - - [2026-01-22 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.50 - - [2026-01-22 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.38 - - [2026-01-22 03:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.38 - - [2026-01-22 03:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.38 - - [2026-01-22 03:02:39] "GET /obj-perms HTTP/1.1" 200 5072 0.003932 10.0.0.50 - - [2026-01-22 03:02:39] "GET /obj-perms HTTP/1.1" 200 5072 0.004402 10.0.0.131 - - [2026-01-22 03:02:39] "DELETE /route-target/f33bdead-7cdb-412b-ad5e-5af58d7bdb93 HTTP/1.1" 200 115 0.020770 10.0.0.38 - - [2026-01-22 03:02:40] "POST /neutron/security_group HTTP/1.1" 200 1441 0.004131 10.0.0.38 - - [2026-01-22 03:02:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.003055 10.0.0.131 - - [2026-01-22 03:02:41] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001244 10.0.0.38 - - [2026-01-22 03:02:41] "GET /project/e12df1c7-8c00-4f4c-a461-35837e38b2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.070181 10.0.0.131 - - [2026-01-22 03:02:41] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000849 10.0.0.38 - - [2026-01-22 03:02:41] "GET /project/e12df1c7-8c00-4f4c-a461-35837e38b2cd?fields=virtual_networks HTTP/1.1" 200 1087 0.050723 10.0.0.131 - - [2026-01-22 03:02:41] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000907 10.0.0.38 - - [2026-01-22 03:02:41] "GET /project/e12df1c7-8c00-4f4c-a461-35837e38b2cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1087 0.037624 10.0.0.131 - - [2026-01-22 03:02:41] "GET /projects?obj_uuids=e12df1c7-8c00-4f4c-a461-35837e38b2cd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002436 10.0.0.38 - - [2026-01-22 03:02:42] "GET /project/e12df1c7-8c00-4f4c-a461-35837e38b2cd?fields=security_groups HTTP/1.1" 200 1335 0.041456 10.0.0.38 - - [2026-01-22 03:02:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.025837 10.0.0.131 - - [2026-01-22 03:02:42] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003257 10.0.0.131 - - [2026-01-22 03:02:42] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001238 10.0.0.131 - - [2026-01-22 03:02:42] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007743 10.0.0.131 - - [2026-01-22 03:02:43] "POST /id-to-fqname HTTP/1.1" 200 188 0.002892 10.0.0.131 - - [2026-01-22 03:02:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.002910 10.0.0.131 - - [2026-01-22 03:02:43] "POST /security-groups HTTP/1.1" 200 589 0.035167 10.0.0.131 - - [2026-01-22 03:02:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.003213 10.0.0.131 - - [2026-01-22 03:02:43] "POST /projects HTTP/1.1" 200 581 0.255611 10.0.0.131 - - [2026-01-22 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.331369 10.0.0.131 - - [2026-01-22 03:02:43] "POST /access-control-lists HTTP/1.1" 200 594 0.031306 10.0.0.38 - - [2026-01-22 03:02:43] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.467793 10.0.0.38 - - [2026-01-22 03:02:44] "GET / HTTP/1.1" 200 36215 0.001744 10.0.0.38 - - [2026-01-22 03:02:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2026-01-22 03:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.072843 10.0.0.131 - - [2026-01-22 03:02:46] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.38 - - [2026-01-22 03:02:46] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047839 10.0.0.131 - - [2026-01-22 03:02:46] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.38 - - [2026-01-22 03:02:46] "POST /neutron/network HTTP/1.1" 200 615 0.159436 10.0.0.38 - - [2026-01-22 03:02:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.003202 10.0.0.38 - - [2026-01-22 03:02:47] "GET /virtual-network/c83913e0-d058-4ba4-b4d9-1b393342e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005421 10.0.0.38 - - [2026-01-22 03:02:47] "POST /neutron/network HTTP/1.1" 200 835 0.006057 10.0.0.38 - - [2026-01-22 03:02:47] "GET /virtual-network/c83913e0-d058-4ba4-b4d9-1b393342e4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004950 10.0.0.38 - - [2026-01-22 03:02:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001170 10.0.0.38 - - [2026-01-22 03:02:47] "POST /neutron/network HTTP/1.1" 200 845 0.006182 10.0.0.131 - - [2026-01-22 03:02:48] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.38 - - [2026-01-22 03:02:48] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.074344 10.0.0.38 - - [2026-01-22 03:02:48] "POST /neutron/port HTTP/1.1" 200 117 0.006561 10.0.0.131 - - [2026-01-22 03:02:49] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001284 10.0.0.38 - - [2026-01-22 03:02:49] "POST /neutron/port HTTP/1.1" 200 1059 0.316983 10.0.0.38 - - [2026-01-22 03:02:49] "POST /neutron/port HTTP/1.1" 200 1113 0.107618 10.0.0.38 - - [2026-01-22 03:02:49] "POST /neutron/subnet HTTP/1.1" 200 704 0.007920 10.0.0.38 - - [2026-01-22 03:02:53] "POST /neutron/port HTTP/1.1" 200 1123 0.018833 10.0.0.38 - - [2026-01-22 03:02:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007044 10.0.0.38 - - [2026-01-22 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.131 - - [2026-01-22 03:02:53] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.38 - - [2026-01-22 03:02:54] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046398 10.0.0.131 - - [2026-01-22 03:02:54] "POST /route-targets HTTP/1.1" 200 328 0.012740 10.0.0.131 - - [2026-01-22 03:02:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009999 10.0.0.38 - - [2026-01-22 03:02:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.182184 10.0.0.38 - - [2026-01-22 03:02:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001169 10.0.0.38 - - [2026-01-22 03:02:54] "GET /virtual-network/1bff0032-8046-44e1-a77b-1917e8188cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005064 10.0.0.38 - - [2026-01-22 03:02:54] "GET /virtual-network/1bff0032-8046-44e1-a77b-1917e8188cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004909 10.0.0.38 - - [2026-01-22 03:02:54] "POST /neutron/network HTTP/1.1" 200 834 0.007086 10.0.0.38 - - [2026-01-22 03:02:55] "GET /virtual-network/1bff0032-8046-44e1-a77b-1917e8188cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005348 10.0.0.38 - - [2026-01-22 03:02:55] "GET /obj-perms HTTP/1.1" 200 5026 0.053408 10.0.0.131 - - [2026-01-22 03:02:56] "GET /obj-perms HTTP/1.1" 200 5026 0.053264 10.0.0.38 - - [2026-01-22 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.131 - - [2026-01-22 03:02:56] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000848 10.0.0.38 - - [2026-01-22 03:02:56] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.035725 10.0.0.131 - - [2026-01-22 03:02:56] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.38 - - [2026-01-22 03:02:56] "POST /neutron/network HTTP/1.1" 200 613 0.124457 10.0.0.131 - - [2026-01-22 03:02:56] "POST /ref-update HTTP/1.1" 200 156 0.024119 10.0.0.38 - - [2026-01-22 03:02:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.002911 10.0.0.38 - - [2026-01-22 03:02:56] "GET /virtual-network/fa640d24-d2b4-4dc8-8750-181f949cd6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007047 10.0.0.38 - - [2026-01-22 03:02:57] "POST /neutron/network HTTP/1.1" 200 832 0.005749 10.0.0.38 - - [2026-01-22 03:02:57] "GET /virtual-network/fa640d24-d2b4-4dc8-8750-181f949cd6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004852 10.0.0.38 - - [2026-01-22 03:02:57] "GET /virtual-network/fa640d24-d2b4-4dc8-8750-181f949cd6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007188 10.0.0.50 - - [2026-01-22 03:02:57] "GET /obj-perms HTTP/1.1" 200 5026 0.051432 10.0.0.38 - - [2026-01-22 03:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.131 - - [2026-01-22 03:02:57] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.38 - - [2026-01-22 03:02:57] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.036439 10.0.0.38 - - [2026-01-22 03:02:57] "POST /neutron/network HTTP/1.1" 200 117 0.014352 10.0.0.38 - - [2026-01-22 03:02:58] "POST /neutron/network HTTP/1.1" 200 834 0.008254 10.0.0.38 - - [2026-01-22 03:02:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.000982 10.0.0.38 - - [2026-01-22 03:02:58] "GET /virtual-network/f95b1c38-3b3f-4af8-9a4b-eacbb5ac4787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004493 10.0.0.38 - - [2026-01-22 03:02:58] "GET /virtual-network/f95b1c38-3b3f-4af8-9a4b-eacbb5ac4787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005435 10.0.0.38 - - [2026-01-22 03:02:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.008424 10.0.0.38 - - [2026-01-22 03:02:58] "GET /virtual-network/f95b1c38-3b3f-4af8-9a4b-eacbb5ac4787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005428 10.0.0.38 - - [2026-01-22 03:02:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001396 10.0.0.38 - - [2026-01-22 03:02:59] "POST /neutron/network HTTP/1.1" 200 842 0.007414 10.0.0.131 - - [2026-01-22 03:02:59] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.38 - - [2026-01-22 03:02:59] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066650 10.0.0.38 - - [2026-01-22 03:03:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006962 10.0.0.38 - - [2026-01-22 03:03:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001160 10.0.0.38 - - [2026-01-22 03:03:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008240 10.0.0.131 - - [2026-01-22 03:03:00] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001771 10.0.0.38 - - [2026-01-22 03:03:00] "POST /neutron/port HTTP/1.1" 200 1058 0.348233 10.0.0.38 - - [2026-01-22 03:03:01] "POST /neutron/port HTTP/1.1" 200 1112 0.167813 10.0.0.131 - - [2026-01-22 03:03:01] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001379 10.0.0.38 - - [2026-01-22 03:03:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.012653 10.0.0.38 - - [2026-01-22 03:03:01] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.118345 10.0.0.38 - - [2026-01-22 03:03:01] "POST /neutron/network HTTP/1.1" 200 834 0.049837 10.0.0.38 - - [2026-01-22 03:03:01] "POST /neutron/port HTTP/1.1" 200 117 0.007325 10.0.0.38 - - [2026-01-22 03:03:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.004364 10.0.0.38 - - [2026-01-22 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.131 - - [2026-01-22 03:03:01] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.38 - - [2026-01-22 03:03:01] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008155 10.0.0.38 - - [2026-01-22 03:03:01] "POST /service-templates HTTP/1.1" 200 545 0.041188 10.0.0.38 - - [2026-01-22 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.38 - - [2026-01-22 03:03:01] "GET /service-template/4d30756d-3b32-44bb-88b5-c2c7ef810229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006625 10.0.0.38 - - [2026-01-22 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.38 - - [2026-01-22 03:03:01] "GET /service-template/4d30756d-3b32-44bb-88b5-c2c7ef810229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004163 10.0.0.38 - - [2026-01-22 03:03:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001661 10.0.0.38 - - [2026-01-22 03:03:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001482 10.0.0.38 - - [2026-01-22 03:03:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001600 10.0.0.38 - - [2026-01-22 03:03:02] "POST /neutron/port HTTP/1.1" 200 2924 0.087417 10.0.0.38 - - [2026-01-22 03:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.38 - - [2026-01-22 03:03:02] "DELETE /service-template/4d30756d-3b32-44bb-88b5-c2c7ef810229 HTTP/1.1" 200 115 0.041223 10.0.0.38 - - [2026-01-22 03:03:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004133 10.0.0.38 - - [2026-01-22 03:03:02] "POST /neutron/port HTTP/1.1" 200 1058 0.029389 10.0.0.38 - - [2026-01-22 03:03:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004047 10.0.0.38 - - [2026-01-22 03:03:02] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.38 - - [2026-01-22 03:03:03] "POST /neutron/port HTTP/1.1" 200 1122 0.026206 10.0.0.38 - - [2026-01-22 03:03:04] "POST /neutron/network HTTP/1.1" 200 834 0.006523 10.0.0.38 - - [2026-01-22 03:03:06] "POST /neutron/network HTTP/1.1" 400 204 0.013339 10.0.0.131 - - [2026-01-22 03:03:09] "GET /obj-perms HTTP/1.1" 200 5056 0.054636 10.0.0.38 - - [2026-01-22 03:03:11] "POST /neutron/network HTTP/1.1" 200 834 0.006737 10.0.0.38 - - [2026-01-22 03:03:13] "POST /neutron/network HTTP/1.1" 400 204 0.018474 10.0.0.38 - - [2026-01-22 03:03:17] "POST /neutron/network HTTP/1.1" 200 834 0.008532 10.0.0.38 - - [2026-01-22 03:03:19] "POST /neutron/network HTTP/1.1" 400 204 0.013874 10.0.0.38 - - [2026-01-22 03:03:23] "POST /neutron/network HTTP/1.1" 200 834 0.007010 10.0.0.38 - - [2026-01-22 03:03:25] "POST /neutron/network HTTP/1.1" 400 204 0.013264 10.0.0.131 - - [2026-01-22 03:03:26] "DELETE /access-control-list/03784e26-16e8-44ab-96be-9efd951f79ff HTTP/1.1" 200 115 0.036896 10.0.0.38 - - [2026-01-22 03:03:29] "POST /neutron/network HTTP/1.1" 200 834 0.006857 10.0.0.38 - - [2026-01-22 03:03:31] "POST /neutron/network HTTP/1.1" 400 204 0.012996 10.0.0.131 - - [2026-01-22 03:03:34] "DELETE /project/77691a6484024416a296662aaca130b2 HTTP/1.1" 404 173 0.003838 10.0.0.131 - - [2026-01-22 03:03:34] "DELETE /project/e12df1c7-8c00-4f4c-a461-35837e38b2cd HTTP/1.1" 404 177 0.003393 10.0.0.38 - - [2026-01-22 03:03:35] "POST /neutron/network HTTP/1.1" 200 834 0.007520 10.0.0.38 - - [2026-01-22 03:03:37] "POST /neutron/network HTTP/1.1" 400 204 0.015231 10.0.0.38 - - [2026-01-22 03:03:41] "POST /neutron/network HTTP/1.1" 200 834 0.007095 10.0.0.38 - - [2026-01-22 03:03:43] "POST /neutron/network HTTP/1.1" 400 204 0.014608 10.0.0.38 - - [2026-01-22 03:03:47] "POST /neutron/network HTTP/1.1" 200 834 0.008758 10.0.0.38 - - [2026-01-22 03:03:49] "POST /neutron/network HTTP/1.1" 400 204 0.013375 10.0.0.38 - - [2026-01-22 03:03:53] "POST /neutron/network HTTP/1.1" 200 834 0.007997 10.0.0.38 - - [2026-01-22 03:04:09] "GET /obj-perms HTTP/1.1" 200 5056 0.047653 10.0.0.50 - - [2026-01-22 03:04:09] "GET /obj-perms HTTP/1.1" 200 5056 0.052388 10.0.0.38 - - [2026-01-22 03:04:40] "POST /neutron/port HTTP/1.1" 200 1123 0.056445 10.0.0.38 - - [2026-01-22 03:04:40] "POST /neutron/subnet HTTP/1.1" 200 704 0.012955 10.0.0.38 - - [2026-01-22 03:04:44] "POST /neutron/network HTTP/1.1" 200 832 0.008231 10.0.0.131 - - [2026-01-22 03:04:44] "DELETE /route-target/64bd044c-5f0a-462f-b215-7707deb50754 HTTP/1.1" 200 115 0.023424 10.0.0.131 - - [2026-01-22 03:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.043102 10.0.0.131 - - [2026-01-22 03:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004822 10.0.0.38 - - [2026-01-22 03:04:44] "POST /neutron/network HTTP/1.1" 200 151 0.175989 10.0.0.38 - - [2026-01-22 03:04:45] "POST /neutron/port HTTP/1.1" 200 1123 0.016862 10.0.0.38 - - [2026-01-22 03:04:47] "POST /neutron/network HTTP/1.1" 200 835 0.008952 10.0.0.131 - - [2026-01-22 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.38 - - [2026-01-22 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.131 - - [2026-01-22 03:04:50] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000858 10.0.0.38 - - [2026-01-22 03:04:50] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.041973 10.0.0.131 - - [2026-01-22 03:04:51] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000853 10.0.0.38 - - [2026-01-22 03:04:51] "POST /neutron/network HTTP/1.1" 200 613 0.115302 10.0.0.131 - - [2026-01-22 03:04:51] "POST /ref-update HTTP/1.1" 200 156 0.027610 10.0.0.38 - - [2026-01-22 03:04:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.002839 10.0.0.38 - - [2026-01-22 03:04:51] "GET /virtual-network/4b91ae79-1a88-4bd5-b56d-14e6173b373b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005914 10.0.0.38 - - [2026-01-22 03:04:51] "POST /neutron/network HTTP/1.1" 200 831 0.005552 10.0.0.38 - - [2026-01-22 03:04:51] "GET /virtual-network/4b91ae79-1a88-4bd5-b56d-14e6173b373b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005312 10.0.0.38 - - [2026-01-22 03:04:51] "GET /virtual-network/4b91ae79-1a88-4bd5-b56d-14e6173b373b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006162 10.0.0.38 - - [2026-01-22 03:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.131 - - [2026-01-22 03:04:51] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000927 10.0.0.38 - - [2026-01-22 03:04:51] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.036025 10.0.0.38 - - [2026-01-22 03:04:52] "POST /neutron/network HTTP/1.1" 200 117 0.014226 10.0.0.38 - - [2026-01-22 03:04:52] "POST /neutron/network HTTP/1.1" 200 830 0.008958 10.0.0.38 - - [2026-01-22 03:04:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001029 10.0.0.38 - - [2026-01-22 03:04:52] "GET /virtual-network/1598c944-6b08-40aa-bb86-55210eb71611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005775 10.0.0.38 - - [2026-01-22 03:04:52] "GET /virtual-network/1598c944-6b08-40aa-bb86-55210eb71611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005764 10.0.0.38 - - [2026-01-22 03:04:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.008885 10.0.0.38 - - [2026-01-22 03:04:52] "GET /virtual-network/1598c944-6b08-40aa-bb86-55210eb71611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005646 10.0.0.38 - - [2026-01-22 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.131 - - [2026-01-22 03:04:53] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000853 10.0.0.38 - - [2026-01-22 03:04:53] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.040751 10.0.0.131 - - [2026-01-22 03:04:53] "POST /route-targets HTTP/1.1" 200 328 0.012788 10.0.0.131 - - [2026-01-22 03:04:53] "POST /useragent-kv HTTP/1.1" 200 115 0.010421 10.0.0.38 - - [2026-01-22 03:04:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.224109 10.0.0.38 - - [2026-01-22 03:04:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001341 10.0.0.38 - - [2026-01-22 03:04:53] "GET /virtual-network/c1dd7056-762e-463e-8a33-6b53adf64c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006329 10.0.0.38 - - [2026-01-22 03:04:53] "GET /virtual-network/c1dd7056-762e-463e-8a33-6b53adf64c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004965 10.0.0.38 - - [2026-01-22 03:04:53] "POST /neutron/network HTTP/1.1" 200 836 0.007736 10.0.0.38 - - [2026-01-22 03:04:53] "GET /virtual-network/c1dd7056-762e-463e-8a33-6b53adf64c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005996 10.0.0.38 - - [2026-01-22 03:04:54] "GET /obj-perms HTTP/1.1" 200 5026 0.003253 10.0.0.50 - - [2026-01-22 03:04:54] "GET /obj-perms HTTP/1.1" 200 5026 0.004313 10.0.0.131 - - [2026-01-22 03:04:54] "GET /obj-perms HTTP/1.1" 200 5026 0.005223 10.0.0.38 - - [2026-01-22 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.131 - - [2026-01-22 03:04:54] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000881 10.0.0.38 - - [2026-01-22 03:04:54] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.037402 10.0.0.131 - - [2026-01-22 03:04:54] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.38 - - [2026-01-22 03:04:54] "POST /neutron/network HTTP/1.1" 200 625 0.135131 10.0.0.131 - - [2026-01-22 03:04:54] "POST /ref-update HTTP/1.1" 200 156 0.021720 10.0.0.38 - - [2026-01-22 03:04:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.003801 10.0.0.38 - - [2026-01-22 03:04:54] "GET /virtual-network/deb50f9e-5ed9-47b6-8827-3a3bdb135044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005084 10.0.0.38 - - [2026-01-22 03:04:54] "POST /neutron/network HTTP/1.1" 200 845 0.006559 10.0.0.38 - - [2026-01-22 03:04:54] "GET /virtual-network/deb50f9e-5ed9-47b6-8827-3a3bdb135044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005954 10.0.0.38 - - [2026-01-22 03:04:54] "GET /virtual-network/deb50f9e-5ed9-47b6-8827-3a3bdb135044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005287 10.0.0.38 - - [2026-01-22 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.131 - - [2026-01-22 03:04:55] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000863 10.0.0.38 - - [2026-01-22 03:04:55] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.035412 10.0.0.38 - - [2026-01-22 03:04:55] "POST /neutron/network HTTP/1.1" 200 117 0.016476 10.0.0.38 - - [2026-01-22 03:04:55] "POST /neutron/network HTTP/1.1" 200 845 0.011686 10.0.0.38 - - [2026-01-22 03:04:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001141 10.0.0.38 - - [2026-01-22 03:04:55] "GET /virtual-network/2309022c-d39c-4708-9787-76dcd0d138b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005133 10.0.0.38 - - [2026-01-22 03:04:55] "GET /virtual-network/2309022c-d39c-4708-9787-76dcd0d138b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005515 10.0.0.38 - - [2026-01-22 03:04:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.009214 10.0.0.38 - - [2026-01-22 03:04:55] "GET /virtual-network/2309022c-d39c-4708-9787-76dcd0d138b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006789 10.0.0.38 - - [2026-01-22 03:04:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001363 10.0.0.38 - - [2026-01-22 03:04:56] "POST /neutron/network HTTP/1.1" 200 840 0.006031 10.0.0.131 - - [2026-01-22 03:04:57] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.38 - - [2026-01-22 03:04:57] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.073190 10.0.0.38 - - [2026-01-22 03:04:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007375 10.0.0.38 - - [2026-01-22 03:04:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001226 10.0.0.38 - - [2026-01-22 03:04:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008347 10.0.0.131 - - [2026-01-22 03:04:57] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001539 10.0.0.38 - - [2026-01-22 03:04:58] "POST /neutron/port HTTP/1.1" 200 1056 0.330469 10.0.0.38 - - [2026-01-22 03:04:58] "POST /neutron/port HTTP/1.1" 200 1110 0.137888 10.0.0.131 - - [2026-01-22 03:04:58] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.38 - - [2026-01-22 03:04:58] "POST /neutron/subnet HTTP/1.1" 200 689 0.007540 10.0.0.38 - - [2026-01-22 03:04:58] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.083852 10.0.0.38 - - [2026-01-22 03:04:58] "POST /neutron/network HTTP/1.1" 200 836 0.007014 10.0.0.38 - - [2026-01-22 03:04:58] "POST /neutron/port HTTP/1.1" 200 117 0.006215 10.0.0.38 - - [2026-01-22 03:04:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003739 10.0.0.38 - - [2026-01-22 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.131 - - [2026-01-22 03:04:58] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.38 - - [2026-01-22 03:04:58] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007185 10.0.0.38 - - [2026-01-22 03:04:59] "POST /service-templates HTTP/1.1" 200 545 0.039837 10.0.0.38 - - [2026-01-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.38 - - [2026-01-22 03:04:59] "GET /service-template/f12c42f8-84b7-4c33-9dfa-320aee60674a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006435 10.0.0.38 - - [2026-01-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.38 - - [2026-01-22 03:04:59] "GET /service-template/f12c42f8-84b7-4c33-9dfa-320aee60674a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005374 10.0.0.38 - - [2026-01-22 03:04:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001526 10.0.0.38 - - [2026-01-22 03:04:59] "POST /id-to-fqname HTTP/1.1" 200 229 0.001168 10.0.0.38 - - [2026-01-22 03:04:59] "POST /id-to-fqname HTTP/1.1" 200 230 0.001216 10.0.0.38 - - [2026-01-22 03:04:59] "POST /neutron/port HTTP/1.1" 200 2921 0.058767 10.0.0.38 - - [2026-01-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.38 - - [2026-01-22 03:04:59] "DELETE /service-template/f12c42f8-84b7-4c33-9dfa-320aee60674a HTTP/1.1" 200 115 0.043578 10.0.0.38 - - [2026-01-22 03:04:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.004578 10.0.0.38 - - [2026-01-22 03:04:59] "POST /neutron/port HTTP/1.1" 200 1060 0.113587 10.0.0.131 - - [2026-01-22 03:05:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013284 10.0.0.131 - - [2026-01-22 03:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009118 10.0.0.131 - - [2026-01-22 03:05:00] "POST /useragent-kv HTTP/1.1" 200 115 0.011082 10.0.0.38 - - [2026-01-22 03:05:00] "POST /neutron/network HTTP/1.1" 200 151 0.194371 10.0.0.38 - - [2026-01-22 03:05:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.008845 10.0.0.38 - - [2026-01-22 03:05:00] "POST /neutron/network HTTP/1.1" 200 845 0.009151 10.0.0.131 - - [2026-01-22 03:05:00] "DELETE /route-target/2b12c3ab-eb0e-477b-ae09-d2caac8631ed HTTP/1.1" 200 115 0.034938 10.0.0.38 - - [2026-01-22 03:05:00] "POST /neutron/network HTTP/1.1" 400 204 0.017679 10.0.0.38 - - [2026-01-22 03:05:01] "POST /neutron/port HTTP/1.1" 200 151 0.227695 10.0.0.38 - - [2026-01-22 03:05:02] "POST /neutron/port HTTP/1.1" 200 1114 0.022313 10.0.0.38 - - [2026-01-22 03:05:02] "POST /neutron/network HTTP/1.1" 200 2877 0.014414 10.0.0.131 - - [2026-01-22 03:05:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006976 10.0.0.131 - - [2026-01-22 03:05:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007852 10.0.0.38 - - [2026-01-22 03:05:03] "POST /neutron/network HTTP/1.1" 200 151 0.187291 10.0.0.131 - - [2026-01-22 03:05:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003508 10.0.0.131 - - [2026-01-22 03:05:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004924 10.0.0.131 - - [2026-01-22 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.38 - - [2026-01-22 03:05:03] "POST /neutron/network HTTP/1.1" 200 151 0.158116 10.0.0.131 - - [2026-01-22 03:05:03] "DELETE /route-target/1cfff0c0-1527-4a69-9d14-b5227dced6ae HTTP/1.1" 200 115 0.019959 10.0.0.131 - - [2026-01-22 03:05:05] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.38 - - [2026-01-22 03:05:05] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043415 10.0.0.131 - - [2026-01-22 03:05:05] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.38 - - [2026-01-22 03:05:05] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.053656 10.0.0.131 - - [2026-01-22 03:05:07] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.38 - - [2026-01-22 03:05:07] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049849 10.0.0.131 - - [2026-01-22 03:05:07] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.38 - - [2026-01-22 03:05:07] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.045866 10.0.0.131 - - [2026-01-22 03:05:09] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.38 - - [2026-01-22 03:05:09] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044276 10.0.0.131 - - [2026-01-22 03:05:09] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002570 10.0.0.38 - - [2026-01-22 03:05:09] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.074950 10.0.0.131 - - [2026-01-22 03:05:10] "GET /obj-perms HTTP/1.1" 200 5056 0.048810 10.0.0.38 - - [2026-01-22 03:05:10] "GET /obj-perms HTTP/1.1" 200 5056 0.060716 10.0.0.131 - - [2026-01-22 03:05:11] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001556 10.0.0.38 - - [2026-01-22 03:05:12] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049768 10.0.0.131 - - [2026-01-22 03:05:12] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.38 - - [2026-01-22 03:05:12] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.035561 10.0.0.131 - - [2026-01-22 03:05:14] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.38 - - [2026-01-22 03:05:14] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043361 10.0.0.131 - - [2026-01-22 03:05:14] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.38 - - [2026-01-22 03:05:14] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.051212 10.0.0.131 - - [2026-01-22 03:05:16] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000874 10.0.0.38 - - [2026-01-22 03:05:16] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.055057 10.0.0.131 - - [2026-01-22 03:05:16] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.38 - - [2026-01-22 03:05:16] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.053675 10.0.0.131 - - [2026-01-22 03:05:18] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.38 - - [2026-01-22 03:05:18] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.038253 10.0.0.131 - - [2026-01-22 03:05:18] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002694 10.0.0.38 - - [2026-01-22 03:05:18] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.056327 10.0.0.131 - - [2026-01-22 03:05:20] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.38 - - [2026-01-22 03:05:20] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.033213 10.0.0.131 - - [2026-01-22 03:05:20] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.38 - - [2026-01-22 03:05:20] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.080120 10.0.0.131 - - [2026-01-22 03:05:22] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.38 - - [2026-01-22 03:05:22] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049662 10.0.0.131 - - [2026-01-22 03:05:22] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.38 - - [2026-01-22 03:05:22] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.051403 10.0.0.131 - - [2026-01-22 03:05:24] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001280 10.0.0.38 - - [2026-01-22 03:05:24] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042102 10.0.0.131 - - [2026-01-22 03:05:24] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000866 10.0.0.38 - - [2026-01-22 03:05:24] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.038962 10.0.0.131 - - [2026-01-22 03:05:27] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001314 10.0.0.38 - - [2026-01-22 03:05:27] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042001 10.0.0.131 - - [2026-01-22 03:05:27] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001197 10.0.0.38 - - [2026-01-22 03:05:27] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.042385 10.0.0.131 - - [2026-01-22 03:05:29] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.38 - - [2026-01-22 03:05:29] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050092 10.0.0.131 - - [2026-01-22 03:05:29] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.38 - - [2026-01-22 03:05:29] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.042037 10.0.0.131 - - [2026-01-22 03:05:31] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.38 - - [2026-01-22 03:05:31] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.040006 10.0.0.131 - - [2026-01-22 03:05:31] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000863 10.0.0.38 - - [2026-01-22 03:05:31] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.054127 10.0.0.131 - - [2026-01-22 03:05:33] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.38 - - [2026-01-22 03:05:33] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052688 10.0.0.131 - - [2026-01-22 03:05:33] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.38 - - [2026-01-22 03:05:33] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.047873 10.0.0.131 - - [2026-01-22 03:05:35] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001384 10.0.0.38 - - [2026-01-22 03:05:35] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.061094 10.0.0.131 - - [2026-01-22 03:05:35] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.38 - - [2026-01-22 03:05:35] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.049178 10.0.0.131 - - [2026-01-22 03:05:37] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001357 10.0.0.38 - - [2026-01-22 03:05:37] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.041165 10.0.0.131 - - [2026-01-22 03:05:37] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001130 10.0.0.38 - - [2026-01-22 03:05:37] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.071155 10.0.0.131 - - [2026-01-22 03:05:39] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.38 - - [2026-01-22 03:05:39] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.039347 10.0.0.131 - - [2026-01-22 03:05:39] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.38 - - [2026-01-22 03:05:39] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.049765 10.0.0.38 - - [2026-01-22 03:05:40] "POST /neutron/port HTTP/1.1" 200 1122 0.017952 10.0.0.38 - - [2026-01-22 03:05:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010045 10.0.0.38 - - [2026-01-22 03:05:41] "POST /neutron/network HTTP/1.1" 200 834 0.006789 10.0.0.131 - - [2026-01-22 03:05:42] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001259 10.0.0.38 - - [2026-01-22 03:05:42] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052001 10.0.0.131 - - [2026-01-22 03:05:42] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.38 - - [2026-01-22 03:05:42] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.065589 10.0.0.131 - - [2026-01-22 03:05:44] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.38 - - [2026-01-22 03:05:44] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.067694 10.0.0.131 - - [2026-01-22 03:05:44] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.38 - - [2026-01-22 03:05:44] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.056305 10.0.0.131 - - [2026-01-22 03:05:46] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.38 - - [2026-01-22 03:05:46] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.057966 10.0.0.131 - - [2026-01-22 03:05:46] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.38 - - [2026-01-22 03:05:46] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.076389 10.0.0.131 - - [2026-01-22 03:05:48] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.38 - - [2026-01-22 03:05:48] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.039463 10.0.0.131 - - [2026-01-22 03:05:48] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001156 10.0.0.38 - - [2026-01-22 03:05:48] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.052675 10.0.0.131 - - [2026-01-22 03:05:50] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.38 - - [2026-01-22 03:05:50] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.039583 10.0.0.131 - - [2026-01-22 03:05:50] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001301 10.0.0.38 - - [2026-01-22 03:05:50] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.046769 10.0.0.131 - - [2026-01-22 03:05:52] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.38 - - [2026-01-22 03:05:52] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047668 10.0.0.131 - - [2026-01-22 03:05:52] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.38 - - [2026-01-22 03:05:52] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.043317 10.0.0.131 - - [2026-01-22 03:05:54] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001578 10.0.0.38 - - [2026-01-22 03:05:55] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043112 10.0.0.131 - - [2026-01-22 03:05:55] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001144 10.0.0.38 - - [2026-01-22 03:05:55] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.042638 10.0.0.131 - - [2026-01-22 03:05:57] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001306 10.0.0.38 - - [2026-01-22 03:05:57] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.038135 10.0.0.131 - - [2026-01-22 03:05:57] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.38 - - [2026-01-22 03:05:57] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.059301 10.0.0.131 - - [2026-01-22 03:05:59] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.38 - - [2026-01-22 03:05:59] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046922 10.0.0.131 - - [2026-01-22 03:05:59] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002107 10.0.0.38 - - [2026-01-22 03:05:59] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.057169 10.0.0.131 - - [2026-01-22 03:06:01] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.38 - - [2026-01-22 03:06:01] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052852 10.0.0.131 - - [2026-01-22 03:06:01] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001587 10.0.0.38 - - [2026-01-22 03:06:01] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.053183 10.0.0.131 - - [2026-01-22 03:06:03] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.38 - - [2026-01-22 03:06:03] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066160 10.0.0.131 - - [2026-01-22 03:06:03] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.38 - - [2026-01-22 03:06:03] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.057407 10.0.0.131 - - [2026-01-22 03:06:05] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001341 10.0.0.38 - - [2026-01-22 03:06:05] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.063523 10.0.0.131 - - [2026-01-22 03:06:05] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.38 - - [2026-01-22 03:06:05] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.057900 10.0.0.131 - - [2026-01-22 03:06:07] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000873 10.0.0.38 - - [2026-01-22 03:06:07] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.040362 10.0.0.131 - - [2026-01-22 03:06:07] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.38 - - [2026-01-22 03:06:07] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.042885 10.0.0.131 - - [2026-01-22 03:06:10] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.38 - - [2026-01-22 03:06:10] "GET /project/77691a64-8402-4416-a296-662aaca130b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050560 10.0.0.131 - - [2026-01-22 03:06:10] "GET /projects?obj_uuids=77691a64-8402-4416-a296-662aaca130b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001005 10.0.0.38 - - [2026-01-22 03:06:10] "GET /project/77691a64-8402-4416-a296-662aaca130b2?fields=virtual_networks HTTP/1.1" 200 1283 0.037211 10.0.0.38 - - [2026-01-22 03:06:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.031188 10.0.0.131 - - [2026-01-22 03:06:10] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004432 10.0.0.131 - - [2026-01-22 03:06:11] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.131 - - [2026-01-22 03:06:11] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.048244 10.0.0.50 - - [2026-01-22 03:06:11] "GET /obj-perms HTTP/1.1" 200 5056 0.085664 10.0.0.131 - - [2026-01-22 03:06:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.001077 10.0.0.131 - - [2026-01-22 03:06:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.005821 10.0.0.131 - - [2026-01-22 03:06:11] "POST /security-groups HTTP/1.1" 200 589 0.033111 10.0.0.131 - - [2026-01-22 03:06:11] "POST /projects HTTP/1.1" 200 581 0.248270 10.0.0.131 - - [2026-01-22 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.287413 10.0.0.131 - - [2026-01-22 03:06:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.004178 10.0.0.38 - - [2026-01-22 03:06:11] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.775168 10.0.0.38 - - [2026-01-22 03:06:12] "GET / HTTP/1.1" 200 36215 0.001561 10.0.0.38 - - [2026-01-22 03:06:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.38 - - [2026-01-22 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.065058 10.0.0.131 - - [2026-01-22 03:06:14] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000818 10.0.0.38 - - [2026-01-22 03:06:14] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.044991 10.0.0.131 - - [2026-01-22 03:06:15] "POST /ref-update HTTP/1.1" 200 156 0.032048 10.0.0.131 - - [2026-01-22 03:06:15] "POST /useragent-kv HTTP/1.1" 200 115 0.013464 10.0.0.38 - - [2026-01-22 03:06:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.277435 10.0.0.38 - - [2026-01-22 03:06:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001158 10.0.0.38 - - [2026-01-22 03:06:15] "GET /virtual-network/af0d8ff0-4b78-4d30-84dd-50fbf8ef7664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005579 10.0.0.38 - - [2026-01-22 03:06:15] "GET /virtual-network/af0d8ff0-4b78-4d30-84dd-50fbf8ef7664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004970 10.0.0.38 - - [2026-01-22 03:06:15] "POST /neutron/network HTTP/1.1" 200 834 0.007262 10.0.0.38 - - [2026-01-22 03:06:16] "GET /virtual-network/af0d8ff0-4b78-4d30-84dd-50fbf8ef7664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005468 10.0.0.38 - - [2026-01-22 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.131 - - [2026-01-22 03:06:17] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.38 - - [2026-01-22 03:06:17] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.041015 10.0.0.131 - - [2026-01-22 03:06:17] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.38 - - [2026-01-22 03:06:17] "POST /neutron/network HTTP/1.1" 200 617 0.130019 10.0.0.38 - - [2026-01-22 03:06:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.003063 10.0.0.38 - - [2026-01-22 03:06:18] "GET /virtual-network/670ff0ff-0d44-4ed9-8245-29ed6b662838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004894 10.0.0.38 - - [2026-01-22 03:06:18] "POST /neutron/network HTTP/1.1" 200 834 0.011092 10.0.0.38 - - [2026-01-22 03:06:18] "GET /virtual-network/670ff0ff-0d44-4ed9-8245-29ed6b662838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004592 10.0.0.38 - - [2026-01-22 03:06:18] "GET /virtual-network/670ff0ff-0d44-4ed9-8245-29ed6b662838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005269 10.0.0.131 - - [2026-01-22 03:06:18] "GET /obj-perms HTTP/1.1" 200 5026 0.060257 10.0.0.38 - - [2026-01-22 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.131 - - [2026-01-22 03:06:18] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.38 - - [2026-01-22 03:06:18] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.045451 10.0.0.38 - - [2026-01-22 03:06:18] "POST /neutron/network HTTP/1.1" 200 117 0.018156 10.0.0.131 - - [2026-01-22 03:06:19] "POST /route-targets HTTP/1.1" 200 328 0.013585 10.0.0.38 - - [2026-01-22 03:06:19] "POST /neutron/network HTTP/1.1" 200 835 0.009748 10.0.0.38 - - [2026-01-22 03:06:19] "POST /id-to-fqname HTTP/1.1" 200 226 0.001035 10.0.0.38 - - [2026-01-22 03:06:19] "GET /virtual-network/7e4e2c72-8475-48b8-9677-78b44babff00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005197 10.0.0.38 - - [2026-01-22 03:06:19] "GET /virtual-network/7e4e2c72-8475-48b8-9677-78b44babff00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004729 10.0.0.38 - - [2026-01-22 03:06:19] "POST /neutron/subnet HTTP/1.1" 200 710 0.009201 10.0.0.38 - - [2026-01-22 03:06:19] "GET /virtual-network/7e4e2c72-8475-48b8-9677-78b44babff00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005681 10.0.0.38 - - [2026-01-22 03:06:19] "GET /obj-perms HTTP/1.1" 200 5026 0.054034 10.0.0.50 - - [2026-01-22 03:06:19] "GET /obj-perms HTTP/1.1" 200 5026 0.050085 10.0.0.38 - - [2026-01-22 03:06:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.002104 10.0.0.38 - - [2026-01-22 03:06:20] "POST /neutron/network HTTP/1.1" 200 844 0.008505 10.0.0.131 - - [2026-01-22 03:06:20] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.38 - - [2026-01-22 03:06:21] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.061672 10.0.0.38 - - [2026-01-22 03:06:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007105 10.0.0.38 - - [2026-01-22 03:06:21] "POST /id-to-fqname HTTP/1.1" 200 226 0.001198 10.0.0.38 - - [2026-01-22 03:06:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007810 10.0.0.131 - - [2026-01-22 03:06:21] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001278 10.0.0.38 - - [2026-01-22 03:06:21] "POST /neutron/port HTTP/1.1" 200 1056 0.330421 10.0.0.38 - - [2026-01-22 03:06:22] "POST /neutron/port HTTP/1.1" 200 1110 0.110543 10.0.0.131 - - [2026-01-22 03:06:22] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000926 10.0.0.38 - - [2026-01-22 03:06:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.011673 10.0.0.38 - - [2026-01-22 03:06:22] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.078282 10.0.0.38 - - [2026-01-22 03:06:22] "POST /neutron/network HTTP/1.1" 200 835 0.006640 10.0.0.38 - - [2026-01-22 03:06:22] "POST /neutron/port HTTP/1.1" 200 117 0.006742 10.0.0.38 - - [2026-01-22 03:06:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003674 10.0.0.38 - - [2026-01-22 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.131 - - [2026-01-22 03:06:22] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.38 - - [2026-01-22 03:06:22] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007174 10.0.0.38 - - [2026-01-22 03:06:22] "POST /service-templates HTTP/1.1" 200 545 0.026539 10.0.0.38 - - [2026-01-22 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.38 - - [2026-01-22 03:06:22] "GET /service-template/e29ec797-ad72-401d-bfe8-64af69bec956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006421 10.0.0.38 - - [2026-01-22 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.38 - - [2026-01-22 03:06:22] "GET /service-template/e29ec797-ad72-401d-bfe8-64af69bec956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004228 10.0.0.38 - - [2026-01-22 03:06:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001539 10.0.0.38 - - [2026-01-22 03:06:22] "POST /id-to-fqname HTTP/1.1" 200 225 0.001284 10.0.0.38 - - [2026-01-22 03:06:22] "POST /id-to-fqname HTTP/1.1" 200 226 0.001188 10.0.0.38 - - [2026-01-22 03:06:23] "POST /neutron/port HTTP/1.1" 200 2921 0.058930 10.0.0.38 - - [2026-01-22 03:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.38 - - [2026-01-22 03:06:23] "DELETE /service-template/e29ec797-ad72-401d-bfe8-64af69bec956 HTTP/1.1" 200 115 0.031480 10.0.0.38 - - [2026-01-22 03:06:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.004111 10.0.0.38 - - [2026-01-22 03:06:23] "POST /neutron/port HTTP/1.1" 200 1055 0.015953 10.0.0.38 - - [2026-01-22 03:06:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003778 10.0.0.38 - - [2026-01-22 03:06:23] "POST /neutron/network HTTP/1.1" 400 204 0.014605 10.0.0.38 - - [2026-01-22 03:06:24] "POST /neutron/port HTTP/1.1" 200 1120 0.018080 10.0.0.38 - - [2026-01-22 03:06:24] "POST /neutron/port HTTP/1.1" 200 1119 0.019705 10.0.0.38 - - [2026-01-22 03:06:25] "POST /neutron/port HTTP/1.1" 200 117 0.008679 10.0.0.38 - - [2026-01-22 03:06:25] "POST /neutron/network HTTP/1.1" 200 835 0.007598 10.0.0.131 - - [2026-01-22 03:06:25] "DELETE /route-target/eb8dc9ea-78b8-408b-b168-f1965cd800a2 HTTP/1.1" 200 115 0.021206 10.0.0.38 - - [2026-01-22 03:06:26] "POST /neutron/network HTTP/1.1" 200 834 0.008726 10.0.0.131 - - [2026-01-22 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009050 10.0.0.131 - - [2026-01-22 03:06:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004677 10.0.0.131 - - [2026-01-22 03:06:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004898 10.0.0.38 - - [2026-01-22 03:06:26] "POST /neutron/network HTTP/1.1" 200 151 0.133164 10.0.0.38 - - [2026-01-22 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.131 - - [2026-01-22 03:06:29] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001246 10.0.0.38 - - [2026-01-22 03:06:29] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046042 10.0.0.131 - - [2026-01-22 03:06:29] "POST /ref-update HTTP/1.1" 200 156 0.021120 10.0.0.131 - - [2026-01-22 03:06:29] "POST /useragent-kv HTTP/1.1" 200 115 0.009178 10.0.0.38 - - [2026-01-22 03:06:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.220270 10.0.0.38 - - [2026-01-22 03:06:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001323 10.0.0.38 - - [2026-01-22 03:06:29] "GET /virtual-network/0bc43b3b-7437-4abd-b83e-785569950d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004752 10.0.0.38 - - [2026-01-22 03:06:30] "GET /virtual-network/0bc43b3b-7437-4abd-b83e-785569950d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005401 10.0.0.38 - - [2026-01-22 03:06:30] "POST /neutron/network HTTP/1.1" 200 833 0.007883 10.0.0.38 - - [2026-01-22 03:06:30] "GET /virtual-network/0bc43b3b-7437-4abd-b83e-785569950d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005589 10.0.0.38 - - [2026-01-22 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.131 - - [2026-01-22 03:06:30] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001203 10.0.0.38 - - [2026-01-22 03:06:30] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046394 10.0.0.131 - - [2026-01-22 03:06:30] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001890 10.0.0.38 - - [2026-01-22 03:06:30] "POST /neutron/network HTTP/1.1" 200 613 0.139423 10.0.0.38 - - [2026-01-22 03:06:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.003045 10.0.0.38 - - [2026-01-22 03:06:31] "GET /virtual-network/a570d0a7-7deb-4721-83e7-f2b3606059fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005091 10.0.0.38 - - [2026-01-22 03:06:31] "POST /neutron/network HTTP/1.1" 200 831 0.005682 10.0.0.38 - - [2026-01-22 03:06:31] "GET /virtual-network/a570d0a7-7deb-4721-83e7-f2b3606059fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005364 10.0.0.38 - - [2026-01-22 03:06:31] "GET /virtual-network/a570d0a7-7deb-4721-83e7-f2b3606059fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005703 10.0.0.131 - - [2026-01-22 03:06:31] "GET /obj-perms HTTP/1.1" 200 5026 0.004257 10.0.0.38 - - [2026-01-22 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.131 - - [2026-01-22 03:06:31] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.38 - - [2026-01-22 03:06:31] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.039185 10.0.0.38 - - [2026-01-22 03:06:31] "POST /neutron/network HTTP/1.1" 200 117 0.016008 10.0.0.131 - - [2026-01-22 03:06:31] "POST /route-targets HTTP/1.1" 200 328 0.019153 10.0.0.38 - - [2026-01-22 03:06:32] "POST /neutron/network HTTP/1.1" 200 833 0.008904 10.0.0.38 - - [2026-01-22 03:06:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001080 10.0.0.38 - - [2026-01-22 03:06:32] "GET /virtual-network/0dac22bd-fbb5-4ac3-ae7e-41a86feb96a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005887 10.0.0.38 - - [2026-01-22 03:06:32] "GET /virtual-network/0dac22bd-fbb5-4ac3-ae7e-41a86feb96a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007125 10.0.0.38 - - [2026-01-22 03:06:32] "POST /neutron/subnet HTTP/1.1" 200 719 0.009685 10.0.0.38 - - [2026-01-22 03:06:32] "GET /virtual-network/0dac22bd-fbb5-4ac3-ae7e-41a86feb96a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005573 10.0.0.38 - - [2026-01-22 03:06:32] "GET /obj-perms HTTP/1.1" 200 5026 0.004176 10.0.0.50 - - [2026-01-22 03:06:32] "GET /obj-perms HTTP/1.1" 200 5026 0.003850 10.0.0.38 - - [2026-01-22 03:06:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001414 10.0.0.38 - - [2026-01-22 03:06:32] "POST /neutron/network HTTP/1.1" 200 841 0.009284 10.0.0.131 - - [2026-01-22 03:06:33] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.38 - - [2026-01-22 03:06:33] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.088031 10.0.0.38 - - [2026-01-22 03:06:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007265 10.0.0.38 - - [2026-01-22 03:06:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001192 10.0.0.38 - - [2026-01-22 03:06:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007137 10.0.0.131 - - [2026-01-22 03:06:34] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001973 10.0.0.38 - - [2026-01-22 03:06:34] "POST /neutron/port HTTP/1.1" 200 1057 0.318032 10.0.0.38 - - [2026-01-22 03:06:34] "POST /neutron/port HTTP/1.1" 200 1111 0.117723 10.0.0.131 - - [2026-01-22 03:06:34] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.38 - - [2026-01-22 03:06:34] "POST /neutron/subnet HTTP/1.1" 200 693 0.011786 10.0.0.38 - - [2026-01-22 03:06:34] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.088554 10.0.0.38 - - [2026-01-22 03:06:35] "POST /neutron/network HTTP/1.1" 200 831 0.007414 10.0.0.131 - - [2026-01-22 03:06:35] "DELETE /project/ead446900b03438cbfabeaea20b0a186 HTTP/1.1" 404 173 0.002426 10.0.0.38 - - [2026-01-22 03:06:35] "POST /neutron/port HTTP/1.1" 200 117 0.006284 10.0.0.38 - - [2026-01-22 03:06:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003203 10.0.0.38 - - [2026-01-22 03:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.131 - - [2026-01-22 03:06:35] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.38 - - [2026-01-22 03:06:35] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007690 10.0.0.38 - - [2026-01-22 03:06:35] "POST /service-templates HTTP/1.1" 200 545 0.037308 10.0.0.38 - - [2026-01-22 03:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.013433 10.0.0.38 - - [2026-01-22 03:06:35] "GET /service-template/e55b7a6d-8632-4a8f-a890-336d4b88218d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.005766 10.0.0.38 - - [2026-01-22 03:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.38 - - [2026-01-22 03:06:35] "GET /service-template/e55b7a6d-8632-4a8f-a890-336d4b88218d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.003571 10.0.0.38 - - [2026-01-22 03:06:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001013 10.0.0.38 - - [2026-01-22 03:06:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001096 10.0.0.38 - - [2026-01-22 03:06:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001183 10.0.0.38 - - [2026-01-22 03:06:36] "POST /neutron/port HTTP/1.1" 200 2922 0.099875 10.0.0.38 - - [2026-01-22 03:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.012931 10.0.0.38 - - [2026-01-22 03:06:36] "DELETE /service-template/e55b7a6d-8632-4a8f-a890-336d4b88218d HTTP/1.1" 200 115 0.043708 10.0.0.38 - - [2026-01-22 03:06:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.003513 10.0.0.38 - - [2026-01-22 03:06:36] "POST /neutron/port HTTP/1.1" 200 1057 0.024602 10.0.0.38 - - [2026-01-22 03:06:36] "POST /neutron/network HTTP/1.1" 400 204 0.033810 10.0.0.38 - - [2026-01-22 03:06:36] "POST /neutron/subnet HTTP/1.1" 200 693 0.008271 10.0.0.38 - - [2026-01-22 03:06:36] "POST /neutron/port HTTP/1.1" 200 1121 0.023213 10.0.0.38 - - [2026-01-22 03:06:38] "POST /neutron/port HTTP/1.1" 200 1121 0.020655 10.0.0.38 - - [2026-01-22 03:06:38] "POST /neutron/port HTTP/1.1" 200 117 0.005914 10.0.0.38 - - [2026-01-22 03:06:38] "POST /neutron/network HTTP/1.1" 200 833 0.005731 10.0.0.131 - - [2026-01-22 03:06:38] "DELETE /route-target/bdf42b35-9bd3-404b-b578-17d7918d745a HTTP/1.1" 200 115 0.025114 10.0.0.38 - - [2026-01-22 03:06:38] "POST /neutron/network HTTP/1.1" 200 831 0.005810 10.0.0.131 - - [2026-01-22 03:06:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004611 10.0.0.131 - - [2026-01-22 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.131 - - [2026-01-22 03:06:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001987 10.0.0.38 - - [2026-01-22 03:06:39] "POST /neutron/network HTTP/1.1" 200 151 0.112274 10.0.0.38 - - [2026-01-22 03:06:40] "POST /neutron/network HTTP/1.1" 200 844 0.007603 10.0.0.38 - - [2026-01-22 03:06:40] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.131 - - [2026-01-22 03:06:40] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.38 - - [2026-01-22 03:06:40] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.038491 10.0.0.131 - - [2026-01-22 03:06:40] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.38 - - [2026-01-22 03:06:40] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?fields=virtual_networks HTTP/1.1" 200 1041 0.040288 10.0.0.131 - - [2026-01-22 03:06:41] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.38 - - [2026-01-22 03:06:41] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.044686 10.0.0.131 - - [2026-01-22 03:06:41] "GET /projects?obj_uuids=ead44690-0b03-438c-bfab-eaea20b0a186&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000858 10.0.0.38 - - [2026-01-22 03:06:41] "GET /project/ead44690-0b03-438c-bfab-eaea20b0a186?fields=security_groups HTTP/1.1" 200 1266 0.045409 10.0.0.38 - - [2026-01-22 03:06:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.026219 10.0.0.131 - - [2026-01-22 03:06:42] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003179 10.0.0.131 - - [2026-01-22 03:06:42] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.131 - - [2026-01-22 03:06:42] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006520 10.0.0.131 - - [2026-01-22 03:06:42] "POST /id-to-fqname HTTP/1.1" 200 186 0.003996 10.0.0.131 - - [2026-01-22 03:06:42] "POST /fqname-to-id HTTP/1.1" 404 195 0.004254 10.0.0.131 - - [2026-01-22 03:06:42] "POST /security-groups HTTP/1.1" 200 587 0.030842 10.0.0.131 - - [2026-01-22 03:06:42] "POST /projects HTTP/1.1" 200 577 0.224947 10.0.0.131 - - [2026-01-22 03:06:42] "POST /access-control-lists HTTP/1.1" 200 594 0.026259 10.0.0.131 - - [2026-01-22 03:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.302429 10.0.0.38 - - [2026-01-22 03:06:42] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.456857 10.0.0.38 - - [2026-01-22 03:06:43] "GET / HTTP/1.1" 200 36215 0.002173 10.0.0.38 - - [2026-01-22 03:06:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2026-01-22 03:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.075955 10.0.0.131 - - [2026-01-22 03:06:45] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000917 10.0.0.38 - - [2026-01-22 03:06:45] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.046998 10.0.0.131 - - [2026-01-22 03:06:46] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000987 10.0.0.38 - - [2026-01-22 03:06:46] "POST /neutron/network HTTP/1.1" 200 611 0.151380 10.0.0.131 - - [2026-01-22 03:06:46] "POST /route-targets HTTP/1.1" 200 328 0.014466 10.0.0.38 - - [2026-01-22 03:06:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.003179 10.0.0.38 - - [2026-01-22 03:06:46] "GET /virtual-network/3b37441b-971f-405a-b0e3-71063af00919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007293 10.0.0.38 - - [2026-01-22 03:06:46] "POST /neutron/network HTTP/1.1" 200 831 0.006238 10.0.0.38 - - [2026-01-22 03:06:46] "GET /virtual-network/3b37441b-971f-405a-b0e3-71063af00919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005400 10.0.0.38 - - [2026-01-22 03:06:47] "GET /virtual-network/3b37441b-971f-405a-b0e3-71063af00919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005629 10.0.0.38 - - [2026-01-22 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.131 - - [2026-01-22 03:06:48] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000881 10.0.0.38 - - [2026-01-22 03:06:48] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.040566 10.0.0.38 - - [2026-01-22 03:06:48] "POST /neutron/network HTTP/1.1" 200 117 0.014382 10.0.0.131 - - [2026-01-22 03:06:48] "POST /ref-update HTTP/1.1" 200 156 0.028262 10.0.0.38 - - [2026-01-22 03:06:49] "POST /neutron/network HTTP/1.1" 200 830 0.008155 10.0.0.38 - - [2026-01-22 03:06:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001029 10.0.0.38 - - [2026-01-22 03:06:49] "GET /virtual-network/764acafc-dcd8-4f08-a9aa-b7c49803ec7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005201 10.0.0.38 - - [2026-01-22 03:06:49] "GET /virtual-network/764acafc-dcd8-4f08-a9aa-b7c49803ec7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005758 10.0.0.38 - - [2026-01-22 03:06:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.009831 10.0.0.38 - - [2026-01-22 03:06:49] "GET /virtual-network/764acafc-dcd8-4f08-a9aa-b7c49803ec7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005851 10.0.0.131 - - [2026-01-22 03:06:49] "GET /obj-perms HTTP/1.1" 200 5022 0.049596 10.0.0.38 - - [2026-01-22 03:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.131 - - [2026-01-22 03:06:49] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000867 10.0.0.38 - - [2026-01-22 03:06:49] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.041422 10.0.0.131 - - [2026-01-22 03:06:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007087 10.0.0.38 - - [2026-01-22 03:06:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.185688 10.0.0.38 - - [2026-01-22 03:06:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001212 10.0.0.38 - - [2026-01-22 03:06:50] "GET /virtual-network/1782a753-2d93-46fa-81c9-9f5c30dcc24b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004524 10.0.0.38 - - [2026-01-22 03:06:50] "GET /virtual-network/1782a753-2d93-46fa-81c9-9f5c30dcc24b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005916 10.0.0.38 - - [2026-01-22 03:06:50] "POST /neutron/network HTTP/1.1" 200 832 0.006093 10.0.0.38 - - [2026-01-22 03:06:50] "GET /virtual-network/1782a753-2d93-46fa-81c9-9f5c30dcc24b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004820 10.0.0.38 - - [2026-01-22 03:06:50] "GET /obj-perms HTTP/1.1" 200 5022 0.060822 10.0.0.50 - - [2026-01-22 03:06:50] "GET /obj-perms HTTP/1.1" 200 5022 0.056975 10.0.0.38 - - [2026-01-22 03:06:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001689 10.0.0.38 - - [2026-01-22 03:06:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011656 10.0.0.131 - - [2026-01-22 03:06:51] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001288 10.0.0.38 - - [2026-01-22 03:06:52] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.065958 10.0.0.38 - - [2026-01-22 03:06:52] "POST /neutron/port HTTP/1.1" 200 1122 0.020387 10.0.0.38 - - [2026-01-22 03:06:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001357 10.0.0.38 - - [2026-01-22 03:06:52] "POST /neutron/port HTTP/1.1" 200 1122 0.017829 10.0.0.38 - - [2026-01-22 03:06:52] "POST /neutron/network HTTP/1.1" 200 840 0.006901 10.0.0.38 - - [2026-01-22 03:06:53] "POST /neutron/port HTTP/1.1" 200 1056 0.017711 10.0.0.38 - - [2026-01-22 03:06:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004498 10.0.0.38 - - [2026-01-22 03:06:53] "POST /neutron/network HTTP/1.1" 200 830 0.010424 10.0.0.131 - - [2026-01-22 03:06:53] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001357 10.0.0.38 - - [2026-01-22 03:06:53] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.080225 10.0.0.38 - - [2026-01-22 03:06:53] "POST /neutron/security_group HTTP/1.1" 200 3992 0.010012 10.0.0.38 - - [2026-01-22 03:06:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003114 10.0.0.38 - - [2026-01-22 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.131 - - [2026-01-22 03:06:53] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.38 - - [2026-01-22 03:06:53] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006993 10.0.0.38 - - [2026-01-22 03:06:53] "POST /service-templates HTTP/1.1" 200 545 0.030104 10.0.0.38 - - [2026-01-22 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.38 - - [2026-01-22 03:06:53] "GET /service-template/6ea5f245-ba3e-4e0c-b3b0-600c5e10e68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005864 10.0.0.38 - - [2026-01-22 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.38 - - [2026-01-22 03:06:54] "GET /service-template/6ea5f245-ba3e-4e0c-b3b0-600c5e10e68e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003362 10.0.0.131 - - [2026-01-22 03:06:54] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001248 10.0.0.38 - - [2026-01-22 03:06:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001151 10.0.0.38 - - [2026-01-22 03:06:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001102 10.0.0.38 - - [2026-01-22 03:06:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.002101 10.0.0.38 - - [2026-01-22 03:06:54] "POST /neutron/port HTTP/1.1" 200 1056 0.316408 10.0.0.38 - - [2026-01-22 03:06:54] "POST /neutron/port HTTP/1.1" 200 1056 0.014946 10.0.0.38 - - [2026-01-22 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.38 - - [2026-01-22 03:06:54] "DELETE /service-template/6ea5f245-ba3e-4e0c-b3b0-600c5e10e68e HTTP/1.1" 200 115 0.028659 10.0.0.38 - - [2026-01-22 03:06:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.006324 10.0.0.38 - - [2026-01-22 03:06:54] "POST /neutron/port HTTP/1.1" 200 1120 0.028098 10.0.0.38 - - [2026-01-22 03:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.001531 10.0.0.38 - - [2026-01-22 03:06:54] "POST /neutron/network HTTP/1.1" 400 204 0.014424 10.0.0.38 - - [2026-01-22 03:06:55] "POST /neutron/port HTTP/1.1" 200 151 0.154521 10.0.0.38 - - [2026-01-22 03:06:56] "POST /neutron/port HTTP/1.1" 200 151 0.190874 10.0.0.38 - - [2026-01-22 03:06:56] "POST /neutron/network HTTP/1.1" 200 117 0.010334 10.0.0.131 - - [2026-01-22 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.036807 10.0.0.38 - - [2026-01-22 03:06:57] "POST /neutron/port HTTP/1.1" 200 117 0.005897 10.0.0.131 - - [2026-01-22 03:06:57] "DELETE /route-target/1da28181-af2c-4885-8b4a-201b19772858 HTTP/1.1" 200 115 0.024383 10.0.0.38 - - [2026-01-22 03:06:57] "POST /neutron/network HTTP/1.1" 200 831 0.006475 10.0.0.38 - - [2026-01-22 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.131 - - [2026-01-22 03:07:00] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000838 10.0.0.38 - - [2026-01-22 03:07:00] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.042468 10.0.0.131 - - [2026-01-22 03:07:00] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001137 10.0.0.38 - - [2026-01-22 03:07:00] "POST /neutron/network HTTP/1.1" 200 611 0.129263 10.0.0.131 - - [2026-01-22 03:07:00] "POST /route-targets HTTP/1.1" 200 328 0.014075 10.0.0.38 - - [2026-01-22 03:07:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.004194 10.0.0.38 - - [2026-01-22 03:07:00] "GET /virtual-network/e63e8394-0676-4a11-8754-15746bccdaa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005176 10.0.0.38 - - [2026-01-22 03:07:00] "POST /neutron/network HTTP/1.1" 200 828 0.006518 10.0.0.38 - - [2026-01-22 03:07:00] "GET /virtual-network/e63e8394-0676-4a11-8754-15746bccdaa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005356 10.0.0.38 - - [2026-01-22 03:07:01] "GET /virtual-network/e63e8394-0676-4a11-8754-15746bccdaa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007856 10.0.0.38 - - [2026-01-22 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.131 - - [2026-01-22 03:07:01] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001328 10.0.0.38 - - [2026-01-22 03:07:01] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.056369 10.0.0.38 - - [2026-01-22 03:07:01] "POST /neutron/network HTTP/1.1" 200 117 0.019454 10.0.0.131 - - [2026-01-22 03:07:01] "POST /ref-update HTTP/1.1" 200 156 0.038175 10.0.0.38 - - [2026-01-22 03:07:02] "POST /neutron/network HTTP/1.1" 200 829 0.009773 10.0.0.38 - - [2026-01-22 03:07:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001301 10.0.0.38 - - [2026-01-22 03:07:02] "GET /virtual-network/1102d5cf-b8a3-4c31-9dd3-8e130623ad95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005690 10.0.0.38 - - [2026-01-22 03:07:02] "GET /virtual-network/1102d5cf-b8a3-4c31-9dd3-8e130623ad95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007144 10.0.0.38 - - [2026-01-22 03:07:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.011369 10.0.0.38 - - [2026-01-22 03:07:02] "GET /virtual-network/1102d5cf-b8a3-4c31-9dd3-8e130623ad95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007516 10.0.0.131 - - [2026-01-22 03:07:02] "GET /obj-perms HTTP/1.1" 200 5022 0.005012 10.0.0.38 - - [2026-01-22 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.131 - - [2026-01-22 03:07:02] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001139 10.0.0.38 - - [2026-01-22 03:07:02] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.062439 10.0.0.131 - - [2026-01-22 03:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.010354 10.0.0.38 - - [2026-01-22 03:07:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.296607 10.0.0.38 - - [2026-01-22 03:07:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001282 10.0.0.38 - - [2026-01-22 03:07:03] "GET /virtual-network/3d07255a-cac1-48cf-8069-bfef3e266f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005303 10.0.0.38 - - [2026-01-22 03:07:03] "GET /virtual-network/3d07255a-cac1-48cf-8069-bfef3e266f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004894 10.0.0.38 - - [2026-01-22 03:07:03] "POST /neutron/network HTTP/1.1" 200 831 0.006599 10.0.0.38 - - [2026-01-22 03:07:03] "GET /virtual-network/3d07255a-cac1-48cf-8069-bfef3e266f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005418 10.0.0.38 - - [2026-01-22 03:07:03] "GET /obj-perms HTTP/1.1" 200 5022 0.003631 10.0.0.50 - - [2026-01-22 03:07:03] "GET /obj-perms HTTP/1.1" 200 5022 0.004916 10.0.0.38 - - [2026-01-22 03:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.131 - - [2026-01-22 03:07:03] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000877 10.0.0.38 - - [2026-01-22 03:07:03] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.051192 10.0.0.131 - - [2026-01-22 03:07:04] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000894 10.0.0.38 - - [2026-01-22 03:07:04] "POST /neutron/network HTTP/1.1" 200 623 0.153285 10.0.0.131 - - [2026-01-22 03:07:04] "POST /route-targets HTTP/1.1" 200 328 0.013349 10.0.0.38 - - [2026-01-22 03:07:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.003712 10.0.0.38 - - [2026-01-22 03:07:04] "GET /virtual-network/0b120a90-754d-4dff-bc6f-a85c92f601f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006244 10.0.0.38 - - [2026-01-22 03:07:04] "POST /neutron/network HTTP/1.1" 200 842 0.008499 10.0.0.38 - - [2026-01-22 03:07:04] "GET /virtual-network/0b120a90-754d-4dff-bc6f-a85c92f601f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006181 10.0.0.38 - - [2026-01-22 03:07:04] "GET /virtual-network/0b120a90-754d-4dff-bc6f-a85c92f601f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006830 10.0.0.38 - - [2026-01-22 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.131 - - [2026-01-22 03:07:05] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001109 10.0.0.38 - - [2026-01-22 03:07:05] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.051894 10.0.0.38 - - [2026-01-22 03:07:05] "POST /neutron/network HTTP/1.1" 200 117 0.023007 10.0.0.131 - - [2026-01-22 03:07:05] "POST /ref-update HTTP/1.1" 200 156 0.030933 10.0.0.38 - - [2026-01-22 03:07:05] "POST /neutron/network HTTP/1.1" 200 845 0.008481 10.0.0.38 - - [2026-01-22 03:07:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001508 10.0.0.38 - - [2026-01-22 03:07:05] "GET /virtual-network/090510df-28d1-447f-8fe7-25662b881169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006937 10.0.0.38 - - [2026-01-22 03:07:05] "GET /virtual-network/090510df-28d1-447f-8fe7-25662b881169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005837 10.0.0.38 - - [2026-01-22 03:07:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.010040 10.0.0.38 - - [2026-01-22 03:07:05] "GET /virtual-network/090510df-28d1-447f-8fe7-25662b881169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005448 10.0.0.131 - - [2026-01-22 03:07:06] "GET /obj-perms HTTP/1.1" 200 5022 0.004033 10.0.0.38 - - [2026-01-22 03:07:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001249 10.0.0.38 - - [2026-01-22 03:07:06] "POST /neutron/network HTTP/1.1" 200 839 0.006279 10.0.0.131 - - [2026-01-22 03:07:07] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001185 10.0.0.38 - - [2026-01-22 03:07:07] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.069545 10.0.0.38 - - [2026-01-22 03:07:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007067 10.0.0.38 - - [2026-01-22 03:07:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001252 10.0.0.38 - - [2026-01-22 03:07:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008048 10.0.0.131 - - [2026-01-22 03:07:07] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001308 10.0.0.38 - - [2026-01-22 03:07:08] "POST /neutron/port HTTP/1.1" 200 1055 0.288238 10.0.0.38 - - [2026-01-22 03:07:08] "POST /neutron/port HTTP/1.1" 200 1109 0.160641 10.0.0.38 - - [2026-01-22 03:07:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.011878 10.0.0.131 - - [2026-01-22 03:07:08] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000924 10.0.0.38 - - [2026-01-22 03:07:08] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.092722 10.0.0.38 - - [2026-01-22 03:07:08] "POST /neutron/network HTTP/1.1" 200 831 0.009539 10.0.0.38 - - [2026-01-22 03:07:08] "POST /neutron/port HTTP/1.1" 200 117 0.007163 10.0.0.38 - - [2026-01-22 03:07:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003831 10.0.0.38 - - [2026-01-22 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.131 - - [2026-01-22 03:07:08] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.38 - - [2026-01-22 03:07:08] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008734 10.0.0.38 - - [2026-01-22 03:07:09] "POST /service-templates HTTP/1.1" 200 545 0.041574 10.0.0.38 - - [2026-01-22 03:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.38 - - [2026-01-22 03:07:09] "GET /service-template/8166da73-6bfc-4ad1-8faf-5055a467c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007051 10.0.0.38 - - [2026-01-22 03:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.38 - - [2026-01-22 03:07:09] "GET /service-template/8166da73-6bfc-4ad1-8faf-5055a467c75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005537 10.0.0.38 - - [2026-01-22 03:07:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001332 10.0.0.38 - - [2026-01-22 03:07:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001560 10.0.0.38 - - [2026-01-22 03:07:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001195 10.0.0.38 - - [2026-01-22 03:07:09] "POST /neutron/port HTTP/1.1" 200 2918 0.066998 10.0.0.38 - - [2026-01-22 03:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.38 - - [2026-01-22 03:07:09] "DELETE /service-template/8166da73-6bfc-4ad1-8faf-5055a467c75f HTTP/1.1" 200 115 0.037297 10.0.0.38 - - [2026-01-22 03:07:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.004197 10.0.0.38 - - [2026-01-22 03:07:09] "POST /neutron/port HTTP/1.1" 200 1055 0.018626 10.0.0.38 - - [2026-01-22 03:07:09] "POST /neutron/network HTTP/1.1" 200 845 0.006633 10.0.0.38 - - [2026-01-22 03:07:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.008362 10.0.0.38 - - [2026-01-22 03:07:10] "POST /neutron/network HTTP/1.1" 200 842 0.007388 10.0.0.131 - - [2026-01-22 03:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005149 10.0.0.38 - - [2026-01-22 03:07:10] "POST /neutron/port HTTP/1.1" 200 1109 0.033978 10.0.0.38 - - [2026-01-22 03:07:10] "POST /neutron/network HTTP/1.1" 400 204 0.018371 10.0.0.38 - - [2026-01-22 03:07:11] "POST /neutron/port HTTP/1.1" 200 151 0.234610 10.0.0.38 - - [2026-01-22 03:07:11] "POST /neutron/network HTTP/1.1" 200 117 0.010515 10.0.0.38 - - [2026-01-22 03:07:12] "GET /obj-perms HTTP/1.1" 200 5056 0.049988 10.0.0.50 - - [2026-01-22 03:07:12] "GET /obj-perms HTTP/1.1" 200 5056 0.062675 10.0.0.131 - - [2026-01-22 03:07:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003429 10.0.0.131 - - [2026-01-22 03:07:12] "POST /useragent-kv HTTP/1.1" 200 115 0.010001 10.0.0.38 - - [2026-01-22 03:07:12] "POST /neutron/network HTTP/1.1" 200 151 0.157646 10.0.0.131 - - [2026-01-22 03:07:13] "DELETE /route-target/9df305a0-5dba-446c-8144-e7b46f9a2b92 HTTP/1.1" 200 115 0.035414 10.0.0.38 - - [2026-01-22 03:07:13] "POST /neutron/network HTTP/1.1" 200 828 0.006091 10.0.0.131 - - [2026-01-22 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.131 - - [2026-01-22 03:07:15] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000898 10.0.0.38 - - [2026-01-22 03:07:15] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.048875 10.0.0.131 - - [2026-01-22 03:07:15] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000971 10.0.0.38 - - [2026-01-22 03:07:15] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?fields=virtual_networks HTTP/1.1" 200 1037 0.038192 10.0.0.131 - - [2026-01-22 03:07:15] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000895 10.0.0.38 - - [2026-01-22 03:07:15] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.036092 10.0.0.131 - - [2026-01-22 03:07:15] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001306 10.0.0.38 - - [2026-01-22 03:07:15] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?fields=security_groups HTTP/1.1" 200 1260 0.041271 10.0.0.38 - - [2026-01-22 03:07:16] "POST /fqname-to-id HTTP/1.1" 404 190 0.028162 10.0.0.131 - - [2026-01-22 03:07:16] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003736 10.0.0.131 - - [2026-01-22 03:07:16] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.131 - - [2026-01-22 03:07:16] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007622 10.0.0.131 - - [2026-01-22 03:07:16] "POST /id-to-fqname HTTP/1.1" 200 192 0.001190 10.0.0.131 - - [2026-01-22 03:07:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.003600 10.0.0.131 - - [2026-01-22 03:07:16] "POST /security-groups HTTP/1.1" 200 593 0.073122 10.0.0.131 - - [2026-01-22 03:07:16] "POST /projects HTTP/1.1" 200 589 0.272382 10.0.0.131 - - [2026-01-22 03:07:16] "POST /access-control-lists HTTP/1.1" 200 600 0.031878 10.0.0.131 - - [2026-01-22 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.347221 10.0.0.38 - - [2026-01-22 03:07:17] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.494568 10.0.0.38 - - [2026-01-22 03:07:18] "GET / HTTP/1.1" 200 36215 0.002038 10.0.0.38 - - [2026-01-22 03:07:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000394 10.0.0.38 - - [2026-01-22 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.068308 10.0.0.131 - - [2026-01-22 03:07:20] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001150 10.0.0.38 - - [2026-01-22 03:07:20] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.037881 10.0.0.131 - - [2026-01-22 03:07:20] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000973 10.0.0.38 - - [2026-01-22 03:07:20] "POST /neutron/network HTTP/1.1" 200 611 0.174488 10.0.0.131 - - [2026-01-22 03:07:20] "POST /route-targets HTTP/1.1" 200 328 0.013614 10.0.0.38 - - [2026-01-22 03:07:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.003870 10.0.0.38 - - [2026-01-22 03:07:21] "GET /virtual-network/42486eb2-5a32-432e-9648-3ddb31eb8a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006572 10.0.0.38 - - [2026-01-22 03:07:21] "POST /neutron/network HTTP/1.1" 200 830 0.006095 10.0.0.38 - - [2026-01-22 03:07:21] "GET /virtual-network/42486eb2-5a32-432e-9648-3ddb31eb8a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004917 10.0.0.38 - - [2026-01-22 03:07:21] "GET /virtual-network/42486eb2-5a32-432e-9648-3ddb31eb8a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005177 10.0.0.38 - - [2026-01-22 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.131 - - [2026-01-22 03:07:22] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000892 10.0.0.38 - - [2026-01-22 03:07:22] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.049042 10.0.0.38 - - [2026-01-22 03:07:23] "POST /neutron/network HTTP/1.1" 200 117 0.014171 10.0.0.131 - - [2026-01-22 03:07:23] "POST /ref-update HTTP/1.1" 200 156 0.021503 10.0.0.38 - - [2026-01-22 03:07:23] "POST /neutron/network HTTP/1.1" 200 829 0.008044 10.0.0.38 - - [2026-01-22 03:07:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.001049 10.0.0.38 - - [2026-01-22 03:07:23] "GET /virtual-network/cccd04f2-3311-46b7-a8e3-49fb52f559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006713 10.0.0.38 - - [2026-01-22 03:07:23] "GET /virtual-network/cccd04f2-3311-46b7-a8e3-49fb52f559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007243 10.0.0.38 - - [2026-01-22 03:07:23] "POST /neutron/subnet HTTP/1.1" 200 710 0.011167 10.0.0.38 - - [2026-01-22 03:07:23] "GET /virtual-network/cccd04f2-3311-46b7-a8e3-49fb52f559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005728 10.0.0.38 - - [2026-01-22 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.131 - - [2026-01-22 03:07:24] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000993 10.0.0.38 - - [2026-01-22 03:07:24] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.035041 10.0.0.131 - - [2026-01-22 03:07:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008892 10.0.0.38 - - [2026-01-22 03:07:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.220750 10.0.0.38 - - [2026-01-22 03:07:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001179 10.0.0.38 - - [2026-01-22 03:07:24] "GET /virtual-network/dfe68827-9faf-4122-a059-056a582a6737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005586 10.0.0.38 - - [2026-01-22 03:07:24] "GET /virtual-network/dfe68827-9faf-4122-a059-056a582a6737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005380 10.0.0.38 - - [2026-01-22 03:07:24] "POST /neutron/network HTTP/1.1" 200 837 0.006011 10.0.0.38 - - [2026-01-22 03:07:25] "GET /virtual-network/dfe68827-9faf-4122-a059-056a582a6737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005699 10.0.0.38 - - [2026-01-22 03:07:25] "GET /obj-perms HTTP/1.1" 200 5034 0.058692 10.0.0.50 - - [2026-01-22 03:07:25] "GET /obj-perms HTTP/1.1" 200 5034 0.073577 10.0.0.131 - - [2026-01-22 03:07:25] "GET /obj-perms HTTP/1.1" 200 5034 0.055100 10.0.0.38 - - [2026-01-22 03:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.131 - - [2026-01-22 03:07:25] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000854 10.0.0.38 - - [2026-01-22 03:07:25] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.040913 10.0.0.131 - - [2026-01-22 03:07:25] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000902 10.0.0.38 - - [2026-01-22 03:07:25] "POST /neutron/network HTTP/1.1" 200 629 0.116260 10.0.0.131 - - [2026-01-22 03:07:25] "POST /route-targets HTTP/1.1" 200 328 0.012114 10.0.0.38 - - [2026-01-22 03:07:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.003168 10.0.0.38 - - [2026-01-22 03:07:26] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005081 10.0.0.38 - - [2026-01-22 03:07:26] "POST /neutron/network HTTP/1.1" 200 848 0.006901 10.0.0.38 - - [2026-01-22 03:07:26] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004427 10.0.0.38 - - [2026-01-22 03:07:26] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005888 10.0.0.38 - - [2026-01-22 03:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.131 - - [2026-01-22 03:07:26] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000940 10.0.0.38 - - [2026-01-22 03:07:26] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.041789 10.0.0.38 - - [2026-01-22 03:07:26] "POST /neutron/network HTTP/1.1" 200 117 0.017259 10.0.0.131 - - [2026-01-22 03:07:26] "POST /ref-update HTTP/1.1" 200 156 0.023718 10.0.0.38 - - [2026-01-22 03:07:27] "POST /neutron/network HTTP/1.1" 200 849 0.008322 10.0.0.38 - - [2026-01-22 03:07:27] "POST /id-to-fqname HTTP/1.1" 200 234 0.000987 10.0.0.38 - - [2026-01-22 03:07:27] "GET /virtual-network/6e9ba735-dd5c-41b0-aaaf-52bc5a6b502c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004508 10.0.0.38 - - [2026-01-22 03:07:27] "GET /virtual-network/6e9ba735-dd5c-41b0-aaaf-52bc5a6b502c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005144 10.0.0.38 - - [2026-01-22 03:07:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.008063 10.0.0.38 - - [2026-01-22 03:07:27] "GET /virtual-network/6e9ba735-dd5c-41b0-aaaf-52bc5a6b502c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004770 10.0.0.38 - - [2026-01-22 03:07:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001235 10.0.0.38 - - [2026-01-22 03:07:27] "POST /neutron/network HTTP/1.1" 200 840 0.006675 10.0.0.131 - - [2026-01-22 03:07:28] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.38 - - [2026-01-22 03:07:28] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.068718 10.0.0.38 - - [2026-01-22 03:07:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007189 10.0.0.38 - - [2026-01-22 03:07:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.001170 10.0.0.38 - - [2026-01-22 03:07:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006526 10.0.0.131 - - [2026-01-22 03:07:29] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000854 10.0.0.38 - - [2026-01-22 03:07:29] "POST /neutron/port HTTP/1.1" 200 1062 0.308242 10.0.0.38 - - [2026-01-22 03:07:29] "POST /neutron/port HTTP/1.1" 200 1116 0.124142 10.0.0.38 - - [2026-01-22 03:07:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.008878 10.0.0.131 - - [2026-01-22 03:07:29] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000987 10.0.0.38 - - [2026-01-22 03:07:30] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.065493 10.0.0.38 - - [2026-01-22 03:07:30] "POST /neutron/network HTTP/1.1" 200 829 0.006110 10.0.0.38 - - [2026-01-22 03:07:30] "POST /neutron/port HTTP/1.1" 200 117 0.006139 10.0.0.38 - - [2026-01-22 03:07:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.004136 10.0.0.38 - - [2026-01-22 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.131 - - [2026-01-22 03:07:30] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.38 - - [2026-01-22 03:07:30] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006755 10.0.0.38 - - [2026-01-22 03:07:30] "POST /service-templates HTTP/1.1" 200 545 0.025028 10.0.0.38 - - [2026-01-22 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.38 - - [2026-01-22 03:07:30] "GET /service-template/53fd16ba-7e24-41b1-a5ca-26e9f95a2610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.007352 10.0.0.38 - - [2026-01-22 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.38 - - [2026-01-22 03:07:30] "GET /service-template/53fd16ba-7e24-41b1-a5ca-26e9f95a2610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004399 10.0.0.38 - - [2026-01-22 03:07:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.008530 10.0.0.131 - - [2026-01-22 03:07:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.131 - - [2026-01-22 03:07:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2026-01-22 03:07:30] "POST /neutron/port HTTP/1.1" 200 2096 0.058589 10.0.0.38 - - [2026-01-22 03:07:31] "POST /neutron/port HTTP/1.1" 200 1059 0.016924 10.0.0.50 - - [2026-01-22 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.50 - - [2026-01-22 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000263 10.0.0.38 - - [2026-01-22 03:07:31] "POST /neutron/port HTTP/1.1" 200 1123 0.023280 10.0.0.38 - - [2026-01-22 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.38 - - [2026-01-22 03:07:31] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.38 - - [2026-01-22 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000317 10.0.0.131 - - [2026-01-22 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.131 - - [2026-01-22 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.50 - - [2026-01-22 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.50 - - [2026-01-22 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.131 - - [2026-01-22 03:07:31] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001188 10.0.0.38 - - [2026-01-22 03:07:31] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.072534 10.0.0.38 - - [2026-01-22 03:07:32] "POST /neutron/port HTTP/1.1" 200 3066 0.027728 10.0.0.38 - - [2026-01-22 03:07:32] "GET /virtual-machine/2c50f970-48fd-4ab7-8c87-c649fe7e745b HTTP/1.1" 401 292 0.000370 10.0.0.38 - - [2026-01-22 03:07:32] "POST /neutron/network HTTP/1.1" 200 858 0.007093 10.0.0.38 - - [2026-01-22 03:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000303 10.0.0.38 - - [2026-01-22 03:07:32] "GET /virtual-machine/2c50f970-48fd-4ab7-8c87-c649fe7e745b HTTP/1.1" 404 171 0.071984 10.0.0.38 - - [2026-01-22 03:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.38 - - [2026-01-22 03:07:32] "POST /neutron/port HTTP/1.1" 200 1062 0.018451 10.0.0.38 - - [2026-01-22 03:07:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003783 10.0.0.38 - - [2026-01-22 03:07:33] "POST /neutron/network HTTP/1.1" 200 848 0.008466 10.0.0.38 - - [2026-01-22 03:07:34] "GET /virtual-machine/2c50f970-48fd-4ab7-8c87-c649fe7e745b HTTP/1.1" 200 1296 0.007406 10.0.0.38 - - [2026-01-22 03:07:34] "GET /virtual-machine-interface/b391fa22-fc21-4424-9377-4d0a38ff2432 HTTP/1.1" 200 2991 0.007825 10.0.0.38 - - [2026-01-22 03:07:34] "GET /virtual-machine-interface/b391fa22-fc21-4424-9377-4d0a38ff2432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.005527 10.0.0.38 - - [2026-01-22 03:07:34] "PUT /virtual-machine-interface/b391fa22-fc21-4424-9377-4d0a38ff2432 HTTP/1.1" 200 285 0.013431 10.0.0.38 - - [2026-01-22 03:07:34] "POST /neutron/port HTTP/1.1" 200 1126 0.019252 10.0.0.38 - - [2026-01-22 03:07:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011217 10.0.0.38 - - [2026-01-22 03:07:34] "GET /virtual-machine/2c50f970-48fd-4ab7-8c87-c649fe7e745b HTTP/1.1" 200 1296 0.004436 10.0.0.38 - - [2026-01-22 03:07:35] "GET /virtual-machine-interface/b391fa22-fc21-4424-9377-4d0a38ff2432 HTTP/1.1" 200 3041 0.006877 10.0.0.38 - - [2026-01-22 03:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937 10.0.0.38 - - [2026-01-22 03:07:35] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004157 10.0.0.38 - - [2026-01-22 03:07:35] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004107 10.0.0.131 - - [2026-01-22 03:07:35] "DELETE /project/aebadb763bed4f968d668877fb6e805f HTTP/1.1" 404 173 0.005400 10.0.0.131 - - [2026-01-22 03:07:35] "DELETE /project/680e5215172e40e881d8b5563df48fa5 HTTP/1.1" 404 173 0.012246 10.0.0.131 - - [2026-01-22 03:07:35] "DELETE /project/ead44690-0b03-438c-bfab-eaea20b0a186 HTTP/1.1" 404 177 0.007845 10.0.0.131 - - [2026-01-22 03:07:35] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000899 10.0.0.38 - - [2026-01-22 03:07:35] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006805 10.0.0.131 - - [2026-01-22 03:07:35] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.047814 10.0.0.131 - - [2026-01-22 03:07:35] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001072 10.0.0.131 - - [2026-01-22 03:07:35] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?fields=security_groups HTTP/1.1" 200 1362 0.044348 10.0.0.131 - - [2026-01-22 03:07:35] "DELETE /security-group/0eb87ff7-8d0e-4843-80ef-18ddd5e04780 HTTP/1.1" 200 115 0.057814 10.0.0.131 - - [2026-01-22 03:07:35] "GET /projects?obj_uuids=aebadb76-3bed-4f96-8d66-8877fb6e805f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001463 10.0.0.131 - - [2026-01-22 03:07:35] "DELETE /access-control-list/9cacb728-0db4-4c01-9b1e-a08bb0300c62 HTTP/1.1" 200 115 0.041953 10.0.0.131 - - [2026-01-22 03:07:35] "GET /project/aebadb76-3bed-4f96-8d66-8877fb6e805f?fields=application_policy_sets HTTP/1.1" 200 1401 0.106754 10.0.0.131 - - [2026-01-22 03:07:35] "DELETE /project/aebadb76-3bed-4f96-8d66-8877fb6e805f HTTP/1.1" 200 115 0.469033 10.0.0.38 - - [2026-01-22 03:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.38 - - [2026-01-22 03:07:38] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005627 10.0.0.38 - - [2026-01-22 03:07:40] "POST /neutron/network HTTP/1.1" 200 844 0.007607 10.0.0.38 - - [2026-01-22 03:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.38 - - [2026-01-22 03:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.38 - - [2026-01-22 03:07:42] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005941 10.0.0.38 - - [2026-01-22 03:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008439 10.0.0.38 - - [2026-01-22 03:07:46] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005366 10.0.0.38 - - [2026-01-22 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.38 - - [2026-01-22 03:07:50] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005935 10.0.0.38 - - [2026-01-22 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.38 - - [2026-01-22 03:07:54] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005866 10.0.0.38 - - [2026-01-22 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.38 - - [2026-01-22 03:07:58] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005307 10.0.0.38 - - [2026-01-22 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.38 - - [2026-01-22 03:08:02] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006586 10.0.0.38 - - [2026-01-22 03:08:05] "POST /neutron/port HTTP/1.1" 200 1123 0.016608 10.0.0.38 - - [2026-01-22 03:08:05] "POST /neutron/subnet HTTP/1.1" 200 684 0.011015 10.0.0.38 - - [2026-01-22 03:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.38 - - [2026-01-22 03:08:06] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005261 10.0.0.38 - - [2026-01-22 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005595 10.0.0.38 - - [2026-01-22 03:08:10] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009310 10.0.0.131 - - [2026-01-22 03:08:12] "GET /obj-perms HTTP/1.1" 200 5056 0.051905 10.0.0.38 - - [2026-01-22 03:08:13] "GET /obj-perms HTTP/1.1" 200 5056 0.050427 10.0.0.38 - - [2026-01-22 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.38 - - [2026-01-22 03:08:15] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004756 10.0.0.38 - - [2026-01-22 03:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.38 - - [2026-01-22 03:08:19] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005754 10.0.0.38 - - [2026-01-22 03:08:19] "POST /neutron/port HTTP/1.1" 200 1123 0.039621 10.0.0.38 - - [2026-01-22 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.38 - - [2026-01-22 03:08:21] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005105 10.0.0.38 - - [2026-01-22 03:08:21] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003783 10.0.0.38 - - [2026-01-22 03:08:21] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006753 10.0.0.38 - - [2026-01-22 03:08:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010027 10.0.0.38 - - [2026-01-22 03:08:30] "POST /neutron/port HTTP/1.1" 200 1126 0.018076 10.0.0.38 - - [2026-01-22 03:08:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007189 10.0.0.38 - - [2026-01-22 03:08:36] "POST /neutron/port HTTP/1.1" 200 1126 0.015905 10.0.0.38 - - [2026-01-22 03:08:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007199 10.0.0.38 - - [2026-01-22 03:08:43] "POST /neutron/network HTTP/1.1" 200 840 0.006856 10.0.0.38 - - [2026-01-22 03:08:43] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.38 - - [2026-01-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003510 10.0.0.38 - - [2026-01-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.010761 10.0.0.131 - - [2026-01-22 03:08:47] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.38 - - [2026-01-22 03:08:47] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.045641 10.0.0.38 - - [2026-01-22 03:08:47] "POST /service-instances HTTP/1.1" 200 549 0.032212 10.0.0.38 - - [2026-01-22 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009395 10.0.0.38 - - [2026-01-22 03:08:47] "GET /service-instance/70bc562e-8c26-44a6-a97b-b3faa00b1612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007222 10.0.0.38 - - [2026-01-22 03:08:47] "POST /port-tuples HTTP/1.1" 200 592 0.046451 10.0.0.38 - - [2026-01-22 03:08:47] "GET /virtual-machine-interface/b391fa22-fc21-4424-9377-4d0a38ff2432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2819 0.005701 10.0.0.38 - - [2026-01-22 03:08:47] "PUT /virtual-machine-interface/b391fa22-fc21-4424-9377-4d0a38ff2432 HTTP/1.1" 200 285 0.015050 10.0.0.38 - - [2026-01-22 03:08:47] "POST /ref-update HTTP/1.1" 200 156 0.018940 10.0.0.131 - - [2026-01-22 03:08:47] "POST /instance-ips HTTP/1.1" 200 374 0.055011 10.0.0.38 - - [2026-01-22 03:08:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012821 10.0.0.131 - - [2026-01-22 03:08:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008250 10.0.0.131 - - [2026-01-22 03:08:48] "POST /ref-update HTTP/1.1" 200 156 0.019972 10.0.0.38 - - [2026-01-22 03:08:48] "POST /neutron/port HTTP/1.1" 200 1126 0.025278 10.0.0.38 - - [2026-01-22 03:08:48] "GET /virtual-machine/e82497b4-e83c-4563-9ae7-ea5160dab372 HTTP/1.1" 200 1297 0.006704 10.0.0.38 - - [2026-01-22 03:08:48] "GET /virtual-machine-interface/80d55cfe-6375-48ca-b3da-33e187e1500d HTTP/1.1" 200 2963 0.005201 10.0.0.38 - - [2026-01-22 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005424 10.0.0.38 - - [2026-01-22 03:08:48] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004699 10.0.0.38 - - [2026-01-22 03:08:48] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002987 10.0.0.38 - - [2026-01-22 03:08:48] "GET /virtual-network/42486eb2-5a32-432e-9648-3ddb31eb8a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006678 10.0.0.38 - - [2026-01-22 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.38 - - [2026-01-22 03:08:49] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004484 10.0.0.38 - - [2026-01-22 03:08:49] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003831 10.0.0.38 - - [2026-01-22 03:08:49] "GET /virtual-network/42486eb2-5a32-432e-9648-3ddb31eb8a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006763 10.0.0.38 - - [2026-01-22 03:08:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010123 10.0.0.38 - - [2026-01-22 03:08:49] "POST /neutron/port HTTP/1.1" 200 1123 0.016283 10.0.0.38 - - [2026-01-22 03:08:49] "GET /virtual-machine/e70628a4-ee88-4430-80b1-0125d5443c53 HTTP/1.1" 200 1296 0.006366 10.0.0.38 - - [2026-01-22 03:08:49] "GET /virtual-machine-interface/9cf154a2-21b5-4b2f-b59b-c873fe2d5679 HTTP/1.1" 200 2967 0.005371 10.0.0.38 - - [2026-01-22 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.38 - - [2026-01-22 03:08:49] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003541 10.0.0.38 - - [2026-01-22 03:08:49] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002752 10.0.0.38 - - [2026-01-22 03:08:49] "GET /virtual-network/cccd04f2-3311-46b7-a8e3-49fb52f559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005146 10.0.0.38 - - [2026-01-22 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.38 - - [2026-01-22 03:08:51] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003446 10.0.0.38 - - [2026-01-22 03:08:51] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002811 10.0.0.38 - - [2026-01-22 03:08:51] "GET /virtual-network/cccd04f2-3311-46b7-a8e3-49fb52f559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006760 10.0.0.38 - - [2026-01-22 03:08:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.003273 10.0.0.38 - - [2026-01-22 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002509 10.0.0.131 - - [2026-01-22 03:08:51] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.38 - - [2026-01-22 03:08:51] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.037806 10.0.0.38 - - [2026-01-22 03:08:51] "POST /network-policys HTTP/1.1" 200 553 0.028653 10.0.0.38 - - [2026-01-22 03:08:51] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.006527 10.0.0.38 - - [2026-01-22 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.38 - - [2026-01-22 03:08:51] "GET /virtual-network/42486eb2-5a32-432e-9648-3ddb31eb8a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007583 10.0.0.38 - - [2026-01-22 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.38 - - [2026-01-22 03:08:51] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004690 10.0.0.38 - - [2026-01-22 03:08:51] "POST /ref-update HTTP/1.1" 200 156 0.061784 10.0.0.131 - - [2026-01-22 03:08:51] "POST /access-control-lists HTTP/1.1" 200 598 0.037202 10.0.0.38 - - [2026-01-22 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.38 - - [2026-01-22 03:08:51] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005648 10.0.0.38 - - [2026-01-22 03:08:51] "GET /virtual-network/42486eb2-5a32-432e-9648-3ddb31eb8a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006772 10.0.0.38 - - [2026-01-22 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.38 - - [2026-01-22 03:08:51] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004384 10.0.0.38 - - [2026-01-22 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.38 - - [2026-01-22 03:08:51] "GET /virtual-network/cccd04f2-3311-46b7-a8e3-49fb52f559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005969 10.0.0.38 - - [2026-01-22 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.38 - - [2026-01-22 03:08:51] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.003943 10.0.0.38 - - [2026-01-22 03:08:51] "POST /ref-update HTTP/1.1" 200 156 0.048755 10.0.0.38 - - [2026-01-22 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.131 - - [2026-01-22 03:08:52] "POST /access-control-lists HTTP/1.1" 200 601 0.074371 10.0.0.38 - - [2026-01-22 03:08:52] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.003409 10.0.0.38 - - [2026-01-22 03:08:52] "POST /neutron/network HTTP/1.1" 200 921 0.014293 10.0.0.38 - - [2026-01-22 03:08:52] "GET /virtual-network/cccd04f2-3311-46b7-a8e3-49fb52f559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.016762 10.0.0.38 - - [2026-01-22 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.131 - - [2026-01-22 03:08:52] "PUT /access-control-list/6c673290-918c-4181-937a-0b6c296b2fd0 HTTP/1.1" 200 273 0.026576 10.0.0.38 - - [2026-01-22 03:08:52] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.014066 10.0.0.38 - - [2026-01-22 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.38 - - [2026-01-22 03:08:52] "GET /service-template/53fd16ba-7e24-41b1-a5ca-26e9f95a2610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.003791 10.0.0.38 - - [2026-01-22 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.131 - - [2026-01-22 03:08:52] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000893 10.0.0.38 - - [2026-01-22 03:08:52] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.041850 10.0.0.38 - - [2026-01-22 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.38 - - [2026-01-22 03:08:52] "GET /service-instance/70bc562e-8c26-44a6-a97b-b3faa00b1612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008269 10.0.0.38 - - [2026-01-22 03:08:52] "POST /neutron/port HTTP/1.1" 200 1384 0.028408 10.0.0.38 - - [2026-01-22 03:08:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007377 10.0.0.38 - - [2026-01-22 03:08:53] "POST /neutron/network HTTP/1.1" 200 822 0.021393 10.0.0.38 - - [2026-01-22 03:08:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.002196 10.0.0.38 - - [2026-01-22 03:08:53] "GET /virtual-machine/2c50f970-48fd-4ab7-8c87-c649fe7e745b HTTP/1.1" 200 1296 0.005471 10.0.0.38 - - [2026-01-22 03:08:53] "GET /virtual-machine-interface/b391fa22-fc21-4424-9377-4d0a38ff2432 HTTP/1.1" 200 3900 0.005359 10.0.0.38 - - [2026-01-22 03:08:53] "GET /instance-ip/3b1f773b-89c0-4f04-9eca-16c3f5f49391 HTTP/1.1" 200 1638 0.006130 10.0.0.38 - - [2026-01-22 03:08:53] "GET /instance-ip/a41c767a-e440-4365-be7d-6087d3ed694a HTTP/1.1" 200 1967 0.003678 10.0.0.38 - - [2026-01-22 03:08:53] "GET /instance-ip/d61144a5-61aa-470a-9d1d-3c84ea0a1642 HTTP/1.1" 200 1969 0.004358 10.0.0.38 - - [2026-01-22 03:08:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008440 10.0.0.38 - - [2026-01-22 03:08:53] "GET /virtual-machine/2c50f970-48fd-4ab7-8c87-c649fe7e745b HTTP/1.1" 200 1296 0.003749 10.0.0.38 - - [2026-01-22 03:08:53] "GET /virtual-machine-interface/b391fa22-fc21-4424-9377-4d0a38ff2432 HTTP/1.1" 200 3900 0.005387 10.0.0.38 - - [2026-01-22 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.38 - - [2026-01-22 03:08:53] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003095 10.0.0.38 - - [2026-01-22 03:08:53] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003427 10.0.0.38 - - [2026-01-22 03:08:53] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005729 10.0.0.38 - - [2026-01-22 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.38 - - [2026-01-22 03:08:54] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003517 10.0.0.38 - - [2026-01-22 03:08:54] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003736 10.0.0.38 - - [2026-01-22 03:08:54] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005167 10.0.0.38 - - [2026-01-22 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.38 - - [2026-01-22 03:08:54] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005718 10.0.0.38 - - [2026-01-22 03:08:54] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003486 10.0.0.38 - - [2026-01-22 03:08:54] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006279 10.0.0.38 - - [2026-01-22 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.38 - - [2026-01-22 03:08:54] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003930 10.0.0.38 - - [2026-01-22 03:08:54] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003612 10.0.0.38 - - [2026-01-22 03:08:55] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005998 10.0.0.38 - - [2026-01-22 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.38 - - [2026-01-22 03:08:55] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005112 10.0.0.38 - - [2026-01-22 03:08:55] "GET /virtual-networks?parent_id=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003373 10.0.0.38 - - [2026-01-22 03:08:55] "GET /virtual-network/c0ae61a3-4d8b-4c49-aa59-a532bd7b94b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005267 10.0.0.38 - - [2026-01-22 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.38 - - [2026-01-22 03:08:55] "GET /routing-instance/2e1d1fb8-161f-461c-8bd4-e08397bf3fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005079 10.0.0.38 - - [2026-01-22 03:08:55] "GET /routing-instance/2e1d1fb8-161f-461c-8bd4-e08397bf3fb9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.006324 10.0.0.38 - - [2026-01-22 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.38 - - [2026-01-22 03:08:55] "GET /routing-instance/691e9016-f1de-40b0-b270-aea82b94bc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005829 10.0.0.38 - - [2026-01-22 03:08:55] "GET /routing-instance/691e9016-f1de-40b0-b270-aea82b94bc38?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.006789 10.0.0.38 - - [2026-01-22 03:09:06] "POST /neutron/port HTTP/1.1" 200 1123 0.022411 10.0.0.38 - - [2026-01-22 03:09:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003375 10.0.0.38 - - [2026-01-22 03:09:06] "POST /neutron/network HTTP/1.1" 200 921 0.006980 10.0.0.38 - - [2026-01-22 03:09:12] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.003949 10.0.0.38 - - [2026-01-22 03:09:12] "PUT /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da HTTP/1.1" 200 263 0.014307 10.0.0.38 - - [2026-01-22 03:09:12] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.004213 10.0.0.50 - - [2026-01-22 03:09:13] "GET /obj-perms HTTP/1.1" 200 5056 0.050045 10.0.0.38 - - [2026-01-22 03:09:35] "POST /neutron/port HTTP/1.1" 200 1384 0.022375 10.0.0.38 - - [2026-01-22 03:09:41] "POST /ref-update HTTP/1.1" 200 156 0.057190 10.0.0.131 - - [2026-01-22 03:09:41] "DELETE /access-control-list/bc836612-28ab-4bd6-b9e8-7ce1ac3e195c HTTP/1.1" 200 115 0.046391 10.0.0.38 - - [2026-01-22 03:09:41] "GET /virtual-network/cccd04f2-3311-46b7-a8e3-49fb52f559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.014106 10.0.0.38 - - [2026-01-22 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.024085 10.0.0.38 - - [2026-01-22 03:09:41] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.003816 10.0.0.131 - - [2026-01-22 03:09:41] "POST /ref-update HTTP/1.1" 200 156 0.040558 10.0.0.38 - - [2026-01-22 03:09:41] "POST /ref-update HTTP/1.1" 200 156 0.087503 10.0.0.38 - - [2026-01-22 03:09:41] "POST /neutron/network HTTP/1.1" 200 830 0.014144 10.0.0.38 - - [2026-01-22 03:09:41] "GET /virtual-network/42486eb2-5a32-432e-9648-3ddb31eb8a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008433 10.0.0.38 - - [2026-01-22 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.131 - - [2026-01-22 03:09:41] "POST /ref-update HTTP/1.1" 200 156 0.036162 10.0.0.38 - - [2026-01-22 03:09:41] "GET /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.003933 10.0.0.38 - - [2026-01-22 03:09:41] "DELETE /network-policy/9f72ae0a-bf73-4db3-bdc4-e6fe455fe1da HTTP/1.1" 200 115 0.046816 10.0.0.38 - - [2026-01-22 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.38 - - [2026-01-22 03:09:41] "DELETE /service-instance/70bc562e-8c26-44a6-a97b-b3faa00b1612 HTTP/1.1" 200 115 0.048808 10.0.0.38 - - [2026-01-22 03:09:41] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003667 10.0.0.38 - - [2026-01-22 03:09:41] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005216 10.0.0.131 - - [2026-01-22 03:09:41] "DELETE /instance-ip/a41c767a-e440-4365-be7d-6087d3ed694a HTTP/1.1" 200 115 0.094736 10.0.0.38 - - [2026-01-22 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.38 - - [2026-01-22 03:09:42] "DELETE /service-template/53fd16ba-7e24-41b1-a5ca-26e9f95a2610 HTTP/1.1" 200 115 0.027620 10.0.0.38 - - [2026-01-22 03:09:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.002688 10.0.0.131 - - [2026-01-22 03:09:42] "DELETE /route-target/84bfdf91-5245-4fb4-b889-ced231eed2eb HTTP/1.1" 200 115 0.028680 10.0.0.38 - - [2026-01-22 03:09:42] "POST /neutron/network HTTP/1.1" 200 848 0.007738 10.0.0.38 - - [2026-01-22 03:09:42] "POST /neutron/port HTTP/1.1" 200 1123 0.015907 10.0.0.38 - - [2026-01-22 03:09:42] "POST /neutron/port HTTP/1.1" 200 1116 0.050591 10.0.0.38 - - [2026-01-22 03:09:42] "POST /neutron/port HTTP/1.1" 200 151 0.277752 10.0.0.131 - - [2026-01-22 03:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.050728 10.0.0.131 - - [2026-01-22 03:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002900 10.0.0.38 - - [2026-01-22 03:09:44] "POST /neutron/network HTTP/1.1" 200 151 0.177883 10.0.0.131 - - [2026-01-22 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.38 - - [2026-01-22 03:09:45] "POST /neutron/network HTTP/1.1" 200 829 0.006925 10.0.0.131 - - [2026-01-22 03:09:45] "DELETE /route-target/991f0765-fcc4-426a-b8a7-52050f33c767 HTTP/1.1" 200 115 0.024614 10.0.0.131 - - [2026-01-22 03:09:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002817 10.0.0.131 - - [2026-01-22 03:09:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004189 10.0.0.38 - - [2026-01-22 03:09:45] "POST /neutron/network HTTP/1.1" 200 151 0.143193 10.0.0.131 - - [2026-01-22 03:09:47] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001032 10.0.0.38 - - [2026-01-22 03:09:47] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.071730 10.0.0.131 - - [2026-01-22 03:09:47] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.38 - - [2026-01-22 03:09:47] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?fields=virtual_networks HTTP/1.1" 200 1047 0.047124 10.0.0.131 - - [2026-01-22 03:09:47] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001042 10.0.0.38 - - [2026-01-22 03:09:47] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.043703 10.0.0.131 - - [2026-01-22 03:09:47] "GET /projects?obj_uuids=680e5215-172e-40e8-81d8-b5563df48fa5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000898 10.0.0.38 - - [2026-01-22 03:09:47] "GET /project/680e5215-172e-40e8-81d8-b5563df48fa5?fields=security_groups HTTP/1.1" 200 1276 0.042892 10.0.0.38 - - [2026-01-22 03:09:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.045503 10.0.0.131 - - [2026-01-22 03:09:48] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002817 10.0.0.131 - - [2026-01-22 03:09:48] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.131 - - [2026-01-22 03:09:48] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007258 10.0.0.131 - - [2026-01-22 03:09:48] "POST /id-to-fqname HTTP/1.1" 200 191 0.003232 10.0.0.131 - - [2026-01-22 03:09:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.003031 10.0.0.131 - - [2026-01-22 03:09:48] "POST /security-groups HTTP/1.1" 200 592 0.077816 10.0.0.131 - - [2026-01-22 03:09:49] "POST /fqname-to-id HTTP/1.1" 404 235 0.003871 10.0.0.131 - - [2026-01-22 03:09:49] "POST /projects HTTP/1.1" 200 587 0.274263 10.0.0.131 - - [2026-01-22 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.344334 10.0.0.131 - - [2026-01-22 03:09:49] "POST /access-control-lists HTTP/1.1" 200 597 0.033997 10.0.0.38 - - [2026-01-22 03:09:49] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.486613 10.0.0.38 - - [2026-01-22 03:09:50] "GET / HTTP/1.1" 200 36215 0.001409 10.0.0.38 - - [2026-01-22 03:09:52] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.131 - - [2026-01-22 03:09:52] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.38 - - [2026-01-22 03:09:52] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.071957 10.0.0.38 - - [2026-01-22 03:09:52] "POST /fqname-to-id HTTP/1.1" 404 180 0.002921 10.0.0.38 - - [2026-01-22 03:09:52] "POST /virtual-DNSs HTTP/1.1" 200 509 0.033360 10.0.0.38 - - [2026-01-22 03:09:52] "GET /virtual-DNS/dfee90d1-5721-479a-b83d-b952d9ba7773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.006020 10.0.0.38 - - [2026-01-22 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.38 - - [2026-01-22 03:09:53] "GET /virtual-DNS/dfee90d1-5721-479a-b83d-b952d9ba7773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003811 10.0.0.38 - - [2026-01-22 03:09:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003321 10.0.0.38 - - [2026-01-22 03:09:53] "POST /network-ipams HTTP/1.1" 200 516 0.025941 10.0.0.38 - - [2026-01-22 03:09:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003887 10.0.0.38 - - [2026-01-22 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.38 - - [2026-01-22 03:09:53] "GET /network-ipam/5e82cc79-4102-483e-86bc-092d57fb3a68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.006715 10.0.0.38 - - [2026-01-22 03:09:53] "PUT /network-ipam/5e82cc79-4102-483e-86bc-092d57fb3a68 HTTP/1.1" 200 259 0.014185 10.0.0.38 - - [2026-01-22 03:09:53] "POST /ref-update HTTP/1.1" 200 156 0.015497 10.0.0.38 - - [2026-01-22 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.131 - - [2026-01-22 03:09:53] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001382 10.0.0.38 - - [2026-01-22 03:09:53] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.043447 10.0.0.131 - - [2026-01-22 03:09:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009019 10.0.0.38 - - [2026-01-22 03:09:54] "POST /neutron/subnet HTTP/1.1" 200 711 0.309668 10.0.0.38 - - [2026-01-22 03:09:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001418 10.0.0.38 - - [2026-01-22 03:09:54] "GET /virtual-network/69109af2-01fd-408b-8481-d38725d401c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005746 10.0.0.38 - - [2026-01-22 03:09:54] "GET /virtual-network/69109af2-01fd-408b-8481-d38725d401c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005520 10.0.0.38 - - [2026-01-22 03:09:54] "POST /neutron/network HTTP/1.1" 200 833 0.007761 10.0.0.38 - - [2026-01-22 03:09:54] "POST /neutron/network HTTP/1.1" 200 833 0.006783 10.0.0.38 - - [2026-01-22 03:09:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001077 10.0.0.38 - - [2026-01-22 03:09:55] "POST /neutron/network HTTP/1.1" 200 843 0.007463 10.0.0.131 - - [2026-01-22 03:09:55] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001154 10.0.0.38 - - [2026-01-22 03:09:55] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.078333 10.0.0.38 - - [2026-01-22 03:09:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009553 10.0.0.38 - - [2026-01-22 03:10:01] "POST /neutron/port HTTP/1.1" 200 117 0.006655 10.0.0.131 - - [2026-01-22 03:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004971 10.0.0.131 - - [2026-01-22 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.131 - - [2026-01-22 03:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005282 10.0.0.38 - - [2026-01-22 03:10:01] "POST /neutron/network HTTP/1.1" 200 151 0.148250 10.0.0.38 - - [2026-01-22 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.38 - - [2026-01-22 03:10:01] "DELETE /network-ipam/5e82cc79-4102-483e-86bc-092d57fb3a68 HTTP/1.1" 200 115 0.067370 10.0.0.38 - - [2026-01-22 03:10:01] "DELETE /virtual-DNS/dfee90d1-5721-479a-b83d-b952d9ba7773 HTTP/1.1" 200 115 0.044411 10.0.0.38 - - [2026-01-22 03:10:01] "POST /fqname-to-id HTTP/1.1" 404 180 0.003917 10.0.0.131 - - [2026-01-22 03:10:03] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.38 - - [2026-01-22 03:10:03] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.049002 10.0.0.131 - - [2026-01-22 03:10:03] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.38 - - [2026-01-22 03:10:03] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?fields=virtual_networks HTTP/1.1" 200 1046 0.055982 10.0.0.131 - - [2026-01-22 03:10:03] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.38 - - [2026-01-22 03:10:03] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.056136 10.0.0.131 - - [2026-01-22 03:10:03] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001482 10.0.0.38 - - [2026-01-22 03:10:03] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?fields=security_groups HTTP/1.1" 200 1274 0.052933 10.0.0.38 - - [2026-01-22 03:10:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.030751 10.0.0.131 - - [2026-01-22 03:10:04] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003914 10.0.0.131 - - [2026-01-22 03:10:04] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002439 10.0.0.131 - - [2026-01-22 03:10:04] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008341 10.0.0.131 - - [2026-01-22 03:10:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.006647 10.0.0.131 - - [2026-01-22 03:10:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.015346 10.0.0.131 - - [2026-01-22 03:10:04] "POST /security-groups HTTP/1.1" 200 592 0.047294 10.0.0.131 - - [2026-01-22 03:10:04] "POST /projects HTTP/1.1" 200 587 0.298855 10.0.0.131 - - [2026-01-22 03:10:04] "POST /access-control-lists HTTP/1.1" 200 599 0.033700 10.0.0.131 - - [2026-01-22 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.379909 10.0.0.38 - - [2026-01-22 03:10:05] "GET /project/7175514e-5a52-491f-ae40-7480a46dacba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.555664 10.0.0.38 - - [2026-01-22 03:10:06] "GET / HTTP/1.1" 200 36215 0.001701 10.0.0.38 - - [2026-01-22 03:10:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-01-22 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.070088 10.0.0.131 - - [2026-01-22 03:10:08] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956 10.0.0.38 - - [2026-01-22 03:10:08] "GET /project/7175514e-5a52-491f-ae40-7480a46dacba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.034553 10.0.0.131 - - [2026-01-22 03:10:08] "POST /route-targets HTTP/1.1" 200 328 0.016118 10.0.0.131 - - [2026-01-22 03:10:09] "POST /useragent-kv HTTP/1.1" 200 115 0.012389 10.0.0.38 - - [2026-01-22 03:10:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.285031 10.0.0.38 - - [2026-01-22 03:10:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001419 10.0.0.38 - - [2026-01-22 03:10:09] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005432 10.0.0.38 - - [2026-01-22 03:10:09] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005698 10.0.0.38 - - [2026-01-22 03:10:09] "POST /neutron/network HTTP/1.1" 200 827 0.006642 10.0.0.38 - - [2026-01-22 03:10:09] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005123 10.0.0.38 - - [2026-01-22 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.131 - - [2026-01-22 03:10:11] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.38 - - [2026-01-22 03:10:11] "GET /project/7175514e-5a52-491f-ae40-7480a46dacba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.038432 10.0.0.131 - - [2026-01-22 03:10:11] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.38 - - [2026-01-22 03:10:11] "POST /neutron/network HTTP/1.1" 200 608 0.113899 10.0.0.131 - - [2026-01-22 03:10:11] "POST /ref-update HTTP/1.1" 200 156 0.025312 10.0.0.38 - - [2026-01-22 03:10:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.003891 10.0.0.38 - - [2026-01-22 03:10:11] "GET /virtual-network/bf3cb251-d8e6-4d5e-ba01-c4457906ec1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005352 10.0.0.38 - - [2026-01-22 03:10:11] "POST /neutron/network HTTP/1.1" 200 828 0.007235 10.0.0.38 - - [2026-01-22 03:10:11] "GET /virtual-network/bf3cb251-d8e6-4d5e-ba01-c4457906ec1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006782 10.0.0.38 - - [2026-01-22 03:10:11] "GET /virtual-network/bf3cb251-d8e6-4d5e-ba01-c4457906ec1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006000 10.0.0.131 - - [2026-01-22 03:10:12] "GET /obj-perms HTTP/1.1" 200 5032 0.060878 10.0.0.38 - - [2026-01-22 03:10:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001297 10.0.0.38 - - [2026-01-22 03:10:12] "POST /neutron/port HTTP/1.1" 200 1122 0.019143 10.0.0.38 - - [2026-01-22 03:10:14] "GET /obj-perms HTTP/1.1" 200 5056 0.064498 10.0.0.50 - - [2026-01-22 03:10:14] "GET /obj-perms HTTP/1.1" 200 5056 0.059576 10.0.0.131 - - [2026-01-22 03:10:28] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.38 - - [2026-01-22 03:10:28] "GET /project/7175514e-5a52-491f-ae40-7480a46dacba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.061025 10.0.0.38 - - [2026-01-22 03:10:28] "POST /neutron/network HTTP/1.1" 200 828 0.041735 10.0.0.38 - - [2026-01-22 03:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.006476 10.0.0.38 - - [2026-01-22 03:10:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001234 10.0.0.38 - - [2026-01-22 03:10:28] "POST /neutron/network HTTP/1.1" 200 837 0.006518 10.0.0.131 - - [2026-01-22 03:10:29] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.38 - - [2026-01-22 03:10:29] "GET /project/7175514e-5a52-491f-ae40-7480a46dacba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.069594 10.0.0.38 - - [2026-01-22 03:10:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008248 10.0.0.38 - - [2026-01-22 03:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.009247 10.0.0.38 - - [2026-01-22 03:10:30] "POST /neutron/port HTTP/1.1" 200 1061 0.063929 10.0.0.38 - - [2026-01-22 03:10:31] "POST /neutron/port HTTP/1.1" 200 1125 0.030668 10.0.0.38 - - [2026-01-22 03:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.001854 10.0.0.38 - - [2026-01-22 03:10:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013419 10.0.0.131 - - [2026-01-22 03:10:35] "DELETE /project/680e5215-172e-40e8-81d8-b5563df48fa5 HTTP/1.1" 404 177 0.008865 10.0.0.131 - - [2026-01-22 03:10:35] "DELETE /project/5a2ffe05c4c049e2ba45edf399aba6c6 HTTP/1.1" 404 173 0.007926 10.0.0.131 - - [2026-01-22 03:10:35] "DELETE /project/7175514e5a52491fae407480a46dacba HTTP/1.1" 404 173 0.004250 10.0.0.131 - - [2026-01-22 03:10:35] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000750 10.0.0.131 - - [2026-01-22 03:10:35] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.040490 10.0.0.131 - - [2026-01-22 03:10:35] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.131 - - [2026-01-22 03:10:35] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?fields=security_groups HTTP/1.1" 200 1376 0.059122 10.0.0.131 - - [2026-01-22 03:10:35] "DELETE /security-group/57da3691-7d2e-4232-aaa5-eeec572b6350 HTTP/1.1" 200 115 0.083175 10.0.0.131 - - [2026-01-22 03:10:35] "GET /projects?obj_uuids=5a2ffe05-c4c0-49e2-ba45-edf399aba6c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.131 - - [2026-01-22 03:10:35] "DELETE /access-control-list/40530ee5-95cc-4c97-9819-fff035736d4e HTTP/1.1" 200 115 0.049354 10.0.0.131 - - [2026-01-22 03:10:36] "GET /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6?fields=application_policy_sets HTTP/1.1" 200 1415 0.064097 10.0.0.131 - - [2026-01-22 03:10:36] "DELETE /project/5a2ffe05-c4c0-49e2-ba45-edf399aba6c6 HTTP/1.1" 200 115 0.459529 10.0.0.38 - - [2026-01-22 03:10:44] "POST /neutron/port HTTP/1.1" 200 1122 0.046341 10.0.0.38 - - [2026-01-22 03:10:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003818 10.0.0.38 - - [2026-01-22 03:10:44] "POST /neutron/network HTTP/1.1" 200 834 0.006155 10.0.0.38 - - [2026-01-22 03:10:50] "POST /neutron/port HTTP/1.1" 200 1125 0.017606 10.0.0.38 - - [2026-01-22 03:10:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010050 10.0.0.38 - - [2026-01-22 03:11:00] "POST /neutron/port HTTP/1.1" 200 1125 0.019687 10.0.0.38 - - [2026-01-22 03:11:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010191 10.0.0.38 - - [2026-01-22 03:11:00] "GET /virtual-machine/1b1e8c7e-6174-40de-ae3a-62026030746b HTTP/1.1" 401 292 0.000558 10.0.0.38 - - [2026-01-22 03:11:01] "GET /virtual-machine/1b1e8c7e-6174-40de-ae3a-62026030746b HTTP/1.1" 200 1295 0.038846 10.0.0.38 - - [2026-01-22 03:11:01] "GET /virtual-machine-interface/1673c1ad-6fd6-4c59-8845-1123eef03432 HTTP/1.1" 200 2954 0.007194 10.0.0.38 - - [2026-01-22 03:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.38 - - [2026-01-22 03:11:01] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004598 10.0.0.38 - - [2026-01-22 03:11:01] "GET /virtual-networks?parent_id=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004929 10.0.0.38 - - [2026-01-22 03:11:01] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007006 10.0.0.38 - - [2026-01-22 03:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006272 10.0.0.38 - - [2026-01-22 03:11:04] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007874 10.0.0.38 - - [2026-01-22 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.38 - - [2026-01-22 03:11:08] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005149 10.0.0.38 - - [2026-01-22 03:11:10] "POST /neutron/network HTTP/1.1" 200 837 0.007362 10.0.0.38 - - [2026-01-22 03:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.38 - - [2026-01-22 03:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.38 - - [2026-01-22 03:11:12] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006070 10.0.0.38 - - [2026-01-22 03:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.38 - - [2026-01-22 03:11:16] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005535 10.0.0.38 - - [2026-01-22 03:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.38 - - [2026-01-22 03:11:20] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005168 10.0.0.38 - - [2026-01-22 03:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.38 - - [2026-01-22 03:11:24] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007054 10.0.0.38 - - [2026-01-22 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.38 - - [2026-01-22 03:11:28] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004942 10.0.0.38 - - [2026-01-22 03:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.38 - - [2026-01-22 03:11:33] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005922 10.0.0.38 - - [2026-01-22 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.38 - - [2026-01-22 03:11:37] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006074 10.0.0.38 - - [2026-01-22 03:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.38 - - [2026-01-22 03:11:41] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005384 10.0.0.38 - - [2026-01-22 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.38 - - [2026-01-22 03:11:45] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005125 10.0.0.38 - - [2026-01-22 03:11:45] "POST /neutron/port HTTP/1.1" 200 1122 0.022163 10.0.0.38 - - [2026-01-22 03:11:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.010769 10.0.0.38 - - [2026-01-22 03:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.38 - - [2026-01-22 03:11:49] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005508 10.0.0.38 - - [2026-01-22 03:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.38 - - [2026-01-22 03:11:53] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005803 10.0.0.38 - - [2026-01-22 03:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.38 - - [2026-01-22 03:11:55] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003633 10.0.0.38 - - [2026-01-22 03:11:55] "GET /virtual-networks?parent_id=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003431 10.0.0.38 - - [2026-01-22 03:11:55] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006216 10.0.0.38 - - [2026-01-22 03:11:55] "POST /neutron/port HTTP/1.1" 200 1125 0.018998 10.0.0.38 - - [2026-01-22 03:12:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010935 10.0.0.38 - - [2026-01-22 03:12:10] "POST /neutron/port HTTP/1.1" 200 1125 0.017610 10.0.0.38 - - [2026-01-22 03:12:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004926 10.0.0.38 - - [2026-01-22 03:12:10] "POST /neutron/network HTTP/1.1" 200 827 0.007649 10.0.0.38 - - [2026-01-22 03:12:11] "POST /neutron/port HTTP/1.1" 200 1125 0.020860 10.0.0.38 - - [2026-01-22 03:12:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007057 10.0.0.38 - - [2026-01-22 03:12:26] "POST /neutron/port HTTP/1.1" 200 1125 0.017096 10.0.0.131 - - [2026-01-22 03:12:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.131 - - [2026-01-22 03:12:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.50 - - [2026-01-22 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.50 - - [2026-01-22 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.38 - - [2026-01-22 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-01-22 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.131 - - [2026-01-22 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.131 - - [2026-01-22 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.50 - - [2026-01-22 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.50 - - [2026-01-22 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.38 - - [2026-01-22 03:12:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007388 10.0.0.38 - - [2026-01-22 03:12:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2026-01-22 03:12:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.38 - - [2026-01-22 03:12:42] "POST /neutron/port HTTP/1.1" 200 1125 0.017975 10.0.0.38 - - [2026-01-22 03:12:46] "POST /neutron/port HTTP/1.1" 200 1122 0.017659 10.0.0.38 - - [2026-01-22 03:12:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.010625 10.0.0.38 - - [2026-01-22 03:12:47] "POST /neutron/port HTTP/1.1" 200 1125 0.019943 10.0.0.38 - - [2026-01-22 03:12:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008789 10.0.0.38 - - [2026-01-22 03:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.131 - - [2026-01-22 03:12:57] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000921 10.0.0.38 - - [2026-01-22 03:12:57] "GET /project/7175514e-5a52-491f-ae40-7480a46dacba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.038796 10.0.0.38 - - [2026-01-22 03:12:57] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005485 10.0.0.38 - - [2026-01-22 03:12:57] "GET /floating-ip-pools?parent_id=b8a19691-0e2a-4d92-babe-7a26b9d02aa4&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003259 10.0.0.38 - - [2026-01-22 03:12:57] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005467 10.0.0.38 - - [2026-01-22 03:12:58] "POST /floating-ip-pools HTTP/1.1" 200 600 0.029340 10.0.0.38 - - [2026-01-22 03:12:58] "POST /ref-update HTTP/1.1" 200 156 0.016899 10.0.0.38 - - [2026-01-22 03:12:58] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006346 10.0.0.38 - - [2026-01-22 03:12:58] "GET /virtual-network/b8a19691-0e2a-4d92-babe-7a26b9d02aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006067 10.0.0.38 - - [2026-01-22 03:12:58] "POST /neutron/floatingip HTTP/1.1" 200 530 0.007659 10.0.0.38 - - [2026-01-22 03:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.38 - - [2026-01-22 03:12:58] "GET /routing-instance/fc716a98-fcb6-47d1-b53e-e428f186d263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.003670 10.0.0.38 - - [2026-01-22 03:12:58] "GET /route-target/8db3e366-3de1-4509-a64d-54ec8770429c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003910 10.0.0.38 - - [2026-01-22 03:12:58] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003438 10.0.0.38 - - [2026-01-22 03:13:00] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003936 10.0.0.38 - - [2026-01-22 03:13:02] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003241 10.0.0.38 - - [2026-01-22 03:13:04] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003473 10.0.0.38 - - [2026-01-22 03:13:06] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.006068 10.0.0.38 - - [2026-01-22 03:13:08] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003394 10.0.0.38 - - [2026-01-22 03:13:10] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003179 10.0.0.38 - - [2026-01-22 03:13:12] "POST /neutron/network HTTP/1.1" 200 837 0.006618 10.0.0.38 - - [2026-01-22 03:13:12] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.38 - - [2026-01-22 03:13:12] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003108 10.0.0.38 - - [2026-01-22 03:13:14] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002998 10.0.0.38 - - [2026-01-22 03:13:16] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002944 10.0.0.38 - - [2026-01-22 03:13:18] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003583 10.0.0.38 - - [2026-01-22 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.38 - - [2026-01-22 03:13:23] "GET /routing-instance/fc716a98-fcb6-47d1-b53e-e428f186d263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005052 10.0.0.38 - - [2026-01-22 03:13:23] "GET /route-target/8db3e366-3de1-4509-a64d-54ec8770429c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005070 10.0.0.38 - - [2026-01-22 03:13:23] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003847 10.0.0.38 - - [2026-01-22 03:13:25] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.004030 10.0.0.38 - - [2026-01-22 03:13:27] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003168 10.0.0.38 - - [2026-01-22 03:13:29] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003023 10.0.0.38 - - [2026-01-22 03:13:32] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003407 10.0.0.38 - - [2026-01-22 03:13:34] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003577 10.0.0.38 - - [2026-01-22 03:13:36] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003953 10.0.0.38 - - [2026-01-22 03:13:38] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003113 10.0.0.38 - - [2026-01-22 03:13:40] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003151 10.0.0.38 - - [2026-01-22 03:13:42] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003733 10.0.0.38 - - [2026-01-22 03:13:44] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003584 10.0.0.38 - - [2026-01-22 03:13:48] "POST /neutron/port HTTP/1.1" 200 1122 0.019932 10.0.0.38 - - [2026-01-22 03:13:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.009582 10.0.0.38 - - [2026-01-22 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.38 - - [2026-01-22 03:13:49] "GET /routing-instance/fc716a98-fcb6-47d1-b53e-e428f186d263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.006747 10.0.0.38 - - [2026-01-22 03:13:49] "GET /route-target/8db3e366-3de1-4509-a64d-54ec8770429c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004287 10.0.0.38 - - [2026-01-22 03:13:49] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.006088 10.0.0.38 - - [2026-01-22 03:13:51] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002691 10.0.0.38 - - [2026-01-22 03:13:53] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003851 10.0.0.38 - - [2026-01-22 03:13:55] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003522 10.0.0.38 - - [2026-01-22 03:13:57] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003899 10.0.0.38 - - [2026-01-22 03:13:59] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.004577 10.0.0.38 - - [2026-01-22 03:14:01] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003851 10.0.0.38 - - [2026-01-22 03:14:03] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003720 10.0.0.38 - - [2026-01-22 03:14:05] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.005137 10.0.0.38 - - [2026-01-22 03:14:07] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.004399 10.0.0.38 - - [2026-01-22 03:14:09] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003449 10.0.0.38 - - [2026-01-22 03:14:12] "POST /neutron/port HTTP/1.1" 200 1125 0.017171 10.0.0.38 - - [2026-01-22 03:14:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004361 10.0.0.38 - - [2026-01-22 03:14:12] "POST /neutron/network HTTP/1.1" 200 827 0.010491 10.0.0.38 - - [2026-01-22 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.38 - - [2026-01-22 03:14:14] "GET /routing-instance/fc716a98-fcb6-47d1-b53e-e428f186d263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004685 10.0.0.38 - - [2026-01-22 03:14:14] "GET /route-target/8db3e366-3de1-4509-a64d-54ec8770429c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004071 10.0.0.38 - - [2026-01-22 03:14:14] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002956 10.0.0.38 - - [2026-01-22 03:14:16] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003338 10.0.0.131 - - [2026-01-22 03:14:17] "GET /obj-perms HTTP/1.1" 200 5056 0.048528 10.0.0.38 - - [2026-01-22 03:14:17] "GET /obj-perms HTTP/1.1" 200 5056 0.044172 10.0.0.38 - - [2026-01-22 03:14:18] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003202 10.0.0.38 - - [2026-01-22 03:14:20] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003339 10.0.0.38 - - [2026-01-22 03:14:22] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003503 10.0.0.38 - - [2026-01-22 03:14:24] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003422 10.0.0.38 - - [2026-01-22 03:14:26] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003097 10.0.0.38 - - [2026-01-22 03:14:28] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002973 10.0.0.38 - - [2026-01-22 03:14:30] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002968 10.0.0.38 - - [2026-01-22 03:14:32] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.004508 10.0.0.38 - - [2026-01-22 03:14:34] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002888 10.0.0.38 - - [2026-01-22 03:14:34] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002524 10.0.0.38 - - [2026-01-22 03:14:36] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.004135 10.0.0.38 - - [2026-01-22 03:14:38] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003065 10.0.0.38 - - [2026-01-22 03:14:40] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003037 10.0.0.38 - - [2026-01-22 03:14:42] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003553 10.0.0.38 - - [2026-01-22 03:14:44] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003330 10.0.0.38 - - [2026-01-22 03:14:46] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003214 10.0.0.38 - - [2026-01-22 03:14:48] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003279 10.0.0.38 - - [2026-01-22 03:14:50] "POST /neutron/network HTTP/1.1" 200 844 0.006335 10.0.0.38 - - [2026-01-22 03:14:50] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002969 10.0.0.38 - - [2026-01-22 03:14:50] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.38 - - [2026-01-22 03:14:52] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003127 10.0.0.38 - - [2026-01-22 03:14:54] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002797 10.0.0.38 - - [2026-01-22 03:14:59] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003585 10.0.0.38 - - [2026-01-22 03:15:01] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.004614 10.0.0.38 - - [2026-01-22 03:15:03] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002993 10.0.0.38 - - [2026-01-22 03:15:05] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003013 10.0.0.38 - - [2026-01-22 03:15:07] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003666 10.0.0.38 - - [2026-01-22 03:15:09] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002808 10.0.0.38 - - [2026-01-22 03:15:11] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003206 10.0.0.38 - - [2026-01-22 03:15:13] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003447 10.0.0.38 - - [2026-01-22 03:15:14] "POST /neutron/port HTTP/1.1" 200 1125 0.014927 10.0.0.38 - - [2026-01-22 03:15:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.008104 10.0.0.38 - - [2026-01-22 03:15:15] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003110 10.0.0.38 - - [2026-01-22 03:15:17] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002905 10.0.0.50 - - [2026-01-22 03:15:18] "GET /obj-perms HTTP/1.1" 200 5056 0.055100 10.0.0.38 - - [2026-01-22 03:15:19] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003716 10.0.0.38 - - [2026-01-22 03:15:24] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003080 10.0.0.38 - - [2026-01-22 03:15:26] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002937 10.0.0.38 - - [2026-01-22 03:15:28] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002967 10.0.0.38 - - [2026-01-22 03:15:30] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003079 10.0.0.38 - - [2026-01-22 03:15:32] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.011837 10.0.0.38 - - [2026-01-22 03:15:34] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003095 10.0.0.38 - - [2026-01-22 03:15:36] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002986 10.0.0.38 - - [2026-01-22 03:15:38] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003940 10.0.0.38 - - [2026-01-22 03:15:40] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003591 10.0.0.38 - - [2026-01-22 03:15:42] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003406 10.0.0.38 - - [2026-01-22 03:15:44] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003621 10.0.0.38 - - [2026-01-22 03:15:49] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003575 10.0.0.38 - - [2026-01-22 03:15:50] "POST /neutron/port HTTP/1.1" 200 1122 0.045084 10.0.0.38 - - [2026-01-22 03:15:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004018 10.0.0.38 - - [2026-01-22 03:15:50] "POST /neutron/network HTTP/1.1" 200 834 0.006853 10.0.0.38 - - [2026-01-22 03:15:51] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.002993 10.0.0.38 - - [2026-01-22 03:15:53] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.004154 10.0.0.38 - - [2026-01-22 03:15:55] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003546 10.0.0.38 - - [2026-01-22 03:15:57] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003292 10.0.0.38 - - [2026-01-22 03:15:59] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003855 10.0.0.38 - - [2026-01-22 03:16:01] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.031526 10.0.0.38 - - [2026-01-22 03:16:03] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.009737 10.0.0.38 - - [2026-01-22 03:16:05] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003088 10.0.0.38 - - [2026-01-22 03:16:07] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003560 10.0.0.38 - - [2026-01-22 03:16:09] "GET /virtual-machine/789adac6-5655-42b1-b1e2-da696abecd6f HTTP/1.1" 404 171 0.003056 10.0.0.38 - - [2026-01-22 03:16:10] "POST /neutron/floatingip HTTP/1.1" 200 530 0.037162 10.0.0.38 - - [2026-01-22 03:16:10] "GET /floating-ip-pool/3d2cc960-c6d5-4dbd-af2e-5079fe6892c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.029615 10.0.0.38 - - [2026-01-22 03:16:10] "POST /ref-update HTTP/1.1" 200 156 0.017401 10.0.0.38 - - [2026-01-22 03:16:10] "DELETE /floating-ip-pool/3d2cc960-c6d5-4dbd-af2e-5079fe6892c7 HTTP/1.1" 200 115 0.032115 10.0.0.131 - - [2026-01-22 03:16:10] "POST /useragent-kv HTTP/1.1" 200 115 0.059195 10.0.0.131 - - [2026-01-22 03:16:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002786 10.0.0.38 - - [2026-01-22 03:16:10] "POST /neutron/network HTTP/1.1" 200 151 0.165376 10.0.0.131 - - [2026-01-22 03:16:10] "DELETE /route-target/1f9bbf28-d19c-4892-a807-901a0fc7e758 HTTP/1.1" 200 115 0.070986 10.0.0.38 - - [2026-01-22 03:16:11] "POST /neutron/port HTTP/1.1" 200 1125 0.015424 10.0.0.38 - - [2026-01-22 03:16:13] "POST /neutron/network HTTP/1.1" 200 827 0.006496 10.0.0.131 - - [2026-01-22 03:16:14] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000898 10.0.0.38 - - [2026-01-22 03:16:14] "GET /project/7175514e-5a52-491f-ae40-7480a46dacba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.074867 10.0.0.131 - - [2026-01-22 03:16:14] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.38 - - [2026-01-22 03:16:14] "GET /project/7175514e-5a52-491f-ae40-7480a46dacba?fields=virtual_networks HTTP/1.1" 200 1046 0.078228 10.0.0.131 - - [2026-01-22 03:16:14] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.38 - - [2026-01-22 03:16:14] "GET /project/7175514e-5a52-491f-ae40-7480a46dacba?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.035099 10.0.0.131 - - [2026-01-22 03:16:14] "GET /projects?obj_uuids=7175514e-5a52-491f-ae40-7480a46dacba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.38 - - [2026-01-22 03:16:14] "GET /project/7175514e-5a52-491f-ae40-7480a46dacba?fields=security_groups HTTP/1.1" 200 1274 0.032162 10.0.0.38 - - [2026-01-22 03:16:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.039762 10.0.0.131 - - [2026-01-22 03:16:15] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002730 10.0.0.131 - - [2026-01-22 03:16:16] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.131 - - [2026-01-22 03:16:16] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.040218 10.0.0.131 - - [2026-01-22 03:16:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.003075 10.0.0.131 - - [2026-01-22 03:16:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.007885 10.0.0.131 - - [2026-01-22 03:16:16] "POST /security-groups HTTP/1.1" 200 591 0.052001 10.0.0.131 - - [2026-01-22 03:16:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.005836 10.0.0.131 - - [2026-01-22 03:16:16] "POST /projects HTTP/1.1" 200 585 0.265842 10.0.0.131 - - [2026-01-22 03:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.344028 10.0.0.131 - - [2026-01-22 03:16:16] "POST /access-control-lists HTTP/1.1" 200 596 0.028000 10.0.0.38 - - [2026-01-22 03:16:16] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.520509 10.0.0.38 - - [2026-01-22 03:16:17] "GET / HTTP/1.1" 200 36215 0.001310 10.0.0.38 - - [2026-01-22 03:16:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000805 10.0.0.38 - - [2026-01-22 03:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.028337 10.0.0.131 - - [2026-01-22 03:16:19] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000825 10.0.0.38 - - [2026-01-22 03:16:19] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.040488 10.0.0.131 - - [2026-01-22 03:16:19] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000870 10.0.0.38 - - [2026-01-22 03:16:20] "POST /neutron/network HTTP/1.1" 200 625 0.150285 10.0.0.38 - - [2026-01-22 03:16:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.004056 10.0.0.38 - - [2026-01-22 03:16:20] "GET /virtual-network/834a7b9c-3a41-4824-92cc-f910ee596cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006345 10.0.0.38 - - [2026-01-22 03:16:20] "POST /neutron/network HTTP/1.1" 200 839 0.008510 10.0.0.38 - - [2026-01-22 03:16:20] "GET /virtual-network/834a7b9c-3a41-4824-92cc-f910ee596cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007458 10.0.0.38 - - [2026-01-22 03:16:20] "POST /neutron/network HTTP/1.1" 200 839 0.006833 10.0.0.38 - - [2026-01-22 03:16:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.000956 10.0.0.38 - - [2026-01-22 03:16:20] "POST /neutron/network HTTP/1.1" 200 849 0.008721 10.0.0.131 - - [2026-01-22 03:16:21] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001273 10.0.0.38 - - [2026-01-22 03:16:21] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.070401 10.0.0.38 - - [2026-01-22 03:16:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006710 10.0.0.38 - - [2026-01-22 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.38 - - [2026-01-22 03:16:21] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003101 10.0.0.38 - - [2026-01-22 03:16:21] "PUT /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32 HTTP/1.1" 200 277 0.011869 10.0.0.38 - - [2026-01-22 03:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.006177 10.0.0.38 - - [2026-01-22 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.38 - - [2026-01-22 03:16:27] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004135 10.0.0.38 - - [2026-01-22 03:16:27] "PUT /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32 HTTP/1.1" 200 277 0.010951 10.0.0.131 - - [2026-01-22 03:16:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003708 10.0.0.131 - - [2026-01-22 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.131 - - [2026-01-22 03:16:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002627 10.0.0.38 - - [2026-01-22 03:16:27] "POST /neutron/network HTTP/1.1" 200 151 0.115114 10.0.0.38 - - [2026-01-22 03:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.131 - - [2026-01-22 03:16:30] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000850 10.0.0.38 - - [2026-01-22 03:16:30] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046857 10.0.0.131 - - [2026-01-22 03:16:30] "POST /ref-update HTTP/1.1" 200 156 0.022834 10.0.0.131 - - [2026-01-22 03:16:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006667 10.0.0.38 - - [2026-01-22 03:16:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.181531 10.0.0.38 - - [2026-01-22 03:16:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001362 10.0.0.38 - - [2026-01-22 03:16:30] "GET /virtual-network/26688e7d-d09a-4735-94ba-1a6302551043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004972 10.0.0.38 - - [2026-01-22 03:16:30] "GET /virtual-network/26688e7d-d09a-4735-94ba-1a6302551043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007266 10.0.0.38 - - [2026-01-22 03:16:30] "POST /neutron/network HTTP/1.1" 200 824 0.007775 10.0.0.38 - - [2026-01-22 03:16:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001230 10.0.0.38 - - [2026-01-22 03:16:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007317 10.0.0.131 - - [2026-01-22 03:16:31] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.38 - - [2026-01-22 03:16:31] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074595 10.0.0.38 - - [2026-01-22 03:16:32] "POST /neutron/port HTTP/1.1" 200 1122 0.028066 10.0.0.38 - - [2026-01-22 03:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.009783 10.0.0.38 - - [2026-01-22 03:16:32] "POST /neutron/port HTTP/1.1" 200 1060 0.044245 10.0.0.38 - - [2026-01-22 03:16:33] "POST /neutron/port HTTP/1.1" 200 1124 0.020184 10.0.0.38 - - [2026-01-22 03:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.131 - - [2026-01-22 03:16:36] "DELETE /project/7175514e-5a52-491f-ae40-7480a46dacba HTTP/1.1" 404 177 0.002525 10.0.0.131 - - [2026-01-22 03:16:36] "DELETE /project/c2dd73ca8e2841f78f6b95b2e018432e HTTP/1.1" 404 173 0.004707 10.0.0.38 - - [2026-01-22 03:16:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007637 10.0.0.38 - - [2026-01-22 03:16:37] "POST /neutron/port HTTP/1.1" 200 1124 0.015794 10.0.0.38 - - [2026-01-22 03:16:37] "GET /virtual-machine/5bcc86e7-177a-488c-a4af-2fd8ca72be54 HTTP/1.1" 401 292 0.000360 10.0.0.38 - - [2026-01-22 03:16:37] "GET /virtual-machine/5bcc86e7-177a-488c-a4af-2fd8ca72be54 HTTP/1.1" 200 1294 0.032184 10.0.0.38 - - [2026-01-22 03:16:37] "GET /virtual-machine-interface/bb4ebc7e-d2c7-4dc9-9955-42bfaa6a43fd HTTP/1.1" 200 2948 0.005028 10.0.0.38 - - [2026-01-22 03:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.38 - - [2026-01-22 03:16:37] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003994 10.0.0.38 - - [2026-01-22 03:16:37] "GET /virtual-networks?parent_id=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003081 10.0.0.38 - - [2026-01-22 03:16:37] "GET /virtual-network/26688e7d-d09a-4735-94ba-1a6302551043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006588 10.0.0.38 - - [2026-01-22 03:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.38 - - [2026-01-22 03:16:41] "GET /virtual-network/26688e7d-d09a-4735-94ba-1a6302551043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005783 10.0.0.38 - - [2026-01-22 03:16:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.031666 10.0.0.38 - - [2026-01-22 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.38 - - [2026-01-22 03:16:45] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003480 10.0.0.38 - - [2026-01-22 03:16:45] "GET /virtual-networks?parent_id=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003376 10.0.0.38 - - [2026-01-22 03:16:45] "GET /virtual-network/26688e7d-d09a-4735-94ba-1a6302551043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005436 10.0.0.38 - - [2026-01-22 03:16:47] "POST /neutron/port HTTP/1.1" 200 1124 0.019299 10.0.0.38 - - [2026-01-22 03:16:49] "POST /neutron/network HTTP/1.1" 200 824 0.008564 10.0.0.131 - - [2026-01-22 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.38 - - [2026-01-22 03:16:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004886 10.0.0.38 - - [2026-01-22 03:16:52] "POST /network-ipams HTTP/1.1" 200 543 0.032067 10.0.0.38 - - [2026-01-22 03:16:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003595 10.0.0.38 - - [2026-01-22 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.38 - - [2026-01-22 03:16:52] "GET /network-ipam/ef20ae28-8a4a-4766-9106-28f4283e16ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.005893 10.0.0.38 - - [2026-01-22 03:16:52] "POST /neutron/port HTTP/1.1" 200 1122 0.019291 10.0.0.38 - - [2026-01-22 03:16:52] "PUT /network-ipam/ef20ae28-8a4a-4766-9106-28f4283e16ed HTTP/1.1" 200 259 0.013095 10.0.0.38 - - [2026-01-22 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.38 - - [2026-01-22 03:16:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.008324 10.0.0.131 - - [2026-01-22 03:16:52] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.38 - - [2026-01-22 03:16:52] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046147 10.0.0.38 - - [2026-01-22 03:16:52] "POST /neutron/network HTTP/1.1" 200 117 0.013025 10.0.0.131 - - [2026-01-22 03:16:52] "POST /ref-update HTTP/1.1" 200 156 0.025914 10.0.0.131 - - [2026-01-22 03:16:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008793 10.0.0.38 - - [2026-01-22 03:16:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.189587 10.0.0.38 - - [2026-01-22 03:16:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001511 10.0.0.38 - - [2026-01-22 03:16:53] "GET /virtual-network/456ef8df-f923-465d-9412-68ede5dbebd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005470 10.0.0.38 - - [2026-01-22 03:16:53] "GET /virtual-network/456ef8df-f923-465d-9412-68ede5dbebd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005167 10.0.0.38 - - [2026-01-22 03:16:53] "POST /neutron/network HTTP/1.1" 200 994 0.009105 10.0.0.38 - - [2026-01-22 03:16:53] "POST /neutron/network HTTP/1.1" 200 994 0.008328 10.0.0.131 - - [2026-01-22 03:16:53] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001423 10.0.0.38 - - [2026-01-22 03:16:53] "POST /neutron/port HTTP/1.1" 200 1017 0.249867 10.0.0.38 - - [2026-01-22 03:16:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001253 10.0.0.38 - - [2026-01-22 03:16:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008092 10.0.0.38 - - [2026-01-22 03:16:54] "POST /neutron/network HTTP/1.1" 200 994 0.038915 10.0.0.38 - - [2026-01-22 03:16:54] "POST /neutron/port HTTP/1.1" 200 1122 0.025501 10.0.0.38 - - [2026-01-22 03:16:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001210 10.0.0.38 - - [2026-01-22 03:16:54] "POST /neutron/port HTTP/1.1" 200 1122 0.025476 10.0.0.38 - - [2026-01-22 03:16:54] "POST /neutron/port HTTP/1.1" 200 1017 0.014811 10.0.0.38 - - [2026-01-22 03:16:55] "POST /neutron/port HTTP/1.1" 200 1017 0.012943 10.0.0.38 - - [2026-01-22 03:16:55] "POST /neutron/port HTTP/1.1" 200 117 0.005820 10.0.0.38 - - [2026-01-22 03:16:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.001098 10.0.0.38 - - [2026-01-22 03:16:55] "POST /neutron/network HTTP/1.1" 200 1004 0.007985 10.0.0.38 - - [2026-01-22 03:16:55] "POST /neutron/port HTTP/1.1" 200 1017 0.011767 10.0.0.38 - - [2026-01-22 03:16:55] "POST /neutron/port HTTP/1.1" 200 1119 0.016841 10.0.0.38 - - [2026-01-22 03:16:55] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.131 - - [2026-01-22 03:16:56] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000908 10.0.0.38 - - [2026-01-22 03:16:56] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.084157 10.0.0.38 - - [2026-01-22 03:16:56] "POST /neutron/port HTTP/1.1" 200 2089 0.029095 10.0.0.38 - - [2026-01-22 03:16:57] "GET /virtual-network/456ef8df-f923-465d-9412-68ede5dbebd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005183 10.0.0.38 - - [2026-01-22 03:16:58] "POST /neutron/port HTTP/1.1" 200 117 0.007887 10.0.0.38 - - [2026-01-22 03:16:58] "POST /neutron/port HTTP/1.1" 200 1017 0.014949 10.0.0.38 - - [2026-01-22 03:16:58] "POST /neutron/port HTTP/1.1" 200 1109 0.013288 10.0.0.131 - - [2026-01-22 03:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005002 10.0.0.131 - - [2026-01-22 03:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004275 10.0.0.131 - - [2026-01-22 03:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003357 10.0.0.131 - - [2026-01-22 03:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004014 10.0.0.38 - - [2026-01-22 03:16:59] "POST /neutron/network HTTP/1.1" 200 151 0.171232 10.0.0.38 - - [2026-01-22 03:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.38 - - [2026-01-22 03:16:59] "DELETE /network-ipam/ef20ae28-8a4a-4766-9106-28f4283e16ed HTTP/1.1" 200 115 0.030339 10.0.0.38 - - [2026-01-22 03:16:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.002937 10.0.0.131 - - [2026-01-22 03:17:00] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.38 - - [2026-01-22 03:17:00] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047618 10.0.0.131 - - [2026-01-22 03:17:00] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001208 10.0.0.38 - - [2026-01-22 03:17:00] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?fields=virtual_networks HTTP/1.1" 200 1045 0.055748 10.0.0.131 - - [2026-01-22 03:17:00] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.38 - - [2026-01-22 03:17:01] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.043857 10.0.0.131 - - [2026-01-22 03:17:01] "GET /projects?obj_uuids=c2dd73ca-8e28-41f7-8f6b-95b2e018432e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.38 - - [2026-01-22 03:17:01] "GET /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e?fields=security_groups HTTP/1.1" 200 1272 0.043555 10.0.0.38 - - [2026-01-22 03:17:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.031477 10.0.0.131 - - [2026-01-22 03:17:02] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003670 10.0.0.131 - - [2026-01-22 03:17:02] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.131 - - [2026-01-22 03:17:02] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010212 10.0.0.131 - - [2026-01-22 03:17:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.007240 10.0.0.131 - - [2026-01-22 03:17:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.006894 10.0.0.131 - - [2026-01-22 03:17:02] "POST /security-groups HTTP/1.1" 200 599 0.041338 10.0.0.131 - - [2026-01-22 03:17:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.004309 10.0.0.131 - - [2026-01-22 03:17:02] "POST /projects HTTP/1.1" 200 601 0.266376 10.0.0.131 - - [2026-01-22 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.342263 10.0.0.131 - - [2026-01-22 03:17:02] "POST /access-control-lists HTTP/1.1" 200 604 0.035979 10.0.0.38 - - [2026-01-22 03:17:02] "GET /project/23f1bc10-741f-4643-b2d1-652f87d9d347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.495982 10.0.0.38 - - [2026-01-22 03:17:03] "GET / HTTP/1.1" 200 36215 0.001333 10.0.0.38 - - [2026-01-22 03:17:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.38 - - [2026-01-22 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.068460 10.0.0.131 - - [2026-01-22 03:17:05] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.38 - - [2026-01-22 03:17:05] "GET /project/23f1bc10-741f-4643-b2d1-652f87d9d347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.046165 10.0.0.38 - - [2026-01-22 03:17:06] "POST /neutron/network HTTP/1.1" 200 117 0.043383 10.0.0.131 - - [2026-01-22 03:17:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.036647 10.0.0.131 - - [2026-01-22 03:17:06] "POST /useragent-kv HTTP/1.1" 200 115 0.014124 10.0.0.38 - - [2026-01-22 03:17:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.272235 10.0.0.38 - - [2026-01-22 03:17:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001296 10.0.0.38 - - [2026-01-22 03:17:06] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005997 10.0.0.38 - - [2026-01-22 03:17:06] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005108 10.0.0.38 - - [2026-01-22 03:17:06] "POST /neutron/network HTTP/1.1" 200 1004 0.009489 10.0.0.38 - - [2026-01-22 03:17:07] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005648 10.0.0.38 - - [2026-01-22 03:17:08] "GET /obj-perms HTTP/1.1" 200 5046 0.054576 10.0.0.50 - - [2026-01-22 03:17:08] "GET /obj-perms HTTP/1.1" 200 5046 0.060210 10.0.0.131 - - [2026-01-22 03:17:08] "GET /obj-perms HTTP/1.1" 200 5046 0.056193 10.0.0.38 - - [2026-01-22 03:17:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001488 10.0.0.38 - - [2026-01-22 03:17:09] "POST /neutron/port HTTP/1.1" 200 1122 0.023438 10.0.0.131 - - [2026-01-22 03:17:09] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001517 10.0.0.38 - - [2026-01-22 03:17:09] "GET /project/23f1bc10-741f-4643-b2d1-652f87d9d347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.070312 10.0.0.38 - - [2026-01-22 03:17:09] "POST /neutron/network HTTP/1.1" 200 1004 0.008841 10.0.0.38 - - [2026-01-22 03:17:10] "POST /neutron/port HTTP/1.1" 200 117 0.009272 10.0.0.38 - - [2026-01-22 03:17:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001245 10.0.0.38 - - [2026-01-22 03:17:10] "POST /neutron/network HTTP/1.1" 200 1014 0.006605 10.0.0.131 - - [2026-01-22 03:17:11] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001531 10.0.0.38 - - [2026-01-22 03:17:11] "GET /project/23f1bc10-741f-4643-b2d1-652f87d9d347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.069457 10.0.0.38 - - [2026-01-22 03:17:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008905 10.0.0.38 - - [2026-01-22 03:17:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001427 10.0.0.38 - - [2026-01-22 03:17:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007698 10.0.0.131 - - [2026-01-22 03:17:11] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.38 - - [2026-01-22 03:17:12] "POST /neutron/port HTTP/1.1" 200 1173 0.405139 10.0.0.38 - - [2026-01-22 03:17:12] "POST /neutron/port HTTP/1.1" 200 1227 0.107562 10.0.0.38 - - [2026-01-22 03:17:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003720 10.0.0.38 - - [2026-01-22 03:17:12] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.131 - - [2026-01-22 03:17:12] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.38 - - [2026-01-22 03:17:12] "GET /project/23f1bc10-741f-4643-b2d1-652f87d9d347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.105175 10.0.0.38 - - [2026-01-22 03:17:13] "POST /neutron/port HTTP/1.1" 200 2206 0.037353 10.0.0.38 - - [2026-01-22 03:17:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001685 10.0.0.38 - - [2026-01-22 03:17:13] "POST /neutron/port HTTP/1.1" 200 2206 0.036309 10.0.0.131 - - [2026-01-22 03:17:13] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.38 - - [2026-01-22 03:17:13] "POST /neutron/port HTTP/1.1" 200 1173 0.359819 10.0.0.38 - - [2026-01-22 03:17:13] "POST /neutron/port HTTP/1.1" 200 1173 0.022230 10.0.0.38 - - [2026-01-22 03:17:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004203 10.0.0.38 - - [2026-01-22 03:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.000921 10.0.0.131 - - [2026-01-22 03:17:14] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.38 - - [2026-01-22 03:17:14] "GET /project/23f1bc10-741f-4643-b2d1-652f87d9d347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.074898 10.0.0.38 - - [2026-01-22 03:17:14] "POST /neutron/network HTTP/1.1" 200 1004 0.008763 10.0.0.38 - - [2026-01-22 03:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.006189 10.0.0.38 - - [2026-01-22 03:17:14] "POST /neutron/port HTTP/1.1" 200 1237 0.018467 10.0.0.38 - - [2026-01-22 03:17:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006774 10.0.0.38 - - [2026-01-22 03:17:14] "GET /virtual-machine/50350868-4283-4097-b516-33a635da49d3 HTTP/1.1" 401 292 0.000352 10.0.0.38 - - [2026-01-22 03:17:15] "GET /virtual-machine/50350868-4283-4097-b516-33a635da49d3 HTTP/1.1" 200 1302 0.030992 10.0.0.38 - - [2026-01-22 03:17:15] "GET /virtual-machine-interface/cd2c3cde-d26f-404b-9ef0-0015d5810357 HTTP/1.1" 200 3183 0.005145 10.0.0.38 - - [2026-01-22 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.38 - - [2026-01-22 03:17:15] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003366 10.0.0.38 - - [2026-01-22 03:17:15] "GET /virtual-networks?parent_id=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002537 10.0.0.38 - - [2026-01-22 03:17:15] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005853 10.0.0.38 - - [2026-01-22 03:17:17] "POST /neutron/network HTTP/1.1" 200 1014 0.006260 10.0.0.38 - - [2026-01-22 03:17:17] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012219 10.0.0.38 - - [2026-01-22 03:17:17] "POST /neutron/network HTTP/1.1" 200 1004 0.008902 10.0.0.38 - - [2026-01-22 03:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.38 - - [2026-01-22 03:17:18] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007116 10.0.0.38 - - [2026-01-22 03:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.38 - - [2026-01-22 03:17:22] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006561 10.0.0.38 - - [2026-01-22 03:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.38 - - [2026-01-22 03:17:26] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005528 10.0.0.131 - - [2026-01-22 03:17:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.38 - - [2026-01-22 03:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.38 - - [2026-01-22 03:17:30] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005579 10.0.0.131 - - [2026-01-22 03:17:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2026-01-22 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.50 - - [2026-01-22 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-01-22 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.38 - - [2026-01-22 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.131 - - [2026-01-22 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.131 - - [2026-01-22 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.50 - - [2026-01-22 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.50 - - [2026-01-22 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2026-01-22 03:17:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.38 - - [2026-01-22 03:17:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.38 - - [2026-01-22 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.38 - - [2026-01-22 03:17:34] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005617 10.0.0.131 - - [2026-01-22 03:17:35] "DELETE /access-control-list/3c8b202e-e1f6-4434-ada0-90227bf69ae8 HTTP/1.1" 200 115 0.038067 10.0.0.131 - - [2026-01-22 03:17:36] "DELETE /project/23f1bc10741f4643b2d1652f87d9d347 HTTP/1.1" 404 173 0.004717 10.0.0.131 - - [2026-01-22 03:17:36] "DELETE /project/c2dd73ca-8e28-41f7-8f6b-95b2e018432e HTTP/1.1" 404 177 0.003983 10.0.0.38 - - [2026-01-22 03:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.38 - - [2026-01-22 03:17:38] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005216 10.0.0.38 - - [2026-01-22 03:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.38 - - [2026-01-22 03:17:43] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005530 10.0.0.38 - - [2026-01-22 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.38 - - [2026-01-22 03:17:47] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005989 10.0.0.38 - - [2026-01-22 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.38 - - [2026-01-22 03:17:51] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005880 10.0.0.38 - - [2026-01-22 03:17:53] "POST /neutron/network HTTP/1.1" 200 844 0.006677 10.0.0.38 - - [2026-01-22 03:17:53] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.38 - - [2026-01-22 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.38 - - [2026-01-22 03:17:55] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005460 10.0.0.38 - - [2026-01-22 03:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.38 - - [2026-01-22 03:17:57] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003420 10.0.0.38 - - [2026-01-22 03:17:57] "GET /virtual-networks?parent_id=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003319 10.0.0.38 - - [2026-01-22 03:17:57] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007176 10.0.0.38 - - [2026-01-22 03:17:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007204 10.0.0.38 - - [2026-01-22 03:18:07] "POST /neutron/port HTTP/1.1" 200 1237 0.016754 10.0.0.38 - - [2026-01-22 03:18:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006794 10.0.0.38 - - [2026-01-22 03:18:13] "POST /neutron/port HTTP/1.1" 200 1237 0.015648 10.0.0.38 - - [2026-01-22 03:18:18] "POST /neutron/port HTTP/1.1" 200 1237 0.019831 10.0.0.38 - - [2026-01-22 03:18:18] "POST /neutron/network HTTP/1.1" 200 1014 0.006345 10.0.0.38 - - [2026-01-22 03:18:18] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012524 10.0.0.38 - - [2026-01-22 03:18:18] "POST /neutron/network HTTP/1.1" 200 1004 0.008466 10.0.0.38 - - [2026-01-22 03:18:23] "POST /neutron/port HTTP/1.1" 200 1237 0.021158 10.0.0.38 - - [2026-01-22 03:18:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006347 10.0.0.38 - - [2026-01-22 03:18:23] "GET /virtual-machine/ac3d34f7-1385-484f-b0d2-5c2bd62e5fc0 HTTP/1.1" 200 1303 0.005747 10.0.0.38 - - [2026-01-22 03:18:23] "GET /virtual-machine-interface/341d2aab-2c9d-4a95-affa-1b435944aa21 HTTP/1.1" 200 3182 0.004777 10.0.0.38 - - [2026-01-22 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.38 - - [2026-01-22 03:18:23] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003217 10.0.0.38 - - [2026-01-22 03:18:23] "GET /virtual-networks?parent_id=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002590 10.0.0.38 - - [2026-01-22 03:18:23] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005873 10.0.0.38 - - [2026-01-22 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.38 - - [2026-01-22 03:18:24] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004281 10.0.0.38 - - [2026-01-22 03:18:24] "GET /virtual-networks?parent_id=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003046 10.0.0.38 - - [2026-01-22 03:18:24] "GET /virtual-network/cb9a08b5-0eac-4ed0-9740-83bd4b4e7a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007258 10.0.0.38 - - [2026-01-22 03:18:25] "POST /neutron/network HTTP/1.1" 200 1004 0.008568 10.0.0.38 - - [2026-01-22 03:18:25] "POST /neutron/port HTTP/1.1" 200 1237 0.017068 10.0.0.38 - - [2026-01-22 03:18:26] "POST /neutron/port HTTP/1.1" 200 151 0.258528 10.0.0.131 - - [2026-01-22 03:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004923 10.0.0.131 - - [2026-01-22 03:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003980 10.0.0.131 - - [2026-01-22 03:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002571 10.0.0.131 - - [2026-01-22 03:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.38 - - [2026-01-22 03:18:27] "POST /neutron/network HTTP/1.1" 200 151 0.162260 10.0.0.131 - - [2026-01-22 03:18:27] "DELETE /route-target/cf483cb8-35bd-47fe-819a-24cc5992f582 HTTP/1.1" 200 115 0.036757 10.0.0.131 - - [2026-01-22 03:18:29] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.38 - - [2026-01-22 03:18:29] "GET /project/23f1bc10-741f-4643-b2d1-652f87d9d347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.040675 10.0.0.131 - - [2026-01-22 03:18:29] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.38 - - [2026-01-22 03:18:29] "GET /project/23f1bc10-741f-4643-b2d1-652f87d9d347?fields=virtual_networks HTTP/1.1" 200 1060 0.047740 10.0.0.131 - - [2026-01-22 03:18:29] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320 10.0.0.38 - - [2026-01-22 03:18:29] "GET /project/23f1bc10-741f-4643-b2d1-652f87d9d347?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.046750 10.0.0.131 - - [2026-01-22 03:18:29] "GET /projects?obj_uuids=23f1bc10-741f-4643-b2d1-652f87d9d347&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001250 10.0.0.38 - - [2026-01-22 03:18:29] "GET /project/23f1bc10-741f-4643-b2d1-652f87d9d347?fields=security_groups HTTP/1.1" 200 1295 0.046576 10.0.0.38 - - [2026-01-22 03:18:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.028488 10.0.0.131 - - [2026-01-22 03:18:30] "GET /projects?obj_uuids=bc5fec28-01b2-4640-a97d-e188a4479496&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003656 10.0.0.131 - - [2026-01-22 03:18:30] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001777 10.0.0.131 - - [2026-01-22 03:18:30] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010373 10.0.0.131 - - [2026-01-22 03:18:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.004211 10.0.0.131 - - [2026-01-22 03:18:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.008056 10.0.0.131 - - [2026-01-22 03:18:30] "POST /security-groups HTTP/1.1" 200 586 0.035127 10.0.0.131 - - [2026-01-22 03:18:30] "POST /projects HTTP/1.1" 200 575 0.257674 10.0.0.131 - - [2026-01-22 03:18:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.010561 10.0.0.131 - - [2026-01-22 03:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.339440 10.0.0.38 - - [2026-01-22 03:18:30] "GET /project/bc5fec28-01b2-4640-a97d-e188a4479496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.493120 10.0.0.38 - - [2026-01-22 03:18:31] "GET / HTTP/1.1" 200 36215 0.001340 10.0.0.131 - - [2026-01-22 03:18:35] "GET /projects?obj_uuids=bc5fec28-01b2-4640-a97d-e188a4479496&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000881 10.0.0.38 - - [2026-01-22 03:18:35] "GET /project/bc5fec28-01b2-4640-a97d-e188a4479496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.046502 10.0.0.131 - - [2026-01-22 03:18:35] "GET /projects?obj_uuids=bc5fec28-01b2-4640-a97d-e188a4479496&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.38 - - [2026-01-22 03:18:35] "GET /project/bc5fec28-01b2-4640-a97d-e188a4479496?fields=virtual_networks HTTP/1.1" 200 1035 0.045821 10.0.0.131 - - [2026-01-22 03:18:35] "GET /projects?obj_uuids=bc5fec28-01b2-4640-a97d-e188a4479496&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001082 10.0.0.38 - - [2026-01-22 03:18:35] "GET /project/bc5fec28-01b2-4640-a97d-e188a4479496?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.048730 10.0.0.131 - - [2026-01-22 03:18:35] "GET /projects?obj_uuids=bc5fec28-01b2-4640-a97d-e188a4479496&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000868 10.0.0.38 - - [2026-01-22 03:18:35] "GET /project/bc5fec28-01b2-4640-a97d-e188a4479496?fields=security_groups HTTP/1.1" 200 1257 0.037972 10.0.0.131 - - [2026-01-22 03:18:36] "DELETE /access-control-list/27d41150-00b8-4ce2-bd3e-766f39304ac6 HTTP/1.1" 200 115 0.042985 10.0.0.38 - - [2026-01-22 03:18:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.056007 10.0.0.131 - - [2026-01-22 03:18:36] "GET /projects?obj_uuids=37a65fd4-c688-4930-ab2a-507301bd8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003367 10.0.0.131 - - [2026-01-22 03:18:36] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.131 - - [2026-01-22 03:18:36] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009666 10.0.0.131 - - [2026-01-22 03:18:36] "DELETE /project/23f1bc10-741f-4643-b2d1-652f87d9d347 HTTP/1.1" 404 177 0.008381 10.0.0.131 - - [2026-01-22 03:18:36] "DELETE /project/bc5fec2801b24640a97de188a4479496 HTTP/1.1" 404 173 0.007304 10.0.0.131 - - [2026-01-22 03:18:36] "GET /projects?obj_uuids=bc5fec28-01b2-4640-a97d-e188a4479496&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001596 10.0.0.131 - - [2026-01-22 03:18:36] "POST /id-to-fqname HTTP/1.1" 200 195 0.006195 10.0.0.131 - - [2026-01-22 03:18:36] "GET /project/bc5fec28-01b2-4640-a97d-e188a4479496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.093464 10.0.0.131 - - [2026-01-22 03:18:36] "POST /fqname-to-id HTTP/1.1" 404 204 0.004131 10.0.0.131 - - [2026-01-22 03:18:36] "GET /projects?obj_uuids=bc5fec28-01b2-4640-a97d-e188a4479496&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001249 10.0.0.131 - - [2026-01-22 03:18:36] "GET /project/bc5fec28-01b2-4640-a97d-e188a4479496?fields=security_groups HTTP/1.1" 200 1359 0.039768 10.0.0.131 - - [2026-01-22 03:18:36] "POST /security-groups HTTP/1.1" 200 596 0.083636 10.0.0.131 - - [2026-01-22 03:18:36] "POST /projects HTTP/1.1" 200 595 0.380846 10.0.0.131 - - [2026-01-22 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.442511 10.0.0.131 - - [2026-01-22 03:18:36] "DELETE /security-group/c72473f5-84cb-485a-8450-ee47059825d6 HTTP/1.1" 200 115 0.124264 10.0.0.131 - - [2026-01-22 03:18:36] "GET /projects?obj_uuids=bc5fec28-01b2-4640-a97d-e188a4479496&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031 10.0.0.131 - - [2026-01-22 03:18:36] "POST /fqname-to-id HTTP/1.1" 404 238 0.011782 10.0.0.38 - - [2026-01-22 03:18:37] "GET /project/37a65fd4-c688-4930-ab2a-507301bd8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.588339 10.0.0.131 - - [2026-01-22 03:18:37] "GET /project/bc5fec28-01b2-4640-a97d-e188a4479496?fields=application_policy_sets HTTP/1.1" 200 1398 0.109371 10.0.0.131 - - [2026-01-22 03:18:37] "DELETE /access-control-list/f55e5291-3ed8-4c85-94ab-191621072cf6 HTTP/1.1" 200 115 0.054380 10.0.0.131 - - [2026-01-22 03:18:37] "DELETE /project/bc5fec28-01b2-4640-a97d-e188a4479496 HTTP/1.1" 200 115 0.617429 10.0.0.38 - - [2026-01-22 03:18:38] "GET / HTTP/1.1" 200 36215 0.002665 10.0.0.131 - - [2026-01-22 03:18:41] "GET /projects?obj_uuids=37a65fd4-c688-4930-ab2a-507301bd8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001390 10.0.0.38 - - [2026-01-22 03:18:41] "GET /project/37a65fd4-c688-4930-ab2a-507301bd8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043289 10.0.0.131 - - [2026-01-22 03:18:41] "GET /projects?obj_uuids=37a65fd4-c688-4930-ab2a-507301bd8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001006 10.0.0.38 - - [2026-01-22 03:18:41] "GET /project/37a65fd4-c688-4930-ab2a-507301bd8fcb?fields=virtual_networks HTTP/1.1" 200 1054 0.053706 10.0.0.131 - - [2026-01-22 03:18:41] "GET /projects?obj_uuids=37a65fd4-c688-4930-ab2a-507301bd8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001880 10.0.0.38 - - [2026-01-22 03:18:41] "GET /project/37a65fd4-c688-4930-ab2a-507301bd8fcb?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.049370 10.0.0.131 - - [2026-01-22 03:18:41] "GET /projects?obj_uuids=37a65fd4-c688-4930-ab2a-507301bd8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001191 10.0.0.38 - - [2026-01-22 03:18:41] "GET /project/37a65fd4-c688-4930-ab2a-507301bd8fcb?fields=security_groups HTTP/1.1" 200 1286 0.037118 10.0.0.38 - - [2026-01-22 03:18:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.028571 10.0.0.131 - - [2026-01-22 03:18:42] "GET /projects?obj_uuids=3606349d-01f5-46c9-a5de-3bf1220f5374&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003208 10.0.0.131 - - [2026-01-22 03:18:42] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.131 - - [2026-01-22 03:18:42] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006731 10.0.0.131 - - [2026-01-22 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 201 0.007023 10.0.0.131 - - [2026-01-22 03:18:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.006307 10.0.0.131 - - [2026-01-22 03:18:42] "POST /security-groups HTTP/1.1" 200 602 0.046507 10.0.0.131 - - [2026-01-22 03:18:42] "POST /projects HTTP/1.1" 200 607 0.256782 10.0.0.131 - - [2026-01-22 03:18:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.007910 10.0.0.131 - - [2026-01-22 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.332947 10.0.0.38 - - [2026-01-22 03:18:42] "GET /project/3606349d-01f5-46c9-a5de-3bf1220f5374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.462492 10.0.0.38 - - [2026-01-22 03:18:44] "GET / HTTP/1.1" 200 36215 0.001449 10.0.0.131 - - [2026-01-22 03:18:47] "GET /projects?obj_uuids=3606349d-01f5-46c9-a5de-3bf1220f5374&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001023 10.0.0.38 - - [2026-01-22 03:18:47] "GET /project/3606349d-01f5-46c9-a5de-3bf1220f5374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.036021 10.0.0.131 - - [2026-01-22 03:18:47] "GET /projects?obj_uuids=3606349d-01f5-46c9-a5de-3bf1220f5374&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002072 10.0.0.38 - - [2026-01-22 03:18:47] "GET /project/3606349d-01f5-46c9-a5de-3bf1220f5374?fields=virtual_networks HTTP/1.1" 200 1066 0.089156 10.0.0.131 - - [2026-01-22 03:18:47] "GET /projects?obj_uuids=3606349d-01f5-46c9-a5de-3bf1220f5374&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000908 10.0.0.38 - - [2026-01-22 03:18:47] "GET /project/3606349d-01f5-46c9-a5de-3bf1220f5374?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.038974 10.0.0.131 - - [2026-01-22 03:18:47] "GET /projects?obj_uuids=3606349d-01f5-46c9-a5de-3bf1220f5374&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000915 10.0.0.38 - - [2026-01-22 03:18:47] "GET /project/3606349d-01f5-46c9-a5de-3bf1220f5374?fields=security_groups HTTP/1.1" 200 1304 0.038943 10.0.0.38 - - [2026-01-22 03:18:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.028193 10.0.0.131 - - [2026-01-22 03:18:48] "GET /projects?obj_uuids=0332d077-2539-4983-8ce6-80d666c5500d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003235 10.0.0.131 - - [2026-01-22 03:18:48] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.131 - - [2026-01-22 03:18:48] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007337 10.0.0.131 - - [2026-01-22 03:18:48] "POST /id-to-fqname HTTP/1.1" 200 187 0.003772 10.0.0.131 - - [2026-01-22 03:18:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.003658 10.0.0.131 - - [2026-01-22 03:18:48] "POST /security-groups HTTP/1.1" 200 588 0.073501 10.0.0.131 - - [2026-01-22 03:18:48] "POST /projects HTTP/1.1" 200 579 0.258536 10.0.0.131 - - [2026-01-22 03:18:48] "POST /access-control-lists HTTP/1.1" 200 595 0.028142 10.0.0.131 - - [2026-01-22 03:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.330066 10.0.0.38 - - [2026-01-22 03:18:48] "GET /project/0332d077-2539-4983-8ce6-80d666c5500d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.472586 10.0.0.38 - - [2026-01-22 03:18:50] "GET / HTTP/1.1" 200 36215 0.001459 10.0.0.131 - - [2026-01-22 03:18:53] "GET /projects?obj_uuids=0332d077-2539-4983-8ce6-80d666c5500d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001065 10.0.0.38 - - [2026-01-22 03:18:53] "GET /project/0332d077-2539-4983-8ce6-80d666c5500d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.045260 10.0.0.131 - - [2026-01-22 03:18:53] "GET /projects?obj_uuids=0332d077-2539-4983-8ce6-80d666c5500d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001041 10.0.0.38 - - [2026-01-22 03:18:53] "GET /project/0332d077-2539-4983-8ce6-80d666c5500d?fields=virtual_networks HTTP/1.1" 200 1037 0.048199 10.0.0.131 - - [2026-01-22 03:18:53] "GET /projects?obj_uuids=0332d077-2539-4983-8ce6-80d666c5500d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001307 10.0.0.38 - - [2026-01-22 03:18:53] "GET /project/0332d077-2539-4983-8ce6-80d666c5500d?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.046202 10.0.0.131 - - [2026-01-22 03:18:53] "GET /projects?obj_uuids=0332d077-2539-4983-8ce6-80d666c5500d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001097 10.0.0.38 - - [2026-01-22 03:18:53] "GET /project/0332d077-2539-4983-8ce6-80d666c5500d?fields=security_groups HTTP/1.1" 200 1261 0.039974 10.0.0.38 - - [2026-01-22 03:18:53] "POST /neutron/network HTTP/1.1" 200 844 0.007872 10.0.0.38 - - [2026-01-22 03:18:53] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.38 - - [2026-01-22 03:18:54] "POST /fqname-to-id HTTP/1.1" 404 182 0.026299 10.0.0.131 - - [2026-01-22 03:18:54] "GET /projects?obj_uuids=be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003650 10.0.0.131 - - [2026-01-22 03:18:54] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001419 10.0.0.131 - - [2026-01-22 03:18:54] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007878 10.0.0.131 - - [2026-01-22 03:18:54] "POST /id-to-fqname HTTP/1.1" 200 184 0.004268 10.0.0.131 - - [2026-01-22 03:18:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.006068 10.0.0.131 - - [2026-01-22 03:18:54] "POST /security-groups HTTP/1.1" 200 585 0.074458 10.0.0.131 - - [2026-01-22 03:18:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.003040 10.0.0.131 - - [2026-01-22 03:18:54] "POST /projects HTTP/1.1" 200 573 0.283988 10.0.0.131 - - [2026-01-22 03:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.318148 10.0.0.131 - - [2026-01-22 03:18:54] "POST /access-control-lists HTTP/1.1" 200 590 0.031087 10.0.0.38 - - [2026-01-22 03:18:54] "GET /project/be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.465821 10.0.0.38 - - [2026-01-22 03:18:55] "GET / HTTP/1.1" 200 36215 0.001816 10.0.0.131 - - [2026-01-22 03:18:58] "GET /projects?obj_uuids=be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000909 10.0.0.38 - - [2026-01-22 03:18:58] "GET /project/be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.041952 10.0.0.131 - - [2026-01-22 03:18:58] "GET /projects?obj_uuids=be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001074 10.0.0.38 - - [2026-01-22 03:18:58] "GET /project/be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9?fields=virtual_networks HTTP/1.1" 200 1033 0.042316 10.0.0.131 - - [2026-01-22 03:18:58] "GET /projects?obj_uuids=be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001260 10.0.0.38 - - [2026-01-22 03:18:58] "GET /project/be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.042080 10.0.0.131 - - [2026-01-22 03:18:58] "GET /projects?obj_uuids=be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000896 10.0.0.38 - - [2026-01-22 03:18:59] "GET /project/be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9?fields=security_groups HTTP/1.1" 200 1254 0.039432 10.0.0.38 - - [2026-01-22 03:18:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.027524 10.0.0.131 - - [2026-01-22 03:18:59] "GET /projects?obj_uuids=6e4fe8ee-6602-4c3b-8039-02a0daefe9a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003955 10.0.0.131 - - [2026-01-22 03:19:00] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.131 - - [2026-01-22 03:19:00] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008124 10.0.0.131 - - [2026-01-22 03:19:00] "POST /id-to-fqname HTTP/1.1" 200 188 0.001494 10.0.0.131 - - [2026-01-22 03:19:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.006392 10.0.0.131 - - [2026-01-22 03:19:00] "POST /security-groups HTTP/1.1" 200 589 0.031240 10.0.0.131 - - [2026-01-22 03:19:00] "POST /projects HTTP/1.1" 200 581 0.245457 10.0.0.131 - - [2026-01-22 03:19:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.012887 10.0.0.131 - - [2026-01-22 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.320463 10.0.0.38 - - [2026-01-22 03:19:00] "GET /project/6e4fe8ee-6602-4c3b-8039-02a0daefe9a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.467632 10.0.0.38 - - [2026-01-22 03:19:01] "GET / HTTP/1.1" 200 36215 0.001870 10.0.0.131 - - [2026-01-22 03:19:04] "GET /projects?obj_uuids=6e4fe8ee-6602-4c3b-8039-02a0daefe9a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.38 - - [2026-01-22 03:19:04] "GET /project/6e4fe8ee-6602-4c3b-8039-02a0daefe9a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039774 10.0.0.131 - - [2026-01-22 03:19:04] "GET /projects?obj_uuids=6e4fe8ee-6602-4c3b-8039-02a0daefe9a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.38 - - [2026-01-22 03:19:04] "GET /project/6e4fe8ee-6602-4c3b-8039-02a0daefe9a0?fields=virtual_networks HTTP/1.1" 200 1039 0.055989 10.0.0.131 - - [2026-01-22 03:19:04] "GET /projects?obj_uuids=6e4fe8ee-6602-4c3b-8039-02a0daefe9a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002249 10.0.0.38 - - [2026-01-22 03:19:04] "GET /project/6e4fe8ee-6602-4c3b-8039-02a0daefe9a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.049083 10.0.0.131 - - [2026-01-22 03:19:04] "GET /projects?obj_uuids=6e4fe8ee-6602-4c3b-8039-02a0daefe9a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.38 - - [2026-01-22 03:19:04] "GET /project/6e4fe8ee-6602-4c3b-8039-02a0daefe9a0?fields=security_groups HTTP/1.1" 200 1264 0.068293 10.0.0.38 - - [2026-01-22 03:19:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.030062 10.0.0.131 - - [2026-01-22 03:19:06] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003140 10.0.0.131 - - [2026-01-22 03:19:06] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.131 - - [2026-01-22 03:19:06] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007389 10.0.0.131 - - [2026-01-22 03:19:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.003441 10.0.0.131 - - [2026-01-22 03:19:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.004593 10.0.0.131 - - [2026-01-22 03:19:06] "POST /security-groups HTTP/1.1" 200 589 0.029353 10.0.0.131 - - [2026-01-22 03:19:06] "POST /projects HTTP/1.1" 200 581 0.225734 10.0.0.131 - - [2026-01-22 03:19:06] "POST /access-control-lists HTTP/1.1" 200 596 0.026589 10.0.0.131 - - [2026-01-22 03:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.297884 10.0.0.38 - - [2026-01-22 03:19:06] "GET /project/ad3e015e-e021-425b-b038-8265fa987d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.435183 10.0.0.38 - - [2026-01-22 03:19:07] "GET / HTTP/1.1" 200 36215 0.001502 10.0.0.38 - - [2026-01-22 03:19:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000570 10.0.0.38 - - [2026-01-22 03:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.058077 10.0.0.131 - - [2026-01-22 03:19:10] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000865 10.0.0.38 - - [2026-01-22 03:19:10] "GET /project/ad3e015e-e021-425b-b038-8265fa987d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047278 10.0.0.131 - - [2026-01-22 03:19:10] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.38 - - [2026-01-22 03:19:10] "POST /neutron/network HTTP/1.1" 200 603 0.155360 10.0.0.131 - - [2026-01-22 03:19:10] "POST /route-targets HTTP/1.1" 200 328 0.019896 10.0.0.38 - - [2026-01-22 03:19:10] "POST /id-to-fqname HTTP/1.1" 200 218 0.003313 10.0.0.38 - - [2026-01-22 03:19:10] "GET /virtual-network/2071118f-152a-4f7b-bac7-da1fb0c8a407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006211 10.0.0.38 - - [2026-01-22 03:19:10] "POST /neutron/network HTTP/1.1" 200 824 0.007489 10.0.0.38 - - [2026-01-22 03:19:10] "GET /virtual-network/2071118f-152a-4f7b-bac7-da1fb0c8a407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006811 10.0.0.38 - - [2026-01-22 03:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.38 - - [2026-01-22 03:19:10] "GET /virtual-network/2071118f-152a-4f7b-bac7-da1fb0c8a407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005443 10.0.0.38 - - [2026-01-22 03:19:10] "PUT /virtual-network/2071118f-152a-4f7b-bac7-da1fb0c8a407 HTTP/1.1" 200 265 0.056214 10.0.0.131 - - [2026-01-22 03:19:10] "POST /ref-update HTTP/1.1" 200 156 0.052785 10.0.0.38 - - [2026-01-22 03:19:11] "GET /virtual-network/2071118f-152a-4f7b-bac7-da1fb0c8a407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.007610 10.0.0.131 - - [2026-01-22 03:19:12] "GET /obj-perms HTTP/1.1" 200 5026 0.062653 10.0.0.38 - - [2026-01-22 03:19:12] "POST /neutron/network HTTP/1.1" 200 824 0.006541 10.0.0.38 - - [2026-01-22 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 218 0.001109 10.0.0.38 - - [2026-01-22 03:19:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007190 10.0.0.131 - - [2026-01-22 03:19:13] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.38 - - [2026-01-22 03:19:13] "GET /project/ad3e015e-e021-425b-b038-8265fa987d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.058962 10.0.0.38 - - [2026-01-22 03:19:14] "POST /neutron/port HTTP/1.1" 200 1122 0.033070 10.0.0.38 - - [2026-01-22 03:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.006137 10.0.0.38 - - [2026-01-22 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.38 - - [2026-01-22 03:19:14] "GET /virtual-network/2071118f-152a-4f7b-bac7-da1fb0c8a407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004736 10.0.0.38 - - [2026-01-22 03:19:14] "PUT /virtual-network/2071118f-152a-4f7b-bac7-da1fb0c8a407 HTTP/1.1" 200 265 0.043623 10.0.0.131 - - [2026-01-22 03:19:14] "DELETE /route-target/5dd1531a-1bd0-4c45-8a64-6216323c6369 HTTP/1.1" 200 115 0.039431 10.0.0.131 - - [2026-01-22 03:19:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002469 10.0.0.131 - - [2026-01-22 03:19:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003261 10.0.0.38 - - [2026-01-22 03:19:14] "POST /neutron/network HTTP/1.1" 200 151 0.119450 10.0.0.131 - - [2026-01-22 03:19:16] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001599 10.0.0.38 - - [2026-01-22 03:19:16] "GET /project/ad3e015e-e021-425b-b038-8265fa987d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.045248 10.0.0.131 - - [2026-01-22 03:19:16] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000835 10.0.0.38 - - [2026-01-22 03:19:16] "GET /project/ad3e015e-e021-425b-b038-8265fa987d5c?fields=virtual_networks HTTP/1.1" 200 1041 0.039505 10.0.0.131 - - [2026-01-22 03:19:16] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001648 10.0.0.38 - - [2026-01-22 03:19:16] "GET /project/ad3e015e-e021-425b-b038-8265fa987d5c?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.038937 10.0.0.131 - - [2026-01-22 03:19:16] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.38 - - [2026-01-22 03:19:16] "GET /project/ad3e015e-e021-425b-b038-8265fa987d5c?fields=security_groups HTTP/1.1" 200 1266 0.040849 10.0.0.38 - - [2026-01-22 03:19:17] "POST /fqname-to-id HTTP/1.1" 404 185 0.029256 10.0.0.131 - - [2026-01-22 03:19:17] "GET /projects?obj_uuids=337b1cbb-af0c-442a-b770-8a1e772e593e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004254 10.0.0.131 - - [2026-01-22 03:19:17] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.131 - - [2026-01-22 03:19:17] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006571 10.0.0.131 - - [2026-01-22 03:19:17] "POST /id-to-fqname HTTP/1.1" 200 187 0.004002 10.0.0.131 - - [2026-01-22 03:19:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.007382 10.0.0.131 - - [2026-01-22 03:19:17] "POST /security-groups HTTP/1.1" 200 588 0.077439 10.0.0.131 - - [2026-01-22 03:19:17] "POST /fqname-to-id HTTP/1.1" 404 231 0.005425 10.0.0.131 - - [2026-01-22 03:19:17] "POST /projects HTTP/1.1" 200 579 0.301280 10.0.0.131 - - [2026-01-22 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.374094 10.0.0.131 - - [2026-01-22 03:19:17] "POST /access-control-lists HTTP/1.1" 200 593 0.037740 10.0.0.38 - - [2026-01-22 03:19:17] "GET /project/337b1cbb-af0c-442a-b770-8a1e772e593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.505378 10.0.0.38 - - [2026-01-22 03:19:18] "GET / HTTP/1.1" 200 36215 0.001891 10.0.0.38 - - [2026-01-22 03:19:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.38 - - [2026-01-22 03:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.350288 10.0.0.131 - - [2026-01-22 03:19:21] "GET /projects?obj_uuids=337b1cbb-af0c-442a-b770-8a1e772e593e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000848 10.0.0.38 - - [2026-01-22 03:19:21] "GET /project/337b1cbb-af0c-442a-b770-8a1e772e593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038172 10.0.0.38 - - [2026-01-22 03:19:21] "GET /obj-perms HTTP/1.1" 200 5056 0.087692 10.0.0.50 - - [2026-01-22 03:19:21] "GET /obj-perms HTTP/1.1" 200 5056 0.096632 10.0.0.131 - - [2026-01-22 03:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.009007 10.0.0.38 - - [2026-01-22 03:19:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.251171 10.0.0.38 - - [2026-01-22 03:19:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001189 10.0.0.38 - - [2026-01-22 03:19:22] "GET /virtual-network/0adb690b-c317-4566-88f6-dc8d1ede609e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004817 10.0.0.38 - - [2026-01-22 03:19:22] "GET /virtual-network/0adb690b-c317-4566-88f6-dc8d1ede609e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005132 10.0.0.38 - - [2026-01-22 03:19:22] "POST /neutron/network HTTP/1.1" 200 829 0.005582 10.0.0.38 - - [2026-01-22 03:19:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.002821 10.0.0.38 - - [2026-01-22 03:19:22] "GET /virtual-network/0adb690b-c317-4566-88f6-dc8d1ede609e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004548 10.0.0.38 - - [2026-01-22 03:19:22] "GET /virtual-machine-interface/82ecc838-a191-41e1-bb2f-8fd287566300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006905 10.0.0.38 - - [2026-01-22 03:19:22] "GET /virtual-machine-interface/82ecc838-a191-41e1-bb2f-8fd287566300?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.009964 10.0.0.38 - - [2026-01-22 03:19:22] "GET /instance-ip/f9d18962-0e4c-4f04-b551-c5bd24a49f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1604 0.005126 10.0.0.38 - - [2026-01-22 03:19:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001548 10.0.0.38 - - [2026-01-22 03:19:22] "POST /neutron/port HTTP/1.1" 200 1122 0.027243 10.0.0.131 - - [2026-01-22 03:19:23] "GET /projects?obj_uuids=337b1cbb-af0c-442a-b770-8a1e772e593e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000957 10.0.0.38 - - [2026-01-22 03:19:23] "GET /project/337b1cbb-af0c-442a-b770-8a1e772e593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.060040 10.0.0.38 - - [2026-01-22 03:19:23] "POST /neutron/network HTTP/1.1" 200 829 0.005615 10.0.0.38 - - [2026-01-22 03:19:24] "POST /neutron/port HTTP/1.1" 200 117 0.005476 10.0.0.38 - - [2026-01-22 03:19:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001006 10.0.0.38 - - [2026-01-22 03:19:24] "POST /neutron/port HTTP/1.1" 200 983 0.014260 10.0.0.38 - - [2026-01-22 03:19:24] "POST /neutron/port HTTP/1.1" 200 983 0.013276 10.0.0.38 - - [2026-01-22 03:19:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010086 10.0.0.131 - - [2026-01-22 03:19:24] "GET /projects?obj_uuids=337b1cbb-af0c-442a-b770-8a1e772e593e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001553 10.0.0.38 - - [2026-01-22 03:19:24] "GET /project/337b1cbb-af0c-442a-b770-8a1e772e593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.057821 10.0.0.38 - - [2026-01-22 03:19:24] "POST /fqname-to-id HTTP/1.1" 404 208 0.003538 10.0.0.38 - - [2026-01-22 03:19:24] "POST /interface-route-tables HTTP/1.1" 200 558 0.035098 10.0.0.38 - - [2026-01-22 03:19:24] "GET /interface-route-table/d8dd9aec-8306-4299-bcdb-d75e5207b909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.005862 10.0.0.38 - - [2026-01-22 03:19:25] "POST /neutron/network HTTP/1.1" 200 839 0.007884 10.0.0.38 - - [2026-01-22 03:19:25] "POST /neutron/port HTTP/1.1" 200 1075 0.112280 10.0.0.38 - - [2026-01-22 03:19:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.011806 10.0.0.38 - - [2026-01-22 03:19:25] "GET /virtual-machine-interface/82ecc838-a191-41e1-bb2f-8fd287566300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.008479 10.0.0.38 - - [2026-01-22 03:19:25] "POST /ref-update HTTP/1.1" 200 156 0.016768 10.0.0.38 - - [2026-01-22 03:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.007119 10.0.0.38 - - [2026-01-22 03:19:31] "POST /neutron/port HTTP/1.1" 200 1085 0.018999 10.0.0.38 - - [2026-01-22 03:19:31] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007238 10.0.0.38 - - [2026-01-22 03:19:31] "GET /virtual-machine/82492059-2ea2-4786-8bfc-ad3e27094dec HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2026-01-22 03:19:31] "GET /virtual-machine/82492059-2ea2-4786-8bfc-ad3e27094dec HTTP/1.1" 200 1269 0.031571 10.0.0.38 - - [2026-01-22 03:19:31] "GET /virtual-machine-interface/82ecc838-a191-41e1-bb2f-8fd287566300 HTTP/1.1" 200 3157 0.004644 10.0.0.38 - - [2026-01-22 03:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.38 - - [2026-01-22 03:19:31] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003222 10.0.0.38 - - [2026-01-22 03:19:31] "GET /virtual-networks?parent_id=337b1cbb-af0c-442a-b770-8a1e772e593e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002431 10.0.0.38 - - [2026-01-22 03:19:31] "GET /virtual-network/0adb690b-c317-4566-88f6-dc8d1ede609e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009101 10.0.0.38 - - [2026-01-22 03:19:33] "POST /neutron/port HTTP/1.1" 200 1085 0.015787 10.0.0.38 - - [2026-01-22 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.38 - - [2026-01-22 03:19:35] "GET /virtual-network/0adb690b-c317-4566-88f6-dc8d1ede609e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005069 10.0.0.38 - - [2026-01-22 03:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.38 - - [2026-01-22 03:19:37] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005427 10.0.0.38 - - [2026-01-22 03:19:37] "GET /virtual-networks?parent_id=337b1cbb-af0c-442a-b770-8a1e772e593e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003366 10.0.0.38 - - [2026-01-22 03:19:37] "GET /virtual-network/0adb690b-c317-4566-88f6-dc8d1ede609e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006530 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /project/ad3e015ee021425bb0388265fa987d5c HTTP/1.1" 404 173 0.016816 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /project/3606349d01f546c9a5de3bf1220f5374 HTTP/1.1" 404 173 0.020185 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /project/6e4fe8ee66024c3b803902a0daefe9a0 HTTP/1.1" 404 173 0.021643 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /project/0332d077253949838ce680d666c5500d HTTP/1.1" 404 173 0.011223 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /project/337b1cbbaf0c442ab7708a1e772e593e HTTP/1.1" 404 173 0.012435 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /project/be406d1e13164ab98d5dd6d8ed2bbac9 HTTP/1.1" 404 173 0.015242 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000955 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=37a65fd4-c688-4930-ab2a-507301bd8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000759 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=3606349d-01f5-46c9-a5de-3bf1220f5374&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000792 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=0332d077-2539-4983-8ce6-80d666c5500d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000888 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=6e4fe8ee-6602-4c3b-8039-02a0daefe9a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000726 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/ad3e015e-e021-425b-b038-8265fa987d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.078504 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.096849 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/37a65fd4-c688-4930-ab2a-507301bd8fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.108025 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/3606349d-01f5-46c9-a5de-3bf1220f5374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.113454 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001015 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=37a65fd4-c688-4930-ab2a-507301bd8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001006 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=3606349d-01f5-46c9-a5de-3bf1220f5374&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000786 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/6e4fe8ee-6602-4c3b-8039-02a0daefe9a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.204031 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/0332d077-2539-4983-8ce6-80d666c5500d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.215008 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9?fields=security_groups HTTP/1.1" 200 1356 0.161345 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/ad3e015e-e021-425b-b038-8265fa987d5c?fields=security_groups HTTP/1.1" 200 1368 0.197167 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/3606349d-01f5-46c9-a5de-3bf1220f5374?fields=security_groups HTTP/1.1" 200 1406 0.169090 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/37a65fd4-c688-4930-ab2a-507301bd8fcb?fields=security_groups HTTP/1.1" 200 1388 0.177765 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=6e4fe8ee-6602-4c3b-8039-02a0daefe9a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002098 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=0332d077-2539-4983-8ce6-80d666c5500d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002357 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/6e4fe8ee-6602-4c3b-8039-02a0daefe9a0?fields=security_groups HTTP/1.1" 200 1366 0.126417 10.0.0.131 - - [2026-01-22 03:19:37] "GET /project/0332d077-2539-4983-8ce6-80d666c5500d?fields=security_groups HTTP/1.1" 200 1363 0.132217 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /security-group/5cba1881-ba79-45b4-9579-f2fcca0b1bf9 HTTP/1.1" 200 115 0.171283 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=3606349d-01f5-46c9-a5de-3bf1220f5374&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000903 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /security-group/474a9206-383b-4a88-ab42-962bb50ab8c0 HTTP/1.1" 200 115 0.185915 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /security-group/246525ce-d3f8-43b3-b1c4-12e1a1e322cc HTTP/1.1" 200 115 0.197296 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=ad3e015e-e021-425b-b038-8265fa987d5c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001393 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /security-group/a751de77-37d0-4cf2-a4a5-1155e315cd65 HTTP/1.1" 200 115 0.197559 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001158 10.0.0.131 - - [2026-01-22 03:19:37] "GET /projects?obj_uuids=37a65fd4-c688-4930-ab2a-507301bd8fcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001019 10.0.0.131 - - [2026-01-22 03:19:37] "DELETE /access-control-list/46d74edc-0755-4173-8884-53fce9154068 HTTP/1.1" 200 115 0.110301 10.0.0.131 - - [2026-01-22 03:19:38] "GET /project/3606349d-01f5-46c9-a5de-3bf1220f5374?fields=application_policy_sets HTTP/1.1" 200 1445 0.127424 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /security-group/9b7e00ec-09b0-4741-896f-2fc3b40c08ef HTTP/1.1" 200 115 0.185285 10.0.0.131 - - [2026-01-22 03:19:38] "GET /projects?obj_uuids=6e4fe8ee-6602-4c3b-8039-02a0daefe9a0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /security-group/1153e151-64b5-4882-81f1-c06e9444eb9c HTTP/1.1" 200 115 0.191292 10.0.0.131 - - [2026-01-22 03:19:38] "GET /project/37a65fd4-c688-4930-ab2a-507301bd8fcb?fields=application_policy_sets HTTP/1.1" 200 1427 0.134051 10.0.0.131 - - [2026-01-22 03:19:38] "GET /projects?obj_uuids=0332d077-2539-4983-8ce6-80d666c5500d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000964 10.0.0.131 - - [2026-01-22 03:19:38] "GET /project/be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9?fields=application_policy_sets HTTP/1.1" 200 1395 0.162495 10.0.0.131 - - [2026-01-22 03:19:38] "GET /project/ad3e015e-e021-425b-b038-8265fa987d5c?fields=application_policy_sets HTTP/1.1" 200 1407 0.261045 10.0.0.38 - - [2026-01-22 03:19:38] "GET /virtual-network/0adb690b-c317-4566-88f6-dc8d1ede609e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.015570 10.0.0.131 - - [2026-01-22 03:19:38] "GET /project/6e4fe8ee-6602-4c3b-8039-02a0daefe9a0?fields=application_policy_sets HTTP/1.1" 200 1405 0.152808 10.0.0.131 - - [2026-01-22 03:19:38] "GET /project/0332d077-2539-4983-8ce6-80d666c5500d?fields=application_policy_sets HTTP/1.1" 200 1402 0.254654 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /access-control-list/ae795a0f-128f-484b-b009-1c414a5f1c5f HTTP/1.1" 200 115 0.157317 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /project/37a65fd4-c688-4930-ab2a-507301bd8fcb HTTP/1.1" 200 115 1.133038 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /project/3606349d-01f5-46c9-a5de-3bf1220f5374 HTTP/1.1" 200 115 1.135774 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /project/ad3e015e-e021-425b-b038-8265fa987d5c HTTP/1.1" 200 115 1.166190 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /project/be406d1e-1316-4ab9-8d5d-d6d8ed2bbac9 HTTP/1.1" 200 115 1.176219 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /project/6e4fe8ee-6602-4c3b-8039-02a0daefe9a0 HTTP/1.1" 200 115 1.244530 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /access-control-list/a8c08d00-7e7f-4109-9fcb-030bbe552bb6 HTTP/1.1" 200 115 0.125169 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /project/0332d077-2539-4983-8ce6-80d666c5500d HTTP/1.1" 200 115 1.277943 10.0.0.131 - - [2026-01-22 03:19:38] "DELETE /access-control-list/fc8ab1b3-b99d-40b2-8fa3-9576b6a64e10 HTTP/1.1" 200 115 0.054659 10.0.0.38 - - [2026-01-22 03:19:40] "GET /interface-route-table/d8dd9aec-8306-4299-bcdb-d75e5207b909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.004231 10.0.0.38 - - [2026-01-22 03:19:40] "GET /virtual-machine-interface/82ecc838-a191-41e1-bb2f-8fd287566300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005390 10.0.0.38 - - [2026-01-22 03:19:40] "POST /ref-update HTTP/1.1" 200 156 0.016058 10.0.0.38 - - [2026-01-22 03:19:40] "DELETE /interface-route-table/d8dd9aec-8306-4299-bcdb-d75e5207b909 HTTP/1.1" 200 115 0.033053 10.0.0.38 - - [2026-01-22 03:19:40] "POST /neutron/port HTTP/1.1" 200 151 0.177490 10.0.0.131 - - [2026-01-22 03:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.131 - - [2026-01-22 03:19:42] "GET /projects?obj_uuids=337b1cbb-af0c-442a-b770-8a1e772e593e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000959 10.0.0.38 - - [2026-01-22 03:19:42] "GET /project/337b1cbb-af0c-442a-b770-8a1e772e593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038779 10.0.0.131 - - [2026-01-22 03:19:42] "GET /projects?obj_uuids=337b1cbb-af0c-442a-b770-8a1e772e593e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001039 10.0.0.38 - - [2026-01-22 03:19:42] "GET /project/337b1cbb-af0c-442a-b770-8a1e772e593e?fields=virtual_networks HTTP/1.1" 200 1038 0.040775 10.0.0.131 - - [2026-01-22 03:19:42] "GET /projects?obj_uuids=337b1cbb-af0c-442a-b770-8a1e772e593e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001099 10.0.0.38 - - [2026-01-22 03:19:42] "GET /project/337b1cbb-af0c-442a-b770-8a1e772e593e?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.046309 10.0.0.131 - - [2026-01-22 03:19:42] "GET /projects?obj_uuids=337b1cbb-af0c-442a-b770-8a1e772e593e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001525 10.0.0.38 - - [2026-01-22 03:19:42] "GET /project/337b1cbb-af0c-442a-b770-8a1e772e593e?fields=security_groups HTTP/1.1" 200 1262 0.059116 10.0.0.38 - - [2026-01-22 03:19:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.028862 10.0.0.131 - - [2026-01-22 03:19:43] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003686 10.0.0.131 - - [2026-01-22 03:19:43] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001808 10.0.0.131 - - [2026-01-22 03:19:43] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009526 10.0.0.131 - - [2026-01-22 03:19:43] "POST /id-to-fqname HTTP/1.1" 200 194 0.001898 10.0.0.131 - - [2026-01-22 03:19:43] "POST /fqname-to-id HTTP/1.1" 404 203 0.004215 10.0.0.131 - - [2026-01-22 03:19:43] "POST /security-groups HTTP/1.1" 200 595 0.073572 10.0.0.131 - - [2026-01-22 03:19:43] "POST /projects HTTP/1.1" 200 593 0.268548 10.0.0.131 - - [2026-01-22 03:19:43] "POST /access-control-lists HTTP/1.1" 200 602 0.025438 10.0.0.131 - - [2026-01-22 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.343928 10.0.0.38 - - [2026-01-22 03:19:43] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.486418 10.0.0.38 - - [2026-01-22 03:19:45] "GET / HTTP/1.1" 200 36215 0.001493 10.0.0.38 - - [2026-01-22 03:19:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000582 10.0.0.38 - - [2026-01-22 03:19:45] "POST /neutron/port HTTP/1.1" 200 117 0.007952 10.0.0.38 - - [2026-01-22 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.067746 10.0.0.131 - - [2026-01-22 03:19:46] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001928 10.0.0.38 - - [2026-01-22 03:19:46] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.085310 10.0.0.131 - - [2026-01-22 03:19:46] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001513 10.0.0.38 - - [2026-01-22 03:19:46] "POST /neutron/network HTTP/1.1" 200 609 0.205973 10.0.0.131 - - [2026-01-22 03:19:46] "POST /route-targets HTTP/1.1" 200 328 0.020754 10.0.0.38 - - [2026-01-22 03:19:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.003204 10.0.0.38 - - [2026-01-22 03:19:46] "GET /virtual-network/c746b926-660a-4d2c-ba8c-1b35aad1e88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005500 10.0.0.38 - - [2026-01-22 03:19:46] "POST /neutron/network HTTP/1.1" 200 828 0.006406 10.0.0.38 - - [2026-01-22 03:19:46] "GET /virtual-network/c746b926-660a-4d2c-ba8c-1b35aad1e88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005041 10.0.0.38 - - [2026-01-22 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.131 - - [2026-01-22 03:19:46] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000898 10.0.0.38 - - [2026-01-22 03:19:46] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.046922 10.0.0.38 - - [2026-01-22 03:19:46] "POST /neutron/network HTTP/1.1" 200 117 0.015958 10.0.0.131 - - [2026-01-22 03:19:47] "POST /ref-update HTTP/1.1" 200 156 0.031583 10.0.0.38 - - [2026-01-22 03:19:47] "POST /neutron/network HTTP/1.1" 200 828 0.011028 10.0.0.38 - - [2026-01-22 03:19:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001470 10.0.0.38 - - [2026-01-22 03:19:47] "GET /virtual-network/9b75cd39-29e6-4151-81d5-6327978af0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007371 10.0.0.38 - - [2026-01-22 03:19:47] "GET /virtual-network/9b75cd39-29e6-4151-81d5-6327978af0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006432 10.0.0.38 - - [2026-01-22 03:19:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.012020 10.0.0.38 - - [2026-01-22 03:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008038 10.0.0.131 - - [2026-01-22 03:19:47] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004148 10.0.0.38 - - [2026-01-22 03:19:47] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.059901 10.0.0.131 - - [2026-01-22 03:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006497 10.0.0.38 - - [2026-01-22 03:19:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.253302 10.0.0.38 - - [2026-01-22 03:19:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001350 10.0.0.38 - - [2026-01-22 03:19:48] "GET /virtual-network/a8403c11-66b8-4ba8-8c72-96a334f45ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005643 10.0.0.38 - - [2026-01-22 03:19:48] "GET /virtual-network/a8403c11-66b8-4ba8-8c72-96a334f45ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006212 10.0.0.38 - - [2026-01-22 03:19:48] "POST /neutron/network HTTP/1.1" 200 828 0.008261 10.0.0.38 - - [2026-01-22 03:19:48] "POST /fqname-to-id HTTP/1.1" 404 214 0.002863 10.0.0.38 - - [2026-01-22 03:19:48] "GET /virtual-network/9b75cd39-29e6-4151-81d5-6327978af0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005086 10.0.0.38 - - [2026-01-22 03:19:48] "GET /virtual-machine-interface/977c09fb-2719-444f-a16a-cf09bb8f8290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.007767 10.0.0.38 - - [2026-01-22 03:19:48] "GET /virtual-machine-interface/977c09fb-2719-444f-a16a-cf09bb8f8290?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009091 10.0.0.38 - - [2026-01-22 03:19:48] "GET /instance-ip/00eab0d1-41a2-42bd-9e10-27db6b73ef0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005518 10.0.0.38 - - [2026-01-22 03:19:48] "POST /fqname-to-id HTTP/1.1" 404 214 0.004377 10.0.0.38 - - [2026-01-22 03:19:48] "GET /virtual-network/c746b926-660a-4d2c-ba8c-1b35aad1e88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008749 10.0.0.131 - - [2026-01-22 03:19:48] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000986 10.0.0.38 - - [2026-01-22 03:19:48] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.045833 10.0.0.38 - - [2026-01-22 03:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.38 - - [2026-01-22 03:19:48] "GET /security-group/a2c8581d-5039-4235-bbbf-d1ff85981bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005866 10.0.0.38 - - [2026-01-22 03:19:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.115080 10.0.0.38 - - [2026-01-22 03:19:49] "POST /instance-ips HTTP/1.1" 200 358 0.048308 10.0.0.38 - - [2026-01-22 03:19:49] "GET /virtual-machine-interface/c837da7f-a198-4bbc-9299-9958aaf19f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.005847 10.0.0.38 - - [2026-01-22 03:19:49] "GET /virtual-machine-interface/c837da7f-a198-4bbc-9299-9958aaf19f51?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.012705 10.0.0.38 - - [2026-01-22 03:19:49] "GET /instance-ip/36bedfd2-2bee-4998-bf21-b1e70e6dd3d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.004791 10.0.0.38 - - [2026-01-22 03:19:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.004185 10.0.0.38 - - [2026-01-22 03:19:49] "GET /virtual-network/9b75cd39-29e6-4151-81d5-6327978af0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007403 10.0.0.131 - - [2026-01-22 03:19:49] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001209 10.0.0.38 - - [2026-01-22 03:19:49] "POST /neutron/port HTTP/1.1" 200 990 0.262724 10.0.0.38 - - [2026-01-22 03:19:49] "GET /virtual-machine-interface/a9448744-4614-493d-890f-c3d8feba132a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.006280 10.0.0.38 - - [2026-01-22 03:19:49] "GET /virtual-machine-interface/a9448744-4614-493d-890f-c3d8feba132a?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.005867 10.0.0.38 - - [2026-01-22 03:19:49] "GET /instance-ip/1eaedc28-8d3f-4403-886b-7cf1428d5cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005831 10.0.0.38 - - [2026-01-22 03:19:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.003405 10.0.0.38 - - [2026-01-22 03:19:49] "GET /virtual-network/c746b926-660a-4d2c-ba8c-1b35aad1e88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006513 10.0.0.131 - - [2026-01-22 03:19:49] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001543 10.0.0.38 - - [2026-01-22 03:19:49] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.045670 10.0.0.38 - - [2026-01-22 03:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.38 - - [2026-01-22 03:19:49] "GET /security-group/a2c8581d-5039-4235-bbbf-d1ff85981bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005579 10.0.0.38 - - [2026-01-22 03:19:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.130390 10.0.0.38 - - [2026-01-22 03:19:50] "POST /instance-ips HTTP/1.1" 200 358 0.038888 10.0.0.38 - - [2026-01-22 03:19:50] "GET /virtual-machine-interface/49fb53d6-4cc9-450f-b648-f787efdb6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.006602 10.0.0.38 - - [2026-01-22 03:19:50] "GET /virtual-machine-interface/49fb53d6-4cc9-450f-b648-f787efdb6102?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.009655 10.0.0.38 - - [2026-01-22 03:19:50] "GET /instance-ip/141e24b2-0a09-4d51-84d4-ee514c8e7824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005269 10.0.0.38 - - [2026-01-22 03:19:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.004540 10.0.0.38 - - [2026-01-22 03:19:50] "GET /virtual-network/9b75cd39-29e6-4151-81d5-6327978af0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.014601 10.0.0.38 - - [2026-01-22 03:19:50] "GET /virtual-machine-interface/45f5a470-831d-4ad0-ab33-1d5b2e0da495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.008766 10.0.0.38 - - [2026-01-22 03:19:50] "GET /virtual-machine-interface/45f5a470-831d-4ad0-ab33-1d5b2e0da495?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009488 10.0.0.38 - - [2026-01-22 03:19:50] "GET /instance-ip/a83f095b-b500-4748-99c7-7a983e0589a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005222 10.0.0.38 - - [2026-01-22 03:19:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.004706 10.0.0.38 - - [2026-01-22 03:19:50] "GET /virtual-network/a8403c11-66b8-4ba8-8c72-96a334f45ad2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007292 10.0.0.131 - - [2026-01-22 03:19:50] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001407 10.0.0.38 - - [2026-01-22 03:19:50] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.054176 10.0.0.38 - - [2026-01-22 03:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.38 - - [2026-01-22 03:19:50] "GET /security-group/a2c8581d-5039-4235-bbbf-d1ff85981bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005359 10.0.0.38 - - [2026-01-22 03:19:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.111332 10.0.0.38 - - [2026-01-22 03:19:51] "POST /instance-ips HTTP/1.1" 200 358 0.054362 10.0.0.38 - - [2026-01-22 03:19:51] "GET /virtual-machine-interface/0e5c0018-e780-4a97-aa0a-c045ab6ef993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.006994 10.0.0.38 - - [2026-01-22 03:19:51] "GET /virtual-machine-interface/0e5c0018-e780-4a97-aa0a-c045ab6ef993?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.009733 10.0.0.38 - - [2026-01-22 03:19:51] "GET /instance-ip/2a8cb6a7-23aa-4556-9d6a-544fdb0359e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.006183 10.0.0.38 - - [2026-01-22 03:19:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001331 10.0.0.38 - - [2026-01-22 03:19:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008895 10.0.0.38 - - [2026-01-22 03:19:52] "POST /neutron/network HTTP/1.1" 200 828 0.006394 10.0.0.38 - - [2026-01-22 03:19:53] "POST /neutron/port HTTP/1.1" 200 1122 0.039082 10.0.0.38 - - [2026-01-22 03:19:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001647 10.0.0.38 - - [2026-01-22 03:19:53] "POST /neutron/port HTTP/1.1" 200 1122 0.041096 10.0.0.131 - - [2026-01-22 03:19:54] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001328 10.0.0.38 - - [2026-01-22 03:19:54] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.076642 10.0.0.38 - - [2026-01-22 03:19:54] "POST /neutron/network HTTP/1.1" 200 828 0.007917 10.0.0.38 - - [2026-01-22 03:19:54] "POST /neutron/port HTTP/1.1" 200 1122 0.016379 10.0.0.38 - - [2026-01-22 03:19:54] "POST /neutron/network HTTP/1.1" 200 844 0.006489 10.0.0.38 - - [2026-01-22 03:19:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001049 10.0.0.38 - - [2026-01-22 03:19:54] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.38 - - [2026-01-22 03:19:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007623 10.0.0.38 - - [2026-01-22 03:19:54] "POST /neutron/port HTTP/1.1" 200 990 0.017699 10.0.0.38 - - [2026-01-22 03:19:55] "POST /neutron/port HTTP/1.1" 200 990 0.038894 10.0.0.38 - - [2026-01-22 03:19:55] "POST /neutron/port HTTP/1.1" 200 1064 0.021835 10.0.0.38 - - [2026-01-22 03:19:55] "POST /neutron/security_group HTTP/1.1" 200 4000 0.016752 10.0.0.131 - - [2026-01-22 03:19:55] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001282 10.0.0.38 - - [2026-01-22 03:19:55] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.38 - - [2026-01-22 03:19:55] "POST /neutron/router HTTP/1.1" 200 598 0.110855 10.0.0.131 - - [2026-01-22 03:19:55] "POST /route-targets HTTP/1.1" 200 328 0.014530 10.0.0.131 - - [2026-01-22 03:19:55] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001313 10.0.0.38 - - [2026-01-22 03:19:55] "POST /neutron/router HTTP/1.1" 200 344 0.326805 10.0.0.131 - - [2026-01-22 03:19:56] "POST /ref-update HTTP/1.1" 200 156 0.027940 10.0.0.38 - - [2026-01-22 03:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.006336 10.0.0.38 - - [2026-01-22 03:19:56] "POST /neutron/router HTTP/1.1" 200 344 0.189840 10.0.0.38 - - [2026-01-22 03:19:56] "POST /neutron/router HTTP/1.1" 200 598 0.006583 10.0.0.131 - - [2026-01-22 03:19:57] "GET /logical-router/860aa5ef-8ea0-4f11-928b-f2af25ae277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009354 10.0.0.131 - - [2026-01-22 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008246 10.0.0.38 - - [2026-01-22 03:19:57] "POST /neutron/port HTTP/1.1" 200 1118 0.018166 10.0.0.38 - - [2026-01-22 03:19:58] "DELETE /instance-ip/2a8cb6a7-23aa-4556-9d6a-544fdb0359e9 HTTP/1.1" 200 115 0.047530 10.0.0.38 - - [2026-01-22 03:19:58] "DELETE /virtual-machine-interface/0e5c0018-e780-4a97-aa0a-c045ab6ef993 HTTP/1.1" 200 115 0.055158 10.0.0.38 - - [2026-01-22 03:19:58] "POST /neutron/port HTTP/1.1" 200 151 0.118788 10.0.0.38 - - [2026-01-22 03:19:58] "DELETE /instance-ip/141e24b2-0a09-4d51-84d4-ee514c8e7824 HTTP/1.1" 200 115 0.046571 10.0.0.38 - - [2026-01-22 03:19:58] "DELETE /virtual-machine-interface/49fb53d6-4cc9-450f-b648-f787efdb6102 HTTP/1.1" 200 115 0.061966 10.0.0.38 - - [2026-01-22 03:19:59] "DELETE /instance-ip/36bedfd2-2bee-4998-bf21-b1e70e6dd3d8 HTTP/1.1" 200 115 0.042157 10.0.0.38 - - [2026-01-22 03:19:59] "DELETE /virtual-machine-interface/c837da7f-a198-4bbc-9299-9958aaf19f51 HTTP/1.1" 200 115 0.053886 10.0.0.38 - - [2026-01-22 03:19:59] "POST /neutron/port HTTP/1.1" 200 990 0.013764 10.0.0.131 - - [2026-01-22 03:19:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004231 10.0.0.131 - - [2026-01-22 03:19:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003000 10.0.0.38 - - [2026-01-22 03:19:59] "POST /neutron/network HTTP/1.1" 200 151 0.131631 10.0.0.131 - - [2026-01-22 03:19:59] "DELETE /route-target/33f0d7a1-5e4f-4507-8388-076cb41127f1 HTTP/1.1" 200 115 0.023046 10.0.0.38 - - [2026-01-22 03:19:59] "POST /neutron/network HTTP/1.1" 200 828 0.015821 10.0.0.131 - - [2026-01-22 03:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.131 - - [2026-01-22 03:19:59] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000925 10.0.0.38 - - [2026-01-22 03:19:59] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.047362 10.0.0.131 - - [2026-01-22 03:19:59] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001233 10.0.0.38 - - [2026-01-22 03:19:59] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?fields=virtual_networks HTTP/1.1" 200 1052 0.067164 10.0.0.131 - - [2026-01-22 03:19:59] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001159 10.0.0.38 - - [2026-01-22 03:19:59] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.047635 10.0.0.131 - - [2026-01-22 03:20:00] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001995 10.0.0.38 - - [2026-01-22 03:20:00] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?fields=security_groups HTTP/1.1" 200 1283 0.050111 10.0.0.38 - - [2026-01-22 03:20:00] "POST /fqname-to-id HTTP/1.1" 404 187 0.032714 10.0.0.131 - - [2026-01-22 03:20:01] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004253 10.0.0.131 - - [2026-01-22 03:20:01] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001927 10.0.0.131 - - [2026-01-22 03:20:01] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010146 10.0.0.131 - - [2026-01-22 03:20:01] "POST /id-to-fqname HTTP/1.1" 200 189 0.001879 10.0.0.131 - - [2026-01-22 03:20:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.005922 10.0.0.131 - - [2026-01-22 03:20:01] "POST /security-groups HTTP/1.1" 200 590 0.095000 10.0.0.131 - - [2026-01-22 03:20:01] "POST /projects HTTP/1.1" 200 583 0.337234 10.0.0.131 - - [2026-01-22 03:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.381129 10.0.0.131 - - [2026-01-22 03:20:01] "POST /access-control-lists HTTP/1.1" 200 597 0.037235 10.0.0.38 - - [2026-01-22 03:20:01] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.560575 10.0.0.38 - - [2026-01-22 03:20:02] "GET / HTTP/1.1" 200 36215 0.001792 10.0.0.38 - - [2026-01-22 03:20:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.38 - - [2026-01-22 03:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.067291 10.0.0.131 - - [2026-01-22 03:20:04] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000902 10.0.0.38 - - [2026-01-22 03:20:04] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.043343 10.0.0.131 - - [2026-01-22 03:20:05] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000953 10.0.0.38 - - [2026-01-22 03:20:05] "POST /neutron/network HTTP/1.1" 200 604 0.162590 10.0.0.131 - - [2026-01-22 03:20:05] "POST /route-targets HTTP/1.1" 200 328 0.016669 10.0.0.38 - - [2026-01-22 03:20:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.003277 10.0.0.38 - - [2026-01-22 03:20:05] "GET /virtual-network/d98b3258-4f48-4c62-a813-7f00ae216c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006348 10.0.0.38 - - [2026-01-22 03:20:05] "POST /neutron/network HTTP/1.1" 200 821 0.006233 10.0.0.38 - - [2026-01-22 03:20:05] "GET /virtual-network/d98b3258-4f48-4c62-a813-7f00ae216c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005740 10.0.0.38 - - [2026-01-22 03:20:06] "GET /virtual-network/d98b3258-4f48-4c62-a813-7f00ae216c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005978 10.0.0.38 - - [2026-01-22 03:20:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.001213 10.0.0.38 - - [2026-01-22 03:20:07] "POST /neutron/port HTTP/1.1" 200 1122 0.032377 10.0.0.131 - - [2026-01-22 03:20:08] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000930 10.0.0.38 - - [2026-01-22 03:20:08] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.063111 10.0.0.38 - - [2026-01-22 03:20:08] "POST /neutron/network HTTP/1.1" 200 821 0.006801 10.0.0.38 - - [2026-01-22 03:20:09] "POST /neutron/port HTTP/1.1" 200 117 0.007292 10.0.0.38 - - [2026-01-22 03:20:09] "POST /id-to-fqname HTTP/1.1" 200 219 0.001603 10.0.0.38 - - [2026-01-22 03:20:09] "POST /neutron/network HTTP/1.1" 200 831 0.007986 10.0.0.131 - - [2026-01-22 03:20:10] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000894 10.0.0.38 - - [2026-01-22 03:20:10] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.060580 10.0.0.38 - - [2026-01-22 03:20:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007624 10.0.0.38 - - [2026-01-22 03:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.006836 10.0.0.131 - - [2026-01-22 03:20:10] "DELETE /route-target/6a67bf1f-1da4-4b74-823a-ef33b9dd0b66 HTTP/1.1" 200 115 0.023463 10.0.0.131 - - [2026-01-22 03:20:12] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001212 10.0.0.38 - - [2026-01-22 03:20:12] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045512 10.0.0.131 - - [2026-01-22 03:20:12] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001824 10.0.0.38 - - [2026-01-22 03:20:12] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?fields=virtual_networks HTTP/1.1" 200 1042 0.075247 10.0.0.131 - - [2026-01-22 03:20:12] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001210 10.0.0.38 - - [2026-01-22 03:20:12] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.052572 10.0.0.131 - - [2026-01-22 03:20:12] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000884 10.0.0.38 - - [2026-01-22 03:20:12] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?fields=security_groups HTTP/1.1" 200 1268 0.039538 10.0.0.38 - - [2026-01-22 03:20:13] "POST /fqname-to-id HTTP/1.1" 404 187 0.026064 10.0.0.131 - - [2026-01-22 03:20:13] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004860 10.0.0.131 - - [2026-01-22 03:20:13] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.131 - - [2026-01-22 03:20:13] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006563 10.0.0.131 - - [2026-01-22 03:20:13] "POST /id-to-fqname HTTP/1.1" 200 189 0.001906 10.0.0.131 - - [2026-01-22 03:20:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003558 10.0.0.131 - - [2026-01-22 03:20:13] "POST /security-groups HTTP/1.1" 200 590 0.074184 10.0.0.131 - - [2026-01-22 03:20:13] "POST /projects HTTP/1.1" 200 583 0.267004 10.0.0.131 - - [2026-01-22 03:20:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.006076 10.0.0.131 - - [2026-01-22 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.340033 10.0.0.38 - - [2026-01-22 03:20:13] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.476855 10.0.0.38 - - [2026-01-22 03:20:15] "GET / HTTP/1.1" 200 36215 0.002451 10.0.0.38 - - [2026-01-22 03:20:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.38 - - [2026-01-22 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.061432 10.0.0.131 - - [2026-01-22 03:20:17] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000884 10.0.0.38 - - [2026-01-22 03:20:17] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.040577 10.0.0.38 - - [2026-01-22 03:20:17] "POST /neutron/network HTTP/1.1" 200 117 0.043921 10.0.0.131 - - [2026-01-22 03:20:17] "POST /ref-update HTTP/1.1" 200 156 0.021665 10.0.0.38 - - [2026-01-22 03:20:17] "POST /neutron/network HTTP/1.1" 200 825 0.011662 10.0.0.38 - - [2026-01-22 03:20:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001195 10.0.0.38 - - [2026-01-22 03:20:17] "GET /virtual-network/c99063dd-4449-43c3-82fb-e2558fd6df4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005170 10.0.0.38 - - [2026-01-22 03:20:17] "GET /virtual-network/c99063dd-4449-43c3-82fb-e2558fd6df4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005216 10.0.0.38 - - [2026-01-22 03:20:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.008379 10.0.0.38 - - [2026-01-22 03:20:18] "GET /virtual-network/c99063dd-4449-43c3-82fb-e2558fd6df4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005352 10.0.0.38 - - [2026-01-22 03:20:19] "GET /obj-perms HTTP/1.1" 200 5028 0.066633 10.0.0.50 - - [2026-01-22 03:20:19] "GET /obj-perms HTTP/1.1" 200 5028 0.058003 10.0.0.131 - - [2026-01-22 03:20:19] "GET /obj-perms HTTP/1.1" 200 5028 0.056083 10.0.0.38 - - [2026-01-22 03:20:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001206 10.0.0.38 - - [2026-01-22 03:20:20] "POST /neutron/network HTTP/1.1" 200 835 0.006250 10.0.0.131 - - [2026-01-22 03:20:20] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001115 10.0.0.38 - - [2026-01-22 03:20:20] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.068534 10.0.0.38 - - [2026-01-22 03:20:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006894 10.0.0.38 - - [2026-01-22 03:20:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001280 10.0.0.38 - - [2026-01-22 03:20:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009493 10.0.0.131 - - [2026-01-22 03:20:22] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001480 10.0.0.38 - - [2026-01-22 03:20:22] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.098178 10.0.0.38 - - [2026-01-22 03:20:22] "POST /neutron/port HTTP/1.1" 200 1122 0.044080 10.0.0.38 - - [2026-01-22 03:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.007886 10.0.0.131 - - [2026-01-22 03:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006656 10.0.0.131 - - [2026-01-22 03:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002901 10.0.0.38 - - [2026-01-22 03:20:23] "POST /neutron/network HTTP/1.1" 200 151 0.129852 10.0.0.131 - - [2026-01-22 03:20:24] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001714 10.0.0.38 - - [2026-01-22 03:20:24] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.059700 10.0.0.131 - - [2026-01-22 03:20:24] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001095 10.0.0.38 - - [2026-01-22 03:20:24] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?fields=virtual_networks HTTP/1.1" 200 1043 0.050704 10.0.0.131 - - [2026-01-22 03:20:25] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001899 10.0.0.38 - - [2026-01-22 03:20:25] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.042383 10.0.0.131 - - [2026-01-22 03:20:25] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001287 10.0.0.38 - - [2026-01-22 03:20:25] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?fields=security_groups HTTP/1.1" 200 1269 0.056414 10.0.0.131 - - [2026-01-22 03:20:29] "DELETE /access-control-list/548696c0-4a7b-46c6-9692-38213c48001d HTTP/1.1" 200 115 0.035394 10.0.0.131 - - [2026-01-22 03:20:38] "DELETE /project/8e3fce1e4d9c4cdb87137df31a6e6980 HTTP/1.1" 404 173 0.008451 10.0.0.131 - - [2026-01-22 03:20:38] "DELETE /project/6ff7b410bde745488b8c5827d12e5702 HTTP/1.1" 404 173 0.011280 10.0.0.131 - - [2026-01-22 03:20:38] "DELETE /project/8b64acd0945847c7a4e6fbf9fabcb17e HTTP/1.1" 404 173 0.014965 10.0.0.131 - - [2026-01-22 03:20:38] "DELETE /project/337b1cbb-af0c-442a-b770-8a1e772e593e HTTP/1.1" 404 177 0.009800 10.0.0.131 - - [2026-01-22 03:20:38] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000899 10.0.0.131 - - [2026-01-22 03:20:38] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000786 10.0.0.131 - - [2026-01-22 03:20:38] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000732 10.0.0.131 - - [2026-01-22 03:20:38] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.051854 10.0.0.131 - - [2026-01-22 03:20:38] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.070482 10.0.0.131 - - [2026-01-22 03:20:38] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.094024 10.0.0.131 - - [2026-01-22 03:20:38] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000837 10.0.0.131 - - [2026-01-22 03:20:38] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001104 10.0.0.131 - - [2026-01-22 03:20:38] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000799 10.0.0.131 - - [2026-01-22 03:20:38] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?fields=security_groups HTTP/1.1" 200 1385 0.069345 10.0.0.131 - - [2026-01-22 03:20:38] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?fields=security_groups HTTP/1.1" 200 1370 0.077760 10.0.0.131 - - [2026-01-22 03:20:38] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?fields=security_groups HTTP/1.1" 200 1371 0.085747 10.0.0.131 - - [2026-01-22 03:20:39] "DELETE /security-group/0a5cf6ca-3948-408d-ac38-1dc73a33ef41 HTTP/1.1" 200 115 0.094315 10.0.0.131 - - [2026-01-22 03:20:39] "DELETE /security-group/a2c8581d-5039-4235-bbbf-d1ff85981bc9 HTTP/1.1" 200 115 0.101816 10.0.0.131 - - [2026-01-22 03:20:39] "GET /projects?obj_uuids=6ff7b410-bde7-4548-8b8c-5827d12e5702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001291 10.0.0.131 - - [2026-01-22 03:20:39] "DELETE /security-group/9591dc5b-5081-423c-aca5-e044b9ad5643 HTTP/1.1" 200 115 0.093609 10.0.0.131 - - [2026-01-22 03:20:39] "GET /projects?obj_uuids=8e3fce1e-4d9c-4cdb-8713-7df31a6e6980&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001951 10.0.0.131 - - [2026-01-22 03:20:39] "GET /projects?obj_uuids=8b64acd0-9458-47c7-a4e6-fbf9fabcb17e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001826 10.0.0.131 - - [2026-01-22 03:20:39] "GET /project/6ff7b410-bde7-4548-8b8c-5827d12e5702?fields=application_policy_sets HTTP/1.1" 200 1409 0.089009 10.0.0.131 - - [2026-01-22 03:20:39] "DELETE /access-control-list/ea31d04e-2dcd-4df6-b166-8b41d3c90d52 HTTP/1.1" 200 115 0.072347 10.0.0.131 - - [2026-01-22 03:20:39] "GET /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e?fields=application_policy_sets HTTP/1.1" 200 1410 0.099072 10.0.0.131 - - [2026-01-22 03:20:39] "GET /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980?fields=application_policy_sets HTTP/1.1" 200 1424 0.130824 10.0.0.131 - - [2026-01-22 03:20:39] "DELETE /access-control-list/8404b718-2c27-4ee7-83c5-be900192f58d HTTP/1.1" 200 115 0.070263 10.0.0.131 - - [2026-01-22 03:20:39] "DELETE /project/6ff7b410-bde7-4548-8b8c-5827d12e5702 HTTP/1.1" 200 115 0.675344 10.0.0.131 - - [2026-01-22 03:20:39] "DELETE /project/8b64acd0-9458-47c7-a4e6-fbf9fabcb17e HTTP/1.1" 200 115 0.693514 10.0.0.131 - - [2026-01-22 03:20:39] "DELETE /project/8e3fce1e-4d9c-4cdb-8713-7df31a6e6980 HTTP/1.1" 200 115 0.710914 10.0.0.38 - - [2026-01-22 03:20:39] "GET / HTTP/1.1" 200 36215 0.001588 10.0.0.38 - - [2026-01-22 03:20:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.38 - - [2026-01-22 03:20:40] "POST /fqname-to-id HTTP/1.1" 404 201 0.048002 10.0.0.131 - - [2026-01-22 03:20:41] "GET /projects?obj_uuids=74ecbd18-4c83-4b24-b677-5cdef4d34295&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002916 10.0.0.131 - - [2026-01-22 03:20:41] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.131 - - [2026-01-22 03:20:41] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007470 10.0.0.131 - - [2026-01-22 03:20:41] "POST /id-to-fqname HTTP/1.1" 200 203 0.007751 10.0.0.131 - - [2026-01-22 03:20:41] "POST /fqname-to-id HTTP/1.1" 404 212 0.003304 10.0.0.131 - - [2026-01-22 03:20:41] "POST /security-groups HTTP/1.1" 200 604 0.073483 10.0.0.131 - - [2026-01-22 03:20:41] "POST /projects HTTP/1.1" 200 611 0.265625 10.0.0.131 - - [2026-01-22 03:20:41] "POST /access-control-lists HTTP/1.1" 200 611 0.026040 10.0.0.131 - - [2026-01-22 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.336774 10.0.0.38 - - [2026-01-22 03:20:41] "GET /project/74ecbd18-4c83-4b24-b677-5cdef4d34295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.476591 10.0.0.38 - - [2026-01-22 03:20:42] "GET / HTTP/1.1" 200 36215 0.002290 10.0.0.38 - - [2026-01-22 03:20:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.38 - - [2026-01-22 03:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.067107 10.0.0.131 - - [2026-01-22 03:20:43] "GET /projects?obj_uuids=74ecbd18-4c83-4b24-b677-5cdef4d34295&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000900 10.0.0.38 - - [2026-01-22 03:20:43] "GET /project/74ecbd18-4c83-4b24-b677-5cdef4d34295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.032522 10.0.0.131 - - [2026-01-22 03:20:43] "POST /route-targets HTTP/1.1" 200 328 0.016522 10.0.0.131 - - [2026-01-22 03:20:43] "POST /useragent-kv HTTP/1.1" 200 115 0.009084 10.0.0.38 - - [2026-01-22 03:20:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.227283 10.0.0.38 - - [2026-01-22 03:20:44] "POST /id-to-fqname HTTP/1.1" 200 234 0.001224 10.0.0.38 - - [2026-01-22 03:20:44] "GET /virtual-network/0f847f19-b24f-473d-a77f-b5603d64ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004827 10.0.0.38 - - [2026-01-22 03:20:44] "GET /virtual-network/0f847f19-b24f-473d-a77f-b5603d64ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006652 10.0.0.38 - - [2026-01-22 03:20:44] "POST /neutron/network HTTP/1.1" 200 840 0.006483 10.0.0.38 - - [2026-01-22 03:20:44] "POST /id-to-fqname HTTP/1.1" 200 234 0.001298 10.0.0.38 - - [2026-01-22 03:20:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006709 10.0.0.131 - - [2026-01-22 03:20:45] "GET /projects?obj_uuids=74ecbd18-4c83-4b24-b677-5cdef4d34295&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000922 10.0.0.38 - - [2026-01-22 03:20:45] "GET /project/74ecbd18-4c83-4b24-b677-5cdef4d34295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.071958 10.0.0.38 - - [2026-01-22 03:20:45] "POST /neutron/port HTTP/1.1" 200 1122 0.041270 10.0.0.38 - - [2026-01-22 03:20:45] "POST /id-to-fqname HTTP/1.1" 200 234 0.001335 10.0.0.38 - - [2026-01-22 03:20:45] "POST /neutron/port HTTP/1.1" 200 1122 0.036667 10.0.0.131 - - [2026-01-22 03:20:46] "GET /projects?obj_uuids=74ecbd18-4c83-4b24-b677-5cdef4d34295&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001064 10.0.0.38 - - [2026-01-22 03:20:46] "GET /project/74ecbd18-4c83-4b24-b677-5cdef4d34295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.076647 10.0.0.38 - - [2026-01-22 03:20:46] "POST /neutron/network HTTP/1.1" 200 840 0.006232 10.0.0.38 - - [2026-01-22 03:20:46] "POST /neutron/port HTTP/1.1" 200 117 0.007694 10.0.0.38 - - [2026-01-22 03:20:47] "GET /virtual-network/0f847f19-b24f-473d-a77f-b5603d64ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005226 10.0.0.38 - - [2026-01-22 03:20:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.028898 10.0.0.131 - - [2026-01-22 03:20:49] "GET /projects?obj_uuids=aee9eb72-13db-45a4-9219-d142230dc46b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002965 10.0.0.131 - - [2026-01-22 03:20:49] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.131 - - [2026-01-22 03:20:49] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006739 10.0.0.131 - - [2026-01-22 03:20:49] "POST /id-to-fqname HTTP/1.1" 200 209 0.005521 10.0.0.131 - - [2026-01-22 03:20:49] "POST /fqname-to-id HTTP/1.1" 404 217 0.005526 10.0.0.131 - - [2026-01-22 03:20:50] "POST /security-groups HTTP/1.1" 200 609 0.077376 10.0.0.131 - - [2026-01-22 03:20:50] "POST /projects HTTP/1.1" 200 621 0.285979 10.0.0.131 - - [2026-01-22 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.324765 10.0.0.131 - - [2026-01-22 03:20:50] "POST /access-control-lists HTTP/1.1" 200 616 0.026796 10.0.0.38 - - [2026-01-22 03:20:50] "GET /project/aee9eb72-13db-45a4-9219-d142230dc46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.483490 10.0.0.38 - - [2026-01-22 03:20:51] "GET / HTTP/1.1" 200 36215 0.001515 10.0.0.38 - - [2026-01-22 03:20:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.38 - - [2026-01-22 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.061904 10.0.0.131 - - [2026-01-22 03:20:52] "GET /projects?obj_uuids=aee9eb72-13db-45a4-9219-d142230dc46b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000875 10.0.0.38 - - [2026-01-22 03:20:52] "GET /project/aee9eb72-13db-45a4-9219-d142230dc46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.039955 10.0.0.38 - - [2026-01-22 03:20:52] "POST /neutron/network HTTP/1.1" 200 117 0.037614 10.0.0.131 - - [2026-01-22 03:20:52] "POST /route-targets HTTP/1.1" 200 328 0.013776 10.0.0.38 - - [2026-01-22 03:20:52] "POST /neutron/network HTTP/1.1" 200 845 0.009647 10.0.0.38 - - [2026-01-22 03:20:52] "POST /id-to-fqname HTTP/1.1" 200 239 0.001714 10.0.0.38 - - [2026-01-22 03:20:52] "GET /virtual-network/8e46e3e8-3346-410d-a3ba-e60f9b69d127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005596 10.0.0.38 - - [2026-01-22 03:20:52] "GET /virtual-network/8e46e3e8-3346-410d-a3ba-e60f9b69d127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005357 10.0.0.38 - - [2026-01-22 03:20:52] "POST /neutron/subnet HTTP/1.1" 200 730 0.010703 10.0.0.38 - - [2026-01-22 03:20:52] "POST /id-to-fqname HTTP/1.1" 200 239 0.001240 10.0.0.38 - - [2026-01-22 03:20:53] "POST /neutron/network HTTP/1.1" 200 855 0.007118 10.0.0.131 - - [2026-01-22 03:20:53] "GET /projects?obj_uuids=aee9eb72-13db-45a4-9219-d142230dc46b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001042 10.0.0.38 - - [2026-01-22 03:20:53] "GET /project/aee9eb72-13db-45a4-9219-d142230dc46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.068071 10.0.0.38 - - [2026-01-22 03:20:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009646 10.0.0.38 - - [2026-01-22 03:20:54] "POST /id-to-fqname HTTP/1.1" 200 239 0.001340 10.0.0.38 - - [2026-01-22 03:20:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008881 10.0.0.131 - - [2026-01-22 03:20:55] "GET /projects?obj_uuids=aee9eb72-13db-45a4-9219-d142230dc46b&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001614 10.0.0.38 - - [2026-01-22 03:20:55] "GET /project/aee9eb72-13db-45a4-9219-d142230dc46b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.072486 10.0.0.38 - - [2026-01-22 03:20:55] "POST /neutron/port HTTP/1.1" 200 1122 0.047350 10.0.0.38 - - [2026-01-22 03:20:56] "GET /virtual-network/8e46e3e8-3346-410d-a3ba-e60f9b69d127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005684 10.0.0.38 - - [2026-01-22 03:20:56] "POST /neutron/port HTTP/1.1" 200 1122 0.335810 10.0.0.38 - - [2026-01-22 03:20:56] "GET /obj-perms HTTP/1.1" 200 5066 0.077118 10.0.0.38 - - [2026-01-22 03:20:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004992 10.0.0.38 - - [2026-01-22 03:20:57] "POST /neutron/network HTTP/1.1" 200 834 0.009025 10.0.0.131 - - [2026-01-22 03:20:57] "GET /obj-perms HTTP/1.1" 200 5066 0.053951 10.0.0.38 - - [2026-01-22 03:20:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.035358 10.0.0.131 - - [2026-01-22 03:20:58] "GET /projects?obj_uuids=56370b5f-358e-47b6-bedc-80d07c2092d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003288 10.0.0.131 - - [2026-01-22 03:20:58] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.131 - - [2026-01-22 03:20:58] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008615 10.0.0.131 - - [2026-01-22 03:20:58] "POST /id-to-fqname HTTP/1.1" 200 185 0.004112 10.0.0.131 - - [2026-01-22 03:20:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.005906 10.0.0.131 - - [2026-01-22 03:20:58] "POST /security-groups HTTP/1.1" 200 586 0.084553 10.0.0.131 - - [2026-01-22 03:20:58] "POST /projects HTTP/1.1" 200 575 0.310650 10.0.0.131 - - [2026-01-22 03:20:58] "POST /access-control-lists HTTP/1.1" 200 593 0.026550 10.0.0.131 - - [2026-01-22 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.386587 10.0.0.38 - - [2026-01-22 03:20:58] "GET /project/56370b5f-358e-47b6-bedc-80d07c2092d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.543404 10.0.0.38 - - [2026-01-22 03:20:59] "GET / HTTP/1.1" 200 36215 0.001652 10.0.0.131 - - [2026-01-22 03:21:00] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000880 10.0.0.38 - - [2026-01-22 03:21:00] "GET /project/8b24c79e-d65a-472e-b9cd-333ea008b48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.035748 10.0.0.38 - - [2026-01-22 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.38 - - [2026-01-22 03:21:00] "GET /security-group/58b3f426-5b73-43a8-b657-54743702cf0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3720 0.004369 10.0.0.38 - - [2026-01-22 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.131 - - [2026-01-22 03:21:01] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001415 10.0.0.38 - - [2026-01-22 03:21:01] "GET /project/8b24c79e-d65a-472e-b9cd-333ea008b48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.049411 10.0.0.38 - - [2026-01-22 03:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.38 - - [2026-01-22 03:21:01] "GET /security-group/58b3f426-5b73-43a8-b657-54743702cf0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3720 0.004804 10.0.0.38 - - [2026-01-22 03:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.38 - - [2026-01-22 03:21:01] "PUT /security-group/58b3f426-5b73-43a8-b657-54743702cf0d HTTP/1.1" 200 263 0.018790 10.0.0.131 - - [2026-01-22 03:21:01] "PUT /access-control-list/ab21c746-fd09-4adf-970d-e12fa25b13ce HTTP/1.1" 200 273 0.014369 10.0.0.131 - - [2026-01-22 03:21:02] "GET /projects?obj_uuids=56370b5f-358e-47b6-bedc-80d07c2092d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001384 10.0.0.38 - - [2026-01-22 03:21:02] "GET /project/56370b5f-358e-47b6-bedc-80d07c2092d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.049296 10.0.0.131 - - [2026-01-22 03:21:02] "GET /projects?obj_uuids=56370b5f-358e-47b6-bedc-80d07c2092d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001553 10.0.0.38 - - [2026-01-22 03:21:02] "GET /project/56370b5f-358e-47b6-bedc-80d07c2092d8?fields=virtual_networks HTTP/1.1" 200 1034 0.051580 10.0.0.131 - - [2026-01-22 03:21:02] "GET /projects?obj_uuids=56370b5f-358e-47b6-bedc-80d07c2092d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001282 10.0.0.38 - - [2026-01-22 03:21:02] "GET /project/56370b5f-358e-47b6-bedc-80d07c2092d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.046880 10.0.0.131 - - [2026-01-22 03:21:02] "GET /projects?obj_uuids=56370b5f-358e-47b6-bedc-80d07c2092d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000984 10.0.0.38 - - [2026-01-22 03:21:02] "GET /project/56370b5f-358e-47b6-bedc-80d07c2092d8?fields=security_groups HTTP/1.1" 200 1256 0.050257 10.0.0.38 - - [2026-01-22 03:21:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.026800 10.0.0.131 - - [2026-01-22 03:21:03] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004242 10.0.0.131 - - [2026-01-22 03:21:03] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.131 - - [2026-01-22 03:21:03] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007625 10.0.0.131 - - [2026-01-22 03:21:04] "POST /id-to-fqname HTTP/1.1" 200 194 0.005057 10.0.0.131 - - [2026-01-22 03:21:04] "POST /fqname-to-id HTTP/1.1" 404 203 0.008106 10.0.0.131 - - [2026-01-22 03:21:04] "POST /security-groups HTTP/1.1" 200 595 0.036795 10.0.0.131 - - [2026-01-22 03:21:04] "POST /projects HTTP/1.1" 200 593 0.256709 10.0.0.131 - - [2026-01-22 03:21:04] "POST /access-control-lists HTTP/1.1" 200 602 0.035820 10.0.0.131 - - [2026-01-22 03:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.335207 10.0.0.38 - - [2026-01-22 03:21:04] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.490826 10.0.0.38 - - [2026-01-22 03:21:05] "GET / HTTP/1.1" 200 36215 0.001858 10.0.0.38 - - [2026-01-22 03:21:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2026-01-22 03:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.058661 10.0.0.131 - - [2026-01-22 03:21:07] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001120 10.0.0.38 - - [2026-01-22 03:21:07] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.048045 10.0.0.38 - - [2026-01-22 03:21:07] "POST /neutron/network HTTP/1.1" 200 117 0.037050 10.0.0.131 - - [2026-01-22 03:21:07] "POST /route-targets HTTP/1.1" 200 328 0.013638 10.0.0.38 - - [2026-01-22 03:21:07] "POST /neutron/network HTTP/1.1" 200 841 0.008312 10.0.0.38 - - [2026-01-22 03:21:07] "POST /id-to-fqname HTTP/1.1" 200 231 0.001647 10.0.0.38 - - [2026-01-22 03:21:07] "GET /virtual-network/1640bf6e-0d4c-4d45-b549-c4e939a6e547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006117 10.0.0.38 - - [2026-01-22 03:21:07] "GET /virtual-network/1640bf6e-0d4c-4d45-b549-c4e939a6e547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005079 10.0.0.38 - - [2026-01-22 03:21:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.009998 10.0.0.38 - - [2026-01-22 03:21:07] "POST /id-to-fqname HTTP/1.1" 200 231 0.001703 10.0.0.38 - - [2026-01-22 03:21:08] "POST /neutron/network HTTP/1.1" 200 851 0.006397 10.0.0.131 - - [2026-01-22 03:21:08] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001034 10.0.0.38 - - [2026-01-22 03:21:08] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.067115 10.0.0.38 - - [2026-01-22 03:21:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007321 10.0.0.38 - - [2026-01-22 03:21:09] "POST /id-to-fqname HTTP/1.1" 200 231 0.001728 10.0.0.38 - - [2026-01-22 03:21:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006887 10.0.0.50 - - [2026-01-22 03:21:22] "GET /obj-perms HTTP/1.1" 200 5056 0.061446 10.0.0.131 - - [2026-01-22 03:21:31] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.029467 10.0.0.38 - - [2026-01-22 03:21:31] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.098652 10.0.0.38 - - [2026-01-22 03:21:31] "POST /neutron/port HTTP/1.1" 200 1122 0.041641 10.0.0.38 - - [2026-01-22 03:21:31] "POST /neutron/port HTTP/1.1" 200 117 0.005881 10.0.0.131 - - [2026-01-22 03:21:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003275 10.0.0.131 - - [2026-01-22 03:21:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002427 10.0.0.38 - - [2026-01-22 03:21:32] "POST /neutron/network HTTP/1.1" 200 151 0.106117 10.0.0.131 - - [2026-01-22 03:21:32] "DELETE /route-target/1b8df959-b459-4cbf-80ce-a4c0fe1462dd HTTP/1.1" 200 115 0.071096 10.0.0.38 - - [2026-01-22 03:21:32] "POST /neutron/network HTTP/1.1" 200 117 0.041275 10.0.0.38 - - [2026-01-22 03:21:32] "POST /neutron/network HTTP/1.1" 200 117 0.006934 10.0.0.131 - - [2026-01-22 03:21:32] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000992 10.0.0.38 - - [2026-01-22 03:21:32] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.050813 10.0.0.131 - - [2026-01-22 03:21:32] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001062 10.0.0.38 - - [2026-01-22 03:21:32] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?fields=virtual_networks HTTP/1.1" 200 1051 0.048806 10.0.0.131 - - [2026-01-22 03:21:32] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001186 10.0.0.38 - - [2026-01-22 03:21:32] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.048610 10.0.0.131 - - [2026-01-22 03:21:33] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001273 10.0.0.38 - - [2026-01-22 03:21:33] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?fields=security_groups HTTP/1.1" 200 1282 0.044224 10.0.0.38 - - [2026-01-22 03:21:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.026559 10.0.0.131 - - [2026-01-22 03:21:33] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003407 10.0.0.131 - - [2026-01-22 03:21:34] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001265 10.0.0.131 - - [2026-01-22 03:21:34] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.034482 10.0.0.131 - - [2026-01-22 03:21:34] "POST /id-to-fqname HTTP/1.1" 200 191 0.002491 10.0.0.131 - - [2026-01-22 03:21:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.016922 10.0.0.131 - - [2026-01-22 03:21:34] "POST /security-groups HTTP/1.1" 200 592 0.030694 10.0.0.131 - - [2026-01-22 03:21:34] "POST /projects HTTP/1.1" 200 587 0.265119 10.0.0.131 - - [2026-01-22 03:21:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.012191 10.0.0.131 - - [2026-01-22 03:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.353070 10.0.0.38 - - [2026-01-22 03:21:34] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.538328 10.0.0.38 - - [2026-01-22 03:21:35] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.38 - - [2026-01-22 03:21:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2026-01-22 03:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.030489 10.0.0.131 - - [2026-01-22 03:21:36] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.38 - - [2026-01-22 03:21:37] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.038994 10.0.0.38 - - [2026-01-22 03:21:37] "POST /neutron/network HTTP/1.1" 200 117 0.035964 10.0.0.131 - - [2026-01-22 03:21:37] "POST /ref-update HTTP/1.1" 200 156 0.036192 10.0.0.38 - - [2026-01-22 03:21:37] "POST /neutron/network HTTP/1.1" 200 834 0.008228 10.0.0.38 - - [2026-01-22 03:21:37] "POST /id-to-fqname HTTP/1.1" 200 225 0.001390 10.0.0.38 - - [2026-01-22 03:21:37] "GET /virtual-network/4e9af522-904c-4883-b0f1-18b6c648bd39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005257 10.0.0.38 - - [2026-01-22 03:21:37] "GET /virtual-network/4e9af522-904c-4883-b0f1-18b6c648bd39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005359 10.0.0.38 - - [2026-01-22 03:21:37] "POST /neutron/subnet HTTP/1.1" 200 730 0.009908 10.0.0.38 - - [2026-01-22 03:21:37] "POST /id-to-fqname HTTP/1.1" 200 225 0.001727 10.0.0.38 - - [2026-01-22 03:21:38] "POST /neutron/network HTTP/1.1" 200 844 0.006307 10.0.0.131 - - [2026-01-22 03:21:38] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.38 - - [2026-01-22 03:21:38] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.071372 10.0.0.38 - - [2026-01-22 03:21:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006999 10.0.0.38 - - [2026-01-22 03:21:39] "POST /id-to-fqname HTTP/1.1" 200 225 0.001358 10.0.0.131 - - [2026-01-22 03:21:39] "DELETE /project/03ad0b2368014214af7ef51a2616db97 HTTP/1.1" 404 173 0.018585 10.0.0.131 - - [2026-01-22 03:21:39] "DELETE /project/74ecbd184c834b24b6775cdef4d34295 HTTP/1.1" 404 173 0.021471 10.0.0.131 - - [2026-01-22 03:21:39] "DELETE /project/6563a758dac94c90af96d2107192af02 HTTP/1.1" 404 173 0.021234 10.0.0.131 - - [2026-01-22 03:21:39] "DELETE /project/aee9eb7213db45a49219d142230dc46b HTTP/1.1" 404 173 0.018402 10.0.0.131 - - [2026-01-22 03:21:39] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000805 10.0.0.131 - - [2026-01-22 03:21:39] "GET /projects?obj_uuids=56370b5f-358e-47b6-bedc-80d07c2092d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000802 10.0.0.131 - - [2026-01-22 03:21:39] "DELETE /project/56370b5f358e47b6bedc80d07c2092d8 HTTP/1.1" 404 173 0.024544 10.0.0.38 - - [2026-01-22 03:21:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017041 10.0.0.131 - - [2026-01-22 03:21:39] "GET /project/56370b5f-358e-47b6-bedc-80d07c2092d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.055343 10.0.0.131 - - [2026-01-22 03:21:39] "GET /projects?obj_uuids=56370b5f-358e-47b6-bedc-80d07c2092d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001472 10.0.0.131 - - [2026-01-22 03:21:39] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.090535 10.0.0.131 - - [2026-01-22 03:21:39] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001211 10.0.0.131 - - [2026-01-22 03:21:39] "GET /project/56370b5f-358e-47b6-bedc-80d07c2092d8?fields=security_groups HTTP/1.1" 200 1358 0.067509 10.0.0.131 - - [2026-01-22 03:21:39] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?fields=security_groups HTTP/1.1" 200 1384 0.113714 10.0.0.131 - - [2026-01-22 03:21:39] "DELETE /security-group/33c5f5de-914b-4232-aa3a-a6f4df3c1799 HTTP/1.1" 200 115 0.098756 10.0.0.131 - - [2026-01-22 03:21:39] "GET /projects?obj_uuids=56370b5f-358e-47b6-bedc-80d07c2092d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.131 - - [2026-01-22 03:21:39] "GET /project/56370b5f-358e-47b6-bedc-80d07c2092d8?fields=application_policy_sets HTTP/1.1" 200 1397 0.044327 10.0.0.131 - - [2026-01-22 03:21:39] "DELETE /security-group/e0c4ac00-d682-44e7-9b57-1313aebb95dd HTTP/1.1" 200 115 0.073676 10.0.0.131 - - [2026-01-22 03:21:39] "GET /projects?obj_uuids=03ad0b23-6801-4214-af7e-f51a2616db97&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001062 10.0.0.131 - - [2026-01-22 03:21:40] "GET /project/03ad0b23-6801-4214-af7e-f51a2616db97?fields=application_policy_sets HTTP/1.1" 200 1423 0.132010 10.0.0.131 - - [2026-01-22 03:21:40] "DELETE /access-control-list/0de9bcde-35bf-4206-ae8b-7dc08c4e90c3 HTTP/1.1" 200 115 0.107736 10.0.0.131 - - [2026-01-22 03:21:40] "DELETE /project/56370b5f-358e-47b6-bedc-80d07c2092d8 HTTP/1.1" 200 115 0.590878 10.0.0.131 - - [2026-01-22 03:21:40] "DELETE /project/03ad0b23-6801-4214-af7e-f51a2616db97 HTTP/1.1" 200 115 0.695911 10.0.0.131 - - [2026-01-22 03:21:40] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001345 10.0.0.38 - - [2026-01-22 03:21:40] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.082996 10.0.0.38 - - [2026-01-22 03:21:40] "POST /neutron/port HTTP/1.1" 200 1122 0.057675 10.0.0.38 - - [2026-01-22 03:21:41] "POST /id-to-fqname HTTP/1.1" 200 225 0.001266 10.0.0.38 - - [2026-01-22 03:21:41] "POST /neutron/port HTTP/1.1" 200 1122 0.077686 10.0.0.131 - - [2026-01-22 03:21:41] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.38 - - [2026-01-22 03:21:41] "POST /neutron/port HTTP/1.1" 200 1062 0.345280 10.0.0.38 - - [2026-01-22 03:21:41] "POST /neutron/port HTTP/1.1" 200 1062 0.024837 10.0.0.38 - - [2026-01-22 03:21:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004303 10.0.0.131 - - [2026-01-22 03:21:42] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.38 - - [2026-01-22 03:21:42] "POST /neutron/network HTTP/1.1" 200 834 0.011404 10.0.0.38 - - [2026-01-22 03:21:42] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.097071 10.0.0.38 - - [2026-01-22 03:21:42] "POST /neutron/security_group HTTP/1.1" 200 3997 0.015336 10.0.0.38 - - [2026-01-22 03:21:42] "POST /neutron/port HTTP/1.1" 200 117 0.011533 10.0.0.38 - - [2026-01-22 03:21:45] "POST /neutron/network HTTP/1.1" 200 834 0.013190 10.0.0.38 - - [2026-01-22 03:21:47] "POST /neutron/network HTTP/1.1" 400 204 0.020653 10.0.0.38 - - [2026-01-22 03:21:51] "POST /neutron/network HTTP/1.1" 200 834 0.010893 10.0.0.38 - - [2026-01-22 03:21:53] "POST /neutron/network HTTP/1.1" 400 204 0.014098 10.0.0.38 - - [2026-01-22 03:21:57] "POST /neutron/network HTTP/1.1" 200 834 0.006348 10.0.0.38 - - [2026-01-22 03:21:58] "POST /neutron/port HTTP/1.1" 200 1122 0.023155 10.0.0.38 - - [2026-01-22 03:21:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.012020 10.0.0.38 - - [2026-01-22 03:21:59] "POST /neutron/network HTTP/1.1" 200 834 0.006765 10.0.0.38 - - [2026-01-22 03:22:01] "POST /neutron/network HTTP/1.1" 400 204 0.015099 10.0.0.38 - - [2026-01-22 03:22:05] "POST /neutron/network HTTP/1.1" 200 834 0.010781 10.0.0.38 - - [2026-01-22 03:22:07] "POST /neutron/network HTTP/1.1" 400 204 0.013720 10.0.0.38 - - [2026-01-22 03:22:11] "POST /neutron/network HTTP/1.1" 200 834 0.006193 10.0.0.38 - - [2026-01-22 03:22:13] "POST /neutron/network HTTP/1.1" 400 204 0.016219 10.0.0.38 - - [2026-01-22 03:22:14] "POST /neutron/port HTTP/1.1" 200 151 0.179367 10.0.0.131 - - [2026-01-22 03:22:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005192 10.0.0.131 - - [2026-01-22 03:22:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003146 10.0.0.38 - - [2026-01-22 03:22:16] "POST /neutron/network HTTP/1.1" 200 151 0.141407 10.0.0.131 - - [2026-01-22 03:22:16] "DELETE /route-target/334a4963-79b2-4492-b5dd-5e62bccded84 HTTP/1.1" 200 115 0.033825 10.0.0.38 - - [2026-01-22 03:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.131 - - [2026-01-22 03:22:17] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001168 10.0.0.38 - - [2026-01-22 03:22:17] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.044620 10.0.0.131 - - [2026-01-22 03:22:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009950 10.0.0.38 - - [2026-01-22 03:22:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.197801 10.0.0.38 - - [2026-01-22 03:22:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001837 10.0.0.38 - - [2026-01-22 03:22:17] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006061 10.0.0.38 - - [2026-01-22 03:22:17] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006157 10.0.0.38 - - [2026-01-22 03:22:17] "POST /neutron/network HTTP/1.1" 200 834 0.007870 10.0.0.38 - - [2026-01-22 03:22:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001711 10.0.0.38 - - [2026-01-22 03:22:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007579 10.0.0.131 - - [2026-01-22 03:22:18] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.38 - - [2026-01-22 03:22:19] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.068931 10.0.0.38 - - [2026-01-22 03:22:19] "POST /neutron/port HTTP/1.1" 200 1122 0.063821 10.0.0.38 - - [2026-01-22 03:22:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.002187 10.0.0.38 - - [2026-01-22 03:22:19] "POST /neutron/port HTTP/1.1" 200 1122 0.051476 10.0.0.131 - - [2026-01-22 03:22:19] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.38 - - [2026-01-22 03:22:19] "POST /neutron/port HTTP/1.1" 200 1062 0.285465 10.0.0.38 - - [2026-01-22 03:22:19] "POST /neutron/port HTTP/1.1" 200 1062 0.012709 10.0.0.38 - - [2026-01-22 03:22:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.38 - - [2026-01-22 03:22:20] "POST /neutron/network HTTP/1.1" 200 834 0.006112 10.0.0.131 - - [2026-01-22 03:22:20] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001033 10.0.0.38 - - [2026-01-22 03:22:20] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.066344 10.0.0.38 - - [2026-01-22 03:22:20] "POST /neutron/security_group HTTP/1.1" 200 3997 0.007686 10.0.0.38 - - [2026-01-22 03:22:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001179 10.0.0.38 - - [2026-01-22 03:22:21] "POST /neutron/security_group HTTP/1.1" 200 3997 0.007424 10.0.0.131 - - [2026-01-22 03:22:21] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.38 - - [2026-01-22 03:22:21] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.075360 10.0.0.38 - - [2026-01-22 03:22:22] "POST /neutron/port HTTP/1.1" 200 2096 0.059552 10.0.0.38 - - [2026-01-22 03:22:22] "POST /neutron/port HTTP/1.1" 200 1126 0.017080 10.0.0.38 - - [2026-01-22 03:22:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007133 10.0.0.38 - - [2026-01-22 03:22:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006860 10.0.0.38 - - [2026-01-22 03:22:22] "GET /virtual-machine/1ff24eaa-9c15-4649-856f-1bf1a442989b HTTP/1.1" 401 292 0.000473 10.0.0.38 - - [2026-01-22 03:22:22] "POST /neutron/port HTTP/1.1" 200 1062 0.019510 10.0.0.38 - - [2026-01-22 03:22:23] "GET /virtual-machine/1ff24eaa-9c15-4649-856f-1bf1a442989b HTTP/1.1" 200 1294 0.065893 10.0.0.38 - - [2026-01-22 03:22:23] "GET /virtual-machine-interface/ab577215-2bb4-42cb-a93e-0dd599073b3b HTTP/1.1" 200 2965 0.005358 10.0.0.38 - - [2026-01-22 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006433 10.0.0.38 - - [2026-01-22 03:22:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003139 10.0.0.38 - - [2026-01-22 03:22:23] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003460 10.0.0.38 - - [2026-01-22 03:22:23] "GET /virtual-networks?parent_id=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.007351 10.0.0.38 - - [2026-01-22 03:22:23] "POST /neutron/network HTTP/1.1" 200 834 0.006176 10.0.0.38 - - [2026-01-22 03:22:23] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.010846 10.0.0.38 - - [2026-01-22 03:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.38 - - [2026-01-22 03:22:26] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005828 10.0.0.38 - - [2026-01-22 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.38 - - [2026-01-22 03:22:30] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006067 10.0.0.131 - - [2026-01-22 03:22:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000695 10.0.0.131 - - [2026-01-22 03:22:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.50 - - [2026-01-22 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2026-01-22 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.38 - - [2026-01-22 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.38 - - [2026-01-22 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.131 - - [2026-01-22 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.131 - - [2026-01-22 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2026-01-22 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.50 - - [2026-01-22 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.38 - - [2026-01-22 03:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.38 - - [2026-01-22 03:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.38 - - [2026-01-22 03:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.38 - - [2026-01-22 03:22:34] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004845 10.0.0.38 - - [2026-01-22 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.38 - - [2026-01-22 03:22:38] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005805 10.0.0.38 - - [2026-01-22 03:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.38 - - [2026-01-22 03:22:42] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005352 10.0.0.38 - - [2026-01-22 03:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.38 - - [2026-01-22 03:22:46] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005049 10.0.0.38 - - [2026-01-22 03:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.38 - - [2026-01-22 03:22:50] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006360 10.0.0.38 - - [2026-01-22 03:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.38 - - [2026-01-22 03:22:54] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005425 10.0.0.38 - - [2026-01-22 03:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.38 - - [2026-01-22 03:22:58] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005802 10.0.0.38 - - [2026-01-22 03:23:00] "POST /neutron/network HTTP/1.1" 200 844 0.006482 10.0.0.38 - - [2026-01-22 03:23:00] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.38 - - [2026-01-22 03:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.38 - - [2026-01-22 03:23:02] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006951 10.0.0.38 - - [2026-01-22 03:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.38 - - [2026-01-22 03:23:06] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005203 10.0.0.38 - - [2026-01-22 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.38 - - [2026-01-22 03:23:10] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005966 10.0.0.38 - - [2026-01-22 03:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.38 - - [2026-01-22 03:23:14] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009895 10.0.0.38 - - [2026-01-22 03:23:18] "POST /neutron/port HTTP/1.1" 200 1126 0.017897 10.0.0.38 - - [2026-01-22 03:23:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.009720 10.0.0.38 - - [2026-01-22 03:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.38 - - [2026-01-22 03:23:18] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005586 10.0.0.38 - - [2026-01-22 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.38 - - [2026-01-22 03:23:23] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005533 10.0.0.38 - - [2026-01-22 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.38 - - [2026-01-22 03:23:27] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005662 10.0.0.38 - - [2026-01-22 03:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.38 - - [2026-01-22 03:23:31] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005751 10.0.0.38 - - [2026-01-22 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.38 - - [2026-01-22 03:23:35] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005993 10.0.0.38 - - [2026-01-22 03:23:35] "POST /neutron/port HTTP/1.1" 200 1126 0.048937 10.0.0.38 - - [2026-01-22 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.38 - - [2026-01-22 03:23:37] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004055 10.0.0.38 - - [2026-01-22 03:23:37] "GET /virtual-networks?parent_id=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003345 10.0.0.38 - - [2026-01-22 03:23:37] "GET /virtual-network/758e8578-5037-47b6-9774-437685e687df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006605 10.0.0.38 - - [2026-01-22 03:23:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008086 10.0.0.38 - - [2026-01-22 03:23:45] "POST /neutron/port HTTP/1.1" 200 1126 0.026169 10.0.0.38 - - [2026-01-22 03:23:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009228 10.0.0.38 - - [2026-01-22 03:23:57] "POST /neutron/port HTTP/1.1" 200 1126 0.019630 10.0.0.38 - - [2026-01-22 03:24:00] "POST /neutron/port HTTP/1.1" 200 1122 0.024200 10.0.0.38 - - [2026-01-22 03:24:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.010960 10.0.0.38 - - [2026-01-22 03:24:03] "POST /neutron/port HTTP/1.1" 200 1126 0.021009 10.0.0.38 - - [2026-01-22 03:24:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008640 10.0.0.38 - - [2026-01-22 03:24:18] "POST /neutron/port HTTP/1.1" 200 1126 0.019207 10.0.0.38 - - [2026-01-22 03:24:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003707 10.0.0.38 - - [2026-01-22 03:24:18] "POST /neutron/network HTTP/1.1" 200 834 0.006663 10.0.0.38 - - [2026-01-22 03:24:23] "POST /neutron/port HTTP/1.1" 200 1126 0.016057 10.0.0.131 - - [2026-01-22 03:24:25] "GET /obj-perms HTTP/1.1" 200 5056 0.050764 10.0.0.38 - - [2026-01-22 03:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.007077 10.0.0.38 - - [2026-01-22 03:24:29] "POST /neutron/port HTTP/1.1" 200 1126 0.018875 10.0.0.38 - - [2026-01-22 03:24:29] "POST /neutron/port HTTP/1.1" 200 1126 0.016302 10.0.0.38 - - [2026-01-22 03:24:31] "POST /neutron/network HTTP/1.1" 200 834 0.006814 10.0.0.131 - - [2026-01-22 03:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.131 - - [2026-01-22 03:24:31] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.38 - - [2026-01-22 03:24:31] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046722 10.0.0.131 - - [2026-01-22 03:24:31] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.38 - - [2026-01-22 03:24:31] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?fields=virtual_networks HTTP/1.1" 200 1046 0.038180 10.0.0.131 - - [2026-01-22 03:24:31] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.38 - - [2026-01-22 03:24:31] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.034540 10.0.0.131 - - [2026-01-22 03:24:31] "GET /projects?obj_uuids=6563a758-dac9-4c90-af96-d2107192af02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.38 - - [2026-01-22 03:24:32] "GET /project/6563a758-dac9-4c90-af96-d2107192af02?fields=security_groups HTTP/1.1" 200 1274 0.036533 10.0.0.38 - - [2026-01-22 03:24:32] "POST /fqname-to-id HTTP/1.1" 404 181 0.025670 10.0.0.131 - - [2026-01-22 03:24:32] "GET /projects?obj_uuids=4646afd4-4d06-4467-9161-51432ef513c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002721 10.0.0.131 - - [2026-01-22 03:24:32] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.131 - - [2026-01-22 03:24:32] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006774 10.0.0.131 - - [2026-01-22 03:24:33] "POST /id-to-fqname HTTP/1.1" 200 183 0.005141 10.0.0.131 - - [2026-01-22 03:24:33] "POST /fqname-to-id HTTP/1.1" 404 192 0.003800 10.0.0.131 - - [2026-01-22 03:24:33] "POST /security-groups HTTP/1.1" 200 584 0.033220 10.0.0.131 - - [2026-01-22 03:24:33] "POST /projects HTTP/1.1" 200 571 0.235033 10.0.0.131 - - [2026-01-22 03:24:33] "POST /access-control-lists HTTP/1.1" 200 591 0.029235 10.0.0.131 - - [2026-01-22 03:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.308782 10.0.0.38 - - [2026-01-22 03:24:33] "GET /project/4646afd4-4d06-4467-9161-51432ef513c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.435723 10.0.0.38 - - [2026-01-22 03:24:34] "GET / HTTP/1.1" 200 36215 0.001611 10.0.0.131 - - [2026-01-22 03:24:36] "GET /projects?obj_uuids=4646afd4-4d06-4467-9161-51432ef513c0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000921 10.0.0.38 - - [2026-01-22 03:24:36] "GET /project/4646afd4-4d06-4467-9161-51432ef513c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.039748 10.0.0.131 - - [2026-01-22 03:24:36] "GET /projects?obj_uuids=4646afd4-4d06-4467-9161-51432ef513c0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001233 10.0.0.38 - - [2026-01-22 03:24:36] "GET /project/4646afd4-4d06-4467-9161-51432ef513c0?fields=virtual_networks HTTP/1.1" 200 1030 0.043117 10.0.0.131 - - [2026-01-22 03:24:36] "GET /projects?obj_uuids=4646afd4-4d06-4467-9161-51432ef513c0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001113 10.0.0.38 - - [2026-01-22 03:24:36] "GET /project/4646afd4-4d06-4467-9161-51432ef513c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.055500 10.0.0.131 - - [2026-01-22 03:24:36] "GET /projects?obj_uuids=4646afd4-4d06-4467-9161-51432ef513c0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000943 10.0.0.38 - - [2026-01-22 03:24:36] "GET /project/4646afd4-4d06-4467-9161-51432ef513c0?fields=security_groups HTTP/1.1" 200 1250 0.042463 10.0.0.131 - - [2026-01-22 03:24:37] "DELETE /access-control-list/394a4d53-aa5f-44bc-a9c6-97ee369963d9 HTTP/1.1" 200 115 0.036410 10.0.0.38 - - [2026-01-22 03:24:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.026573 10.0.0.131 - - [2026-01-22 03:24:37] "GET /projects?obj_uuids=4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003003 10.0.0.131 - - [2026-01-22 03:24:37] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.131 - - [2026-01-22 03:24:37] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007935 10.0.0.131 - - [2026-01-22 03:24:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.007622 10.0.0.131 - - [2026-01-22 03:24:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.003781 10.0.0.131 - - [2026-01-22 03:24:37] "POST /security-groups HTTP/1.1" 200 592 0.034754 10.0.0.131 - - [2026-01-22 03:24:37] "POST /projects HTTP/1.1" 200 587 0.245954 10.0.0.131 - - [2026-01-22 03:24:37] "POST /access-control-lists HTTP/1.1" 200 599 0.032520 10.0.0.131 - - [2026-01-22 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.319360 10.0.0.38 - - [2026-01-22 03:24:38] "GET /project/4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.456107 10.0.0.38 - - [2026-01-22 03:24:39] "GET / HTTP/1.1" 200 36215 0.001406 10.0.0.131 - - [2026-01-22 03:24:40] "DELETE /project/4fb2b35c6eb54f0aaf7baf8b2e3c6c49 HTTP/1.1" 404 173 0.004618 10.0.0.131 - - [2026-01-22 03:24:40] "DELETE /project/6563a758-dac9-4c90-af96-d2107192af02 HTTP/1.1" 404 177 0.003631 10.0.0.131 - - [2026-01-22 03:24:40] "DELETE /project/4646afd44d064467916151432ef513c0 HTTP/1.1" 404 173 0.006131 10.0.0.131 - - [2026-01-22 03:24:40] "GET /projects?obj_uuids=4646afd4-4d06-4467-9161-51432ef513c0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000739 10.0.0.131 - - [2026-01-22 03:24:40] "GET /project/4646afd4-4d06-4467-9161-51432ef513c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.037496 10.0.0.131 - - [2026-01-22 03:24:40] "GET /projects?obj_uuids=4646afd4-4d06-4467-9161-51432ef513c0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000823 10.0.0.131 - - [2026-01-22 03:24:40] "GET /project/4646afd4-4d06-4467-9161-51432ef513c0?fields=security_groups HTTP/1.1" 200 1352 0.047374 10.0.0.131 - - [2026-01-22 03:24:40] "DELETE /security-group/e878d507-aaa5-43dd-abc2-fc29d2c48114 HTTP/1.1" 200 115 0.057639 10.0.0.131 - - [2026-01-22 03:24:40] "GET /projects?obj_uuids=4646afd4-4d06-4467-9161-51432ef513c0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000876 10.0.0.131 - - [2026-01-22 03:24:40] "DELETE /access-control-list/ceeeece3-92ba-4444-99d1-6f7f4f4081ab HTTP/1.1" 200 115 0.047482 10.0.0.131 - - [2026-01-22 03:24:40] "GET /project/4646afd4-4d06-4467-9161-51432ef513c0?fields=application_policy_sets HTTP/1.1" 200 1391 0.057285 10.0.0.131 - - [2026-01-22 03:24:40] "DELETE /project/4646afd4-4d06-4467-9161-51432ef513c0 HTTP/1.1" 200 115 0.397285 10.0.0.131 - - [2026-01-22 03:24:40] "GET /projects?obj_uuids=4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000935 10.0.0.38 - - [2026-01-22 03:24:40] "GET /project/4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.039302 10.0.0.131 - - [2026-01-22 03:24:40] "GET /projects?obj_uuids=4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.38 - - [2026-01-22 03:24:41] "GET /project/4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49?fields=virtual_networks HTTP/1.1" 200 1046 0.039556 10.0.0.131 - - [2026-01-22 03:24:41] "GET /projects?obj_uuids=4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000863 10.0.0.38 - - [2026-01-22 03:24:41] "GET /project/4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.037019 10.0.0.131 - - [2026-01-22 03:24:41] "GET /projects?obj_uuids=4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001009 10.0.0.38 - - [2026-01-22 03:24:41] "GET /project/4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49?fields=security_groups HTTP/1.1" 200 1274 0.034842 10.0.0.38 - - [2026-01-22 03:24:42] "POST /fqname-to-id HTTP/1.1" 404 195 0.027364 10.0.0.131 - - [2026-01-22 03:24:42] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003083 10.0.0.131 - - [2026-01-22 03:24:42] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.131 - - [2026-01-22 03:24:42] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006504 10.0.0.131 - - [2026-01-22 03:24:42] "POST /id-to-fqname HTTP/1.1" 200 197 0.005947 10.0.0.131 - - [2026-01-22 03:24:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.004463 10.0.0.131 - - [2026-01-22 03:24:42] "POST /security-groups HTTP/1.1" 200 598 0.073532 10.0.0.131 - - [2026-01-22 03:24:42] "POST /projects HTTP/1.1" 200 599 0.273438 10.0.0.131 - - [2026-01-22 03:24:42] "POST /access-control-lists HTTP/1.1" 200 605 0.027107 10.0.0.131 - - [2026-01-22 03:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.346170 10.0.0.38 - - [2026-01-22 03:24:42] "GET /project/104c5875-1830-452c-90d5-2671cb895306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.491144 10.0.0.38 - - [2026-01-22 03:24:43] "GET / HTTP/1.1" 200 36215 0.001678 10.0.0.38 - - [2026-01-22 03:24:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.38 - - [2026-01-22 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.066022 10.0.0.38 - - [2026-01-22 03:24:45] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004658 10.0.0.38 - - [2026-01-22 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.38 - - [2026-01-22 03:24:45] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004788 10.0.0.38 - - [2026-01-22 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.38 - - [2026-01-22 03:24:45] "PUT /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32 HTTP/1.1" 200 277 0.018509 10.0.0.38 - - [2026-01-22 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.131 - - [2026-01-22 03:24:45] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000922 10.0.0.38 - - [2026-01-22 03:24:45] "GET /project/104c5875-1830-452c-90d5-2671cb895306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.048457 10.0.0.131 - - [2026-01-22 03:24:45] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001292 10.0.0.38 - - [2026-01-22 03:24:45] "POST /neutron/network HTTP/1.1" 200 594 0.171077 10.0.0.131 - - [2026-01-22 03:24:45] "POST /route-targets HTTP/1.1" 200 328 0.017037 10.0.0.38 - - [2026-01-22 03:24:46] "POST /id-to-fqname HTTP/1.1" 200 218 0.008114 10.0.0.38 - - [2026-01-22 03:24:46] "GET /virtual-network/34109488-940f-4e22-94ef-d877090abd79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007653 10.0.0.38 - - [2026-01-22 03:24:46] "POST /neutron/network HTTP/1.1" 200 808 0.013704 10.0.0.38 - - [2026-01-22 03:24:46] "GET /virtual-network/34109488-940f-4e22-94ef-d877090abd79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006885 10.0.0.38 - - [2026-01-22 03:24:46] "POST /id-to-fqname HTTP/1.1" 200 218 0.001306 10.0.0.38 - - [2026-01-22 03:24:46] "POST /neutron/port HTTP/1.1" 200 1122 0.081643 10.0.0.131 - - [2026-01-22 03:24:47] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001667 10.0.0.38 - - [2026-01-22 03:24:47] "GET /project/104c5875-1830-452c-90d5-2671cb895306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.080085 10.0.0.38 - - [2026-01-22 03:24:47] "POST /neutron/network HTTP/1.1" 200 808 0.040694 10.0.0.38 - - [2026-01-22 03:24:47] "POST /neutron/port HTTP/1.1" 200 117 0.007027 10.0.0.38 - - [2026-01-22 03:24:48] "POST /id-to-fqname HTTP/1.1" 200 218 0.001704 10.0.0.38 - - [2026-01-22 03:24:48] "POST /neutron/network HTTP/1.1" 200 818 0.008394 10.0.0.131 - - [2026-01-22 03:24:49] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001085 10.0.0.38 - - [2026-01-22 03:24:49] "GET /project/104c5875-1830-452c-90d5-2671cb895306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.090148 10.0.0.38 - - [2026-01-22 03:24:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009512 10.0.0.131 - - [2026-01-22 03:24:49] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001001 10.0.0.38 - - [2026-01-22 03:24:50] "POST /neutron/port HTTP/1.1" 200 1062 0.283081 10.0.0.38 - - [2026-01-22 03:24:50] "GET /virtual-network/34109488-940f-4e22-94ef-d877090abd79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005668 10.0.0.38 - - [2026-01-22 03:24:50] "POST /neutron/port HTTP/1.1" 200 1116 0.114408 10.0.0.38 - - [2026-01-22 03:24:50] "POST /neutron/subnet HTTP/1.1" 200 675 0.011307 10.0.0.38 - - [2026-01-22 03:24:50] "GET /obj-perms HTTP/1.1" 200 5044 0.056033 10.0.0.50 - - [2026-01-22 03:24:51] "GET /obj-perms HTTP/1.1" 200 5044 0.054026 10.0.0.38 - - [2026-01-22 03:24:51] "POST /neutron/port HTTP/1.1" 200 117 0.007492 10.0.0.38 - - [2026-01-22 03:24:52] "POST /neutron/port HTTP/1.1" 200 1126 0.015312 10.0.0.38 - - [2026-01-22 03:24:53] "POST /neutron/network HTTP/1.1" 200 808 0.006457 10.0.0.131 - - [2026-01-22 03:24:54] "DELETE /route-target/efc5e9cf-945b-4cc0-8617-688389061325 HTTP/1.1" 200 115 0.030796 10.0.0.38 - - [2026-01-22 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.38 - - [2026-01-22 03:24:54] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003788 10.0.0.38 - - [2026-01-22 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.38 - - [2026-01-22 03:24:54] "PUT /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32 HTTP/1.1" 200 277 0.012422 10.0.0.131 - - [2026-01-22 03:24:54] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000921 10.0.0.38 - - [2026-01-22 03:24:55] "GET /project/104c5875-1830-452c-90d5-2671cb895306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.051869 10.0.0.131 - - [2026-01-22 03:24:55] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000829 10.0.0.38 - - [2026-01-22 03:24:55] "GET /project/104c5875-1830-452c-90d5-2671cb895306?fields=virtual_networks HTTP/1.1" 200 1058 0.040380 10.0.0.131 - - [2026-01-22 03:24:55] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001251 10.0.0.38 - - [2026-01-22 03:24:55] "GET /project/104c5875-1830-452c-90d5-2671cb895306?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.040919 10.0.0.131 - - [2026-01-22 03:24:55] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001023 10.0.0.38 - - [2026-01-22 03:24:55] "GET /project/104c5875-1830-452c-90d5-2671cb895306?fields=security_groups HTTP/1.1" 200 1292 0.058384 10.0.0.38 - - [2026-01-22 03:24:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.024233 10.0.0.131 - - [2026-01-22 03:24:56] "GET /projects?obj_uuids=9bf9734d-bc01-4e43-b17f-be7e9380c037&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003846 10.0.0.131 - - [2026-01-22 03:24:56] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.131 - - [2026-01-22 03:24:56] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008046 10.0.0.131 - - [2026-01-22 03:24:56] "POST /id-to-fqname HTTP/1.1" 200 196 0.007638 10.0.0.131 - - [2026-01-22 03:24:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.011890 10.0.0.131 - - [2026-01-22 03:24:56] "POST /security-groups HTTP/1.1" 200 597 0.034477 10.0.0.131 - - [2026-01-22 03:24:56] "POST /projects HTTP/1.1" 200 597 0.257288 10.0.0.131 - - [2026-01-22 03:24:56] "POST /fqname-to-id HTTP/1.1" 404 239 0.004162 10.0.0.131 - - [2026-01-22 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.332884 10.0.0.38 - - [2026-01-22 03:24:56] "GET /project/9bf9734d-bc01-4e43-b17f-be7e9380c037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.485593 10.0.0.38 - - [2026-01-22 03:24:57] "GET / HTTP/1.1" 200 36215 0.001343 10.0.0.131 - - [2026-01-22 03:24:59] "GET /projects?obj_uuids=9bf9734d-bc01-4e43-b17f-be7e9380c037&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000885 10.0.0.38 - - [2026-01-22 03:24:59] "GET /project/9bf9734d-bc01-4e43-b17f-be7e9380c037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.034666 10.0.0.131 - - [2026-01-22 03:24:59] "GET /projects?obj_uuids=9bf9734d-bc01-4e43-b17f-be7e9380c037&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001485 10.0.0.38 - - [2026-01-22 03:24:59] "GET /project/9bf9734d-bc01-4e43-b17f-be7e9380c037?fields=virtual_networks HTTP/1.1" 200 1057 0.060670 10.0.0.131 - - [2026-01-22 03:24:59] "GET /projects?obj_uuids=9bf9734d-bc01-4e43-b17f-be7e9380c037&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000875 10.0.0.38 - - [2026-01-22 03:24:59] "GET /project/9bf9734d-bc01-4e43-b17f-be7e9380c037?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.037665 10.0.0.131 - - [2026-01-22 03:24:59] "GET /projects?obj_uuids=9bf9734d-bc01-4e43-b17f-be7e9380c037&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000895 10.0.0.38 - - [2026-01-22 03:24:59] "GET /project/9bf9734d-bc01-4e43-b17f-be7e9380c037?fields=security_groups HTTP/1.1" 200 1290 0.041502 10.0.0.38 - - [2026-01-22 03:25:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.034625 10.0.0.131 - - [2026-01-22 03:25:00] "GET /projects?obj_uuids=654a46ed-d664-4bd8-bb63-14d6a652abd3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003750 10.0.0.131 - - [2026-01-22 03:25:00] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.131 - - [2026-01-22 03:25:00] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006968 10.0.0.131 - - [2026-01-22 03:25:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.004224 10.0.0.131 - - [2026-01-22 03:25:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.004471 10.0.0.131 - - [2026-01-22 03:25:01] "POST /security-groups HTTP/1.1" 200 591 0.077968 10.0.0.131 - - [2026-01-22 03:25:01] "POST /projects HTTP/1.1" 200 585 0.296935 10.0.0.131 - - [2026-01-22 03:25:01] "POST /access-control-lists HTTP/1.1" 200 598 0.047510 10.0.0.131 - - [2026-01-22 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.395668 10.0.0.38 - - [2026-01-22 03:25:01] "GET /project/654a46ed-d664-4bd8-bb63-14d6a652abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.566068 10.0.0.38 - - [2026-01-22 03:25:01] "POST /neutron/port HTTP/1.1" 200 1122 0.023450 10.0.0.38 - - [2026-01-22 03:25:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.011924 10.0.0.38 - - [2026-01-22 03:25:02] "GET / HTTP/1.1" 200 36215 0.002017 10.0.0.131 - - [2026-01-22 03:25:04] "GET /projects?obj_uuids=654a46ed-d664-4bd8-bb63-14d6a652abd3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000980 10.0.0.38 - - [2026-01-22 03:25:04] "GET /project/654a46ed-d664-4bd8-bb63-14d6a652abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.044962 10.0.0.131 - - [2026-01-22 03:25:04] "GET /projects?obj_uuids=654a46ed-d664-4bd8-bb63-14d6a652abd3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001550 10.0.0.38 - - [2026-01-22 03:25:04] "GET /project/654a46ed-d664-4bd8-bb63-14d6a652abd3?fields=virtual_networks HTTP/1.1" 200 1044 0.068099 10.0.0.131 - - [2026-01-22 03:25:04] "GET /projects?obj_uuids=654a46ed-d664-4bd8-bb63-14d6a652abd3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.38 - - [2026-01-22 03:25:04] "GET /project/654a46ed-d664-4bd8-bb63-14d6a652abd3?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.084085 10.0.0.131 - - [2026-01-22 03:25:04] "GET /projects?obj_uuids=654a46ed-d664-4bd8-bb63-14d6a652abd3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001297 10.0.0.38 - - [2026-01-22 03:25:04] "GET /project/654a46ed-d664-4bd8-bb63-14d6a652abd3?fields=security_groups HTTP/1.1" 200 1271 0.073933 10.0.0.38 - - [2026-01-22 03:25:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.029152 10.0.0.131 - - [2026-01-22 03:25:05] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003892 10.0.0.131 - - [2026-01-22 03:25:05] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.131 - - [2026-01-22 03:25:05] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007440 10.0.0.131 - - [2026-01-22 03:25:06] "POST /id-to-fqname HTTP/1.1" 200 198 0.005591 10.0.0.131 - - [2026-01-22 03:25:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.006856 10.0.0.131 - - [2026-01-22 03:25:06] "POST /security-groups HTTP/1.1" 200 599 0.044862 10.0.0.131 - - [2026-01-22 03:25:06] "POST /projects HTTP/1.1" 200 601 0.278344 10.0.0.131 - - [2026-01-22 03:25:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.007839 10.0.0.131 - - [2026-01-22 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.321079 10.0.0.38 - - [2026-01-22 03:25:06] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.513809 10.0.0.131 - - [2026-01-22 03:25:06] "POST /access-control-lists HTTP/1.1" 200 604 0.066338 10.0.0.38 - - [2026-01-22 03:25:07] "GET / HTTP/1.1" 200 36215 0.002696 10.0.0.38 - - [2026-01-22 03:25:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000731 10.0.0.38 - - [2026-01-22 03:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.073387 10.0.0.131 - - [2026-01-22 03:25:08] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002341 10.0.0.38 - - [2026-01-22 03:25:08] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.040840 10.0.0.38 - - [2026-01-22 03:25:08] "POST /neutron/network HTTP/1.1" 200 117 0.039367 10.0.0.131 - - [2026-01-22 03:25:09] "POST /useragent-kv HTTP/1.1" 200 115 0.009095 10.0.0.131 - - [2026-01-22 03:25:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.040558 10.0.0.38 - - [2026-01-22 03:25:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.232574 10.0.0.38 - - [2026-01-22 03:25:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001186 10.0.0.38 - - [2026-01-22 03:25:09] "GET /virtual-network/cd707189-ea26-464f-bc0b-aff05d210a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005864 10.0.0.38 - - [2026-01-22 03:25:09] "GET /virtual-network/cd707189-ea26-464f-bc0b-aff05d210a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005860 10.0.0.38 - - [2026-01-22 03:25:09] "POST /neutron/network HTTP/1.1" 200 973 0.008549 10.0.0.38 - - [2026-01-22 03:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.131 - - [2026-01-22 03:25:09] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000853 10.0.0.38 - - [2026-01-22 03:25:09] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.046557 10.0.0.38 - - [2026-01-22 03:25:09] "POST /neutron/network HTTP/1.1" 200 117 0.019268 10.0.0.131 - - [2026-01-22 03:25:09] "POST /route-targets HTTP/1.1" 200 328 0.011893 10.0.0.131 - - [2026-01-22 03:25:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005239 10.0.0.38 - - [2026-01-22 03:25:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.232692 10.0.0.38 - - [2026-01-22 03:25:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001206 10.0.0.38 - - [2026-01-22 03:25:10] "GET /virtual-network/98f17168-5d61-456b-a5cd-8798f50d3a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005256 10.0.0.38 - - [2026-01-22 03:25:10] "GET /virtual-network/98f17168-5d61-456b-a5cd-8798f50d3a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006939 10.0.0.38 - - [2026-01-22 03:25:10] "POST /neutron/network HTTP/1.1" 200 976 0.008183 10.0.0.38 - - [2026-01-22 03:25:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001350 10.0.0.38 - - [2026-01-22 03:25:10] "POST /neutron/port HTTP/1.1" 200 1122 0.068196 10.0.0.131 - - [2026-01-22 03:25:11] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.38 - - [2026-01-22 03:25:11] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.100334 10.0.0.38 - - [2026-01-22 03:25:11] "POST /neutron/network HTTP/1.1" 200 973 0.010855 10.0.0.38 - - [2026-01-22 03:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.007143 10.0.0.38 - - [2026-01-22 03:25:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001245 10.0.0.38 - - [2026-01-22 03:25:12] "POST /neutron/network HTTP/1.1" 200 986 0.006720 10.0.0.131 - - [2026-01-22 03:25:12] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087 10.0.0.38 - - [2026-01-22 03:25:12] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.070474 10.0.0.38 - - [2026-01-22 03:25:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007092 10.0.0.38 - - [2026-01-22 03:25:13] "POST /neutron/port HTTP/1.1" 200 117 0.005704 10.0.0.131 - - [2026-01-22 03:25:13] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001411 10.0.0.38 - - [2026-01-22 03:25:13] "POST /neutron/port HTTP/1.1" 200 1154 0.333775 10.0.0.38 - - [2026-01-22 03:25:14] "POST /neutron/port HTTP/1.1" 200 1208 0.112789 10.0.0.38 - - [2026-01-22 03:25:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003854 10.0.0.38 - - [2026-01-22 03:25:14] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.38 - - [2026-01-22 03:25:18] "POST /neutron/port HTTP/1.1" 200 1218 0.015826 10.0.0.38 - - [2026-01-22 03:25:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004397 10.0.0.38 - - [2026-01-22 03:25:18] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.38 - - [2026-01-22 03:25:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007283 10.0.0.38 - - [2026-01-22 03:25:18] "POST /neutron/port HTTP/1.1" 200 1218 0.024462 10.0.0.38 - - [2026-01-22 03:25:18] "GET /virtual-machine/24e2d824-f5d6-42bc-a2b6-4ea976867f20 HTTP/1.1" 401 292 0.000377 10.0.0.38 - - [2026-01-22 03:25:19] "GET /virtual-machine/24e2d824-f5d6-42bc-a2b6-4ea976867f20 HTTP/1.1" 200 1302 0.039084 10.0.0.38 - - [2026-01-22 03:25:19] "GET /virtual-machine-interface/493ee89e-636f-4fb9-83c7-b866ba435204 HTTP/1.1" 200 3163 0.007200 10.0.0.38 - - [2026-01-22 03:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.38 - - [2026-01-22 03:25:19] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004454 10.0.0.38 - - [2026-01-22 03:25:19] "GET /virtual-networks?parent_id=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002712 10.0.0.38 - - [2026-01-22 03:25:19] "GET /virtual-network/98f17168-5d61-456b-a5cd-8798f50d3a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007106 10.0.0.38 - - [2026-01-22 03:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.38 - - [2026-01-22 03:25:22] "GET /virtual-network/98f17168-5d61-456b-a5cd-8798f50d3a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005147 10.0.0.38 - - [2026-01-22 03:25:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007338 10.0.0.38 - - [2026-01-22 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.38 - - [2026-01-22 03:25:24] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003168 10.0.0.38 - - [2026-01-22 03:25:24] "GET /virtual-networks?parent_id=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002923 10.0.0.38 - - [2026-01-22 03:25:24] "GET /virtual-network/98f17168-5d61-456b-a5cd-8798f50d3a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006134 10.0.0.38 - - [2026-01-22 03:25:29] "POST /fqname-to-id HTTP/1.1" 404 209 0.003432 10.0.0.38 - - [2026-01-22 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.131 - - [2026-01-22 03:25:29] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.38 - - [2026-01-22 03:25:29] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.041605 10.0.0.38 - - [2026-01-22 03:25:29] "POST /network-policys HTTP/1.1" 200 535 0.029951 10.0.0.38 - - [2026-01-22 03:25:29] "GET /network-policy/b8ef4431-46e7-4a22-a1f0-d5e63350a4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005915 10.0.0.38 - - [2026-01-22 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.38 - - [2026-01-22 03:25:29] "GET /virtual-network/cd707189-ea26-464f-bc0b-aff05d210a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007092 10.0.0.38 - - [2026-01-22 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.38 - - [2026-01-22 03:25:29] "GET /network-policy/b8ef4431-46e7-4a22-a1f0-d5e63350a4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004784 10.0.0.131 - - [2026-01-22 03:25:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.004203 10.0.0.38 - - [2026-01-22 03:25:29] "POST /ref-update HTTP/1.1" 200 156 0.052494 10.0.0.38 - - [2026-01-22 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009354 10.0.0.38 - - [2026-01-22 03:25:30] "GET /network-policy/b8ef4431-46e7-4a22-a1f0-d5e63350a4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004322 10.0.0.131 - - [2026-01-22 03:25:30] "POST /access-control-lists HTTP/1.1" 200 580 0.120542 10.0.0.38 - - [2026-01-22 03:25:30] "POST /neutron/network HTTP/1.1" 200 1059 0.044037 10.0.0.38 - - [2026-01-22 03:25:30] "GET /virtual-network/cd707189-ea26-464f-bc0b-aff05d210a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.005100 10.0.0.38 - - [2026-01-22 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.38 - - [2026-01-22 03:25:30] "GET /network-policy/b8ef4431-46e7-4a22-a1f0-d5e63350a4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003957 10.0.0.38 - - [2026-01-22 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.38 - - [2026-01-22 03:25:30] "GET /virtual-network/98f17168-5d61-456b-a5cd-8798f50d3a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005638 10.0.0.38 - - [2026-01-22 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.38 - - [2026-01-22 03:25:30] "GET /network-policy/b8ef4431-46e7-4a22-a1f0-d5e63350a4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004471 10.0.0.38 - - [2026-01-22 03:25:30] "POST /ref-update HTTP/1.1" 200 156 0.058692 10.0.0.38 - - [2026-01-22 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.38 - - [2026-01-22 03:25:30] "GET /network-policy/b8ef4431-46e7-4a22-a1f0-d5e63350a4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004271 10.0.0.38 - - [2026-01-22 03:25:30] "GET /virtual-network/98f17168-5d61-456b-a5cd-8798f50d3a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008452 10.0.0.38 - - [2026-01-22 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.38 - - [2026-01-22 03:25:30] "GET /network-policy/b8ef4431-46e7-4a22-a1f0-d5e63350a4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003946 10.0.0.38 - - [2026-01-22 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.131 - - [2026-01-22 03:25:30] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001664 10.0.0.38 - - [2026-01-22 03:25:30] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.041937 10.0.0.131 - - [2026-01-22 03:25:30] "POST /ref-update HTTP/1.1" 200 156 0.034019 10.0.0.131 - - [2026-01-22 03:25:30] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.010015 10.0.0.38 - - [2026-01-22 03:25:30] "POST /neutron/network HTTP/1.1" 200 585 0.166571 10.0.0.131 - - [2026-01-22 03:25:31] "POST /ref-update HTTP/1.1" 200 156 0.020558 10.0.0.38 - - [2026-01-22 03:25:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.003272 10.0.0.38 - - [2026-01-22 03:25:31] "GET /virtual-network/1a8d71c5-f00b-4a6a-af59-106e03a8e024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005133 10.0.0.38 - - [2026-01-22 03:25:31] "POST /neutron/network HTTP/1.1" 200 799 0.006547 10.0.0.38 - - [2026-01-22 03:25:31] "GET /virtual-network/1a8d71c5-f00b-4a6a-af59-106e03a8e024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005018 10.0.0.38 - - [2026-01-22 03:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.131 - - [2026-01-22 03:25:31] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.38 - - [2026-01-22 03:25:31] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.039045 10.0.0.38 - - [2026-01-22 03:25:31] "POST /neutron/network HTTP/1.1" 200 117 0.016380 10.0.0.38 - - [2026-01-22 03:25:31] "POST /neutron/network HTTP/1.1" 200 799 0.008566 10.0.0.38 - - [2026-01-22 03:25:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001078 10.0.0.38 - - [2026-01-22 03:25:31] "GET /virtual-network/2694ea04-617f-4dcf-bc98-9f2625736f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.004824 10.0.0.38 - - [2026-01-22 03:25:31] "GET /virtual-network/2694ea04-617f-4dcf-bc98-9f2625736f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005487 10.0.0.38 - - [2026-01-22 03:25:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.008850 10.0.0.38 - - [2026-01-22 03:25:31] "POST /fqname-to-id HTTP/1.1" 404 239 0.002463 10.0.0.38 - - [2026-01-22 03:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.131 - - [2026-01-22 03:25:31] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.38 - - [2026-01-22 03:25:32] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.043568 10.0.0.38 - - [2026-01-22 03:25:32] "POST /network-policys HTTP/1.1" 200 589 0.026371 10.0.0.38 - - [2026-01-22 03:25:32] "GET /network-policy/46d5f7fb-5a41-4cc9-bdfb-e709eea3681a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007376 10.0.0.38 - - [2026-01-22 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.38 - - [2026-01-22 03:25:32] "GET /virtual-network/1a8d71c5-f00b-4a6a-af59-106e03a8e024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005614 10.0.0.38 - - [2026-01-22 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.38 - - [2026-01-22 03:25:32] "GET /network-policy/46d5f7fb-5a41-4cc9-bdfb-e709eea3681a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004047 10.0.0.131 - - [2026-01-22 03:25:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.006776 10.0.0.38 - - [2026-01-22 03:25:32] "POST /ref-update HTTP/1.1" 200 156 0.067252 10.0.0.38 - - [2026-01-22 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.38 - - [2026-01-22 03:25:32] "GET /network-policy/46d5f7fb-5a41-4cc9-bdfb-e709eea3681a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003843 10.0.0.38 - - [2026-01-22 03:25:32] "GET /virtual-network/1a8d71c5-f00b-4a6a-af59-106e03a8e024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.007267 10.0.0.38 - - [2026-01-22 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.38 - - [2026-01-22 03:25:32] "GET /network-policy/46d5f7fb-5a41-4cc9-bdfb-e709eea3681a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003920 10.0.0.38 - - [2026-01-22 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.38 - - [2026-01-22 03:25:32] "GET /virtual-network/2694ea04-617f-4dcf-bc98-9f2625736f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006790 10.0.0.38 - - [2026-01-22 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.38 - - [2026-01-22 03:25:32] "GET /network-policy/46d5f7fb-5a41-4cc9-bdfb-e709eea3681a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005400 10.0.0.38 - - [2026-01-22 03:25:32] "POST /ref-update HTTP/1.1" 200 156 0.044290 10.0.0.131 - - [2026-01-22 03:25:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.007557 10.0.0.38 - - [2026-01-22 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.38 - - [2026-01-22 03:25:32] "GET /network-policy/46d5f7fb-5a41-4cc9-bdfb-e709eea3681a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.013041 10.0.0.38 - - [2026-01-22 03:25:32] "GET /virtual-network/2694ea04-617f-4dcf-bc98-9f2625736f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.021426 10.0.0.38 - - [2026-01-22 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.38 - - [2026-01-22 03:25:32] "GET /network-policy/46d5f7fb-5a41-4cc9-bdfb-e709eea3681a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004507 10.0.0.38 - - [2026-01-22 03:25:32] "POST /id-to-fqname HTTP/1.1" 200 214 0.001064 10.0.0.38 - - [2026-01-22 03:25:33] "POST /neutron/port HTTP/1.1" 200 2187 0.066303 10.0.0.131 - - [2026-01-22 03:25:33] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.38 - - [2026-01-22 03:25:33] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.080977 10.0.0.38 - - [2026-01-22 03:25:34] "POST /neutron/network HTTP/1.1" 200 912 0.006941 10.0.0.38 - - [2026-01-22 03:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.006430 10.0.0.38 - - [2026-01-22 03:25:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001261 10.0.0.38 - - [2026-01-22 03:25:34] "POST /neutron/network HTTP/1.1" 200 922 0.010798 10.0.0.131 - - [2026-01-22 03:25:35] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001330 10.0.0.38 - - [2026-01-22 03:25:35] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.090293 10.0.0.38 - - [2026-01-22 03:25:35] "POST /neutron/security_group HTTP/1.1" 200 4004 0.008657 10.0.0.38 - - [2026-01-22 03:25:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003454 10.0.0.38 - - [2026-01-22 03:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.38 - - [2026-01-22 03:25:35] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004802 10.0.0.131 - - [2026-01-22 03:25:36] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.131 - - [2026-01-22 03:25:36] "PUT /access-control-list/09431a57-195b-45e7-98aa-539c16f50f86 HTTP/1.1" 200 273 0.026882 10.0.0.38 - - [2026-01-22 03:25:36] "POST /neutron/port HTTP/1.1" 200 1063 0.318608 10.0.0.38 - - [2026-01-22 03:25:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006430 10.0.0.38 - - [2026-01-22 03:25:36] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003405 10.0.0.38 - - [2026-01-22 03:25:36] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003317 10.0.0.38 - - [2026-01-22 03:25:36] "POST /neutron/port HTTP/1.1" 200 1117 0.118084 10.0.0.38 - - [2026-01-22 03:25:36] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.058237 10.0.0.38 - - [2026-01-22 03:25:36] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.045856 10.0.0.38 - - [2026-01-22 03:25:36] "POST /neutron/subnet HTTP/1.1" 200 675 0.024168 10.0.0.38 - - [2026-01-22 03:25:36] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.016111 10.0.0.38 - - [2026-01-22 03:25:36] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007855 10.0.0.38 - - [2026-01-22 03:25:36] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.045935 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.033943 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006584 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005200 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.037814 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.037678 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005874 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008409 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.019169 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003238 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005410 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004426 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.028334 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.036962 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004904 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003689 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.037894 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.030145 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007202 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005034 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.029718 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.033916 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005479 10.0.0.38 - - [2026-01-22 03:25:37] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005447 10.0.0.38 - - [2026-01-22 03:25:37] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.033884 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003247 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004490 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004166 10.0.0.38 - - [2026-01-22 03:25:38] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.027168 10.0.0.38 - - [2026-01-22 03:25:38] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.035877 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004301 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006021 10.0.0.38 - - [2026-01-22 03:25:38] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.040349 10.0.0.38 - - [2026-01-22 03:25:38] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.032512 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004346 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005772 10.0.0.38 - - [2026-01-22 03:25:38] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.029277 10.0.0.38 - - [2026-01-22 03:25:38] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.036390 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004593 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004072 10.0.0.38 - - [2026-01-22 03:25:38] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.018298 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003633 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004819 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004103 10.0.0.38 - - [2026-01-22 03:25:38] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.035151 10.0.0.38 - - [2026-01-22 03:25:38] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.044189 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.011079 10.0.0.38 - - [2026-01-22 03:25:38] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005287 10.0.0.38 - - [2026-01-22 03:25:38] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.032830 10.0.0.38 - - [2026-01-22 03:25:39] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.047914 10.0.0.38 - - [2026-01-22 03:25:39] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005767 10.0.0.38 - - [2026-01-22 03:25:39] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004329 10.0.0.38 - - [2026-01-22 03:25:39] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.026107 10.0.0.38 - - [2026-01-22 03:25:39] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.034724 10.0.0.131 - - [2026-01-22 03:25:40] "DELETE /project/654a46edd6644bd8bb6314d6a652abd3 HTTP/1.1" 404 173 0.014626 10.0.0.131 - - [2026-01-22 03:25:40] "DELETE /project/82a2ffbcf1f34951b5b948e646e898fb HTTP/1.1" 404 173 0.023407 10.0.0.131 - - [2026-01-22 03:25:40] "DELETE /project/9bf9734dbc014e43b17fbe7e9380c037 HTTP/1.1" 404 173 0.014166 10.0.0.131 - - [2026-01-22 03:25:40] "DELETE /project/104c58751830452c90d52671cb895306 HTTP/1.1" 404 173 0.019777 10.0.0.131 - - [2026-01-22 03:25:40] "GET /projects?obj_uuids=654a46ed-d664-4bd8-bb63-14d6a652abd3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.131 - - [2026-01-22 03:25:40] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000867 10.0.0.131 - - [2026-01-22 03:25:40] "GET /projects?obj_uuids=4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000747 10.0.0.131 - - [2026-01-22 03:25:40] "GET /projects?obj_uuids=9bf9734d-bc01-4e43-b17f-be7e9380c037&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000847 10.0.0.131 - - [2026-01-22 03:25:40] "GET /project/9bf9734d-bc01-4e43-b17f-be7e9380c037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.075394 10.0.0.131 - - [2026-01-22 03:25:40] "GET /project/104c5875-1830-452c-90d5-2671cb895306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1506 0.081129 10.0.0.131 - - [2026-01-22 03:25:40] "GET /project/4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.087846 10.0.0.131 - - [2026-01-22 03:25:41] "GET /project/654a46ed-d664-4bd8-bb63-14d6a652abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.099004 10.0.0.131 - - [2026-01-22 03:25:41] "GET /projects?obj_uuids=9bf9734d-bc01-4e43-b17f-be7e9380c037&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001194 10.0.0.131 - - [2026-01-22 03:25:41] "GET /projects?obj_uuids=4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000892 10.0.0.131 - - [2026-01-22 03:25:41] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000977 10.0.0.131 - - [2026-01-22 03:25:41] "GET /projects?obj_uuids=654a46ed-d664-4bd8-bb63-14d6a652abd3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.131 - - [2026-01-22 03:25:41] "GET /project/4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49?fields=security_groups HTTP/1.1" 200 1376 0.053241 10.0.0.131 - - [2026-01-22 03:25:41] "GET /project/654a46ed-d664-4bd8-bb63-14d6a652abd3?fields=security_groups HTTP/1.1" 200 1373 0.053736 10.0.0.131 - - [2026-01-22 03:25:41] "GET /project/9bf9734d-bc01-4e43-b17f-be7e9380c037?fields=security_groups HTTP/1.1" 200 1392 0.084534 10.0.0.131 - - [2026-01-22 03:25:41] "GET /project/104c5875-1830-452c-90d5-2671cb895306?fields=security_groups HTTP/1.1" 200 1394 0.091772 10.0.0.131 - - [2026-01-22 03:25:41] "DELETE /security-group/59f47713-0f25-4ef7-9ee0-6ee227727507 HTTP/1.1" 200 115 0.100755 10.0.0.131 - - [2026-01-22 03:25:41] "GET /projects?obj_uuids=4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001525 10.0.0.131 - - [2026-01-22 03:25:41] "DELETE /security-group/4a7298fa-2d1d-4b37-9f70-364c0c5be539 HTTP/1.1" 200 115 0.132429 10.0.0.131 - - [2026-01-22 03:25:41] "GET /projects?obj_uuids=654a46ed-d664-4bd8-bb63-14d6a652abd3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.131 - - [2026-01-22 03:25:41] "DELETE /security-group/c5a99fc5-5a1c-4f92-8aab-db43dd248fa2 HTTP/1.1" 200 115 0.143223 10.0.0.131 - - [2026-01-22 03:25:41] "GET /projects?obj_uuids=9bf9734d-bc01-4e43-b17f-be7e9380c037&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002103 10.0.0.131 - - [2026-01-22 03:25:41] "DELETE /security-group/56fa9337-c9eb-4d7d-bce7-bf05285b3498 HTTP/1.1" 200 115 0.140800 10.0.0.131 - - [2026-01-22 03:25:41] "GET /project/4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49?fields=application_policy_sets HTTP/1.1" 200 1415 0.080046 10.0.0.131 - - [2026-01-22 03:25:41] "GET /projects?obj_uuids=104c5875-1830-452c-90d5-2671cb895306&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001215 10.0.0.131 - - [2026-01-22 03:25:41] "GET /project/9bf9734d-bc01-4e43-b17f-be7e9380c037?fields=application_policy_sets HTTP/1.1" 200 1431 0.093773 10.0.0.131 - - [2026-01-22 03:25:41] "GET /project/654a46ed-d664-4bd8-bb63-14d6a652abd3?fields=application_policy_sets HTTP/1.1" 200 1412 0.146792 10.0.0.131 - - [2026-01-22 03:25:41] "DELETE /access-control-list/23aec582-3f40-4e42-a306-5aaf3c5cdebb HTTP/1.1" 200 115 0.097945 10.0.0.131 - - [2026-01-22 03:25:41] "GET /project/104c5875-1830-452c-90d5-2671cb895306?fields=application_policy_sets HTTP/1.1" 200 1433 0.162153 10.0.0.131 - - [2026-01-22 03:25:41] "DELETE /project/4fb2b35c-6eb5-4f0a-af7b-af8b2e3c6c49 HTTP/1.1" 200 115 0.715232 10.0.0.131 - - [2026-01-22 03:25:41] "DELETE /access-control-list/3beb5596-0960-4851-9629-42e564b98ea0 HTTP/1.1" 200 115 0.069474 10.0.0.131 - - [2026-01-22 03:25:41] "DELETE /project/9bf9734d-bc01-4e43-b17f-be7e9380c037 HTTP/1.1" 200 115 0.787026 10.0.0.131 - - [2026-01-22 03:25:41] "DELETE /project/654a46ed-d664-4bd8-bb63-14d6a652abd3 HTTP/1.1" 200 115 0.800141 10.0.0.131 - - [2026-01-22 03:25:41] "DELETE /project/104c5875-1830-452c-90d5-2671cb895306 HTTP/1.1" 200 115 0.825758 10.0.0.38 - - [2026-01-22 03:25:45] "POST /neutron/port HTTP/1.1" 200 1127 0.019782 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003549 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004935 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004115 10.0.0.38 - - [2026-01-22 03:25:49] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.027220 10.0.0.38 - - [2026-01-22 03:25:49] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.033158 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005941 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005856 10.0.0.38 - - [2026-01-22 03:25:49] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.031367 10.0.0.38 - - [2026-01-22 03:25:49] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.035832 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004798 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007892 10.0.0.38 - - [2026-01-22 03:25:49] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.030204 10.0.0.38 - - [2026-01-22 03:25:49] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.033739 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007205 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004736 10.0.0.38 - - [2026-01-22 03:25:49] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.022774 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003373 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005220 10.0.0.38 - - [2026-01-22 03:25:49] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004786 10.0.0.38 - - [2026-01-22 03:25:49] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.028797 10.0.0.38 - - [2026-01-22 03:25:50] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.036686 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010256 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008113 10.0.0.38 - - [2026-01-22 03:25:50] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.039719 10.0.0.38 - - [2026-01-22 03:25:50] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.044845 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008698 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010359 10.0.0.38 - - [2026-01-22 03:25:50] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.037542 10.0.0.38 - - [2026-01-22 03:25:50] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.030056 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004631 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005129 10.0.0.38 - - [2026-01-22 03:25:50] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.022933 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003672 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004574 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003938 10.0.0.38 - - [2026-01-22 03:25:50] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.029691 10.0.0.38 - - [2026-01-22 03:25:50] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.028227 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005659 10.0.0.38 - - [2026-01-22 03:25:50] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005374 10.0.0.38 - - [2026-01-22 03:25:50] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.028892 10.0.0.38 - - [2026-01-22 03:25:50] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.050979 10.0.0.38 - - [2026-01-22 03:25:51] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007874 10.0.0.38 - - [2026-01-22 03:25:51] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005181 10.0.0.38 - - [2026-01-22 03:25:51] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.035702 10.0.0.38 - - [2026-01-22 03:25:51] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.034137 10.0.0.38 - - [2026-01-22 03:25:51] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.012507 10.0.0.38 - - [2026-01-22 03:25:51] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005905 10.0.0.38 - - [2026-01-22 03:25:51] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.022362 10.0.0.38 - - [2026-01-22 03:25:51] "POST /ref-update HTTP/1.1" 200 156 0.058141 10.0.0.131 - - [2026-01-22 03:25:51] "DELETE /access-control-list/09431a57-195b-45e7-98aa-539c16f50f86 HTTP/1.1" 200 115 0.050404 10.0.0.38 - - [2026-01-22 03:25:51] "GET /virtual-network/2694ea04-617f-4dcf-bc98-9f2625736f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.010908 10.0.0.38 - - [2026-01-22 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.38 - - [2026-01-22 03:25:51] "GET /network-policy/46d5f7fb-5a41-4cc9-bdfb-e709eea3681a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003652 10.0.0.38 - - [2026-01-22 03:25:51] "POST /ref-update HTTP/1.1" 200 156 0.058004 10.0.0.38 - - [2026-01-22 03:25:51] "POST /neutron/network HTTP/1.1" 200 799 0.013838 10.0.0.38 - - [2026-01-22 03:25:51] "GET /virtual-network/1a8d71c5-f00b-4a6a-af59-106e03a8e024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005594 10.0.0.131 - - [2026-01-22 03:25:51] "POST /ref-update HTTP/1.1" 200 156 0.022972 10.0.0.38 - - [2026-01-22 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007030 10.0.0.38 - - [2026-01-22 03:25:51] "GET /network-policy/46d5f7fb-5a41-4cc9-bdfb-e709eea3681a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004322 10.0.0.38 - - [2026-01-22 03:25:51] "DELETE /network-policy/46d5f7fb-5a41-4cc9-bdfb-e709eea3681a HTTP/1.1" 200 115 0.026415 10.0.0.38 - - [2026-01-22 03:25:51] "POST /neutron/port HTTP/1.1" 200 1127 0.018426 10.0.0.38 - - [2026-01-22 03:25:53] "POST /neutron/network HTTP/1.1" 200 799 0.008029 10.0.0.131 - - [2026-01-22 03:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003366 10.0.0.131 - - [2026-01-22 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.131 - - [2026-01-22 03:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002940 10.0.0.38 - - [2026-01-22 03:25:54] "POST /neutron/network HTTP/1.1" 200 151 0.120454 10.0.0.38 - - [2026-01-22 03:25:54] "POST /ref-update HTTP/1.1" 200 156 0.067451 10.0.0.38 - - [2026-01-22 03:25:54] "GET /virtual-network/98f17168-5d61-456b-a5cd-8798f50d3a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.011055 10.0.0.38 - - [2026-01-22 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.131 - - [2026-01-22 03:25:54] "POST /ref-update HTTP/1.1" 200 156 0.028440 10.0.0.38 - - [2026-01-22 03:25:54] "GET /network-policy/b8ef4431-46e7-4a22-a1f0-d5e63350a4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004158 10.0.0.131 - - [2026-01-22 03:25:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.003571 10.0.0.38 - - [2026-01-22 03:25:54] "POST /ref-update HTTP/1.1" 200 156 0.065629 10.0.0.38 - - [2026-01-22 03:25:54] "GET /virtual-network/cd707189-ea26-464f-bc0b-aff05d210a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.010468 10.0.0.38 - - [2026-01-22 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.38 - - [2026-01-22 03:25:54] "GET /network-policy/b8ef4431-46e7-4a22-a1f0-d5e63350a4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003895 10.0.0.38 - - [2026-01-22 03:25:54] "DELETE /network-policy/b8ef4431-46e7-4a22-a1f0-d5e63350a4bc HTTP/1.1" 200 115 0.031183 10.0.0.38 - - [2026-01-22 03:25:54] "POST /neutron/network HTTP/1.1" 200 976 0.009257 10.0.0.38 - - [2026-01-22 03:25:55] "POST /neutron/port HTTP/1.1" 200 1208 0.015266 10.0.0.131 - - [2026-01-22 03:25:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.131 - - [2026-01-22 03:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009370 10.0.0.131 - - [2026-01-22 03:25:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003574 10.0.0.131 - - [2026-01-22 03:25:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002313 10.0.0.131 - - [2026-01-22 03:25:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002884 10.0.0.38 - - [2026-01-22 03:25:56] "POST /neutron/network HTTP/1.1" 200 151 0.145184 10.0.0.131 - - [2026-01-22 03:25:57] "DELETE /route-target/2d880c22-0482-48a9-afcc-476f338abd7b HTTP/1.1" 200 115 0.020118 10.0.0.38 - - [2026-01-22 03:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.131 - - [2026-01-22 03:25:57] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.38 - - [2026-01-22 03:25:57] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.044669 10.0.0.38 - - [2026-01-22 03:25:57] "POST /neutron/network HTTP/1.1" 200 117 0.014623 10.0.0.131 - - [2026-01-22 03:25:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008794 10.0.0.38 - - [2026-01-22 03:25:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.215346 10.0.0.38 - - [2026-01-22 03:25:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001804 10.0.0.38 - - [2026-01-22 03:25:58] "GET /virtual-network/72fdf443-d0b7-4aaa-8083-f44e9f469f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006675 10.0.0.38 - - [2026-01-22 03:25:58] "GET /virtual-network/72fdf443-d0b7-4aaa-8083-f44e9f469f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006601 10.0.0.38 - - [2026-01-22 03:25:58] "POST /neutron/network HTTP/1.1" 200 973 0.011296 10.0.0.38 - - [2026-01-22 03:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.131 - - [2026-01-22 03:25:58] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.38 - - [2026-01-22 03:25:58] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.051425 10.0.0.38 - - [2026-01-22 03:25:58] "POST /neutron/network HTTP/1.1" 200 117 0.018547 10.0.0.131 - - [2026-01-22 03:25:58] "POST /route-targets HTTP/1.1" 200 328 0.014050 10.0.0.131 - - [2026-01-22 03:25:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.009109 10.0.0.131 - - [2026-01-22 03:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004551 10.0.0.38 - - [2026-01-22 03:25:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.253332 10.0.0.38 - - [2026-01-22 03:25:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001802 10.0.0.38 - - [2026-01-22 03:25:59] "GET /virtual-network/a60ef9ef-8b19-4408-9f14-d85693fb6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.015687 10.0.0.38 - - [2026-01-22 03:25:59] "GET /virtual-network/a60ef9ef-8b19-4408-9f14-d85693fb6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006917 10.0.0.38 - - [2026-01-22 03:25:59] "POST /neutron/network HTTP/1.1" 200 973 0.011062 10.0.0.38 - - [2026-01-22 03:25:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001233 10.0.0.38 - - [2026-01-22 03:25:59] "POST /neutron/port HTTP/1.1" 200 1122 0.064186 10.0.0.38 - - [2026-01-22 03:26:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008854 10.0.0.38 - - [2026-01-22 03:26:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001218 10.0.0.38 - - [2026-01-22 03:26:00] "POST /neutron/network HTTP/1.1" 200 983 0.008280 10.0.0.131 - - [2026-01-22 03:26:01] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002192 10.0.0.38 - - [2026-01-22 03:26:01] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.084986 10.0.0.38 - - [2026-01-22 03:26:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009581 10.0.0.38 - - [2026-01-22 03:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.007618 10.0.0.38 - - [2026-01-22 03:26:01] "POST /fqname-to-id HTTP/1.1" 404 209 0.004177 10.0.0.38 - - [2026-01-22 03:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.131 - - [2026-01-22 03:26:02] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002409 10.0.0.38 - - [2026-01-22 03:26:02] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.050122 10.0.0.38 - - [2026-01-22 03:26:02] "POST /network-policys HTTP/1.1" 200 535 0.032933 10.0.0.38 - - [2026-01-22 03:26:02] "GET /network-policy/8c6bee1d-0057-48f9-a3de-4cf7119c1d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007821 10.0.0.38 - - [2026-01-22 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.38 - - [2026-01-22 03:26:02] "GET /virtual-network/72fdf443-d0b7-4aaa-8083-f44e9f469f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.007603 10.0.0.38 - - [2026-01-22 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.38 - - [2026-01-22 03:26:02] "GET /network-policy/8c6bee1d-0057-48f9-a3de-4cf7119c1d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005206 10.0.0.38 - - [2026-01-22 03:26:02] "POST /ref-update HTTP/1.1" 200 156 0.071071 10.0.0.131 - - [2026-01-22 03:26:02] "POST /access-control-lists HTTP/1.1" 200 580 0.061823 10.0.0.38 - - [2026-01-22 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009799 10.0.0.38 - - [2026-01-22 03:26:02] "GET /network-policy/8c6bee1d-0057-48f9-a3de-4cf7119c1d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005659 10.0.0.38 - - [2026-01-22 03:26:02] "POST /neutron/network HTTP/1.1" 200 1059 0.014879 10.0.0.38 - - [2026-01-22 03:26:02] "GET /virtual-network/72fdf443-d0b7-4aaa-8083-f44e9f469f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.006912 10.0.0.38 - - [2026-01-22 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.38 - - [2026-01-22 03:26:02] "GET /network-policy/8c6bee1d-0057-48f9-a3de-4cf7119c1d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004993 10.0.0.38 - - [2026-01-22 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.38 - - [2026-01-22 03:26:02] "GET /virtual-network/a60ef9ef-8b19-4408-9f14-d85693fb6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007649 10.0.0.38 - - [2026-01-22 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.38 - - [2026-01-22 03:26:02] "GET /network-policy/8c6bee1d-0057-48f9-a3de-4cf7119c1d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005629 10.0.0.131 - - [2026-01-22 03:26:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.003559 10.0.0.38 - - [2026-01-22 03:26:02] "POST /ref-update HTTP/1.1" 200 156 0.058732 10.0.0.38 - - [2026-01-22 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.38 - - [2026-01-22 03:26:02] "GET /network-policy/8c6bee1d-0057-48f9-a3de-4cf7119c1d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008469 10.0.0.131 - - [2026-01-22 03:26:02] "POST /ref-update HTTP/1.1" 200 156 0.036866 10.0.0.38 - - [2026-01-22 03:26:02] "GET /virtual-network/a60ef9ef-8b19-4408-9f14-d85693fb6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.012540 10.0.0.38 - - [2026-01-22 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.38 - - [2026-01-22 03:26:03] "GET /network-policy/8c6bee1d-0057-48f9-a3de-4cf7119c1d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005957 10.0.0.38 - - [2026-01-22 03:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.131 - - [2026-01-22 03:26:03] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001340 10.0.0.38 - - [2026-01-22 03:26:03] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.040201 10.0.0.131 - - [2026-01-22 03:26:03] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.38 - - [2026-01-22 03:26:03] "POST /neutron/network HTTP/1.1" 200 585 0.171752 10.0.0.131 - - [2026-01-22 03:26:03] "POST /ref-update HTTP/1.1" 200 156 0.027214 10.0.0.38 - - [2026-01-22 03:26:03] "POST /neutron/port HTTP/1.1" 200 1122 0.059076 10.0.0.38 - - [2026-01-22 03:26:03] "POST /neutron/network HTTP/1.1" 200 799 0.012478 10.0.0.38 - - [2026-01-22 03:26:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001485 10.0.0.38 - - [2026-01-22 03:26:03] "GET /virtual-network/28a4b519-1f17-4731-8169-16cbdd22fe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.018022 10.0.0.38 - - [2026-01-22 03:26:03] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.38 - - [2026-01-22 03:26:03] "GET /virtual-network/28a4b519-1f17-4731-8169-16cbdd22fe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005599 10.0.0.38 - - [2026-01-22 03:26:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.011192 10.0.0.38 - - [2026-01-22 03:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.131 - - [2026-01-22 03:26:03] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.38 - - [2026-01-22 03:26:03] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.064648 10.0.0.131 - - [2026-01-22 03:26:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010000 10.0.0.38 - - [2026-01-22 03:26:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.244867 10.0.0.38 - - [2026-01-22 03:26:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001235 10.0.0.38 - - [2026-01-22 03:26:04] "GET /virtual-network/78080fb9-56b9-4daa-abb7-f2e8351185f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005660 10.0.0.38 - - [2026-01-22 03:26:04] "GET /virtual-network/78080fb9-56b9-4daa-abb7-f2e8351185f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005094 10.0.0.38 - - [2026-01-22 03:26:04] "POST /neutron/network HTTP/1.1" 200 799 0.006634 10.0.0.38 - - [2026-01-22 03:26:04] "POST /fqname-to-id HTTP/1.1" 404 239 0.003027 10.0.0.38 - - [2026-01-22 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.131 - - [2026-01-22 03:26:04] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.089403 10.0.0.38 - - [2026-01-22 03:26:04] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.151036 10.0.0.38 - - [2026-01-22 03:26:04] "POST /network-policys HTTP/1.1" 200 589 0.029529 10.0.0.38 - - [2026-01-22 03:26:04] "GET /network-policy/31dc7cc8-154a-4939-b94c-164cef7f01aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005832 10.0.0.38 - - [2026-01-22 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.38 - - [2026-01-22 03:26:04] "GET /virtual-network/28a4b519-1f17-4731-8169-16cbdd22fe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006271 10.0.0.38 - - [2026-01-22 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010557 10.0.0.38 - - [2026-01-22 03:26:05] "GET /network-policy/31dc7cc8-154a-4939-b94c-164cef7f01aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004306 10.0.0.131 - - [2026-01-22 03:26:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.008350 10.0.0.38 - - [2026-01-22 03:26:05] "POST /ref-update HTTP/1.1" 200 156 0.071276 10.0.0.38 - - [2026-01-22 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007735 10.0.0.38 - - [2026-01-22 03:26:05] "GET /network-policy/31dc7cc8-154a-4939-b94c-164cef7f01aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004168 10.0.0.38 - - [2026-01-22 03:26:05] "GET /virtual-network/28a4b519-1f17-4731-8169-16cbdd22fe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2335 0.007918 10.0.0.38 - - [2026-01-22 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.38 - - [2026-01-22 03:26:05] "GET /network-policy/31dc7cc8-154a-4939-b94c-164cef7f01aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005920 10.0.0.38 - - [2026-01-22 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.38 - - [2026-01-22 03:26:05] "GET /virtual-network/78080fb9-56b9-4daa-abb7-f2e8351185f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005652 10.0.0.38 - - [2026-01-22 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.38 - - [2026-01-22 03:26:05] "GET /network-policy/31dc7cc8-154a-4939-b94c-164cef7f01aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004328 10.0.0.38 - - [2026-01-22 03:26:05] "POST /ref-update HTTP/1.1" 200 156 0.065364 10.0.0.131 - - [2026-01-22 03:26:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.012004 10.0.0.38 - - [2026-01-22 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006795 10.0.0.38 - - [2026-01-22 03:26:05] "GET /network-policy/31dc7cc8-154a-4939-b94c-164cef7f01aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004469 10.0.0.38 - - [2026-01-22 03:26:05] "POST /neutron/network HTTP/1.1" 200 912 0.024515 10.0.0.38 - - [2026-01-22 03:26:05] "GET /virtual-network/78080fb9-56b9-4daa-abb7-f2e8351185f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.008454 10.0.0.38 - - [2026-01-22 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.38 - - [2026-01-22 03:26:05] "GET /network-policy/31dc7cc8-154a-4939-b94c-164cef7f01aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004119 10.0.0.38 - - [2026-01-22 03:26:05] "POST /id-to-fqname HTTP/1.1" 200 214 0.001151 10.0.0.38 - - [2026-01-22 03:26:06] "POST /neutron/port HTTP/1.1" 200 1122 0.057377 10.0.0.38 - - [2026-01-22 03:26:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.001772 10.0.0.38 - - [2026-01-22 03:26:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010077 10.0.0.131 - - [2026-01-22 03:26:07] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.38 - - [2026-01-22 03:26:07] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.093039 10.0.0.38 - - [2026-01-22 03:26:07] "POST /neutron/port HTTP/1.1" 200 1122 0.068809 10.0.0.38 - - [2026-01-22 03:26:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003365 10.0.0.38 - - [2026-01-22 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.38 - - [2026-01-22 03:26:07] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005384 10.0.0.38 - - [2026-01-22 03:26:08] "POST /neutron/network HTTP/1.1" 200 922 0.006419 10.0.0.131 - - [2026-01-22 03:26:08] "PUT /access-control-list/c11d7cf0-693b-4600-ba65-0bad28dda76a HTTP/1.1" 200 273 0.022509 10.0.0.38 - - [2026-01-22 03:26:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.002956 10.0.0.38 - - [2026-01-22 03:26:08] "POST /neutron/port HTTP/1.1" 200 1063 0.018289 10.0.0.38 - - [2026-01-22 03:26:08] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003777 10.0.0.38 - - [2026-01-22 03:26:08] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.002967 10.0.0.38 - - [2026-01-22 03:26:08] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.029886 10.0.0.38 - - [2026-01-22 03:26:08] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.086222 10.0.0.38 - - [2026-01-22 03:26:08] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004627 10.0.0.38 - - [2026-01-22 03:26:08] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006942 10.0.0.38 - - [2026-01-22 03:26:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003572 10.0.0.38 - - [2026-01-22 03:26:08] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.039517 10.0.0.38 - - [2026-01-22 03:26:08] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.033453 10.0.0.38 - - [2026-01-22 03:26:08] "POST /neutron/network HTTP/1.1" 200 912 0.018827 10.0.0.38 - - [2026-01-22 03:26:08] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008609 10.0.0.38 - - [2026-01-22 03:26:08] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007631 10.0.0.38 - - [2026-01-22 03:26:08] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.041643 10.0.0.38 - - [2026-01-22 03:26:09] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.032711 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005247 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005661 10.0.0.38 - - [2026-01-22 03:26:09] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.021155 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003908 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004638 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004405 10.0.0.38 - - [2026-01-22 03:26:09] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.027388 10.0.0.38 - - [2026-01-22 03:26:09] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.044002 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005362 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003890 10.0.0.38 - - [2026-01-22 03:26:09] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.029966 10.0.0.38 - - [2026-01-22 03:26:09] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.034324 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.012609 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004717 10.0.0.38 - - [2026-01-22 03:26:09] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.048970 10.0.0.38 - - [2026-01-22 03:26:09] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.039655 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005822 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003721 10.0.0.38 - - [2026-01-22 03:26:09] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.019692 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003050 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005091 10.0.0.38 - - [2026-01-22 03:26:09] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004211 10.0.0.38 - - [2026-01-22 03:26:09] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.026997 10.0.0.38 - - [2026-01-22 03:26:10] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.036343 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006546 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003544 10.0.0.38 - - [2026-01-22 03:26:10] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.034752 10.0.0.38 - - [2026-01-22 03:26:10] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.043653 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008314 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004691 10.0.0.38 - - [2026-01-22 03:26:10] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.030856 10.0.0.38 - - [2026-01-22 03:26:10] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.051324 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005365 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005355 10.0.0.38 - - [2026-01-22 03:26:10] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.024954 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007036 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004087 10.0.0.38 - - [2026-01-22 03:26:10] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.019930 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004910 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003625 10.0.0.38 - - [2026-01-22 03:26:10] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.018351 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004308 10.0.0.38 - - [2026-01-22 03:26:10] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003770 10.0.0.38 - - [2026-01-22 03:26:10] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.015232 10.0.0.38 - - [2026-01-22 03:26:20] "POST /neutron/port HTTP/1.1" 200 1127 0.018360 10.0.0.38 - - [2026-01-22 03:26:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003917 10.0.0.38 - - [2026-01-22 03:26:20] "POST /neutron/network HTTP/1.1" 200 912 0.006753 10.0.0.38 - - [2026-01-22 03:26:20] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004555 10.0.0.38 - - [2026-01-22 03:26:20] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004184 10.0.0.38 - - [2026-01-22 03:26:20] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.003558 10.0.0.38 - - [2026-01-22 03:26:20] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.025535 10.0.0.38 - - [2026-01-22 03:26:20] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.040811 10.0.0.38 - - [2026-01-22 03:26:20] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008175 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.009372 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.034812 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.026437 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004924 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006171 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.040587 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.037046 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.010225 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004862 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.026959 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003630 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004925 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003848 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.024131 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.036432 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006550 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004359 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.025724 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.031769 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005048 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004147 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.027161 10.0.0.38 - - [2026-01-22 03:26:21] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.042336 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004980 10.0.0.38 - - [2026-01-22 03:26:21] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007228 10.0.0.38 - - [2026-01-22 03:26:22] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.019869 10.0.0.38 - - [2026-01-22 03:26:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004032 10.0.0.38 - - [2026-01-22 03:26:22] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005105 10.0.0.38 - - [2026-01-22 03:26:22] "GET /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004551 10.0.0.38 - - [2026-01-22 03:26:22] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.025422 10.0.0.38 - - [2026-01-22 03:26:22] "PUT /bgp-router/aca0c890-b03f-45f7-8033-20b1ad20bfa7 HTTP/1.1" 200 255 0.031033 10.0.0.38 - - [2026-01-22 03:26:22] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006971 10.0.0.38 - - [2026-01-22 03:26:22] "GET /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003753 10.0.0.38 - - [2026-01-22 03:26:22] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.033884 10.0.0.38 - - [2026-01-22 03:26:22] "PUT /bgp-router/e01006e1-58dc-478a-9c9a-6dce4e433be1 HTTP/1.1" 200 255 0.034959 10.0.0.38 - - [2026-01-22 03:26:22] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004785 10.0.0.38 - - [2026-01-22 03:26:22] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005754 10.0.0.38 - - [2026-01-22 03:26:22] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.027986 10.0.0.38 - - [2026-01-22 03:26:22] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.035265 10.0.0.38 - - [2026-01-22 03:26:22] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004402 10.0.0.38 - - [2026-01-22 03:26:22] "GET /bgp-router/95000387-5ece-41ef-948f-dcf893689f99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.003764 10.0.0.38 - - [2026-01-22 03:26:22] "PUT /bgp-router/95000387-5ece-41ef-948f-dcf893689f99 HTTP/1.1" 200 255 0.017625 10.0.0.38 - - [2026-01-22 03:26:22] "POST /ref-update HTTP/1.1" 200 156 0.055096 10.0.0.38 - - [2026-01-22 03:26:22] "GET /virtual-network/78080fb9-56b9-4daa-abb7-f2e8351185f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007814 10.0.0.38 - - [2026-01-22 03:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.38 - - [2026-01-22 03:26:22] "GET /network-policy/31dc7cc8-154a-4939-b94c-164cef7f01aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003690 10.0.0.38 - - [2026-01-22 03:26:22] "POST /ref-update HTTP/1.1" 200 156 0.053291 10.0.0.131 - - [2026-01-22 03:26:23] "DELETE /access-control-list/e93b8c3b-d024-4638-a233-78a481219332 HTTP/1.1" 200 115 0.050362 10.0.0.38 - - [2026-01-22 03:26:23] "GET /virtual-network/28a4b519-1f17-4731-8169-16cbdd22fe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009306 10.0.0.38 - - [2026-01-22 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.38 - - [2026-01-22 03:26:23] "GET /network-policy/31dc7cc8-154a-4939-b94c-164cef7f01aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004312 10.0.0.38 - - [2026-01-22 03:26:23] "DELETE /network-policy/31dc7cc8-154a-4939-b94c-164cef7f01aa HTTP/1.1" 200 115 0.034168 10.0.0.38 - - [2026-01-22 03:26:23] "POST /neutron/network HTTP/1.1" 200 799 0.005926 10.0.0.38 - - [2026-01-22 03:26:23] "POST /neutron/port HTTP/1.1" 200 1117 0.015527 10.0.0.131 - - [2026-01-22 03:26:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003760 10.0.0.131 - - [2026-01-22 03:26:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002304 10.0.0.38 - - [2026-01-22 03:26:25] "POST /neutron/network HTTP/1.1" 200 151 0.116274 10.0.0.131 - - [2026-01-22 03:26:25] "DELETE /route-target/106462f0-80a6-4a12-be8b-96458ebd8aef HTTP/1.1" 200 115 0.022666 10.0.0.38 - - [2026-01-22 03:26:25] "POST /ref-update HTTP/1.1" 200 156 0.067349 10.0.0.131 - - [2026-01-22 03:26:25] "DELETE /access-control-list/972d6df5-2ae8-4500-9b92-58f2de3d1bae HTTP/1.1" 200 115 0.062460 10.0.0.38 - - [2026-01-22 03:26:25] "POST /neutron/network HTTP/1.1" 200 973 0.027587 10.0.0.38 - - [2026-01-22 03:26:25] "GET /virtual-network/a60ef9ef-8b19-4408-9f14-d85693fb6c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005504 10.0.0.38 - - [2026-01-22 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.38 - - [2026-01-22 03:26:25] "GET /network-policy/8c6bee1d-0057-48f9-a3de-4cf7119c1d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003536 10.0.0.38 - - [2026-01-22 03:26:25] "POST /ref-update HTTP/1.1" 200 156 0.056062 10.0.0.131 - - [2026-01-22 03:26:25] "POST /ref-update HTTP/1.1" 200 156 0.018763 10.0.0.38 - - [2026-01-22 03:26:25] "GET /virtual-network/72fdf443-d0b7-4aaa-8083-f44e9f469f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.024722 10.0.0.38 - - [2026-01-22 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.38 - - [2026-01-22 03:26:25] "GET /network-policy/8c6bee1d-0057-48f9-a3de-4cf7119c1d7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003701 10.0.0.38 - - [2026-01-22 03:26:25] "DELETE /network-policy/8c6bee1d-0057-48f9-a3de-4cf7119c1d7c HTTP/1.1" 200 115 0.034680 10.0.0.131 - - [2026-01-22 03:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.131 - - [2026-01-22 03:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002466 10.0.0.131 - - [2026-01-22 03:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005603 10.0.0.131 - - [2026-01-22 03:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002411 10.0.0.38 - - [2026-01-22 03:26:26] "POST /neutron/network HTTP/1.1" 200 151 0.128254 10.0.0.131 - - [2026-01-22 03:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005567 10.0.0.131 - - [2026-01-22 03:26:27] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.38 - - [2026-01-22 03:26:27] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.244643 10.0.0.131 - - [2026-01-22 03:26:27] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.38 - - [2026-01-22 03:26:27] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?fields=virtual_networks HTTP/1.1" 200 1060 0.042660 10.0.0.131 - - [2026-01-22 03:26:27] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001383 10.0.0.38 - - [2026-01-22 03:26:27] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.034438 10.0.0.131 - - [2026-01-22 03:26:27] "GET /projects?obj_uuids=82a2ffbc-f1f3-4951-b5b9-48e646e898fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.38 - - [2026-01-22 03:26:27] "GET /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb?fields=security_groups HTTP/1.1" 200 1295 0.038166 10.0.0.38 - - [2026-01-22 03:26:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.039029 10.0.0.131 - - [2026-01-22 03:26:28] "GET /projects?obj_uuids=9d40cb09-8d9e-494f-ad00-b6d71b80d787&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003356 10.0.0.131 - - [2026-01-22 03:26:28] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.131 - - [2026-01-22 03:26:28] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008254 10.0.0.131 - - [2026-01-22 03:26:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.003800 10.0.0.131 - - [2026-01-22 03:26:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.004633 10.0.0.131 - - [2026-01-22 03:26:28] "POST /security-groups HTTP/1.1" 200 586 0.073611 10.0.0.131 - - [2026-01-22 03:26:28] "POST /projects HTTP/1.1" 200 575 0.275887 10.0.0.131 - - [2026-01-22 03:26:28] "POST /access-control-lists HTTP/1.1" 200 593 0.025294 10.0.0.131 - - [2026-01-22 03:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.347022 10.0.0.38 - - [2026-01-22 03:26:28] "GET /project/9d40cb09-8d9e-494f-ad00-b6d71b80d787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.495990 10.0.0.38 - - [2026-01-22 03:26:30] "GET / HTTP/1.1" 200 36215 0.001459 10.0.0.131 - - [2026-01-22 03:26:30] "DELETE /access-control-list/04f4aa8a-604f-4614-bf0b-c4d51f5ac175 HTTP/1.1" 200 115 0.027046 10.0.0.38 - - [2026-01-22 03:26:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.38 - - [2026-01-22 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.032474 10.0.0.38 - - [2026-01-22 03:26:32] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004172 10.0.0.38 - - [2026-01-22 03:26:32] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003382 10.0.0.38 - - [2026-01-22 03:26:32] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003881 10.0.0.38 - - [2026-01-22 03:26:32] "PUT /api-access-list/efb214c7-dde1-4808-8885-462db469cba4 HTTP/1.1" 200 265 0.010780 10.0.0.38 - - [2026-01-22 03:26:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.024821 10.0.0.131 - - [2026-01-22 03:26:34] "GET /projects?obj_uuids=e641d534-ffdb-4095-9de7-120c56bf73b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.056594 10.0.0.131 - - [2026-01-22 03:26:34] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.131 - - [2026-01-22 03:26:34] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.033213 10.0.0.131 - - [2026-01-22 03:26:34] "POST /id-to-fqname HTTP/1.1" 200 185 0.002145 10.0.0.131 - - [2026-01-22 03:26:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.006401 10.0.0.131 - - [2026-01-22 03:26:34] "POST /security-groups HTTP/1.1" 200 586 0.073658 10.0.0.131 - - [2026-01-22 03:26:34] "POST /projects HTTP/1.1" 200 575 0.269360 10.0.0.131 - - [2026-01-22 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.348397 10.0.0.131 - - [2026-01-22 03:26:34] "POST /access-control-lists HTTP/1.1" 200 593 0.055458 10.0.0.38 - - [2026-01-22 03:26:34] "GET /project/e641d534-ffdb-4095-9de7-120c56bf73b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.539737 10.0.0.38 - - [2026-01-22 03:26:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.029689 10.0.0.131 - - [2026-01-22 03:26:35] "GET /projects?obj_uuids=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002715 10.0.0.131 - - [2026-01-22 03:26:35] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001427 10.0.0.131 - - [2026-01-22 03:26:35] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007594 10.0.0.131 - - [2026-01-22 03:26:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.002611 10.0.0.131 - - [2026-01-22 03:26:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003303 10.0.0.131 - - [2026-01-22 03:26:35] "POST /security-groups HTTP/1.1" 200 586 0.076761 10.0.0.131 - - [2026-01-22 03:26:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.005547 10.0.0.131 - - [2026-01-22 03:26:35] "POST /projects HTTP/1.1" 200 575 0.277104 10.0.0.131 - - [2026-01-22 03:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.349211 10.0.0.131 - - [2026-01-22 03:26:35] "POST /access-control-lists HTTP/1.1" 200 591 0.029500 10.0.0.38 - - [2026-01-22 03:26:35] "GET /project/f88a42ce-1ff9-4acb-9c68-4f3542a30f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.488789 10.0.0.38 - - [2026-01-22 03:26:36] "GET / HTTP/1.1" 200 36215 0.002334 10.0.0.38 - - [2026-01-22 03:26:37] "GET / HTTP/1.1" 200 36215 0.001556 10.0.0.38 - - [2026-01-22 03:26:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.003627 10.0.0.38 - - [2026-01-22 03:26:37] "POST /api-access-lists HTTP/1.1" 200 523 0.021884 10.0.0.38 - - [2026-01-22 03:26:37] "GET /api-access-list/c35e4447-ddee-4efa-9ba0-79d62d62d08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.005750 10.0.0.38 - - [2026-01-22 03:26:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.38 - - [2026-01-22 03:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.098445 10.0.0.131 - - [2026-01-22 03:26:38] "GET /projects?obj_uuids=e641d534-ffdb-4095-9de7-120c56bf73b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.38 - - [2026-01-22 03:26:38] "GET /project/e641d534-ffdb-4095-9de7-120c56bf73b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.064175 10.0.0.38 - - [2026-01-22 03:26:38] "GET /virtual-networks?parent_id=e641d534-ffdb-4095-9de7-120c56bf73b7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021604 10.0.0.38 - - [2026-01-22 03:26:38] "POST /virtual-networks HTTP/1.1" 200 570 0.100227 10.0.0.38 - - [2026-01-22 03:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.029794 10.0.0.38 - - [2026-01-22 03:26:38] "GET /network-ipam/bcbc1aa1-deee-47e6-a4ad-dfdc09f4ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.015189 10.0.0.131 - - [2026-01-22 03:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007720 10.0.0.38 - - [2026-01-22 03:26:39] "POST /ref-update HTTP/1.1" 200 156 0.081000 10.0.0.38 - - [2026-01-22 03:26:39] "POST /neutron/network HTTP/1.1" 200 829 0.053270 10.0.0.38 - - [2026-01-22 03:26:39] "GET /virtual-network/c8f135c3-46f9-44b7-89d9-8b86d443a349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.019870 10.0.0.38 - - [2026-01-22 03:26:39] "POST /neutron/subnet HTTP/1.1" 200 663 0.055643 10.0.0.38 - - [2026-01-22 03:26:40] "GET /obj-perms HTTP/1.1" 200 4915 0.069568 10.0.0.38 - - [2026-01-22 03:26:41] "GET /virtual-network/c8f135c3-46f9-44b7-89d9-8b86d443a349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.025834 10.0.0.38 - - [2026-01-22 03:26:41] "GET /obj-perms HTTP/1.1" 200 4915 0.080018 10.0.0.38 - - [2026-01-22 03:26:41] "GET /obj-perms HTTP/1.1" 200 4915 0.014286 10.0.0.131 - - [2026-01-22 03:26:41] "DELETE /project/f88a42ce1ff94acb9c684f3542a30f10 HTTP/1.1" 404 173 0.005450 10.0.0.131 - - [2026-01-22 03:26:41] "DELETE /project/82a2ffbc-f1f3-4951-b5b9-48e646e898fb HTTP/1.1" 404 177 0.003715 10.0.0.131 - - [2026-01-22 03:26:41] "DELETE /project/9d40cb098d9e494fad00b6d71b80d787 HTTP/1.1" 404 173 0.008366 10.0.0.131 - - [2026-01-22 03:26:41] "DELETE /project/e641d534ffdb40959de7120c56bf73b7 HTTP/1.1" 404 173 0.004909 10.0.0.38 - - [2026-01-22 03:26:41] "POST /id-to-fqname HTTP/1.1" 401 292 0.000299 10.0.0.38 - - [2026-01-22 03:26:42] "POST /id-to-fqname HTTP/1.1" 200 230 0.041500 10.0.0.38 - - [2026-01-22 03:26:43] "POST /neutron/network HTTP/1.1" 200 839 0.059295 10.0.0.131 - - [2026-01-22 03:26:43] "GET /projects?obj_uuids=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000970 10.0.0.38 - - [2026-01-22 03:26:43] "GET /project/f88a42ce-1ff9-4acb-9c68-4f3542a30f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.062390 10.0.0.38 - - [2026-01-22 03:26:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.039187 10.0.0.38 - - [2026-01-22 03:26:44] "POST /neutron/network HTTP/1.1" 200 839 0.034116 10.0.0.38 - - [2026-01-22 03:26:45] "POST /neutron/port HTTP/1.1" 200 1053 0.044410 10.0.0.38 - - [2026-01-22 03:26:45] "POST /neutron/port HTTP/1.1" 200 1117 0.023097 10.0.0.38 - - [2026-01-22 03:26:45] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.38 - - [2026-01-22 03:26:49] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007989 10.0.0.38 - - [2026-01-22 03:26:49] "POST /neutron/port HTTP/1.1" 200 1117 0.018833 10.0.0.38 - - [2026-01-22 03:26:49] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006824 10.0.0.38 - - [2026-01-22 03:26:49] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2 HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-01-22 03:26:50] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2 HTTP/1.1" 200 1290 0.053023 10.0.0.38 - - [2026-01-22 03:26:50] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2 HTTP/1.1" 200 1290 0.019919 10.0.0.38 - - [2026-01-22 03:26:50] "GET /virtual-machine-interface/4531ac8c-0378-420a-b18a-fac3c733c9e3 HTTP/1.1" 200 2536 0.022295 10.0.0.38 - - [2026-01-22 03:26:50] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2 HTTP/1.1" 200 1290 0.021673 10.0.0.38 - - [2026-01-22 03:26:50] "GET /virtual-machine-interface/4531ac8c-0378-420a-b18a-fac3c733c9e3 HTTP/1.1" 200 2536 0.024666 10.0.0.38 - - [2026-01-22 03:26:50] "GET /instance-ip/0c05026d-a0d0-45a8-b079-77c2a5141581 HTTP/1.1" 200 1625 0.020220 10.0.0.38 - - [2026-01-22 03:26:50] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2 HTTP/1.1" 200 1290 0.031306 10.0.0.38 - - [2026-01-22 03:26:50] "GET /virtual-machine-interface/4531ac8c-0378-420a-b18a-fac3c733c9e3 HTTP/1.1" 200 2536 0.023810 10.0.0.38 - - [2026-01-22 03:26:50] "GET /instance-ip/0c05026d-a0d0-45a8-b079-77c2a5141581 HTTP/1.1" 200 1625 0.019840 10.0.0.38 - - [2026-01-22 03:26:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.016865 10.0.0.38 - - [2026-01-22 03:26:50] "GET / HTTP/1.1" 200 36215 0.001847 10.0.0.38 - - [2026-01-22 03:26:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000685 10.0.0.38 - - [2026-01-22 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.027804 10.0.0.38 - - [2026-01-22 03:26:51] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004060 10.0.0.38 - - [2026-01-22 03:26:51] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015920 10.0.0.38 - - [2026-01-22 03:26:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.018221 10.0.0.38 - - [2026-01-22 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.38 - - [2026-01-22 03:26:51] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004038 10.0.0.38 - - [2026-01-22 03:26:51] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017629 10.0.0.38 - - [2026-01-22 03:26:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.017161 10.0.0.38 - - [2026-01-22 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.38 - - [2026-01-22 03:26:51] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003433 10.0.0.38 - - [2026-01-22 03:26:51] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016273 10.0.0.38 - - [2026-01-22 03:26:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.018304 10.0.0.38 - - [2026-01-22 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.38 - - [2026-01-22 03:26:51] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005404 10.0.0.38 - - [2026-01-22 03:26:51] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020679 10.0.0.38 - - [2026-01-22 03:26:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.021129 10.0.0.38 - - [2026-01-22 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.38 - - [2026-01-22 03:26:51] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004675 10.0.0.38 - - [2026-01-22 03:26:51] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017745 10.0.0.38 - - [2026-01-22 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.028880 10.0.0.38 - - [2026-01-22 03:26:54] "GET /virtual-network/c8f135c3-46f9-44b7-89d9-8b86d443a349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1976 0.025113 10.0.0.38 - - [2026-01-22 03:26:56] "POST /fqname-to-id HTTP/1.1" 403 339 0.015693 10.0.0.38 - - [2026-01-22 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.38 - - [2026-01-22 03:26:56] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003759 10.0.0.38 - - [2026-01-22 03:26:56] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015500 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.016645 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.38 - - [2026-01-22 03:26:57] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003406 10.0.0.38 - - [2026-01-22 03:26:57] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016145 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.019638 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.38 - - [2026-01-22 03:26:57] "GET /routing-instance/ac429846-60c5-4db4-bb3f-3c0de689da97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.005759 10.0.0.38 - - [2026-01-22 03:26:57] "GET /route-target/68204841-94c5-48ef-98de-082d9d87538f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015177 10.0.0.38 - - [2026-01-22 03:26:57] "GET /route-target/68204841-94c5-48ef-98de-082d9d87538f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003814 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.016476 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.38 - - [2026-01-22 03:26:57] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004332 10.0.0.38 - - [2026-01-22 03:26:57] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015319 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.026303 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.38 - - [2026-01-22 03:26:57] "GET /routing-instance/ac429846-60c5-4db4-bb3f-3c0de689da97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003898 10.0.0.38 - - [2026-01-22 03:26:57] "GET /route-target/68204841-94c5-48ef-98de-082d9d87538f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015614 10.0.0.38 - - [2026-01-22 03:26:57] "GET /route-target/68204841-94c5-48ef-98de-082d9d87538f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005621 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.015652 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.38 - - [2026-01-22 03:26:57] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004449 10.0.0.38 - - [2026-01-22 03:26:57] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013982 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.014531 10.0.0.38 - - [2026-01-22 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.38 - - [2026-01-22 03:26:57] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003710 10.0.0.38 - - [2026-01-22 03:26:57] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015819 10.0.0.131 - - [2026-01-22 03:26:58] "GET /obj-perms HTTP/1.1" 200 4915 0.077129 10.0.0.131 - - [2026-01-22 03:27:00] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.020372 10.0.0.38 - - [2026-01-22 03:27:04] "POST /neutron/port HTTP/1.1" 200 1122 0.017514 10.0.0.38 - - [2026-01-22 03:27:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003602 10.0.0.131 - - [2026-01-22 03:27:04] "GET /obj-perms HTTP/1.1" 200 4915 0.018950 10.0.0.38 - - [2026-01-22 03:27:04] "POST /neutron/network HTTP/1.1" 200 834 0.006596 10.0.0.131 - - [2026-01-22 03:27:06] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.016134 10.0.0.131 - - [2026-01-22 03:27:10] "GET /obj-perms HTTP/1.1" 200 4915 0.017887 10.0.0.38 - - [2026-01-22 03:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.032991 10.0.0.38 - - [2026-01-22 03:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.131 - - [2026-01-22 03:27:11] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.017962 10.0.0.38 - - [2026-01-22 03:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.38 - - [2026-01-22 03:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008593 10.0.0.38 - - [2026-01-22 03:27:11] "GET /obj-perms HTTP/1.1" 200 4915 0.014994 10.0.0.38 - - [2026-01-22 03:27:12] "GET /obj-perms HTTP/1.1" 200 5020 0.056003 10.0.0.38 - - [2026-01-22 03:27:12] "GET /obj-perms HTTP/1.1" 200 4915 0.073298 10.0.0.50 - - [2026-01-22 03:27:13] "GET /obj-perms HTTP/1.1" 200 5020 0.060766 10.0.0.38 - - [2026-01-22 03:27:13] "GET /obj-perms HTTP/1.1" 200 4915 0.018730 10.0.0.131 - - [2026-01-22 03:27:13] "GET /obj-perms HTTP/1.1" 200 4915 0.015144 10.0.0.38 - - [2026-01-22 03:27:13] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2 HTTP/1.1" 200 1290 0.018577 10.0.0.38 - - [2026-01-22 03:27:14] "POST /neutron/port HTTP/1.1" 200 151 0.198596 10.0.0.38 - - [2026-01-22 03:27:15] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2 HTTP/1.1" 404 171 0.015976 10.0.0.38 - - [2026-01-22 03:27:15] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2 HTTP/1.1" 404 171 0.012611 10.0.0.38 - - [2026-01-22 03:27:15] "GET /virtual-machine/a9faac9b-7ba5-4527-9c54-f3227e8f7ef2 HTTP/1.1" 404 171 0.012973 10.0.0.38 - - [2026-01-22 03:27:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.015829 10.0.0.38 - - [2026-01-22 03:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.38 - - [2026-01-22 03:27:16] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003564 10.0.0.38 - - [2026-01-22 03:27:16] "GET /virtual-networks?parent_id=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014537 10.0.0.38 - - [2026-01-22 03:27:16] "POST /fqname-to-id HTTP/1.1" 403 361 0.015034 10.0.0.38 - - [2026-01-22 03:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.38 - - [2026-01-22 03:27:16] "GET /routing-instance/ac429846-60c5-4db4-bb3f-3c0de689da97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003836 10.0.0.38 - - [2026-01-22 03:27:16] "GET /route-target/68204841-94c5-48ef-98de-082d9d87538f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014437 10.0.0.38 - - [2026-01-22 03:27:16] "GET /route-target/68204841-94c5-48ef-98de-082d9d87538f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003153 10.0.0.38 - - [2026-01-22 03:27:16] "GET /obj-perms HTTP/1.1" 200 4915 0.013667 10.0.0.38 - - [2026-01-22 03:27:16] "GET /obj-perms HTTP/1.1" 200 5020 0.004555 10.0.0.50 - - [2026-01-22 03:27:16] "GET /obj-perms HTTP/1.1" 200 5020 0.004302 10.0.0.38 - - [2026-01-22 03:27:26] "GET /obj-perms HTTP/1.1" 200 5020 0.004273 10.0.0.50 - - [2026-01-22 03:27:26] "GET /obj-perms HTTP/1.1" 200 5020 0.004702 10.0.0.131 - - [2026-01-22 03:27:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.131 - - [2026-01-22 03:27:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.50 - - [2026-01-22 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.50 - - [2026-01-22 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.38 - - [2026-01-22 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.38 - - [2026-01-22 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.131 - - [2026-01-22 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.131 - - [2026-01-22 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.50 - - [2026-01-22 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.50 - - [2026-01-22 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.38 - - [2026-01-22 03:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.38 - - [2026-01-22 03:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.50 - - [2026-01-22 03:27:32] "GET /obj-perms HTTP/1.1" 200 5020 0.004555 10.0.0.38 - - [2026-01-22 03:27:35] "GET /obj-perms HTTP/1.1" 200 5020 0.004841 10.0.0.50 - - [2026-01-22 03:27:41] "GET /obj-perms HTTP/1.1" 200 5020 0.004301 10.0.0.38 - - [2026-01-22 03:27:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003759 10.0.0.131 - - [2026-01-22 03:27:42] "GET /obj-perms HTTP/1.1" 200 5020 0.082372 10.0.0.131 - - [2026-01-22 03:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.131 - - [2026-01-22 03:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006069 10.0.0.131 - - [2026-01-22 03:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002142 10.0.0.38 - - [2026-01-22 03:27:42] "DELETE /virtual-network/c8f135c3-46f9-44b7-89d9-8b86d443a349 HTTP/1.1" 200 115 0.141047 10.0.0.38 - - [2026-01-22 03:27:42] "DELETE /api-access-list/c35e4447-ddee-4efa-9ba0-79d62d62d08d HTTP/1.1" 200 115 0.038657 10.0.0.131 - - [2026-01-22 03:27:42] "GET /projects?obj_uuids=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001210 10.0.0.38 - - [2026-01-22 03:27:42] "GET /project/f88a42ce-1ff9-4acb-9c68-4f3542a30f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.047199 10.0.0.131 - - [2026-01-22 03:27:42] "GET /projects?obj_uuids=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001055 10.0.0.38 - - [2026-01-22 03:27:42] "GET /project/f88a42ce-1ff9-4acb-9c68-4f3542a30f10?fields=virtual_networks HTTP/1.1" 200 1035 0.047134 10.0.0.131 - - [2026-01-22 03:27:42] "GET /projects?obj_uuids=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001179 10.0.0.38 - - [2026-01-22 03:27:42] "GET /project/f88a42ce-1ff9-4acb-9c68-4f3542a30f10?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.041704 10.0.0.131 - - [2026-01-22 03:27:42] "GET /projects?obj_uuids=f88a42ce-1ff9-4acb-9c68-4f3542a30f10&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000940 10.0.0.38 - - [2026-01-22 03:27:42] "GET /project/f88a42ce-1ff9-4acb-9c68-4f3542a30f10?fields=security_groups HTTP/1.1" 200 1257 0.040748 10.0.0.131 - - [2026-01-22 03:27:43] "GET /projects?obj_uuids=e641d534-ffdb-4095-9de7-120c56bf73b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002944 10.0.0.38 - - [2026-01-22 03:27:43] "GET /project/e641d534-ffdb-4095-9de7-120c56bf73b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.050982 10.0.0.131 - - [2026-01-22 03:27:43] "GET /projects?obj_uuids=e641d534-ffdb-4095-9de7-120c56bf73b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001117 10.0.0.38 - - [2026-01-22 03:27:43] "GET /project/e641d534-ffdb-4095-9de7-120c56bf73b7?fields=virtual_networks HTTP/1.1" 200 1035 0.045078 10.0.0.131 - - [2026-01-22 03:27:43] "GET /projects?obj_uuids=e641d534-ffdb-4095-9de7-120c56bf73b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.38 - - [2026-01-22 03:27:43] "GET /project/e641d534-ffdb-4095-9de7-120c56bf73b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.045901 10.0.0.131 - - [2026-01-22 03:27:43] "GET /projects?obj_uuids=e641d534-ffdb-4095-9de7-120c56bf73b7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002317 10.0.0.38 - - [2026-01-22 03:27:43] "GET /project/e641d534-ffdb-4095-9de7-120c56bf73b7?fields=security_groups HTTP/1.1" 200 1257 0.058265 10.0.0.38 - - [2026-01-22 03:27:45] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003713 10.0.0.38 - - [2026-01-22 03:27:45] "PUT /api-access-list/efb214c7-dde1-4808-8885-462db469cba4 HTTP/1.1" 200 265 0.010808 10.0.0.131 - - [2026-01-22 03:27:45] "GET /projects?obj_uuids=9d40cb09-8d9e-494f-ad00-b6d71b80d787&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.38 - - [2026-01-22 03:27:45] "GET /project/9d40cb09-8d9e-494f-ad00-b6d71b80d787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.036159 10.0.0.131 - - [2026-01-22 03:27:45] "GET /projects?obj_uuids=9d40cb09-8d9e-494f-ad00-b6d71b80d787&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001511 10.0.0.38 - - [2026-01-22 03:27:45] "GET /project/9d40cb09-8d9e-494f-ad00-b6d71b80d787?fields=virtual_networks HTTP/1.1" 200 1035 0.093011 10.0.0.131 - - [2026-01-22 03:27:45] "GET /projects?obj_uuids=9d40cb09-8d9e-494f-ad00-b6d71b80d787&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.38 - - [2026-01-22 03:27:45] "GET /project/9d40cb09-8d9e-494f-ad00-b6d71b80d787?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.045002 10.0.0.131 - - [2026-01-22 03:27:45] "GET /projects?obj_uuids=9d40cb09-8d9e-494f-ad00-b6d71b80d787&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000927 10.0.0.38 - - [2026-01-22 03:27:45] "GET /project/9d40cb09-8d9e-494f-ad00-b6d71b80d787?fields=security_groups HTTP/1.1" 200 1257 0.059485 10.0.0.38 - - [2026-01-22 03:27:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.035016 10.0.0.131 - - [2026-01-22 03:27:46] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003856 10.0.0.131 - - [2026-01-22 03:27:46] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001325 10.0.0.131 - - [2026-01-22 03:27:46] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009902 10.0.0.131 - - [2026-01-22 03:27:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.010173 10.0.0.131 - - [2026-01-22 03:27:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.004104 10.0.0.131 - - [2026-01-22 03:27:47] "POST /security-groups HTTP/1.1" 200 591 0.039587 10.0.0.131 - - [2026-01-22 03:27:47] "POST /projects HTTP/1.1" 200 585 0.297401 10.0.0.131 - - [2026-01-22 03:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.332815 10.0.0.131 - - [2026-01-22 03:27:47] "POST /access-control-lists HTTP/1.1" 200 598 0.025884 10.0.0.38 - - [2026-01-22 03:27:47] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.488015 10.0.0.38 - - [2026-01-22 03:27:48] "GET / HTTP/1.1" 200 36215 0.001459 10.0.0.38 - - [2026-01-22 03:27:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2026-01-22 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.031085 10.0.0.38 - - [2026-01-22 03:27:50] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004778 10.0.0.38 - - [2026-01-22 03:27:50] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004279 10.0.0.38 - - [2026-01-22 03:27:50] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003583 10.0.0.38 - - [2026-01-22 03:27:50] "PUT /api-access-list/efb214c7-dde1-4808-8885-462db469cba4 HTTP/1.1" 200 265 0.023697 10.0.0.38 - - [2026-01-22 03:27:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.028076 10.0.0.131 - - [2026-01-22 03:27:52] "GET /projects?obj_uuids=14852640-9235-40c9-84ea-e3297b8b0ece&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003236 10.0.0.131 - - [2026-01-22 03:27:52] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.131 - - [2026-01-22 03:27:52] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007298 10.0.0.131 - - [2026-01-22 03:27:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.005092 10.0.0.131 - - [2026-01-22 03:27:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.005287 10.0.0.131 - - [2026-01-22 03:27:52] "POST /security-groups HTTP/1.1" 200 591 0.073537 10.0.0.131 - - [2026-01-22 03:27:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.003784 10.0.0.131 - - [2026-01-22 03:27:52] "POST /projects HTTP/1.1" 200 585 0.302828 10.0.0.131 - - [2026-01-22 03:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.376358 10.0.0.131 - - [2026-01-22 03:27:52] "POST /access-control-lists HTTP/1.1" 200 596 0.035502 10.0.0.38 - - [2026-01-22 03:27:52] "GET /project/14852640-9235-40c9-84ea-e3297b8b0ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.537553 10.0.0.38 - - [2026-01-22 03:27:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.029205 10.0.0.131 - - [2026-01-22 03:27:53] "GET /projects?obj_uuids=979d7e61-3e8d-4da0-a571-cd307da2da3e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003163 10.0.0.131 - - [2026-01-22 03:27:53] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.131 - - [2026-01-22 03:27:53] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010226 10.0.0.131 - - [2026-01-22 03:27:53] "POST /id-to-fqname HTTP/1.1" 200 190 0.007668 10.0.0.131 - - [2026-01-22 03:27:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.004659 10.0.0.131 - - [2026-01-22 03:27:53] "POST /security-groups HTTP/1.1" 200 591 0.077166 10.0.0.131 - - [2026-01-22 03:27:53] "POST /projects HTTP/1.1" 200 585 0.298580 10.0.0.131 - - [2026-01-22 03:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.331512 10.0.0.131 - - [2026-01-22 03:27:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.003738 10.0.0.38 - - [2026-01-22 03:27:53] "GET /project/979d7e61-3e8d-4da0-a571-cd307da2da3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.515972 10.0.0.38 - - [2026-01-22 03:27:54] "GET / HTTP/1.1" 200 36215 0.001427 10.0.0.38 - - [2026-01-22 03:27:55] "GET / HTTP/1.1" 200 36215 0.002096 10.0.0.38 - - [2026-01-22 03:27:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.004733 10.0.0.38 - - [2026-01-22 03:27:55] "POST /api-access-lists HTTP/1.1" 200 523 0.025991 10.0.0.38 - - [2026-01-22 03:27:55] "GET /api-access-list/4270c073-b7e6-48c3-a136-ef5c95dc076d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006332 10.0.0.38 - - [2026-01-22 03:27:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.38 - - [2026-01-22 03:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.065958 10.0.0.131 - - [2026-01-22 03:27:56] "GET /projects?obj_uuids=14852640-9235-40c9-84ea-e3297b8b0ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.38 - - [2026-01-22 03:27:56] "GET /project/14852640-9235-40c9-84ea-e3297b8b0ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.067702 10.0.0.38 - - [2026-01-22 03:27:56] "GET /virtual-networks?parent_id=14852640-9235-40c9-84ea-e3297b8b0ece&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017113 10.0.0.38 - - [2026-01-22 03:27:56] "POST /virtual-networks HTTP/1.1" 200 585 0.092413 10.0.0.38 - - [2026-01-22 03:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.025114 10.0.0.131 - - [2026-01-22 03:27:56] "POST /ref-update HTTP/1.1" 200 156 0.025323 10.0.0.38 - - [2026-01-22 03:27:56] "GET /network-ipam/bcbc1aa1-deee-47e6-a4ad-dfdc09f4ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.016496 10.0.0.131 - - [2026-01-22 03:27:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006510 10.0.0.38 - - [2026-01-22 03:27:56] "POST /ref-update HTTP/1.1" 200 156 0.073850 10.0.0.38 - - [2026-01-22 03:27:57] "GET /virtual-network/6c30839e-a27a-476f-b566-1c84e41fcb0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.018964 10.0.0.38 - - [2026-01-22 03:27:57] "POST /neutron/network HTTP/1.1" 200 846 0.055285 10.0.0.38 - - [2026-01-22 03:27:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.38 - - [2026-01-22 03:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.048258 10.0.0.131 - - [2026-01-22 03:27:57] "GET /projects?obj_uuids=979d7e61-3e8d-4da0-a571-cd307da2da3e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001456 10.0.0.38 - - [2026-01-22 03:27:57] "GET /project/979d7e61-3e8d-4da0-a571-cd307da2da3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074438 10.0.0.38 - - [2026-01-22 03:27:57] "GET /virtual-networks?parent_id=979d7e61-3e8d-4da0-a571-cd307da2da3e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020295 10.0.0.38 - - [2026-01-22 03:27:57] "POST /virtual-networks HTTP/1.1" 200 585 0.090390 10.0.0.38 - - [2026-01-22 03:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.052435 10.0.0.38 - - [2026-01-22 03:27:58] "GET /network-ipam/bcbc1aa1-deee-47e6-a4ad-dfdc09f4ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.018791 10.0.0.131 - - [2026-01-22 03:27:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008421 10.0.0.38 - - [2026-01-22 03:27:58] "POST /ref-update HTTP/1.1" 200 156 0.102265 10.0.0.38 - - [2026-01-22 03:27:58] "POST /neutron/network HTTP/1.1" 200 848 0.064299 10.0.0.38 - - [2026-01-22 03:27:58] "GET /virtual-network/7cb3b8f9-f2a9-4e0f-bc00-8c28cb8fcd38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.023146 10.0.0.38 - - [2026-01-22 03:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.38 - - [2026-01-22 03:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.50 - - [2026-01-22 03:28:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000585 10.0.0.131 - - [2026-01-22 03:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.039271 10.0.0.38 - - [2026-01-22 03:28:02] "GET /obj-perms HTTP/1.1" 403 257 0.049555 10.0.0.38 - - [2026-01-22 03:28:02] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.080242 10.0.0.38 - - [2026-01-22 03:28:02] "PUT /virtual-network/6c30839e-a27a-476f-b566-1c84e41fcb0a HTTP/1.1" 200 265 0.075700 10.0.0.38 - - [2026-01-22 03:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.38 - - [2026-01-22 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.50 - - [2026-01-22 03:28:03] "GET /obj-perms HTTP/1.1" 403 257 0.056031 10.0.0.131 - - [2026-01-22 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.38 - - [2026-01-22 03:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005814 10.0.0.38 - - [2026-01-22 03:28:04] "GET /obj-perms HTTP/1.1" 403 257 0.038051 10.0.0.38 - - [2026-01-22 03:28:04] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.036146 10.0.0.38 - - [2026-01-22 03:28:04] "PUT /virtual-network/6c30839e-a27a-476f-b566-1c84e41fcb0a HTTP/1.1" 200 265 0.084754 10.0.0.131 - - [2026-01-22 03:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004627 10.0.0.131 - - [2026-01-22 03:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006136 10.0.0.131 - - [2026-01-22 03:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002499 10.0.0.38 - - [2026-01-22 03:28:04] "DELETE /virtual-network/7cb3b8f9-f2a9-4e0f-bc00-8c28cb8fcd38 HTTP/1.1" 200 115 0.176716 10.0.0.131 - - [2026-01-22 03:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003288 10.0.0.131 - - [2026-01-22 03:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003919 10.0.0.38 - - [2026-01-22 03:28:04] "DELETE /virtual-network/6c30839e-a27a-476f-b566-1c84e41fcb0a HTTP/1.1" 200 115 0.154683 10.0.0.131 - - [2026-01-22 03:28:04] "DELETE /route-target/f5098d9c-f65f-4918-8d9a-8f0c7ed54b88 HTTP/1.1" 200 115 0.033009 10.0.0.38 - - [2026-01-22 03:28:04] "DELETE /api-access-list/4270c073-b7e6-48c3-a136-ef5c95dc076d HTTP/1.1" 200 115 0.058776 10.0.0.131 - - [2026-01-22 03:28:05] "GET /projects?obj_uuids=979d7e61-3e8d-4da0-a571-cd307da2da3e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961 10.0.0.38 - - [2026-01-22 03:28:05] "GET /project/979d7e61-3e8d-4da0-a571-cd307da2da3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.063604 10.0.0.131 - - [2026-01-22 03:28:05] "GET /projects?obj_uuids=979d7e61-3e8d-4da0-a571-cd307da2da3e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002662 10.0.0.38 - - [2026-01-22 03:28:05] "GET /project/979d7e61-3e8d-4da0-a571-cd307da2da3e?fields=virtual_networks HTTP/1.1" 200 1045 0.061330 10.0.0.131 - - [2026-01-22 03:28:05] "GET /projects?obj_uuids=979d7e61-3e8d-4da0-a571-cd307da2da3e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000919 10.0.0.38 - - [2026-01-22 03:28:05] "GET /project/979d7e61-3e8d-4da0-a571-cd307da2da3e?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.064568 10.0.0.131 - - [2026-01-22 03:28:05] "GET /projects?obj_uuids=979d7e61-3e8d-4da0-a571-cd307da2da3e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.38 - - [2026-01-22 03:28:05] "GET /project/979d7e61-3e8d-4da0-a571-cd307da2da3e?fields=security_groups HTTP/1.1" 200 1272 0.052659 10.0.0.131 - - [2026-01-22 03:28:05] "GET /projects?obj_uuids=14852640-9235-40c9-84ea-e3297b8b0ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.38 - - [2026-01-22 03:28:05] "GET /project/14852640-9235-40c9-84ea-e3297b8b0ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.059319 10.0.0.131 - - [2026-01-22 03:28:05] "GET /projects?obj_uuids=14852640-9235-40c9-84ea-e3297b8b0ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.38 - - [2026-01-22 03:28:05] "GET /project/14852640-9235-40c9-84ea-e3297b8b0ece?fields=virtual_networks HTTP/1.1" 200 1043 0.049875 10.0.0.131 - - [2026-01-22 03:28:06] "GET /projects?obj_uuids=14852640-9235-40c9-84ea-e3297b8b0ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.38 - - [2026-01-22 03:28:06] "GET /project/14852640-9235-40c9-84ea-e3297b8b0ece?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.039545 10.0.0.131 - - [2026-01-22 03:28:06] "GET /projects?obj_uuids=14852640-9235-40c9-84ea-e3297b8b0ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.38 - - [2026-01-22 03:28:06] "GET /project/14852640-9235-40c9-84ea-e3297b8b0ece?fields=security_groups HTTP/1.1" 200 1270 0.047225 10.0.0.38 - - [2026-01-22 03:28:06] "POST /neutron/port HTTP/1.1" 200 1122 0.021235 10.0.0.38 - - [2026-01-22 03:28:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006525 10.0.0.38 - - [2026-01-22 03:28:06] "POST /neutron/network HTTP/1.1" 200 834 0.009310 10.0.0.38 - - [2026-01-22 03:28:08] "GET / HTTP/1.1" 200 36215 0.001957 10.0.0.38 - - [2026-01-22 03:28:09] "GET / HTTP/1.1" 200 36215 0.001947 10.0.0.38 - - [2026-01-22 03:28:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-01-22 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.083578 10.0.0.131 - - [2026-01-22 03:28:10] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002560 10.0.0.38 - - [2026-01-22 03:28:10] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.088736 10.0.0.38 - - [2026-01-22 03:28:10] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.017599 10.0.0.38 - - [2026-01-22 03:28:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.019417 10.0.0.38 - - [2026-01-22 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.014280 10.0.0.131 - - [2026-01-22 03:28:10] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.38 - - [2026-01-22 03:28:10] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.017945 10.0.0.38 - - [2026-01-22 03:28:10] "POST /service-templates HTTP/1.1" 403 264 0.010754 10.0.0.38 - - [2026-01-22 03:28:10] "POST /fqname-to-id HTTP/1.1" 404 215 0.003563 10.0.0.38 - - [2026-01-22 03:28:10] "POST /api-access-lists HTTP/1.1" 200 557 0.029051 10.0.0.38 - - [2026-01-22 03:28:10] "GET /api-access-list/f34238dd-fc27-4f0e-8836-e5144ea83a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.006689 10.0.0.38 - - [2026-01-22 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.032560 10.0.0.131 - - [2026-01-22 03:28:11] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.38 - - [2026-01-22 03:28:11] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.059719 10.0.0.38 - - [2026-01-22 03:28:11] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019313 10.0.0.38 - - [2026-01-22 03:28:11] "POST /virtual-networks HTTP/1.1" 200 585 0.106738 10.0.0.38 - - [2026-01-22 03:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.032635 10.0.0.38 - - [2026-01-22 03:28:11] "GET /network-ipam/bcbc1aa1-deee-47e6-a4ad-dfdc09f4ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.037827 10.0.0.131 - - [2026-01-22 03:28:11] "POST /useragent-kv HTTP/1.1" 200 115 0.011324 10.0.0.38 - - [2026-01-22 03:28:11] "POST /ref-update HTTP/1.1" 200 156 0.128473 10.0.0.38 - - [2026-01-22 03:28:11] "GET /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.023368 10.0.0.38 - - [2026-01-22 03:28:11] "POST /neutron/network HTTP/1.1" 200 847 0.065043 10.0.0.38 - - [2026-01-22 03:28:12] "GET /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005540 10.0.0.38 - - [2026-01-22 03:28:12] "GET /network-ipam/bcbc1aa1-deee-47e6-a4ad-dfdc09f4ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.004193 10.0.0.38 - - [2026-01-22 03:28:12] "GET /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012808 10.0.0.50 - - [2026-01-22 03:28:13] "GET /obj-perms HTTP/1.1" 200 5030 0.061541 10.0.0.38 - - [2026-01-22 03:28:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.018610 10.0.0.38 - - [2026-01-22 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.016783 10.0.0.131 - - [2026-01-22 03:28:13] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.38 - - [2026-01-22 03:28:13] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020252 10.0.0.38 - - [2026-01-22 03:28:13] "POST /service-templates HTTP/1.1" 403 264 0.015455 10.0.0.38 - - [2026-01-22 03:28:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.004044 10.0.0.38 - - [2026-01-22 03:28:13] "POST /api-access-lists HTTP/1.1" 200 523 0.026671 10.0.0.38 - - [2026-01-22 03:28:13] "GET /api-access-list/8c30a559-9879-48ac-8cd1-6127352f5d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.006993 10.0.0.38 - - [2026-01-22 03:28:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.020170 10.0.0.38 - - [2026-01-22 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.018341 10.0.0.131 - - [2026-01-22 03:28:13] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.38 - - [2026-01-22 03:28:13] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021595 10.0.0.38 - - [2026-01-22 03:28:13] "POST /service-templates HTTP/1.1" 200 553 0.051821 10.0.0.38 - - [2026-01-22 03:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.031587 10.0.0.38 - - [2026-01-22 03:28:14] "GET /service-template/4d1593eb-fffc-4268-abe6-6c0c3b094291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.019396 10.0.0.38 - - [2026-01-22 03:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.018346 10.0.0.38 - - [2026-01-22 03:28:14] "GET /service-template/4d1593eb-fffc-4268-abe6-6c0c3b094291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.020440 10.0.0.38 - - [2026-01-22 03:28:15] "GET /obj-perms HTTP/1.1" 403 257 0.042572 10.0.0.50 - - [2026-01-22 03:28:15] "GET /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.037527 10.0.0.131 - - [2026-01-22 03:28:16] "GET /obj-perms HTTP/1.1" 403 257 0.044219 10.0.0.38 - - [2026-01-22 03:28:16] "GET /obj-perms HTTP/1.1" 403 257 0.014141 10.0.0.38 - - [2026-01-22 03:28:16] "GET /api-access-list/f34238dd-fc27-4f0e-8836-e5144ea83a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005573 10.0.0.38 - - [2026-01-22 03:28:16] "PUT /api-access-list/f34238dd-fc27-4f0e-8836-e5144ea83a63 HTTP/1.1" 200 265 0.012305 10.0.0.38 - - [2026-01-22 03:28:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2026-01-22 03:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.042470 10.0.0.131 - - [2026-01-22 03:28:16] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.38 - - [2026-01-22 03:28:16] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.071905 10.0.0.38 - - [2026-01-22 03:28:16] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.022419 10.0.0.38 - - [2026-01-22 03:28:16] "POST /virtual-networks HTTP/1.1" 403 263 0.013322 10.0.0.38 - - [2026-01-22 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.38 - - [2026-01-22 03:28:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.044137 10.0.0.38 - - [2026-01-22 03:28:17] "GET /api-access-list/8c30a559-9879-48ac-8cd1-6127352f5d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003717 10.0.0.38 - - [2026-01-22 03:28:17] "PUT /api-access-list/8c30a559-9879-48ac-8cd1-6127352f5d6f HTTP/1.1" 200 265 0.014818 10.0.0.38 - - [2026-01-22 03:28:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.016527 10.0.0.38 - - [2026-01-22 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.019701 10.0.0.131 - - [2026-01-22 03:28:17] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341 10.0.0.38 - - [2026-01-22 03:28:17] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.026925 10.0.0.38 - - [2026-01-22 03:28:17] "POST /service-templates HTTP/1.1" 403 264 0.014523 10.0.0.38 - - [2026-01-22 03:28:17] "GET /api-access-list/f34238dd-fc27-4f0e-8836-e5144ea83a63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004068 10.0.0.38 - - [2026-01-22 03:28:17] "PUT /api-access-list/f34238dd-fc27-4f0e-8836-e5144ea83a63 HTTP/1.1" 200 265 0.012853 10.0.0.38 - - [2026-01-22 03:28:17] "GET /api-access-list/8c30a559-9879-48ac-8cd1-6127352f5d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.004485 10.0.0.38 - - [2026-01-22 03:28:17] "PUT /api-access-list/8c30a559-9879-48ac-8cd1-6127352f5d6f HTTP/1.1" 200 265 0.012060 10.0.0.38 - - [2026-01-22 03:28:18] "GET /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.013869 10.0.0.38 - - [2026-01-22 03:28:19] "GET /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.041755 10.0.0.50 - - [2026-01-22 03:28:19] "GET /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.016553 10.0.0.50 - - [2026-01-22 03:28:19] "GET /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.043104 10.0.0.131 - - [2026-01-22 03:28:19] "GET /obj-perms HTTP/1.1" 403 257 0.014859 10.0.0.131 - - [2026-01-22 03:28:20] "GET /obj-perms HTTP/1.1" 403 257 0.040782 10.0.0.38 - - [2026-01-22 03:28:20] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003533 10.0.0.38 - - [2026-01-22 03:28:20] "PUT /api-access-list/efb214c7-dde1-4808-8885-462db469cba4 HTTP/1.1" 200 265 0.011313 10.0.0.38 - - [2026-01-22 03:28:20] "GET /obj-perms HTTP/1.1" 403 257 0.016368 10.0.0.38 - - [2026-01-22 03:28:20] "GET /obj-perms HTTP/1.1" 403 257 0.014213 10.0.0.38 - - [2026-01-22 03:28:20] "DELETE /api-access-list/f34238dd-fc27-4f0e-8836-e5144ea83a63 HTTP/1.1" 200 115 0.051000 10.0.0.38 - - [2026-01-22 03:28:20] "DELETE /api-access-list/8c30a559-9879-48ac-8cd1-6127352f5d6f HTTP/1.1" 200 115 0.033339 10.0.0.38 - - [2026-01-22 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.50 - - [2026-01-22 03:28:22] "GET /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.043328 10.0.0.131 - - [2026-01-22 03:28:22] "GET /obj-perms HTTP/1.1" 403 257 0.047235 10.0.0.38 - - [2026-01-22 03:28:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.047580 10.0.0.38 - - [2026-01-22 03:28:22] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.005590 10.0.0.38 - - [2026-01-22 03:28:22] "PUT /api-access-list/efb214c7-dde1-4808-8885-462db469cba4 HTTP/1.1" 200 265 0.019975 10.0.0.38 - - [2026-01-22 03:28:22] "GET /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.020391 10.0.0.38 - - [2026-01-22 03:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.013888 10.0.0.38 - - [2026-01-22 03:28:23] "DELETE /service-template/4d1593eb-fffc-4268-abe6-6c0c3b094291 HTTP/1.1" 200 115 0.053715 10.0.0.38 - - [2026-01-22 03:28:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.016050 10.0.0.131 - - [2026-01-22 03:28:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003125 10.0.0.131 - - [2026-01-22 03:28:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002942 10.0.0.38 - - [2026-01-22 03:28:23] "DELETE /virtual-network/85518424-b6f1-41e6-90c8-5cd29042785f HTTP/1.1" 200 115 0.137082 10.0.0.131 - - [2026-01-22 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.38 - - [2026-01-22 03:28:23] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004748 10.0.0.38 - - [2026-01-22 03:28:23] "PUT /api-access-list/efb214c7-dde1-4808-8885-462db469cba4 HTTP/1.1" 200 265 0.016788 10.0.0.38 - - [2026-01-22 03:28:23] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.005494 10.0.0.38 - - [2026-01-22 03:28:23] "PUT /api-access-list/efb214c7-dde1-4808-8885-462db469cba4 HTTP/1.1" 200 265 0.015632 10.0.0.38 - - [2026-01-22 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.131 - - [2026-01-22 03:28:24] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.38 - - [2026-01-22 03:28:24] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046131 10.0.0.38 - - [2026-01-22 03:28:25] "POST /neutron/network HTTP/1.1" 200 117 0.100931 10.0.0.131 - - [2026-01-22 03:28:25] "POST /ref-update HTTP/1.1" 200 156 0.042289 10.0.0.38 - - [2026-01-22 03:28:25] "POST /neutron/network HTTP/1.1" 200 863 0.010416 10.0.0.38 - - [2026-01-22 03:28:25] "POST /id-to-fqname HTTP/1.1" 200 240 0.001608 10.0.0.38 - - [2026-01-22 03:28:25] "GET /virtual-network/bee46df0-7f24-4e8f-b8af-3706a58e1c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005801 10.0.0.38 - - [2026-01-22 03:28:25] "GET /virtual-network/bee46df0-7f24-4e8f-b8af-3706a58e1c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006951 10.0.0.38 - - [2026-01-22 03:28:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.012622 10.0.0.38 - - [2026-01-22 03:28:25] "GET /virtual-network/bee46df0-7f24-4e8f-b8af-3706a58e1c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006643 10.0.0.38 - - [2026-01-22 03:28:25] "GET /network-ipam/bcbc1aa1-deee-47e6-a4ad-dfdc09f4ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.004586 10.0.0.38 - - [2026-01-22 03:28:26] "GET /virtual-network/bee46df0-7f24-4e8f-b8af-3706a58e1c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005891 10.0.0.38 - - [2026-01-22 03:28:26] "GET /obj-perms HTTP/1.1" 200 5030 0.070056 10.0.0.131 - - [2026-01-22 03:28:26] "GET /obj-perms HTTP/1.1" 200 5030 0.048010 10.0.0.38 - - [2026-01-22 03:28:26] "POST /fqname-to-id HTTP/1.1" 404 215 0.003131 10.0.0.38 - - [2026-01-22 03:28:26] "POST /api-access-lists HTTP/1.1" 200 557 0.035084 10.0.0.38 - - [2026-01-22 03:28:26] "GET /api-access-list/00fe4409-1d57-448c-b13c-9bd40f4160d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2441 0.006805 10.0.0.38 - - [2026-01-22 03:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.016652 10.0.0.131 - - [2026-01-22 03:28:26] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.38 - - [2026-01-22 03:28:26] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.060486 10.0.0.131 - - [2026-01-22 03:28:26] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.38 - - [2026-01-22 03:28:27] "POST /neutron/network HTTP/1.1" 200 645 0.173263 10.0.0.131 - - [2026-01-22 03:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006668 10.0.0.38 - - [2026-01-22 03:28:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.277371 10.0.0.38 - - [2026-01-22 03:28:27] "POST /id-to-fqname HTTP/1.1" 200 240 0.012733 10.0.0.38 - - [2026-01-22 03:28:27] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.023578 10.0.0.38 - - [2026-01-22 03:28:27] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.020146 10.0.0.38 - - [2026-01-22 03:28:27] "POST /neutron/network HTTP/1.1" 200 865 0.029340 10.0.0.38 - - [2026-01-22 03:28:27] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005408 10.0.0.38 - - [2026-01-22 03:28:27] "GET /network-ipam/bcbc1aa1-deee-47e6-a4ad-dfdc09f4ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.003474 10.0.0.38 - - [2026-01-22 03:28:28] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005188 10.0.0.50 - - [2026-01-22 03:28:28] "GET /obj-perms HTTP/1.1" 200 5056 0.065427 10.0.0.38 - - [2026-01-22 03:28:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.017164 10.0.0.131 - - [2026-01-22 03:28:28] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.131 - - [2026-01-22 03:28:29] "POST /fqname-to-id HTTP/1.1" 404 264 0.004237 10.0.0.131 - - [2026-01-22 03:28:29] "POST /access-control-lists HTTP/1.1" 200 626 0.028905 10.0.0.131 - - [2026-01-22 03:28:29] "PUT /access-control-list/2f4cdbac-6f00-4f33-9035-6a11c23968cf HTTP/1.1" 200 273 0.012677 10.0.0.38 - - [2026-01-22 03:28:29] "POST /neutron/security_group HTTP/1.1" 200 1426 0.521979 10.0.0.38 - - [2026-01-22 03:28:29] "POST /neutron/security_group HTTP/1.1" 200 1426 0.018146 10.0.0.131 - - [2026-01-22 03:28:29] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.38 - - [2026-01-22 03:28:30] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.096256 10.0.0.38 - - [2026-01-22 03:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.021025 10.0.0.38 - - [2026-01-22 03:28:30] "GET /security-group/5c4ec353-fa75-4682-829e-17fc73937727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.030172 10.0.0.131 - - [2026-01-22 03:28:31] "DELETE /access-control-list/ac0998e8-c12a-4acd-bec3-1fdd314aae43 HTTP/1.1" 200 115 0.051553 10.0.0.38 - - [2026-01-22 03:28:31] "POST /id-to-fqname HTTP/1.1" 200 240 0.038490 10.0.0.131 - - [2026-01-22 03:28:31] "DELETE /access-control-list/22137e11-333d-47f8-bb5d-cdff9e81aa8c HTTP/1.1" 200 115 0.039007 10.0.0.38 - - [2026-01-22 03:28:32] "POST /neutron/port HTTP/1.1" 200 1122 0.081569 10.0.0.131 - - [2026-01-22 03:28:33] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.38 - - [2026-01-22 03:28:33] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.072702 10.0.0.38 - - [2026-01-22 03:28:33] "POST /neutron/network HTTP/1.1" 200 865 0.005795 10.0.0.38 - - [2026-01-22 03:28:33] "POST /neutron/port HTTP/1.1" 200 117 0.007870 10.0.0.38 - - [2026-01-22 03:28:33] "POST /neutron/network HTTP/1.1" 200 865 0.033376 10.0.0.38 - - [2026-01-22 03:28:34] "POST /neutron/port HTTP/1.1" 200 1061 0.016386 10.0.0.38 - - [2026-01-22 03:28:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004483 10.0.0.38 - - [2026-01-22 03:28:34] "POST /neutron/network HTTP/1.1" 200 865 0.006244 10.0.0.38 - - [2026-01-22 03:28:38] "POST /neutron/port HTTP/1.1" 200 1125 0.019032 10.0.0.38 - - [2026-01-22 03:28:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007736 10.0.0.38 - - [2026-01-22 03:28:38] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b HTTP/1.1" 401 292 0.000402 10.0.0.38 - - [2026-01-22 03:28:39] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b HTTP/1.1" 200 1293 0.051396 10.0.0.38 - - [2026-01-22 03:28:39] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b HTTP/1.1" 200 1293 0.017976 10.0.0.38 - - [2026-01-22 03:28:39] "GET /virtual-machine-interface/bc0ce0a1-33ca-4b2d-896d-6a7c4a33d165 HTTP/1.1" 200 3030 0.022758 10.0.0.38 - - [2026-01-22 03:28:39] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b HTTP/1.1" 200 1293 0.017468 10.0.0.38 - - [2026-01-22 03:28:39] "GET /virtual-machine-interface/bc0ce0a1-33ca-4b2d-896d-6a7c4a33d165 HTTP/1.1" 200 3030 0.023000 10.0.0.38 - - [2026-01-22 03:28:39] "GET /instance-ip/e17ac6b2-e5f0-4773-9037-a9a52ed0db05 HTTP/1.1" 200 1645 0.019240 10.0.0.38 - - [2026-01-22 03:28:39] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b HTTP/1.1" 200 1293 0.032852 10.0.0.38 - - [2026-01-22 03:28:39] "GET /virtual-machine-interface/bc0ce0a1-33ca-4b2d-896d-6a7c4a33d165 HTTP/1.1" 200 3030 0.020557 10.0.0.38 - - [2026-01-22 03:28:39] "GET /instance-ip/e17ac6b2-e5f0-4773-9037-a9a52ed0db05 HTTP/1.1" 200 1645 0.017609 10.0.0.38 - - [2026-01-22 03:28:39] "POST /fqname-to-id HTTP/1.1" 403 354 0.020209 10.0.0.38 - - [2026-01-22 03:28:39] "GET / HTTP/1.1" 200 36215 0.002861 10.0.0.38 - - [2026-01-22 03:28:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.38 - - [2026-01-22 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.029851 10.0.0.38 - - [2026-01-22 03:28:40] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004088 10.0.0.38 - - [2026-01-22 03:28:40] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021636 10.0.0.38 - - [2026-01-22 03:28:40] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.020274 10.0.0.38 - - [2026-01-22 03:28:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.015920 10.0.0.38 - - [2026-01-22 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.38 - - [2026-01-22 03:28:40] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004312 10.0.0.38 - - [2026-01-22 03:28:40] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.033167 10.0.0.38 - - [2026-01-22 03:28:40] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.024492 10.0.0.38 - - [2026-01-22 03:28:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.023956 10.0.0.38 - - [2026-01-22 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.38 - - [2026-01-22 03:28:40] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003551 10.0.0.38 - - [2026-01-22 03:28:40] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021111 10.0.0.38 - - [2026-01-22 03:28:40] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.024116 10.0.0.38 - - [2026-01-22 03:28:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.020176 10.0.0.38 - - [2026-01-22 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.38 - - [2026-01-22 03:28:40] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006305 10.0.0.38 - - [2026-01-22 03:28:40] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.034832 10.0.0.38 - - [2026-01-22 03:28:40] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.029773 10.0.0.38 - - [2026-01-22 03:28:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.023640 10.0.0.38 - - [2026-01-22 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.38 - - [2026-01-22 03:28:40] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005565 10.0.0.38 - - [2026-01-22 03:28:41] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.034517 10.0.0.38 - - [2026-01-22 03:28:41] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.022574 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /project/f88a42ce-1ff9-4acb-9c68-4f3542a30f10 HTTP/1.1" 404 177 0.013035 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /project/14852640923540c984eae3297b8b0ece HTTP/1.1" 404 173 0.010863 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /project/9d40cb09-8d9e-494f-ad00-b6d71b80d787 HTTP/1.1" 404 177 0.015237 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /project/c8ba5b21e2d54cf88f1526bb311b0e05 HTTP/1.1" 404 173 0.009483 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /project/979d7e613e8d4da0a571cd307da2da3e HTTP/1.1" 404 173 0.007184 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /project/e641d534-ffdb-4095-9de7-120c56bf73b7 HTTP/1.1" 404 177 0.010792 10.0.0.131 - - [2026-01-22 03:28:42] "GET /projects?obj_uuids=14852640-9235-40c9-84ea-e3297b8b0ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000827 10.0.0.131 - - [2026-01-22 03:28:42] "GET /projects?obj_uuids=979d7e61-3e8d-4da0-a571-cd307da2da3e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000740 10.0.0.131 - - [2026-01-22 03:28:42] "GET /project/14852640-9235-40c9-84ea-e3297b8b0ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.047624 10.0.0.131 - - [2026-01-22 03:28:42] "GET /projects?obj_uuids=14852640-9235-40c9-84ea-e3297b8b0ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001439 10.0.0.131 - - [2026-01-22 03:28:42] "GET /project/979d7e61-3e8d-4da0-a571-cd307da2da3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.067832 10.0.0.131 - - [2026-01-22 03:28:42] "GET /projects?obj_uuids=979d7e61-3e8d-4da0-a571-cd307da2da3e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.131 - - [2026-01-22 03:28:42] "GET /project/14852640-9235-40c9-84ea-e3297b8b0ece?fields=security_groups HTTP/1.1" 200 1372 0.070827 10.0.0.131 - - [2026-01-22 03:28:42] "GET /project/979d7e61-3e8d-4da0-a571-cd307da2da3e?fields=security_groups HTTP/1.1" 200 1374 0.091954 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /security-group/54cc81ab-2f4b-4299-a617-f04a7cf81652 HTTP/1.1" 200 115 0.081157 10.0.0.131 - - [2026-01-22 03:28:42] "GET /projects?obj_uuids=14852640-9235-40c9-84ea-e3297b8b0ece&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /access-control-list/e0309895-dd5f-4fd4-a868-ba7a42d339e6 HTTP/1.1" 200 115 0.062175 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /security-group/e0e56e61-63df-4e19-9f8f-5fecc8636fa2 HTTP/1.1" 200 115 0.096850 10.0.0.131 - - [2026-01-22 03:28:42] "GET /projects?obj_uuids=979d7e61-3e8d-4da0-a571-cd307da2da3e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002836 10.0.0.131 - - [2026-01-22 03:28:42] "GET /project/14852640-9235-40c9-84ea-e3297b8b0ece?fields=application_policy_sets HTTP/1.1" 200 1411 0.068327 10.0.0.131 - - [2026-01-22 03:28:42] "GET /project/979d7e61-3e8d-4da0-a571-cd307da2da3e?fields=application_policy_sets HTTP/1.1" 200 1413 0.074208 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /access-control-list/315f1822-903f-4025-8b7f-6e58506429a4 HTTP/1.1" 200 115 0.041005 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /project/14852640-9235-40c9-84ea-e3297b8b0ece HTTP/1.1" 200 115 0.540456 10.0.0.131 - - [2026-01-22 03:28:42] "DELETE /project/979d7e61-3e8d-4da0-a571-cd307da2da3e HTTP/1.1" 200 115 0.594699 10.0.0.38 - - [2026-01-22 03:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.019095 10.0.0.38 - - [2026-01-22 03:28:44] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.021573 10.0.0.38 - - [2026-01-22 03:28:44] "POST /neutron/port HTTP/1.1" 200 1125 0.047161 10.0.0.38 - - [2026-01-22 03:28:46] "POST /fqname-to-id HTTP/1.1" 403 354 0.018751 10.0.0.38 - - [2026-01-22 03:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005494 10.0.0.38 - - [2026-01-22 03:28:46] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003526 10.0.0.38 - - [2026-01-22 03:28:46] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.028617 10.0.0.38 - - [2026-01-22 03:28:46] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.019462 10.0.0.38 - - [2026-01-22 03:28:46] "POST /fqname-to-id HTTP/1.1" 403 354 0.015576 10.0.0.38 - - [2026-01-22 03:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.38 - - [2026-01-22 03:28:46] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003082 10.0.0.38 - - [2026-01-22 03:28:46] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025223 10.0.0.38 - - [2026-01-22 03:28:46] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.021104 10.0.0.38 - - [2026-01-22 03:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.014986 10.0.0.38 - - [2026-01-22 03:28:46] "GET /routing-instance/210b1a6e-eea2-4584-b990-42865191dd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.023073 10.0.0.38 - - [2026-01-22 03:28:46] "POST /fqname-to-id HTTP/1.1" 403 354 0.017477 10.0.0.38 - - [2026-01-22 03:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.38 - - [2026-01-22 03:28:46] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003588 10.0.0.38 - - [2026-01-22 03:28:46] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.032204 10.0.0.38 - - [2026-01-22 03:28:46] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.021637 10.0.0.38 - - [2026-01-22 03:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.015115 10.0.0.38 - - [2026-01-22 03:28:47] "GET /routing-instance/210b1a6e-eea2-4584-b990-42865191dd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.018330 10.0.0.131 - - [2026-01-22 03:28:47] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018930 10.0.0.38 - - [2026-01-22 03:28:47] "GET /obj-perms HTTP/1.1" 403 257 0.013740 10.0.0.38 - - [2026-01-22 03:28:47] "GET /obj-perms HTTP/1.1" 403 257 0.012594 10.0.0.38 - - [2026-01-22 03:28:47] "GET /obj-perms HTTP/1.1" 403 257 0.011992 10.0.0.38 - - [2026-01-22 03:28:47] "GET /obj-perms HTTP/1.1" 403 257 0.012079 10.0.0.131 - - [2026-01-22 03:28:47] "GET /obj-perms HTTP/1.1" 403 257 0.011739 10.0.0.38 - - [2026-01-22 03:28:47] "GET /obj-perms HTTP/1.1" 403 257 0.012025 10.0.0.38 - - [2026-01-22 03:28:47] "GET /obj-perms HTTP/1.1" 403 257 0.047848 10.0.0.38 - - [2026-01-22 03:28:48] "GET /obj-perms HTTP/1.1" 403 257 0.011532 10.0.0.38 - - [2026-01-22 03:28:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004772 10.0.0.50 - - [2026-01-22 03:28:48] "GET /obj-perms HTTP/1.1" 403 257 0.012440 10.0.0.131 - - [2026-01-22 03:28:48] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.022596 10.0.0.38 - - [2026-01-22 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.015563 10.0.0.131 - - [2026-01-22 03:28:48] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.38 - - [2026-01-22 03:28:48] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.068655 10.0.0.38 - - [2026-01-22 03:28:48] "GET /virtual-network/bee46df0-7f24-4e8f-b8af-3706a58e1c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.022904 10.0.0.38 - - [2026-01-22 03:28:48] "GET /floating-ip-pools?parent_id=bee46df0-7f24-4e8f-b8af-3706a58e1c30&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.019062 10.0.0.38 - - [2026-01-22 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.017256 10.0.0.38 - - [2026-01-22 03:28:49] "GET /floating-ip-pool/9a715493-2d0a-49f7-98bb-722f7495986c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.017447 10.0.0.131 - - [2026-01-22 03:28:49] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.38 - - [2026-01-22 03:28:49] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.069978 10.0.0.38 - - [2026-01-22 03:28:49] "POST /floating-ips HTTP/1.1" 200 618 0.086531 10.0.0.38 - - [2026-01-22 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.022670 10.0.0.38 - - [2026-01-22 03:28:49] "GET /floating-ip/978c422c-19d1-4b9f-baf2-790b02167b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.019543 10.0.0.38 - - [2026-01-22 03:28:49] "GET /floating-ip/978c422c-19d1-4b9f-baf2-790b02167b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.024518 10.0.0.38 - - [2026-01-22 03:28:49] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017875 10.0.0.38 - - [2026-01-22 03:28:49] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.020317 10.0.0.38 - - [2026-01-22 03:28:49] "GET /virtual-machine-interface/bc0ce0a1-33ca-4b2d-896d-6a7c4a33d165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2808 0.021676 10.0.0.38 - - [2026-01-22 03:28:49] "POST /ref-update HTTP/1.1" 200 156 0.027577 10.0.0.38 - - [2026-01-22 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.018839 10.0.0.38 - - [2026-01-22 03:28:49] "GET /routing-instance/c78c95b4-7f6f-4170-9ccc-21dbd0806cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.021764 10.0.0.38 - - [2026-01-22 03:28:50] "GET /obj-perms HTTP/1.1" 403 257 0.047044 10.0.0.38 - - [2026-01-22 03:28:50] "GET /obj-perms HTTP/1.1" 403 257 0.014758 10.0.0.38 - - [2026-01-22 03:28:50] "POST /neutron/security_group HTTP/1.1" 200 542 0.047989 10.0.0.38 - - [2026-01-22 03:28:50] "POST /neutron/port HTTP/1.1" 200 1115 0.084027 10.0.0.38 - - [2026-01-22 03:28:50] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b HTTP/1.1" 200 1293 0.018419 10.0.0.38 - - [2026-01-22 03:28:50] "GET /virtual-machine-interface/bc0ce0a1-33ca-4b2d-896d-6a7c4a33d165 HTTP/1.1" 200 3594 0.038015 10.0.0.38 - - [2026-01-22 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.015400 10.0.0.38 - - [2026-01-22 03:28:51] "GET /security-group/5c4ec353-fa75-4682-829e-17fc73937727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.017070 10.0.0.38 - - [2026-01-22 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.017709 10.0.0.38 - - [2026-01-22 03:28:51] "GET /security-group/5c4ec353-fa75-4682-829e-17fc73937727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.016385 10.0.0.38 - - [2026-01-22 03:28:51] "DELETE /floating-ip/978c422c-19d1-4b9f-baf2-790b02167b75 HTTP/1.1" 200 115 0.069789 10.0.0.38 - - [2026-01-22 03:28:51] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b HTTP/1.1" 200 1293 0.020736 10.0.0.38 - - [2026-01-22 03:28:51] "POST /neutron/port HTTP/1.1" 200 1166 0.021296 10.0.0.38 - - [2026-01-22 03:28:53] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b HTTP/1.1" 404 171 0.017502 10.0.0.38 - - [2026-01-22 03:28:53] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b HTTP/1.1" 404 171 0.015527 10.0.0.38 - - [2026-01-22 03:28:53] "GET /virtual-machine/04e2ea75-f1bd-4c35-9c06-93ecde679f0b HTTP/1.1" 404 171 0.014392 10.0.0.38 - - [2026-01-22 03:28:53] "POST /fqname-to-id HTTP/1.1" 403 354 0.017217 10.0.0.38 - - [2026-01-22 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.38 - - [2026-01-22 03:28:53] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004565 10.0.0.38 - - [2026-01-22 03:28:53] "GET /virtual-networks?parent_id=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.029113 10.0.0.38 - - [2026-01-22 03:28:53] "GET /virtual-network/fa407ff9-741b-478d-b075-91a4c6d698d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.022856 10.0.0.38 - - [2026-01-22 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.019764 10.0.0.38 - - [2026-01-22 03:28:53] "GET /routing-instance/210b1a6e-eea2-4584-b990-42865191dd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.028096 10.0.0.38 - - [2026-01-22 03:28:53] "GET /obj-perms HTTP/1.1" 403 257 0.013076 10.0.0.38 - - [2026-01-22 03:28:54] "GET /obj-perms HTTP/1.1" 200 5030 0.004489 10.0.0.50 - - [2026-01-22 03:28:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004318 10.0.0.38 - - [2026-01-22 03:29:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004829 10.0.0.38 - - [2026-01-22 03:29:06] "POST /neutron/port HTTP/1.1" 200 1122 0.020849 10.0.0.50 - - [2026-01-22 03:29:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004188 10.0.0.38 - - [2026-01-22 03:29:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004734 10.0.0.38 - - [2026-01-22 03:29:06] "POST /neutron/network HTTP/1.1" 200 834 0.009737 10.0.0.38 - - [2026-01-22 03:29:09] "GET /obj-perms HTTP/1.1" 200 5030 0.003864 10.0.0.38 - - [2026-01-22 03:29:10] "POST /fqname-to-id HTTP/1.1" 404 232 0.033920 10.0.0.38 - - [2026-01-22 03:29:10] "POST /neutron/network HTTP/1.1" 200 865 0.037184 10.0.0.131 - - [2026-01-22 03:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.38 - - [2026-01-22 03:29:10] "DELETE /api-access-list/00fe4409-1d57-448c-b13c-9bd40f4160d8 HTTP/1.1" 200 115 0.049580 10.0.0.131 - - [2026-01-22 03:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004676 10.0.0.131 - - [2026-01-22 03:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003626 10.0.0.38 - - [2026-01-22 03:29:11] "POST /neutron/network HTTP/1.1" 200 151 0.173868 10.0.0.131 - - [2026-01-22 03:29:11] "DELETE /route-target/83638330-384c-4f2d-ae46-13843bb76944 HTTP/1.1" 200 115 0.029893 10.0.0.38 - - [2026-01-22 03:29:12] "GET /api-access-list/efb214c7-dde1-4808-8885-462db469cba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003656 10.0.0.38 - - [2026-01-22 03:29:12] "PUT /api-access-list/efb214c7-dde1-4808-8885-462db469cba4 HTTP/1.1" 200 265 0.011479 10.0.0.131 - - [2026-01-22 03:29:12] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001382 10.0.0.38 - - [2026-01-22 03:29:12] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.042130 10.0.0.131 - - [2026-01-22 03:29:12] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.38 - - [2026-01-22 03:29:12] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?fields=virtual_networks HTTP/1.1" 200 1045 0.035259 10.0.0.131 - - [2026-01-22 03:29:12] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.38 - - [2026-01-22 03:29:12] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.045568 10.0.0.131 - - [2026-01-22 03:29:12] "GET /projects?obj_uuids=c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.38 - - [2026-01-22 03:29:12] "GET /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05?fields=security_groups HTTP/1.1" 200 1272 0.035740 10.0.0.131 - - [2026-01-22 03:29:13] "GET /projects?obj_uuids=8b24c79e-d65a-472e-b9cd-333ea008b48c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001127 10.0.0.38 - - [2026-01-22 03:29:13] "GET /project/8b24c79e-d65a-472e-b9cd-333ea008b48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.051415 [Introspect:8084]10.0.0.38 - - [2026-01-22 03:29:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001289 10.0.0.38 - - [2026-01-22 03:29:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.030031 10.0.0.131 - - [2026-01-22 03:29:15] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003617 10.0.0.131 - - [2026-01-22 03:29:15] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.131 - - [2026-01-22 03:29:15] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006576 10.0.0.131 - - [2026-01-22 03:29:16] "POST /id-to-fqname HTTP/1.1" 200 191 0.004604 10.0.0.131 - - [2026-01-22 03:29:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.004468 10.0.0.131 - - [2026-01-22 03:29:16] "POST /security-groups HTTP/1.1" 200 592 0.081680 10.0.0.131 - - [2026-01-22 03:29:16] "POST /projects HTTP/1.1" 200 587 0.313223 10.0.0.131 - - [2026-01-22 03:29:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.009525 10.0.0.131 - - [2026-01-22 03:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.383421 10.0.0.38 - - [2026-01-22 03:29:16] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.527092 10.0.0.38 - - [2026-01-22 03:29:17] "GET / HTTP/1.1" 200 36215 0.002043 10.0.0.38 - - [2026-01-22 03:29:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-01-22 03:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.064248 10.0.0.131 - - [2026-01-22 03:29:19] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001074 10.0.0.38 - - [2026-01-22 03:29:19] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.042207 10.0.0.131 - - [2026-01-22 03:29:19] "POST /ref-update HTTP/1.1" 200 156 0.021804 10.0.0.131 - - [2026-01-22 03:29:19] "POST /useragent-kv HTTP/1.1" 200 115 0.011279 10.0.0.38 - - [2026-01-22 03:29:19] "POST /neutron/subnet HTTP/1.1" 200 716 0.297539 10.0.0.38 - - [2026-01-22 03:29:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001210 10.0.0.38 - - [2026-01-22 03:29:19] "GET /virtual-network/96965a3e-bb9a-45cb-a1aa-5c809c200d54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004899 10.0.0.38 - - [2026-01-22 03:29:19] "GET /virtual-network/96965a3e-bb9a-45cb-a1aa-5c809c200d54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006053 10.0.0.38 - - [2026-01-22 03:29:19] "POST /neutron/network HTTP/1.1" 200 825 0.006405 10.0.0.38 - - [2026-01-22 03:29:20] "GET /virtual-network/96965a3e-bb9a-45cb-a1aa-5c809c200d54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007017 10.0.0.50 - - [2026-01-22 03:29:21] "GET /obj-perms HTTP/1.1" 200 5032 0.060031 10.0.0.38 - - [2026-01-22 03:29:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001627 10.0.0.38 - - [2026-01-22 03:29:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008061 10.0.0.131 - - [2026-01-22 03:29:22] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001345 10.0.0.38 - - [2026-01-22 03:29:22] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.068856 10.0.0.38 - - [2026-01-22 03:29:23] "POST /neutron/port HTTP/1.1" 200 1122 0.061753 10.0.0.38 - - [2026-01-22 03:29:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001356 10.0.0.38 - - [2026-01-22 03:29:23] "POST /neutron/port HTTP/1.1" 200 1122 0.061300 10.0.0.131 - - [2026-01-22 03:29:24] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.38 - - [2026-01-22 03:29:24] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.060306 10.0.0.38 - - [2026-01-22 03:29:24] "POST /neutron/network HTTP/1.1" 200 825 0.006536 10.0.0.38 - - [2026-01-22 03:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.006357 10.0.0.38 - - [2026-01-22 03:29:24] "POST /neutron/network HTTP/1.1" 200 835 0.006513 10.0.0.131 - - [2026-01-22 03:29:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005370 10.0.0.131 - - [2026-01-22 03:29:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004947 10.0.0.38 - - [2026-01-22 03:29:25] "POST /neutron/network HTTP/1.1" 200 151 0.129874 10.0.0.38 - - [2026-01-22 03:29:25] "POST /neutron/network HTTP/1.1" 200 117 0.012244 10.0.0.38 - - [2026-01-22 03:29:25] "POST /neutron/network HTTP/1.1" 200 117 0.006163 10.0.0.38 - - [2026-01-22 03:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.007738 10.0.0.38 - - [2026-01-22 03:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.007534 10.0.0.38 - - [2026-01-22 03:29:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.003253 10.0.0.38 - - [2026-01-22 03:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.131 - - [2026-01-22 03:29:26] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000903 10.0.0.38 - - [2026-01-22 03:29:26] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.043171 10.0.0.38 - - [2026-01-22 03:29:26] "POST /network-policys HTTP/1.1" 200 524 0.026947 10.0.0.38 - - [2026-01-22 03:29:26] "GET /network-policy/a4f7a8f6-124a-454d-86ec-58e269d2b167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010083 10.0.0.38 - - [2026-01-22 03:29:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.003053 10.0.0.38 - - [2026-01-22 03:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.131 - - [2026-01-22 03:29:27] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.38 - - [2026-01-22 03:29:27] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.040400 10.0.0.38 - - [2026-01-22 03:29:27] "POST /network-policys HTTP/1.1" 200 524 0.029880 10.0.0.38 - - [2026-01-22 03:29:27] "GET /network-policy/498588bc-a961-4fdf-9583-2d12b079f820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005344 10.0.0.38 - - [2026-01-22 03:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.131 - - [2026-01-22 03:29:27] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001485 10.0.0.38 - - [2026-01-22 03:29:27] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.046358 10.0.0.38 - - [2026-01-22 03:29:27] "GET /virtual-networks?parent_id=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004620 10.0.0.38 - - [2026-01-22 03:29:27] "POST /virtual-networks HTTP/1.1" 200 548 0.086791 10.0.0.38 - - [2026-01-22 03:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006084 10.0.0.131 - - [2026-01-22 03:29:27] "POST /route-targets HTTP/1.1" 200 328 0.017176 10.0.0.38 - - [2026-01-22 03:29:27] "GET /network-ipam/bcbc1aa1-deee-47e6-a4ad-dfdc09f4ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.003763 10.0.0.131 - - [2026-01-22 03:29:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010648 10.0.0.38 - - [2026-01-22 03:29:27] "POST /ref-update HTTP/1.1" 200 156 0.074423 10.0.0.38 - - [2026-01-22 03:29:27] "GET /virtual-network/9cff102e-e7f9-40de-b4e1-498a54d1edf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006941 10.0.0.38 - - [2026-01-22 03:29:27] "POST /neutron/network HTTP/1.1" 200 809 0.006097 10.0.0.38 - - [2026-01-22 03:29:28] "GET /virtual-network/9cff102e-e7f9-40de-b4e1-498a54d1edf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005406 10.0.0.38 - - [2026-01-22 03:29:28] "GET /obj-perms HTTP/1.1" 200 5032 0.056678 10.0.0.131 - - [2026-01-22 03:29:28] "GET /obj-perms HTTP/1.1" 200 5032 0.055083 10.0.0.38 - - [2026-01-22 03:29:28] "GET /virtual-network/9cff102e-e7f9-40de-b4e1-498a54d1edf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005773 10.0.0.38 - - [2026-01-22 03:29:28] "PUT /virtual-network/9cff102e-e7f9-40de-b4e1-498a54d1edf9 HTTP/1.1" 200 265 0.048276 10.0.0.38 - - [2026-01-22 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.38 - - [2026-01-22 03:29:28] "GET /network-policy/a4f7a8f6-124a-454d-86ec-58e269d2b167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004747 10.0.0.38 - - [2026-01-22 03:29:28] "POST /ref-update HTTP/1.1" 200 156 0.052510 10.0.0.131 - - [2026-01-22 03:29:28] "POST /access-control-lists HTTP/1.1" 200 594 0.040618 10.0.0.38 - - [2026-01-22 03:29:28] "GET /virtual-network/9cff102e-e7f9-40de-b4e1-498a54d1edf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005870 10.0.0.38 - - [2026-01-22 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.38 - - [2026-01-22 03:29:28] "GET /network-policy/a4f7a8f6-124a-454d-86ec-58e269d2b167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004166 10.0.0.38 - - [2026-01-22 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.131 - - [2026-01-22 03:29:28] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.38 - - [2026-01-22 03:29:28] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.047343 10.0.0.38 - - [2026-01-22 03:29:28] "GET /virtual-networks?parent_id=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003927 10.0.0.38 - - [2026-01-22 03:29:29] "POST /virtual-networks HTTP/1.1" 200 548 0.089704 10.0.0.38 - - [2026-01-22 03:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.38 - - [2026-01-22 03:29:29] "GET /network-ipam/bcbc1aa1-deee-47e6-a4ad-dfdc09f4ffd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.006765 10.0.0.131 - - [2026-01-22 03:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.008307 10.0.0.38 - - [2026-01-22 03:29:29] "POST /ref-update HTTP/1.1" 200 156 0.086312 10.0.0.38 - - [2026-01-22 03:29:29] "POST /neutron/network HTTP/1.1" 200 809 0.010448 10.0.0.38 - - [2026-01-22 03:29:29] "GET /virtual-network/0608fc86-a717-4aae-bc81-64e3e36e1123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005908 10.0.0.38 - - [2026-01-22 03:29:29] "POST /neutron/subnet HTTP/1.1" 200 672 0.009817 10.0.0.38 - - [2026-01-22 03:29:29] "GET /virtual-network/0608fc86-a717-4aae-bc81-64e3e36e1123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005893 10.0.0.38 - - [2026-01-22 03:29:30] "GET /virtual-network/0608fc86-a717-4aae-bc81-64e3e36e1123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005993 10.0.0.38 - - [2026-01-22 03:29:30] "PUT /virtual-network/0608fc86-a717-4aae-bc81-64e3e36e1123 HTTP/1.1" 200 265 0.056050 10.0.0.38 - - [2026-01-22 03:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.38 - - [2026-01-22 03:29:30] "GET /network-policy/498588bc-a961-4fdf-9583-2d12b079f820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.003612 10.0.0.131 - - [2026-01-22 03:29:30] "POST /fqname-to-id HTTP/1.1" 404 237 0.005455 10.0.0.38 - - [2026-01-22 03:29:30] "POST /ref-update HTTP/1.1" 200 156 0.047183 10.0.0.38 - - [2026-01-22 03:29:30] "GET /virtual-network/0608fc86-a717-4aae-bc81-64e3e36e1123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2227 0.005342 10.0.0.38 - - [2026-01-22 03:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.015948 10.0.0.38 - - [2026-01-22 03:29:30] "GET /network-policy/498588bc-a961-4fdf-9583-2d12b079f820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.012545 10.0.0.38 - - [2026-01-22 03:29:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001931 10.0.0.38 - - [2026-01-22 03:29:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006765 10.0.0.131 - - [2026-01-22 03:29:31] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000916 10.0.0.38 - - [2026-01-22 03:29:31] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.066102 10.0.0.38 - - [2026-01-22 03:29:31] "POST /neutron/port HTTP/1.1" 200 1122 0.072578 10.0.0.38 - - [2026-01-22 03:29:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001491 10.0.0.131 - - [2026-01-22 03:29:32] "DELETE /access-control-list/0c6642d5-9ebd-4fe5-8cfc-b541cae21ed5 HTTP/1.1" 200 115 0.041067 10.0.0.38 - - [2026-01-22 03:29:32] "POST /neutron/port HTTP/1.1" 200 1122 0.106088 10.0.0.131 - - [2026-01-22 03:29:33] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001140 10.0.0.38 - - [2026-01-22 03:29:33] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.079523 10.0.0.38 - - [2026-01-22 03:29:33] "POST /neutron/network HTTP/1.1" 200 886 0.007039 10.0.0.38 - - [2026-01-22 03:29:33] "POST /neutron/port HTTP/1.1" 200 117 0.007871 10.0.0.38 - - [2026-01-22 03:29:33] "POST /neutron/network HTTP/1.1" 200 896 0.009019 10.0.0.38 - - [2026-01-22 03:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005202 10.0.0.38 - - [2026-01-22 03:29:33] "GET /network-policy/498588bc-a961-4fdf-9583-2d12b079f820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006107 10.0.0.38 - - [2026-01-22 03:29:33] "POST /ref-update HTTP/1.1" 200 156 0.125417 10.0.0.131 - - [2026-01-22 03:29:34] "POST /ref-update HTTP/1.1" 200 156 0.028985 10.0.0.38 - - [2026-01-22 03:29:34] "GET /virtual-network/0608fc86-a717-4aae-bc81-64e3e36e1123?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.024710 10.0.0.38 - - [2026-01-22 03:29:34] "DELETE /virtual-network/0608fc86-a717-4aae-bc81-64e3e36e1123 HTTP/1.1" 409 249 0.023939 10.0.0.38 - - [2026-01-22 03:29:34] "POST /neutron/port HTTP/1.1" 200 1061 0.017786 10.0.0.38 - - [2026-01-22 03:29:34] "POST /neutron/port HTTP/1.1" 200 1125 0.024348 10.0.0.38 - - [2026-01-22 03:29:34] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.38 - - [2026-01-22 03:29:35] "POST /neutron/network HTTP/1.1" 200 819 0.008403 10.0.0.38 - - [2026-01-22 03:29:35] "POST /neutron/port HTTP/1.1" 200 117 0.001870 10.0.0.38 - - [2026-01-22 03:29:36] "DELETE /virtual-network/0608fc86-a717-4aae-bc81-64e3e36e1123 HTTP/1.1" 409 235 0.011984 10.0.0.38 - - [2026-01-22 03:29:36] "POST /neutron/port HTTP/1.1" 200 1115 0.017078 10.0.0.131 - - [2026-01-22 03:29:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005326 10.0.0.131 - - [2026-01-22 03:29:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002444 10.0.0.38 - - [2026-01-22 03:29:38] "DELETE /virtual-network/0608fc86-a717-4aae-bc81-64e3e36e1123 HTTP/1.1" 200 115 0.139292 10.0.0.38 - - [2026-01-22 03:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.38 - - [2026-01-22 03:29:38] "GET /network-policy/a4f7a8f6-124a-454d-86ec-58e269d2b167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004329 10.0.0.38 - - [2026-01-22 03:29:38] "POST /ref-update HTTP/1.1" 200 156 0.069940 10.0.0.131 - - [2026-01-22 03:29:38] "DELETE /access-control-list/8c1bea24-7114-4dfd-bbd3-757f033e4155 HTTP/1.1" 200 115 0.051581 10.0.0.38 - - [2026-01-22 03:29:38] "GET /virtual-network/9cff102e-e7f9-40de-b4e1-498a54d1edf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.009960 10.0.0.131 - - [2026-01-22 03:29:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004887 10.0.0.131 - - [2026-01-22 03:29:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004549 10.0.0.38 - - [2026-01-22 03:29:38] "DELETE /virtual-network/9cff102e-e7f9-40de-b4e1-498a54d1edf9 HTTP/1.1" 200 115 0.124022 10.0.0.38 - - [2026-01-22 03:29:39] "DELETE /network-policy/498588bc-a961-4fdf-9583-2d12b079f820 HTTP/1.1" 200 115 0.035378 10.0.0.38 - - [2026-01-22 03:29:39] "DELETE /network-policy/a4f7a8f6-124a-454d-86ec-58e269d2b167 HTTP/1.1" 200 115 0.039411 10.0.0.131 - - [2026-01-22 03:29:42] "DELETE /project/c8ba5b21-e2d5-4cf8-8f15-26bb311b0e05 HTTP/1.1" 404 177 0.004530 10.0.0.131 - - [2026-01-22 03:29:42] "DELETE /project/f95967f510b0498ab93201ed7d206c1e HTTP/1.1" 404 173 0.008875 10.0.0.131 - - [2026-01-22 03:30:05] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.38 - - [2026-01-22 03:30:05] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.053084 10.0.0.131 - - [2026-01-22 03:30:05] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.38 - - [2026-01-22 03:30:05] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?fields=virtual_networks HTTP/1.1" 200 1047 0.067485 10.0.0.131 - - [2026-01-22 03:30:05] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002769 10.0.0.38 - - [2026-01-22 03:30:05] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?fields=virtual_machine_interfaces HTTP/1.1" 200 1081 0.060765 10.0.0.131 - - [2026-01-22 03:30:05] "GET /projects?obj_uuids=f95967f5-10b0-498a-b932-01ed7d206c1e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.38 - - [2026-01-22 03:30:05] "GET /project/f95967f5-10b0-498a-b932-01ed7d206c1e?fields=security_groups HTTP/1.1" 200 1275 0.072093 10.0.0.38 - - [2026-01-22 03:30:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.039947 10.0.0.131 - - [2026-01-22 03:30:06] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006239 10.0.0.131 - - [2026-01-22 03:30:06] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001549 10.0.0.131 - - [2026-01-22 03:30:06] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.013780 10.0.0.131 - - [2026-01-22 03:30:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001535 10.0.0.131 - - [2026-01-22 03:30:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.008277 10.0.0.131 - - [2026-01-22 03:30:06] "POST /security-groups HTTP/1.1" 200 591 0.081635 10.0.0.131 - - [2026-01-22 03:30:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.004894 10.0.0.131 - - [2026-01-22 03:30:07] "POST /projects HTTP/1.1" 200 585 0.344083 10.0.0.131 - - [2026-01-22 03:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.381389 10.0.0.131 - - [2026-01-22 03:30:07] "POST /access-control-lists HTTP/1.1" 200 596 0.058315 10.0.0.38 - - [2026-01-22 03:30:07] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.572767 10.0.0.38 - - [2026-01-22 03:30:08] "GET / HTTP/1.1" 200 36215 0.001944 10.0.0.38 - - [2026-01-22 03:30:08] "POST /neutron/port HTTP/1.1" 200 1122 0.017534 10.0.0.38 - - [2026-01-22 03:30:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003519 10.0.0.38 - - [2026-01-22 03:30:08] "POST /neutron/network HTTP/1.1" 200 834 0.007143 10.0.0.38 - - [2026-01-22 03:30:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.38 - - [2026-01-22 03:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.055073 10.0.0.131 - - [2026-01-22 03:30:09] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.38 - - [2026-01-22 03:30:09] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.041459 10.0.0.131 - - [2026-01-22 03:30:10] "POST /useragent-kv HTTP/1.1" 200 115 0.006867 10.0.0.38 - - [2026-01-22 03:30:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.288567 10.0.0.38 - - [2026-01-22 03:30:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001296 10.0.0.38 - - [2026-01-22 03:30:10] "GET /virtual-network/381ff005-d026-4e8b-83ff-5c63c3607165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004750 10.0.0.38 - - [2026-01-22 03:30:10] "GET /virtual-network/381ff005-d026-4e8b-83ff-5c63c3607165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005514 10.0.0.38 - - [2026-01-22 03:30:10] "POST /neutron/network HTTP/1.1" 200 822 0.005932 10.0.0.38 - - [2026-01-22 03:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.131 - - [2026-01-22 03:30:10] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001442 10.0.0.38 - - [2026-01-22 03:30:10] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.045471 10.0.0.131 - - [2026-01-22 03:30:10] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239 10.0.0.38 - - [2026-01-22 03:30:11] "POST /neutron/network HTTP/1.1" 200 605 0.178172 10.0.0.131 - - [2026-01-22 03:30:11] "POST /route-targets HTTP/1.1" 200 328 0.013723 10.0.0.38 - - [2026-01-22 03:30:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.003209 10.0.0.38 - - [2026-01-22 03:30:11] "GET /virtual-network/de613d13-5aaa-4a94-a470-f6593161871b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005356 10.0.0.38 - - [2026-01-22 03:30:11] "POST /neutron/network HTTP/1.1" 200 826 0.006316 10.0.0.38 - - [2026-01-22 03:30:11] "GET /virtual-network/de613d13-5aaa-4a94-a470-f6593161871b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004449 10.0.0.38 - - [2026-01-22 03:30:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001184 10.0.0.38 - - [2026-01-22 03:30:11] "POST /neutron/port HTTP/1.1" 200 1122 0.100739 10.0.0.131 - - [2026-01-22 03:30:12] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.38 - - [2026-01-22 03:30:12] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.083360 10.0.0.38 - - [2026-01-22 03:30:12] "POST /neutron/network HTTP/1.1" 200 822 0.040546 10.0.0.38 - - [2026-01-22 03:30:12] "POST /neutron/port HTTP/1.1" 200 117 0.008211 10.0.0.38 - - [2026-01-22 03:30:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001590 10.0.0.38 - - [2026-01-22 03:30:13] "POST /neutron/network HTTP/1.1" 200 836 0.008329 10.0.0.131 - - [2026-01-22 03:30:14] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001398 10.0.0.38 - - [2026-01-22 03:30:14] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.097264 10.0.0.38 - - [2026-01-22 03:30:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007349 10.0.0.38 - - [2026-01-22 03:30:14] "POST /neutron/port HTTP/1.1" 200 117 0.008171 10.0.0.131 - - [2026-01-22 03:30:14] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.38 - - [2026-01-22 03:30:15] "POST /neutron/port HTTP/1.1" 200 1062 0.322476 10.0.0.38 - - [2026-01-22 03:30:15] "POST /neutron/port HTTP/1.1" 200 1116 0.109849 10.0.0.38 - - [2026-01-22 03:30:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.010030 10.0.0.38 - - [2026-01-22 03:30:19] "POST /neutron/port HTTP/1.1" 200 1126 0.021456 10.0.0.38 - - [2026-01-22 03:30:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007195 10.0.0.38 - - [2026-01-22 03:30:20] "GET /virtual-machine/54cd8b70-5a74-459a-8a9c-b66ed660d1a9 HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-01-22 03:30:20] "GET /virtual-machine/54cd8b70-5a74-459a-8a9c-b66ed660d1a9 HTTP/1.1" 200 1293 0.039067 10.0.0.38 - - [2026-01-22 03:30:20] "GET /virtual-machine-interface/7a7b25fd-dcea-4eed-ac8f-3d4f500c2580 HTTP/1.1" 200 2947 0.006388 10.0.0.38 - - [2026-01-22 03:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.38 - - [2026-01-22 03:30:20] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005114 10.0.0.38 - - [2026-01-22 03:30:20] "GET /virtual-networks?parent_id=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003556 10.0.0.38 - - [2026-01-22 03:30:20] "GET /virtual-network/de613d13-5aaa-4a94-a470-f6593161871b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007554 10.0.0.38 - - [2026-01-22 03:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.38 - - [2026-01-22 03:30:23] "GET /virtual-network/de613d13-5aaa-4a94-a470-f6593161871b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005716 10.0.0.38 - - [2026-01-22 03:30:25] "POST /neutron/port HTTP/1.1" 200 1126 0.018230 10.0.0.38 - - [2026-01-22 03:30:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005149 10.0.0.38 - - [2026-01-22 03:30:25] "POST /neutron/network HTTP/1.1" 200 826 0.008841 10.0.0.38 - - [2026-01-22 03:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.38 - - [2026-01-22 03:30:27] "GET /global-vrouter-config/134763ab-e522-46eb-b687-07919a9eeb32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003626 10.0.0.38 - - [2026-01-22 03:30:27] "GET /virtual-networks?parent_id=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003254 10.0.0.38 - - [2026-01-22 03:30:27] "GET /virtual-network/de613d13-5aaa-4a94-a470-f6593161871b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006113 10.0.0.38 - - [2026-01-22 03:30:27] "POST /neutron/port HTTP/1.1" 200 1126 0.017488 10.0.0.50 - - [2026-01-22 03:30:30] "GET /obj-perms HTTP/1.1" 200 5056 0.055218 10.0.0.131 - - [2026-01-22 03:30:30] "GET /obj-perms HTTP/1.1" 200 5056 0.058968 10.0.0.131 - - [2026-01-22 03:30:32] "DELETE /access-control-list/00c04aa3-0baf-41ee-ba72-d6b0284f492e HTTP/1.1" 200 115 0.049391 10.0.0.38 - - [2026-01-22 03:30:33] "POST /neutron/network HTTP/1.1" 200 826 0.006653 10.0.0.38 - - [2026-01-22 03:30:33] "POST /neutron/port HTTP/1.1" 200 1116 0.014746 10.0.0.131 - - [2026-01-22 03:30:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002997 10.0.0.131 - - [2026-01-22 03:30:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003201 10.0.0.38 - - [2026-01-22 03:30:35] "POST /neutron/network HTTP/1.1" 200 151 0.139112 10.0.0.131 - - [2026-01-22 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.131 - - [2026-01-22 03:30:36] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000947 10.0.0.38 - - [2026-01-22 03:30:36] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.038572 10.0.0.131 - - [2026-01-22 03:30:36] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.38 - - [2026-01-22 03:30:36] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?fields=virtual_networks HTTP/1.1" 200 1043 0.038984 10.0.0.131 - - [2026-01-22 03:30:36] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.38 - - [2026-01-22 03:30:36] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.046433 10.0.0.131 - - [2026-01-22 03:30:36] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.38 - - [2026-01-22 03:30:36] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?fields=security_groups HTTP/1.1" 200 1270 0.042524 10.0.0.38 - - [2026-01-22 03:30:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.028697 10.0.0.131 - - [2026-01-22 03:30:37] "GET /projects?obj_uuids=7fab44cd-95f8-448c-b04b-3aee14300726&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003793 10.0.0.131 - - [2026-01-22 03:30:37] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.131 - - [2026-01-22 03:30:37] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008669 10.0.0.131 - - [2026-01-22 03:30:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.004806 10.0.0.131 - - [2026-01-22 03:30:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.011579 10.0.0.131 - - [2026-01-22 03:30:37] "POST /security-groups HTTP/1.1" 200 599 0.076337 10.0.0.131 - - [2026-01-22 03:30:37] "POST /projects HTTP/1.1" 200 601 0.303820 10.0.0.131 - - [2026-01-22 03:30:37] "POST /access-control-lists HTTP/1.1" 200 606 0.029786 10.0.0.131 - - [2026-01-22 03:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.386674 10.0.0.38 - - [2026-01-22 03:30:37] "GET /project/7fab44cd-95f8-448c-b04b-3aee14300726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.563649 10.0.0.38 - - [2026-01-22 03:30:38] "GET / HTTP/1.1" 200 36215 0.001673 10.0.0.38 - - [2026-01-22 03:30:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.38 - - [2026-01-22 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.071788 10.0.0.131 - - [2026-01-22 03:30:41] "GET /projects?obj_uuids=7fab44cd-95f8-448c-b04b-3aee14300726&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.38 - - [2026-01-22 03:30:41] "GET /project/7fab44cd-95f8-448c-b04b-3aee14300726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.046403 10.0.0.38 - - [2026-01-22 03:30:41] "POST /neutron/network HTTP/1.1" 200 117 0.038225 10.0.0.131 - - [2026-01-22 03:30:41] "POST /route-targets HTTP/1.1" 200 328 0.015112 10.0.0.131 - - [2026-01-22 03:30:41] "POST /useragent-kv HTTP/1.1" 200 115 0.011908 10.0.0.131 - - [2026-01-22 03:30:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.050525 10.0.0.38 - - [2026-01-22 03:30:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.225202 10.0.0.38 - - [2026-01-22 03:30:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001215 10.0.0.38 - - [2026-01-22 03:30:41] "GET /virtual-network/645e6d9e-0630-4f83-8652-ea951c381a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005059 10.0.0.38 - - [2026-01-22 03:30:42] "GET /virtual-network/645e6d9e-0630-4f83-8652-ea951c381a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005446 10.0.0.38 - - [2026-01-22 03:30:42] "POST /neutron/network HTTP/1.1" 200 1006 0.008350 10.0.0.38 - - [2026-01-22 03:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.131 - - [2026-01-22 03:30:42] "GET /projects?obj_uuids=7fab44cd-95f8-448c-b04b-3aee14300726&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.38 - - [2026-01-22 03:30:42] "GET /project/7fab44cd-95f8-448c-b04b-3aee14300726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.047425 10.0.0.38 - - [2026-01-22 03:30:42] "POST /neutron/network HTTP/1.1" 200 117 0.017374 10.0.0.131 - - [2026-01-22 03:30:42] "POST /ref-update HTTP/1.1" 200 156 0.029272 10.0.0.131 - - [2026-01-22 03:30:42] "POST /useragent-kv HTTP/1.1" 200 115 0.010748 10.0.0.38 - - [2026-01-22 03:30:42] "POST /neutron/subnet HTTP/1.1" 200 818 0.209418 10.0.0.38 - - [2026-01-22 03:30:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.000849 10.0.0.131 - - [2026-01-22 03:30:42] "DELETE /project/f95967f5-10b0-498a-b932-01ed7d206c1e HTTP/1.1" 404 177 0.010696 10.0.0.131 - - [2026-01-22 03:30:42] "DELETE /project/45f6f0e18c0843b9815a467aa99322fb HTTP/1.1" 404 173 0.005587 10.0.0.131 - - [2026-01-22 03:30:42] "DELETE /project/7fab44cd95f8448cb04b3aee14300726 HTTP/1.1" 404 173 0.009952 10.0.0.131 - - [2026-01-22 03:30:42] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000826 10.0.0.38 - - [2026-01-22 03:30:42] "GET /virtual-network/dfcd599a-0cf1-4dea-8b63-08dba11a1104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008067 10.0.0.131 - - [2026-01-22 03:30:42] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.051912 10.0.0.38 - - [2026-01-22 03:30:42] "GET /virtual-network/dfcd599a-0cf1-4dea-8b63-08dba11a1104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010105 10.0.0.131 - - [2026-01-22 03:30:42] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000841 10.0.0.38 - - [2026-01-22 03:30:42] "POST /neutron/network HTTP/1.1" 200 1004 0.009705 10.0.0.131 - - [2026-01-22 03:30:43] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?fields=security_groups HTTP/1.1" 200 1372 0.052669 10.0.0.131 - - [2026-01-22 03:30:43] "DELETE /security-group/012ddf59-5680-43b0-b649-eae8f724ff6e HTTP/1.1" 200 115 0.055153 10.0.0.131 - - [2026-01-22 03:30:43] "GET /projects?obj_uuids=45f6f0e1-8c08-43b9-815a-467aa99322fb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000819 10.0.0.131 - - [2026-01-22 03:30:43] "GET /project/45f6f0e1-8c08-43b9-815a-467aa99322fb?fields=application_policy_sets HTTP/1.1" 200 1411 0.049820 10.0.0.131 - - [2026-01-22 03:30:43] "DELETE /project/45f6f0e1-8c08-43b9-815a-467aa99322fb HTTP/1.1" 200 115 0.433711 10.0.0.38 - - [2026-01-22 03:30:43] "GET /virtual-network/645e6d9e-0630-4f83-8652-ea951c381a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005612 10.0.0.38 - - [2026-01-22 03:30:44] "GET /obj-perms HTTP/1.1" 200 5046 0.060321 10.0.0.38 - - [2026-01-22 03:30:45] "GET /virtual-network/dfcd599a-0cf1-4dea-8b63-08dba11a1104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005545 10.0.0.38 - - [2026-01-22 03:30:45] "POST /neutron/network HTTP/1.1" 200 1006 0.009005 10.0.0.38 - - [2026-01-22 03:30:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001186 10.0.0.38 - - [2026-01-22 03:30:45] "POST /neutron/port HTTP/1.1" 200 1122 0.075841 10.0.0.131 - - [2026-01-22 03:30:46] "GET /projects?obj_uuids=7fab44cd-95f8-448c-b04b-3aee14300726&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.38 - - [2026-01-22 03:30:46] "GET /project/7fab44cd-95f8-448c-b04b-3aee14300726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.075286 10.0.0.38 - - [2026-01-22 03:30:46] "POST /neutron/network HTTP/1.1" 200 1006 0.008126 10.0.0.38 - - [2026-01-22 03:30:47] "POST /neutron/port HTTP/1.1" 200 117 0.006331 10.0.0.38 - - [2026-01-22 03:30:47] "POST /neutron/network HTTP/1.1" 200 1004 0.008781 10.0.0.131 - - [2026-01-22 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.131 - - [2026-01-22 03:30:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005102 10.0.0.131 - - [2026-01-22 03:30:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002410 10.0.0.131 - - [2026-01-22 03:30:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001986 10.0.0.131 - - [2026-01-22 03:30:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001842 10.0.0.38 - - [2026-01-22 03:30:48] "POST /neutron/network HTTP/1.1" 200 151 0.133916 10.0.0.131 - - [2026-01-22 03:30:48] "DELETE /route-target/b5ec8f53-4deb-4ed6-a39b-fa16223c0f69 HTTP/1.1" 200 115 0.025950 10.0.0.131 - - [2026-01-22 03:30:49] "GET /projects?obj_uuids=7fab44cd-95f8-448c-b04b-3aee14300726&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.38 - - [2026-01-22 03:30:49] "GET /project/7fab44cd-95f8-448c-b04b-3aee14300726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.045099 10.0.0.131 - - [2026-01-22 03:30:49] "GET /projects?obj_uuids=7fab44cd-95f8-448c-b04b-3aee14300726&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.38 - - [2026-01-22 03:30:49] "GET /project/7fab44cd-95f8-448c-b04b-3aee14300726?fields=virtual_networks HTTP/1.1" 200 1060 0.047892 10.0.0.131 - - [2026-01-22 03:30:49] "GET /projects?obj_uuids=7fab44cd-95f8-448c-b04b-3aee14300726&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.38 - - [2026-01-22 03:30:49] "GET /project/7fab44cd-95f8-448c-b04b-3aee14300726?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.042197 10.0.0.131 - - [2026-01-22 03:30:49] "GET /projects?obj_uuids=7fab44cd-95f8-448c-b04b-3aee14300726&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.38 - - [2026-01-22 03:30:49] "GET /project/7fab44cd-95f8-448c-b04b-3aee14300726?fields=security_groups HTTP/1.1" 200 1295 0.037113 10.0.0.38 - - [2026-01-22 03:30:50] "POST /fqname-to-id HTTP/1.1" 404 192 0.027563 10.0.0.131 - - [2026-01-22 03:30:50] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003200 10.0.0.131 - - [2026-01-22 03:30:50] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.131 - - [2026-01-22 03:30:50] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008672 10.0.0.131 - - [2026-01-22 03:30:51] "POST /id-to-fqname HTTP/1.1" 200 194 0.011705 10.0.0.131 - - [2026-01-22 03:30:51] "POST /fqname-to-id HTTP/1.1" 404 203 0.004694 10.0.0.131 - - [2026-01-22 03:30:51] "POST /security-groups HTTP/1.1" 200 595 0.031635 10.0.0.131 - - [2026-01-22 03:30:51] "POST /projects HTTP/1.1" 200 593 0.250804 10.0.0.131 - - [2026-01-22 03:30:51] "POST /fqname-to-id HTTP/1.1" 404 237 0.010092 10.0.0.131 - - [2026-01-22 03:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.325086 10.0.0.38 - - [2026-01-22 03:30:51] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.468164 10.0.0.38 - - [2026-01-22 03:30:52] "GET / HTTP/1.1" 200 36215 0.001709 10.0.0.38 - - [2026-01-22 03:30:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000556 10.0.0.38 - - [2026-01-22 03:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.062819 10.0.0.131 - - [2026-01-22 03:30:53] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000859 10.0.0.38 - - [2026-01-22 03:30:53] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.044319 10.0.0.131 - - [2026-01-22 03:30:54] "POST /ref-update HTTP/1.1" 200 156 0.030530 10.0.0.131 - - [2026-01-22 03:30:54] "POST /useragent-kv HTTP/1.1" 200 115 0.015195 10.0.0.38 - - [2026-01-22 03:30:54] "POST /neutron/subnet HTTP/1.1" 200 710 0.262426 10.0.0.38 - - [2026-01-22 03:30:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001302 10.0.0.38 - - [2026-01-22 03:30:54] "GET /virtual-network/7cfcfb0a-8333-4a22-867e-dcb1cd4f25d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006824 10.0.0.38 - - [2026-01-22 03:30:54] "POST /neutron/network HTTP/1.1" 200 999 0.008178 10.0.0.38 - - [2026-01-22 03:30:54] "GET /virtual-network/7cfcfb0a-8333-4a22-867e-dcb1cd4f25d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.005235 10.0.0.38 - - [2026-01-22 03:30:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.009826 10.0.0.38 - - [2026-01-22 03:30:55] "GET /virtual-network/7cfcfb0a-8333-4a22-867e-dcb1cd4f25d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2624 0.006200 10.0.0.50 - - [2026-01-22 03:30:56] "GET /obj-perms HTTP/1.1" 200 5038 0.055665 10.0.0.131 - - [2026-01-22 03:30:56] "GET /obj-perms HTTP/1.1" 200 5038 0.057585 10.0.0.38 - - [2026-01-22 03:30:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001357 10.0.0.38 - - [2026-01-22 03:30:57] "POST /neutron/network HTTP/1.1" 200 1009 0.007118 10.0.0.131 - - [2026-01-22 03:30:58] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001162 10.0.0.38 - - [2026-01-22 03:30:58] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.087260 10.0.0.38 - - [2026-01-22 03:30:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008360 10.0.0.38 - - [2026-01-22 03:30:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001240 10.0.0.38 - - [2026-01-22 03:30:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011698 10.0.0.131 - - [2026-01-22 03:30:59] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000961 10.0.0.38 - - [2026-01-22 03:30:59] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.069062 10.0.0.38 - - [2026-01-22 03:31:00] "POST /neutron/port HTTP/1.1" 200 1122 0.072328 10.0.0.38 - - [2026-01-22 03:31:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001659 10.0.0.38 - - [2026-01-22 03:31:00] "POST /neutron/port HTTP/1.1" 200 1122 0.091704 10.0.0.131 - - [2026-01-22 03:31:01] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001510 10.0.0.38 - - [2026-01-22 03:31:01] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.080616 10.0.0.38 - - [2026-01-22 03:31:01] "POST /neutron/network HTTP/1.1" 200 999 0.011485 10.0.0.38 - - [2026-01-22 03:31:01] "POST /neutron/port HTTP/1.1" 200 117 0.008556 10.0.0.38 - - [2026-01-22 03:31:02] "POST /neutron/network HTTP/1.1" 200 1009 0.011260 10.0.0.131 - - [2026-01-22 03:31:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004468 10.0.0.131 - - [2026-01-22 03:31:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003221 10.0.0.131 - - [2026-01-22 03:31:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003124 10.0.0.131 - - [2026-01-22 03:31:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003401 10.0.0.38 - - [2026-01-22 03:31:02] "POST /neutron/network HTTP/1.1" 200 151 0.208304 10.0.0.38 - - [2026-01-22 03:31:02] "POST /neutron/network HTTP/1.1" 200 117 0.015052 10.0.0.38 - - [2026-01-22 03:31:03] "POST /neutron/network HTTP/1.1" 200 117 0.006809 10.0.0.38 - - [2026-01-22 03:31:03] "POST /neutron/port HTTP/1.1" 200 117 0.006884 10.0.0.131 - - [2026-01-22 03:31:03] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001001 10.0.0.38 - - [2026-01-22 03:31:03] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.064993 10.0.0.131 - - [2026-01-22 03:31:03] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001580 10.0.0.38 - - [2026-01-22 03:31:03] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?fields=virtual_networks HTTP/1.1" 200 1052 0.090588 10.0.0.38 - - [2026-01-22 03:31:03] "POST /neutron/port HTTP/1.1" 200 117 0.006923 10.0.0.131 - - [2026-01-22 03:31:03] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001012 10.0.0.38 - - [2026-01-22 03:31:03] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.057627 10.0.0.131 - - [2026-01-22 03:31:03] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000928 10.0.0.38 - - [2026-01-22 03:31:03] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?fields=security_groups HTTP/1.1" 200 1283 0.051557 10.0.0.38 - - [2026-01-22 03:31:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.050167 10.0.0.131 - - [2026-01-22 03:31:04] "GET /projects?obj_uuids=0ea4e6c6-6833-46c4-a394-aba34389f5ce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003374 10.0.0.131 - - [2026-01-22 03:31:04] "GET /domains?obj_uuids=43eea14e-faa6-4579-85d2-09c8cc682740&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.131 - - [2026-01-22 03:31:04] "GET /domain/43eea14e-faa6-4579-85d2-09c8cc682740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010245 10.0.0.131 - - [2026-01-22 03:31:05] "POST /id-to-fqname HTTP/1.1" 200 190 0.005736 10.0.0.131 - - [2026-01-22 03:31:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.004247 10.0.0.131 - - [2026-01-22 03:31:05] "POST /security-groups HTTP/1.1" 200 591 0.085510 10.0.0.131 - - [2026-01-22 03:31:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003656 10.0.0.131 - - [2026-01-22 03:31:05] "POST /projects HTTP/1.1" 200 585 0.334162 10.0.0.131 - - [2026-01-22 03:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.380478 10.0.0.38 - - [2026-01-22 03:31:05] "GET /project/0ea4e6c6-6833-46c4-a394-aba34389f5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.555705 10.0.0.131 - - [2026-01-22 03:31:05] "POST /access-control-lists HTTP/1.1" 200 596 0.080240 10.0.0.38 - - [2026-01-22 03:31:06] "GET / HTTP/1.1" 200 36215 0.002722 10.0.0.131 - - [2026-01-22 03:31:09] "GET /projects?obj_uuids=0ea4e6c6-6833-46c4-a394-aba34389f5ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.38 - - [2026-01-22 03:31:09] "GET /project/0ea4e6c6-6833-46c4-a394-aba34389f5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.039179 10.0.0.131 - - [2026-01-22 03:31:09] "GET /projects?obj_uuids=0ea4e6c6-6833-46c4-a394-aba34389f5ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.38 - - [2026-01-22 03:31:09] "GET /project/0ea4e6c6-6833-46c4-a394-aba34389f5ce?fields=virtual_networks HTTP/1.1" 200 1044 0.042465 10.0.0.131 - - [2026-01-22 03:31:09] "GET /projects?obj_uuids=0ea4e6c6-6833-46c4-a394-aba34389f5ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.38 - - [2026-01-22 03:31:09] "GET /project/0ea4e6c6-6833-46c4-a394-aba34389f5ce?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.034832 10.0.0.131 - - [2026-01-22 03:31:09] "GET /projects?obj_uuids=0ea4e6c6-6833-46c4-a394-aba34389f5ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.38 - - [2026-01-22 03:31:09] "GET /project/0ea4e6c6-6833-46c4-a394-aba34389f5ce?fields=security_groups HTTP/1.1" 200 1271 0.043791 10.0.0.38 - - [2026-01-22 03:31:10] "POST /neutron/network HTTP/1.1" 200 844 0.039868 10.0.0.38 - - [2026-01-22 03:31:11] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.38 - - [2026-01-22 03:31:30] "GET /obj-perms HTTP/1.1" 200 5056 0.064357 10.0.0.131 - - [2026-01-22 03:31:43] "DELETE /project/7fab44cd-95f8-448c-b04b-3aee14300726 HTTP/1.1" 404 177 0.045468 10.0.0.131 - - [2026-01-22 03:31:43] "DELETE /project/5c5ce5787bdd499abe95c6cda8b7eea6 HTTP/1.1" 404 173 0.064857 10.0.0.131 - - [2026-01-22 03:31:43] "DELETE /project/0ea4e6c6683346c4a394aba34389f5ce HTTP/1.1" 404 173 0.116914 10.0.0.131 - - [2026-01-22 03:31:43] "GET /projects?obj_uuids=0ea4e6c6-6833-46c4-a394-aba34389f5ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.131 - - [2026-01-22 03:31:43] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001152 10.0.0.131 - - [2026-01-22 03:31:43] "GET /project/0ea4e6c6-6833-46c4-a394-aba34389f5ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.106680 10.0.0.131 - - [2026-01-22 03:31:43] "GET /projects?obj_uuids=0ea4e6c6-6833-46c4-a394-aba34389f5ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001530 10.0.0.131 - - [2026-01-22 03:31:43] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.141786 10.0.0.131 - - [2026-01-22 03:31:43] "GET /project/0ea4e6c6-6833-46c4-a394-aba34389f5ce?fields=security_groups HTTP/1.1" 200 1373 0.063574 10.0.0.131 - - [2026-01-22 03:31:43] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001957 10.0.0.131 - - [2026-01-22 03:31:43] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?fields=security_groups HTTP/1.1" 200 1385 0.054274 10.0.0.131 - - [2026-01-22 03:31:43] "DELETE /security-group/085f9916-364c-43bb-822f-1901a947a546 HTTP/1.1" 200 115 0.076838 10.0.0.131 - - [2026-01-22 03:31:43] "GET /projects?obj_uuids=0ea4e6c6-6833-46c4-a394-aba34389f5ce&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001279 10.0.0.131 - - [2026-01-22 03:31:43] "GET /project/0ea4e6c6-6833-46c4-a394-aba34389f5ce?fields=application_policy_sets HTTP/1.1" 200 1412 0.079364 10.0.0.131 - - [2026-01-22 03:31:43] "DELETE /access-control-list/6c64b930-5486-40a4-a756-c1c163103343 HTTP/1.1" 200 115 0.107346 10.0.0.131 - - [2026-01-22 03:31:43] "DELETE /security-group/e1277e22-0beb-47f0-a31a-54e91511f7a8 HTTP/1.1" 200 115 0.134039 10.0.0.131 - - [2026-01-22 03:31:43] "GET /projects?obj_uuids=5c5ce578-7bdd-499a-be95-c6cda8b7eea6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001589 10.0.0.131 - - [2026-01-22 03:31:43] "GET /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6?fields=application_policy_sets HTTP/1.1" 200 1424 0.063033 10.0.0.131 - - [2026-01-22 03:31:44] "DELETE /access-control-list/76734830-5dfd-4115-97bd-c6c5555b047f HTTP/1.1" 200 115 0.075353 10.0.0.131 - - [2026-01-22 03:31:44] "DELETE /project/0ea4e6c6-6833-46c4-a394-aba34389f5ce HTTP/1.1" 200 115 0.745514 10.0.0.131 - - [2026-01-22 03:31:44] "DELETE /project/5c5ce578-7bdd-499a-be95-c6cda8b7eea6 HTTP/1.1" 200 115 0.800368 10.0.0.38 - - [2026-01-22 03:32:11] "POST /neutron/port HTTP/1.1" 200 1122 0.020587 10.0.0.38 - - [2026-01-22 03:32:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.010418 10.0.0.131 - - [2026-01-22 03:32:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.131 - - [2026-01-22 03:32:30] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.50 - - [2026-01-22 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.50 - - [2026-01-22 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.38 - - [2026-01-22 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.38 - - [2026-01-22 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.131 - - [2026-01-22 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.50 - - [2026-01-22 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.131 - - [2026-01-22 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.50 - - [2026-01-22 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.38 - - [2026-01-22 03:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2026-01-22 03:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 [Introspect:8084]10.0.0.131 - - [2026-01-22 03:32:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000877 [Introspect:8084]10.0.0.131 - - [2026-01-22 03:32:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000779