++ 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 Feb 12 02:09:10 AM UTC 2026 ===================' INFO: =================== Thu Feb 12 02:09: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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.130,10.0.0.22,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.130:8081 10.0.0.22:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.130:8081 10.0.0.22:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.130:8081 10.0.0.22:8081 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.130:8086 10.0.0.22:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.130:8086 10.0.0.22:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.130:8086 10.0.0.22:8086 10.0.0.23: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.130,10.0.0.22,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.130:8082 10.0.0.22:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.130:8082 10.0.0.22:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.130:8082 10.0.0.22:8082 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.130:9161 10.0.0.22:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.130:9161 10.0.0.22:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.130:9161 10.0.0.22:9161 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.130:9041 10.0.0.22:9041 10.0.0.23: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.193,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.130:2181,10.0.0.22:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.130:2181,10.0.0.22:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130:2181,10.0.0.22:2181,10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.130:5673,10.0.0.22:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.130:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.130:5673,10.0.0.22:5673,10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.130:6379 10.0.0.22:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.130:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.130:6379 10.0.0.22:6379 10.0.0.23: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.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.130:9092 10.0.0.22:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.130:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.130:9092 10.0.0.22:9092 10.0.0.23: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.130 ++ 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.130,10.0.0.22,10.0.0.23 ++ 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.130,10.0.0.22,10.0.0.23 ++ 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.130,10.0.0.22,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.130 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.130,10.0.0.22,10.0.0.23 +++ local servers=10.0.0.130,10.0.0.22,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ tr '\n' , ++++ uniq ++++ sort +++ local local_ips=,10.0.0.23,10.20.0.14,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.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23: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: 02/12/2026 02:09:19.752 7fd46fb22040 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/12/2026 02:09:19.887 7fd46fb22040 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/12/2026 02:09:19.898 7fd46fb22040 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/12/2026 02:09:19.899 7fd46fb22040 [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 Feb 12 02:09:38 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=) 3769 self.config_log(msg, level=SandeshLevel.SYS_ERR) 3770 3771 ip_fab_vn = self.create_singleton_entry( 3772 VirtualNetwork(cfgm_common.IP_FABRIC_VN_FQ_NAME[-1], 3773 is_provider_network=True)) ip_fab_vn undefined self = self.create_singleton_entry = > global VirtualNetwork = global cfgm_common = cfgm_common.IP_FABRIC_VN_FQ_NAME = ['default-domain', 'default-project', 'ip-fabric'] is_provider_network 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/virtual_network:defaul...67d747a0-4ec5-46e9-a7e5-e7d633437e34 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/virtual_network:default-domain:default-project:ip-fabric exists already with ID: 67d747a0-4ec5-46e9-a7e5-e7d633437e34 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('virtual_network default-domain:default-project:ip-fabric') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/virtual_network:defaul...67d747a0-4ec5-46e9-a7e5-e7d633437e34 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/virtual_network:defaul...67d747a0-4ec5-46e9-a7e5-e7d633437e34 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/virtual_network:defaul...67d747a0-4ec5-46e9-a7e5-e7d633437e34 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 2474, 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: virtual_network default-domain:default-project: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 3771, in _db_init_entries ip_fab_vn = 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/virtual_network:default-domain:default-project:ip-fabric exists already with ID: 67d747a0-4ec5-46e9-a7e5-e7d633437e34 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 Feb 12 02:09:40 AM UTC 2026 ===================' INFO: =================== Thu Feb 12 02:09:40 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 +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.130,10.0.0.22,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.130:8081 10.0.0.22:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.130:8081 10.0.0.22:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.130:8081 10.0.0.22:8081 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.130:8086 10.0.0.22:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.130:8086 10.0.0.22:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.130:8086 10.0.0.22:8086 10.0.0.23: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.130,10.0.0.22,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.130:8082 10.0.0.22:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.130:8082 10.0.0.22:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.130:8082 10.0.0.22:8082 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.130:9161 10.0.0.22:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.130:9161 10.0.0.22:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.130:9161 10.0.0.22:9161 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.130:9041 10.0.0.22:9041 10.0.0.23: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.193,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.130:2181,10.0.0.22:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.130:2181,10.0.0.22:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130:2181,10.0.0.22:2181,10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.130:5673,10.0.0.22:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.130:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.130:5673,10.0.0.22:5673,10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.130:6379 10.0.0.22:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.130:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.130:6379 10.0.0.22:6379 10.0.0.23: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.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.130:9092 10.0.0.22:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.130:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.130:9092 10.0.0.22:9092 10.0.0.23: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.130 ++ 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.130,10.0.0.22,10.0.0.23 ++ 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.130,10.0.0.22,10.0.0.23 ++ 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.130,10.0.0.22,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.130 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.130,10.0.0.22,10.0.0.23 +++ local servers=10.0.0.130,10.0.0.22,10.0.0.23 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort ++++ grep -vi host ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.23,10.20.0.14,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.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041 + cassandra_server_list='10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23: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 ++ sed 's/^API__//g' ++ cut -d = -f 1 + 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: 02/12/2026 02:09:49.201 7eff47741800 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/12/2026 02:09:49.335 7eff47741800 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/12/2026 02:09:49.346 7eff47741800 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/12/2026 02:09:49.346 7eff47741800 [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.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-02-12 02:09:50] "GET / HTTP/1.1" 503 181 0.000321 10.0.0.23 - - [2026-02-12 02:09:50] "GET / HTTP/1.1" 503 181 0.000811 10.0.0.23 - - [2026-02-12 02:09:51] "GET / HTTP/1.1" 200 45871 0.001451 10.0.0.23 - - [2026-02-12 02:09:51] "GET / HTTP/1.1" 200 45871 0.000987 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.23 - - [2026-02-12 02:09:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000523 10.0.0.23 - - [2026-02-12 02:09:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000242 10.0.0.22 - - [2026-02-12 02:09:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.22 - - [2026-02-12 02:09:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.23 - - [2026-02-12 02:09:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.23 - - [2026-02-12 02:09:55] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.22 - - [2026-02-12 02:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.001026 10.0.0.22 - - [2026-02-12 02:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.23 - - [2026-02-12 02:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.23 - - [2026-02-12 02:09:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.130 - - [2026-02-12 02:09:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.130 - - [2026-02-12 02:09:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.130 - - [2026-02-12 02:09:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.130 - - [2026-02-12 02:09:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.23 - - [2026-02-12 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 4.478841 10.0.0.23 - - [2026-02-12 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.23 - - [2026-02-12 02:09:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 3.868744 10.0.0.23 - - [2026-02-12 02:09:57] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003317 /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.23 - - [2026-02-12 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.028857 10.0.0.23 - - [2026-02-12 02:10:05] "POST /access-control-lists HTTP/1.1" 200 587 0.030369 10.0.0.23 - - [2026-02-12 02:10:05] "POST /route-targets HTTP/1.1" 200 327 0.015006 10.0.0.23 - - [2026-02-12 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.019414 10.0.0.23 - - [2026-02-12 02:10:06] "POST /route-targets HTTP/1.1" 200 327 0.015807 10.0.0.23 - - [2026-02-12 02:10:06] "POST /access-control-lists HTTP/1.1" 200 551 0.073436 10.0.0.23 - - [2026-02-12 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.036873 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.130 - - [2026-02-12 02:13:50] "GET /obj-perms HTTP/1.1" 200 5075 0.363006 10.0.0.23 - - [2026-02-12 02:14:49] "PUT /access-control-list/90f6afed-d42c-4fab-8e5b-d1bf0a581c7c HTTP/1.1" 200 272 0.022805 10.0.0.22 - - [2026-02-12 02:14:50] "GET /obj-perms HTTP/1.1" 200 5075 0.063369 10.0.0.23 - - [2026-02-12 02:14:51] "GET /obj-perms HTTP/1.1" 200 5075 0.068272 10.0.0.22 - - [2026-02-12 02:14:51] "GET /virtual-router/dcfb7b7f-49bc-4027-8dc6-b6385a5b2bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.007189 10.0.0.22 - - [2026-02-12 02:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.22 - - [2026-02-12 02:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.22 - - [2026-02-12 02:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.22 - - [2026-02-12 02:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.23 - - [2026-02-12 02:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.23 - - [2026-02-12 02:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.23 - - [2026-02-12 02:14:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.23 - - [2026-02-12 02:14:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000753 10.0.0.130 - - [2026-02-12 02:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000586 10.0.0.130 - - [2026-02-12 02:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000542 10.0.0.130 - - [2026-02-12 02:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.130 - - [2026-02-12 02:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 [Introspect:8084]10.0.0.23 - - [2026-02-12 02:15:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000919 [Introspect:8084]10.0.0.23 - - [2026-02-12 02:15:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001308 [Introspect:8084]10.0.0.23 - - [2026-02-12 02:15:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000847 [Introspect:8084]10.0.0.23 - - [2026-02-12 02:15:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000766 10.0.0.130 - - [2026-02-12 02:16:41] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.130 - - [2026-02-12 02:16:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000588 10.0.0.130 - - [2026-02-12 02:16:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.044516 10.0.0.23 - - [2026-02-12 02:16:42] "GET /projects?obj_uuids=d40c3e98-a463-4e66-8619-ea92b445daa1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.056498 10.0.0.23 - - [2026-02-12 02:16:42] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.23 - - [2026-02-12 02:16:42] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031112 10.0.0.23 - - [2026-02-12 02:16:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.002179 10.0.0.23 - - [2026-02-12 02:16:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.009535 10.0.0.23 - - [2026-02-12 02:16:43] "POST /security-groups HTTP/1.1" 200 589 0.042844 10.0.0.23 - - [2026-02-12 02:16:43] "POST /projects HTTP/1.1" 200 581 0.296885 10.0.0.23 - - [2026-02-12 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.369255 10.0.0.23 - - [2026-02-12 02:16:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.044745 10.0.0.130 - - [2026-02-12 02:16:43] "GET /project/d40c3e98-a463-4e66-8619-ea92b445daa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.585223 10.0.0.130 - - [2026-02-12 02:16:44] "GET / HTTP/1.1" 200 35931 0.001712 10.0.0.23 - - [2026-02-12 02:16:47] "GET /projects?obj_uuids=d40c3e98-a463-4e66-8619-ea92b445daa1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001415 10.0.0.130 - - [2026-02-12 02:16:47] "GET /project/d40c3e98-a463-4e66-8619-ea92b445daa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.085140 10.0.0.23 - - [2026-02-12 02:16:47] "GET /projects?obj_uuids=d40c3e98-a463-4e66-8619-ea92b445daa1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.130 - - [2026-02-12 02:16:47] "GET /project/d40c3e98-a463-4e66-8619-ea92b445daa1?fields=virtual_networks HTTP/1.1" 200 1038 0.096643 10.0.0.23 - - [2026-02-12 02:16:47] "GET /projects?obj_uuids=d40c3e98-a463-4e66-8619-ea92b445daa1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.130 - - [2026-02-12 02:16:47] "GET /project/d40c3e98-a463-4e66-8619-ea92b445daa1?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.079198 10.0.0.23 - - [2026-02-12 02:16:47] "GET /projects?obj_uuids=d40c3e98-a463-4e66-8619-ea92b445daa1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.130 - - [2026-02-12 02:16:48] "GET /project/d40c3e98-a463-4e66-8619-ea92b445daa1?fields=security_groups HTTP/1.1" 200 1262 0.064097 10.0.0.23 - - [2026-02-12 02:16:48] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003465 10.0.0.23 - - [2026-02-12 02:16:48] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.23 - - [2026-02-12 02:16:48] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008955 10.0.0.23 - - [2026-02-12 02:16:48] "POST /id-to-fqname HTTP/1.1" 200 167 0.008224 10.0.0.23 - - [2026-02-12 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 176 0.005086 10.0.0.23 - - [2026-02-12 02:16:49] "POST /security-groups HTTP/1.1" 200 568 0.083516 10.0.0.23 - - [2026-02-12 02:16:49] "POST /projects HTTP/1.1" 200 539 0.346718 10.0.0.23 - - [2026-02-12 02:16:49] "POST /access-control-lists HTTP/1.1" 200 573 0.036277 10.0.0.23 - - [2026-02-12 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.428528 10.0.0.130 - - [2026-02-12 02:16:49] "GET /project/99bdc694-e7f0-416c-85df-1dddb9eeff50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.577818 [Introspect:8084]10.0.0.130 - - [2026-02-12 02:16:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001135 10.0.0.23 - - [2026-02-12 02:16:51] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000990 10.0.0.130 - - [2026-02-12 02:16:51] "GET /project/99bdc694-e7f0-416c-85df-1dddb9eeff50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.054093 10.0.0.23 - - [2026-02-12 02:16:52] "GET /obj-perms HTTP/1.1" 200 5075 0.068701 [Introspect:8084]10.0.0.130 - - [2026-02-12 02:16:53] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000665 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.053268 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.005006 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.005001 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.003900 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.013294 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.003947 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.003768 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.004995 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.004139 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.005219 10.0.0.130 - - [2026-02-12 02:16:54] "GET /obj-perms HTTP/1.1" 200 5075 0.004765 10.0.0.23 - - [2026-02-12 02:16:55] "GET /obj-perms HTTP/1.1" 200 5075 0.004857 10.0.0.130 - - [2026-02-12 02:16:55] "GET /obj-perms HTTP/1.1" 200 5075 0.004421 10.0.0.23 - - [2026-02-12 02:16:55] "GET /obj-perms HTTP/1.1" 200 5075 0.003974 10.0.0.23 - - [2026-02-12 02:16:55] "GET /obj-perms HTTP/1.1" 200 5075 0.005039 10.0.0.130 - - [2026-02-12 02:16:56] "GET /obj-perms HTTP/1.1" 200 5075 0.003918 10.0.0.130 - - [2026-02-12 02:16:56] "GET /obj-perms HTTP/1.1" 200 5075 0.003996 10.0.0.130 - - [2026-02-12 02:16:56] "GET /obj-perms HTTP/1.1" 200 5075 0.003857 10.0.0.130 - - [2026-02-12 02:16:56] "GET /obj-perms HTTP/1.1" 200 5075 0.010336 10.0.0.130 - - [2026-02-12 02:16:56] "GET /obj-perms HTTP/1.1" 200 5075 0.004067 10.0.0.130 - - [2026-02-12 02:16:57] "GET /obj-perms HTTP/1.1" 200 5075 0.003875 10.0.0.130 - - [2026-02-12 02:16:57] "GET /obj-perms HTTP/1.1" 200 5075 0.003901 10.0.0.130 - - [2026-02-12 02:16:57] "GET /obj-perms HTTP/1.1" 200 5075 0.003913 10.0.0.130 - - [2026-02-12 02:16:57] "GET /obj-perms HTTP/1.1" 200 5075 0.005120 10.0.0.130 - - [2026-02-12 02:16:57] "GET /obj-perms HTTP/1.1" 200 5075 0.004979 10.0.0.130 - - [2026-02-12 02:16:59] "GET /obj-perms HTTP/1.1" 200 5075 0.004523 10.0.0.130 - - [2026-02-12 02:17:00] "GET /obj-perms HTTP/1.1" 200 5075 0.008288 10.0.0.130 - - [2026-02-12 02:17:00] "GET /obj-perms HTTP/1.1" 200 5075 0.004083 10.0.0.130 - - [2026-02-12 02:17:00] "GET /obj-perms HTTP/1.1" 200 5075 0.004019 10.0.0.23 - - [2026-02-12 02:17:00] "DELETE /project/d40c3e98a4634e668619ea92b445daa1 HTTP/1.1" 404 173 0.006114 10.0.0.23 - - [2026-02-12 02:17:00] "DELETE /project/99bdc694e7f0416c85df1dddb9eeff50 HTTP/1.1" 404 173 0.004739 10.0.0.23 - - [2026-02-12 02:17:00] "GET /projects?obj_uuids=d40c3e98-a463-4e66-8619-ea92b445daa1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000822 10.0.0.23 - - [2026-02-12 02:17:00] "GET /project/d40c3e98-a463-4e66-8619-ea92b445daa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.062402 10.0.0.23 - - [2026-02-12 02:17:00] "GET /projects?obj_uuids=d40c3e98-a463-4e66-8619-ea92b445daa1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.23 - - [2026-02-12 02:17:00] "GET /project/d40c3e98-a463-4e66-8619-ea92b445daa1?fields=security_groups HTTP/1.1" 200 1367 0.058222 10.0.0.23 - - [2026-02-12 02:17:00] "DELETE /security-group/7ed1e36b-8eb8-486b-ae96-d926a62a55c5 HTTP/1.1" 200 115 0.062246 10.0.0.23 - - [2026-02-12 02:17:00] "GET /projects?obj_uuids=d40c3e98-a463-4e66-8619-ea92b445daa1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.23 - - [2026-02-12 02:17:00] "DELETE /access-control-list/e183451c-f73b-40d1-b2e3-c28005c21a62 HTTP/1.1" 200 115 0.066655 10.0.0.23 - - [2026-02-12 02:17:01] "GET /project/d40c3e98-a463-4e66-8619-ea92b445daa1?fields=application_policy_sets HTTP/1.1" 200 1406 0.122992 10.0.0.23 - - [2026-02-12 02:17:01] "DELETE /project/d40c3e98-a463-4e66-8619-ea92b445daa1 HTTP/1.1" 200 115 0.606104 10.0.0.130 - - [2026-02-12 02:17:01] "GET /obj-perms HTTP/1.1" 200 5075 0.005430 10.0.0.130 - - [2026-02-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.023346 10.0.0.23 - - [2026-02-12 02:17:02] "GET /projects?obj_uuids=50e418c8-9f16-4db2-b241-59f08b43758c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003530 10.0.0.23 - - [2026-02-12 02:17:02] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.23 - - [2026-02-12 02:17:02] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008482 10.0.0.23 - - [2026-02-12 02:17:02] "POST /id-to-fqname HTTP/1.1" 200 201 0.003239 10.0.0.23 - - [2026-02-12 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.003958 10.0.0.23 - - [2026-02-12 02:17:03] "POST /security-groups HTTP/1.1" 200 602 0.078072 10.0.0.23 - - [2026-02-12 02:17:03] "POST /projects HTTP/1.1" 200 607 0.322329 10.0.0.23 - - [2026-02-12 02:17:03] "POST /access-control-lists HTTP/1.1" 200 607 0.042652 10.0.0.23 - - [2026-02-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.425509 10.0.0.130 - - [2026-02-12 02:17:03] "GET /project/50e418c8-9f16-4db2-b241-59f08b43758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.587409 10.0.0.130 - - [2026-02-12 02:17:04] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.130 - - [2026-02-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000450 10.0.0.130 - - [2026-02-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.061938 10.0.0.23 - - [2026-02-12 02:17:05] "GET /projects?obj_uuids=50e418c8-9f16-4db2-b241-59f08b43758c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000830 10.0.0.130 - - [2026-02-12 02:17:05] "GET /project/50e418c8-9f16-4db2-b241-59f08b43758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.047675 10.0.0.23 - - [2026-02-12 02:17:06] "POST /route-targets HTTP/1.1" 200 327 0.017067 10.0.0.23 - - [2026-02-12 02:17:06] "POST /useragent-kv HTTP/1.1" 200 115 0.009737 10.0.0.130 - - [2026-02-12 02:17:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.273525 10.0.0.130 - - [2026-02-12 02:17:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001264 10.0.0.130 - - [2026-02-12 02:17:06] "GET /virtual-network/6ab1acf0-d185-4bf1-af15-ea0e953e47d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005597 10.0.0.130 - - [2026-02-12 02:17:06] "GET /virtual-network/6ab1acf0-d185-4bf1-af15-ea0e953e47d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005162 10.0.0.130 - - [2026-02-12 02:17:06] "POST /neutron/network HTTP/1.1" 200 837 0.007867 10.0.0.130 - - [2026-02-12 02:17:07] "GET /virtual-network/6ab1acf0-d185-4bf1-af15-ea0e953e47d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005870 10.0.0.130 - - [2026-02-12 02:17:07] "GET /obj-perms HTTP/1.1" 200 5071 0.063512 10.0.0.23 - - [2026-02-12 02:17:08] "GET /obj-perms HTTP/1.1" 200 5071 0.053163 10.0.0.130 - - [2026-02-12 02:17:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001289 10.0.0.23 - - [2026-02-12 02:17:10] "GET /projects?obj_uuids=50e418c8-9f16-4db2-b241-59f08b43758c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000941 10.0.0.130 - - [2026-02-12 02:17:10] "GET /project/50e418c8-9f16-4db2-b241-59f08b43758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.087703 10.0.0.130 - - [2026-02-12 02:17:11] "POST /neutron/network HTTP/1.1" 200 837 0.042960 10.0.0.130 - - [2026-02-12 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.010192 10.0.0.130 - - [2026-02-12 02:17:13] "POST /neutron/port HTTP/1.1" 200 1069 0.058798 10.0.0.130 - - [2026-02-12 02:17:13] "POST /neutron/port HTTP/1.1" 200 1133 0.026121 10.0.0.130 - - [2026-02-12 02:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.130 - - [2026-02-12 02:17:17] "POST /neutron/security_group HTTP/1.1" 200 2069 0.020429 10.0.0.130 - - [2026-02-12 02:17:19] "GET /obj-perms HTTP/1.1" 200 5071 0.004081 10.0.0.130 - - [2026-02-12 02:17:22] "POST /neutron/port HTTP/1.1" 200 1133 0.019206 10.0.0.130 - - [2026-02-12 02:17:24] "POST /neutron/network HTTP/1.1" 200 837 0.014254 10.0.0.23 - - [2026-02-12 02:17:24] "DELETE /route-target/216c841e-5083-40e1-817e-4c9e4c860425 HTTP/1.1" 200 115 0.023404 10.0.0.23 - - [2026-02-12 02:17:25] "GET /projects?obj_uuids=50e418c8-9f16-4db2-b241-59f08b43758c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000908 10.0.0.130 - - [2026-02-12 02:17:25] "GET /project/50e418c8-9f16-4db2-b241-59f08b43758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.053714 10.0.0.23 - - [2026-02-12 02:17:25] "GET /projects?obj_uuids=50e418c8-9f16-4db2-b241-59f08b43758c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000848 10.0.0.130 - - [2026-02-12 02:17:25] "GET /project/50e418c8-9f16-4db2-b241-59f08b43758c?fields=virtual_networks HTTP/1.1" 200 1064 0.042614 10.0.0.23 - - [2026-02-12 02:17:25] "GET /projects?obj_uuids=50e418c8-9f16-4db2-b241-59f08b43758c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000892 10.0.0.130 - - [2026-02-12 02:17:25] "GET /project/50e418c8-9f16-4db2-b241-59f08b43758c?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.042379 10.0.0.23 - - [2026-02-12 02:17:25] "GET /projects?obj_uuids=50e418c8-9f16-4db2-b241-59f08b43758c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001002 10.0.0.130 - - [2026-02-12 02:17:25] "GET /project/50e418c8-9f16-4db2-b241-59f08b43758c?fields=security_groups HTTP/1.1" 200 1301 0.047894 10.0.0.23 - - [2026-02-12 02:17:26] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001097 10.0.0.130 - - [2026-02-12 02:17:26] "GET /project/99bdc694-e7f0-416c-85df-1dddb9eeff50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.052448 10.0.0.23 - - [2026-02-12 02:17:32] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000969 10.0.0.130 - - [2026-02-12 02:17:32] "GET /project/99bdc694-e7f0-416c-85df-1dddb9eeff50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.041629 10.0.0.130 - - [2026-02-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.028537 10.0.0.23 - - [2026-02-12 02:17:35] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003883 10.0.0.23 - - [2026-02-12 02:17:35] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.046744 10.0.0.23 - - [2026-02-12 02:17:35] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053489 10.0.0.23 - - [2026-02-12 02:17:35] "POST /id-to-fqname HTTP/1.1" 200 202 0.003806 10.0.0.23 - - [2026-02-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.010341 10.0.0.23 - - [2026-02-12 02:17:35] "POST /security-groups HTTP/1.1" 200 603 0.040679 10.0.0.23 - - [2026-02-12 02:17:35] "POST /projects HTTP/1.1" 200 609 0.268259 10.0.0.23 - - [2026-02-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.010394 10.0.0.23 - - [2026-02-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.346875 10.0.0.130 - - [2026-02-12 02:17:35] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.558678 10.0.0.130 - - [2026-02-12 02:17:36] "GET / HTTP/1.1" 200 35931 0.001753 10.0.0.130 - - [2026-02-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000471 10.0.0.130 - - [2026-02-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.054075 10.0.0.23 - - [2026-02-12 02:17:37] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000865 10.0.0.130 - - [2026-02-12 02:17:37] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045271 10.0.0.23 - - [2026-02-12 02:17:37] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.130 - - [2026-02-12 02:17:38] "POST /neutron/network HTTP/1.1" 200 703 0.171045 10.0.0.23 - - [2026-02-12 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.032743 10.0.0.130 - - [2026-02-12 02:17:38] "POST /id-to-fqname HTTP/1.1" 200 275 0.003689 10.0.0.130 - - [2026-02-12 02:17:38] "GET /virtual-network/b288d1c4-5bb6-49a3-928f-af8b391bce88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.006219 10.0.0.130 - - [2026-02-12 02:17:38] "POST /neutron/network HTTP/1.1" 200 921 0.007205 10.0.0.130 - - [2026-02-12 02:17:38] "GET /virtual-network/b288d1c4-5bb6-49a3-928f-af8b391bce88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.005055 10.0.0.130 - - [2026-02-12 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2026-02-12 02:17:38] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.130 - - [2026-02-12 02:17:38] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044804 10.0.0.130 - - [2026-02-12 02:17:38] "POST /neutron/network HTTP/1.1" 200 117 0.013975 10.0.0.130 - - [2026-02-12 02:17:39] "POST /neutron/network HTTP/1.1" 200 921 0.010369 10.0.0.130 - - [2026-02-12 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 275 0.001130 10.0.0.130 - - [2026-02-12 02:17:39] "GET /virtual-network/6481bb30-a798-4666-9a20-c7f1caf06329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.005293 10.0.0.130 - - [2026-02-12 02:17:39] "GET /virtual-network/6481bb30-a798-4666-9a20-c7f1caf06329?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.009488 10.0.0.130 - - [2026-02-12 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.012139 10.0.0.130 - - [2026-02-12 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.23 - - [2026-02-12 02:17:39] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.130 - - [2026-02-12 02:17:39] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.049297 10.0.0.23 - - [2026-02-12 02:17:39] "POST /route-targets HTTP/1.1" 200 327 0.015365 10.0.0.23 - - [2026-02-12 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007590 10.0.0.130 - - [2026-02-12 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.193007 10.0.0.130 - - [2026-02-12 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 276 0.001227 10.0.0.130 - - [2026-02-12 02:17:39] "GET /virtual-network/ac8f07d3-1b77-487b-8b3d-de884b4451c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.006143 10.0.0.130 - - [2026-02-12 02:17:39] "GET /virtual-network/ac8f07d3-1b77-487b-8b3d-de884b4451c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.005669 10.0.0.130 - - [2026-02-12 02:17:39] "POST /neutron/network HTTP/1.1" 200 923 0.009278 10.0.0.130 - - [2026-02-12 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 275 0.001203 10.0.0.23 - - [2026-02-12 02:17:40] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001753 10.0.0.130 - - [2026-02-12 02:17:41] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.076078 10.0.0.130 - - [2026-02-12 02:17:41] "POST /neutron/network HTTP/1.1" 200 921 0.009156 10.0.0.130 - - [2026-02-12 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 276 0.001420 10.0.0.130 - - [2026-02-12 02:17:41] "POST /neutron/port HTTP/1.1" 200 117 0.013388 10.0.0.23 - - [2026-02-12 02:17:41] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002146 10.0.0.130 - - [2026-02-12 02:17:42] "POST /neutron/port HTTP/1.1" 200 1071 0.397467 10.0.0.130 - - [2026-02-12 02:17:42] "POST /neutron/port HTTP/1.1" 200 1125 0.121982 10.0.0.23 - - [2026-02-12 02:17:42] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.130 - - [2026-02-12 02:17:42] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.131191 10.0.0.130 - - [2026-02-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004366 10.0.0.130 - - [2026-02-12 02:17:42] "POST /neutron/network HTTP/1.1" 200 921 0.007367 10.0.0.130 - - [2026-02-12 02:17:42] "POST /neutron/port HTTP/1.1" 200 117 0.007016 10.0.0.130 - - [2026-02-12 02:17:44] "POST /neutron/port HTTP/1.1" 200 1071 0.063439 10.0.0.130 - - [2026-02-12 02:17:44] "POST /neutron/port HTTP/1.1" 200 1125 0.161297 10.0.0.130 - - [2026-02-12 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003751 10.0.0.130 - - [2026-02-12 02:17:44] "POST /neutron/network HTTP/1.1" 200 923 0.007047 10.0.0.130 - - [2026-02-12 02:17:44] "POST /neutron/port HTTP/1.1" 200 151 0.214451 10.0.0.23 - - [2026-02-12 02:17:46] "DELETE /route-target/a0cb5fb2-7fd4-4f02-be15-7a3e73e90a42 HTTP/1.1" 200 115 0.050049 10.0.0.130 - - [2026-02-12 02:17:46] "POST /neutron/network HTTP/1.1" 200 923 0.019938 10.0.0.130 - - [2026-02-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1125 0.039934 10.0.0.130 - - [2026-02-12 02:17:48] "POST /neutron/network HTTP/1.1" 200 1676 0.011689 10.0.0.23 - - [2026-02-12 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007786 10.0.0.23 - - [2026-02-12 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.130 - - [2026-02-12 02:17:48] "POST /neutron/network HTTP/1.1" 200 151 0.160952 10.0.0.23 - - [2026-02-12 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003041 10.0.0.23 - - [2026-02-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.23 - - [2026-02-12 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003231 10.0.0.130 - - [2026-02-12 02:17:48] "POST /neutron/network HTTP/1.1" 200 151 0.159482 10.0.0.23 - - [2026-02-12 02:17:48] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.130 - - [2026-02-12 02:17:49] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.110548 10.0.0.23 - - [2026-02-12 02:17:49] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.130 - - [2026-02-12 02:17:49] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?fields=virtual_networks HTTP/1.1" 200 1066 0.061586 10.0.0.23 - - [2026-02-12 02:17:49] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.130 - - [2026-02-12 02:17:49] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.047505 10.0.0.23 - - [2026-02-12 02:17:49] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.130 - - [2026-02-12 02:17:49] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?fields=security_groups HTTP/1.1" 200 1304 0.076995 10.0.0.130 - - [2026-02-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.026102 10.0.0.23 - - [2026-02-12 02:17:50] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003269 10.0.0.23 - - [2026-02-12 02:17:50] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.23 - - [2026-02-12 02:17:50] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008237 10.0.0.23 - - [2026-02-12 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 192 0.004512 10.0.0.23 - - [2026-02-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.008650 10.0.0.23 - - [2026-02-12 02:17:50] "POST /security-groups HTTP/1.1" 200 593 0.073090 10.0.0.23 - - [2026-02-12 02:17:50] "POST /projects HTTP/1.1" 200 589 0.304513 10.0.0.23 - - [2026-02-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.339620 10.0.0.23 - - [2026-02-12 02:17:50] "POST /access-control-lists HTTP/1.1" 200 598 0.032398 10.0.0.130 - - [2026-02-12 02:17:50] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.516030 10.0.0.130 - - [2026-02-12 02:17:51] "GET / HTTP/1.1" 200 35931 0.002614 10.0.0.130 - - [2026-02-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.130 - - [2026-02-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.058039 10.0.0.23 - - [2026-02-12 02:17:52] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000800 10.0.0.130 - - [2026-02-12 02:17:52] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.037920 10.0.0.23 - - [2026-02-12 02:17:53] "POST /route-targets HTTP/1.1" 200 327 0.012773 10.0.0.23 - - [2026-02-12 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007735 10.0.0.130 - - [2026-02-12 02:17:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.287860 10.0.0.130 - - [2026-02-12 02:17:53] "POST /id-to-fqname HTTP/1.1" 200 255 0.001678 10.0.0.130 - - [2026-02-12 02:17:53] "GET /virtual-network/27421593-ed22-416e-8025-cf99386b7339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.007105 10.0.0.130 - - [2026-02-12 02:17:53] "GET /virtual-network/27421593-ed22-416e-8025-cf99386b7339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006866 10.0.0.130 - - [2026-02-12 02:17:53] "POST /neutron/network HTTP/1.1" 200 893 0.010765 10.0.0.130 - - [2026-02-12 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.23 - - [2026-02-12 02:17:53] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000829 10.0.0.130 - - [2026-02-12 02:17:53] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.068759 10.0.0.22 - - [2026-02-12 02:17:53] "GET /obj-perms HTTP/1.1" 200 5075 0.068995 10.0.0.23 - - [2026-02-12 02:17:53] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000885 10.0.0.130 - - [2026-02-12 02:17:53] "POST /neutron/network HTTP/1.1" 200 673 0.154303 10.0.0.23 - - [2026-02-12 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.045226 10.0.0.130 - - [2026-02-12 02:17:54] "POST /id-to-fqname HTTP/1.1" 200 255 0.003442 10.0.0.130 - - [2026-02-12 02:17:54] "GET /virtual-network/cbcb80b7-adb9-4e42-ad02-b0c4a14fedbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005446 10.0.0.130 - - [2026-02-12 02:17:54] "POST /neutron/network HTTP/1.1" 200 890 0.021110 10.0.0.130 - - [2026-02-12 02:17:54] "GET /virtual-network/cbcb80b7-adb9-4e42-ad02-b0c4a14fedbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005507 10.0.0.130 - - [2026-02-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.23 - - [2026-02-12 02:17:54] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000893 10.0.0.130 - - [2026-02-12 02:17:54] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.048029 10.0.0.130 - - [2026-02-12 02:17:54] "POST /neutron/network HTTP/1.1" 200 117 0.018972 10.0.0.130 - - [2026-02-12 02:17:54] "POST /neutron/network HTTP/1.1" 200 893 0.009413 10.0.0.130 - - [2026-02-12 02:17:54] "POST /id-to-fqname HTTP/1.1" 200 256 0.001076 10.0.0.130 - - [2026-02-12 02:17:54] "GET /virtual-network/9513d330-1ae9-4891-adb5-93f5a9a15c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.007535 10.0.0.130 - - [2026-02-12 02:17:54] "GET /virtual-network/9513d330-1ae9-4891-adb5-93f5a9a15c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.012001 10.0.0.130 - - [2026-02-12 02:17:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.009835 10.0.0.130 - - [2026-02-12 02:17:54] "POST /id-to-fqname HTTP/1.1" 200 255 0.001059 10.0.0.23 - - [2026-02-12 02:17:55] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000932 10.0.0.130 - - [2026-02-12 02:17:55] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.064084 10.0.0.130 - - [2026-02-12 02:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.006698 10.0.0.130 - - [2026-02-12 02:17:56] "POST /id-to-fqname HTTP/1.1" 200 256 0.001304 10.0.0.130 - - [2026-02-12 02:17:56] "POST /neutron/network HTTP/1.1" 200 903 0.010095 10.0.0.130 - - [2026-02-12 02:17:57] "POST /neutron/port HTTP/1.1" 200 1060 0.018294 10.0.0.23 - - [2026-02-12 02:17:57] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000929 10.0.0.130 - - [2026-02-12 02:17:57] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.160439 10.0.0.130 - - [2026-02-12 02:17:57] "POST /neutron/port HTTP/1.1" 200 1124 0.055454 10.0.0.130 - - [2026-02-12 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 689 0.019322 10.0.0.130 - - [2026-02-12 02:17:57] "POST /neutron/port HTTP/1.1" 200 1124 0.030109 10.0.0.130 - - [2026-02-12 02:17:57] "POST /neutron/network HTTP/1.1" 200 903 0.006578 10.0.0.130 - - [2026-02-12 02:17:58] "POST /neutron/port HTTP/1.1" 200 1061 0.019535 10.0.0.130 - - [2026-02-12 02:17:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005344 10.0.0.130 - - [2026-02-12 02:17:58] "POST /neutron/network HTTP/1.1" 200 893 0.006331 10.0.0.130 - - [2026-02-12 02:17:59] "POST /neutron/port HTTP/1.1" 200 1124 0.016574 10.0.0.130 - - [2026-02-12 02:18:00] "POST /neutron/port HTTP/1.1" 200 1125 0.030041 10.0.0.130 - - [2026-02-12 02:18:01] "POST /neutron/port HTTP/1.1" 200 117 0.006885 10.0.0.23 - - [2026-02-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009429 10.0.0.23 - - [2026-02-12 02:18:01] "DELETE /project/2bbe303c73aa4641a54e57526f5d65f5 HTTP/1.1" 404 173 0.012367 10.0.0.23 - - [2026-02-12 02:18:01] "DELETE /project/bd592472e704499b8345af4b119f5aec HTTP/1.1" 404 173 0.011770 10.0.0.23 - - [2026-02-12 02:18:01] "DELETE /project/50e418c89f164db2b24159f08b43758c HTTP/1.1" 404 173 0.007312 10.0.0.23 - - [2026-02-12 02:18:01] "GET /projects?obj_uuids=50e418c8-9f16-4db2-b241-59f08b43758c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000779 10.0.0.23 - - [2026-02-12 02:18:01] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000726 10.0.0.130 - - [2026-02-12 02:18:01] "POST /neutron/network HTTP/1.1" 200 893 0.013312 10.0.0.23 - - [2026-02-12 02:18:01] "GET /project/50e418c8-9f16-4db2-b241-59f08b43758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.064968 10.0.0.23 - - [2026-02-12 02:18:01] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.081180 10.0.0.23 - - [2026-02-12 02:18:01] "GET /projects?obj_uuids=50e418c8-9f16-4db2-b241-59f08b43758c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002100 10.0.0.23 - - [2026-02-12 02:18:01] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.23 - - [2026-02-12 02:18:01] "GET /project/50e418c8-9f16-4db2-b241-59f08b43758c?fields=security_groups HTTP/1.1" 200 1406 0.089635 10.0.0.23 - - [2026-02-12 02:18:01] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?fields=security_groups HTTP/1.1" 200 1409 0.119642 10.0.0.23 - - [2026-02-12 02:18:01] "DELETE /security-group/c43a7362-870f-443b-b7e4-8f98453af00e HTTP/1.1" 200 115 0.089582 10.0.0.23 - - [2026-02-12 02:18:01] "DELETE /route-target/0e1a1345-7c83-46e6-a494-630e27d98a1d HTTP/1.1" 200 115 0.050106 10.0.0.23 - - [2026-02-12 02:18:01] "GET /projects?obj_uuids=50e418c8-9f16-4db2-b241-59f08b43758c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002938 10.0.0.23 - - [2026-02-12 02:18:01] "GET /project/50e418c8-9f16-4db2-b241-59f08b43758c?fields=application_policy_sets HTTP/1.1" 200 1445 0.094507 10.0.0.23 - - [2026-02-12 02:18:01] "DELETE /security-group/b5337d9a-db61-47a3-b2c9-d599f01c7f05 HTTP/1.1" 200 115 0.163503 10.0.0.23 - - [2026-02-12 02:18:01] "GET /projects?obj_uuids=2bbe303c-73aa-4641-a54e-57526f5d65f5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.23 - - [2026-02-12 02:18:01] "DELETE /access-control-list/c0757978-8025-4dfe-b034-5e45cf1f552f HTTP/1.1" 200 115 0.038019 10.0.0.23 - - [2026-02-12 02:18:01] "GET /project/2bbe303c-73aa-4641-a54e-57526f5d65f5?fields=application_policy_sets HTTP/1.1" 200 1448 0.089926 10.0.0.23 - - [2026-02-12 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006231 10.0.0.23 - - [2026-02-12 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007828 10.0.0.130 - - [2026-02-12 02:18:02] "POST /neutron/network HTTP/1.1" 200 151 0.331914 10.0.0.23 - - [2026-02-12 02:18:02] "DELETE /project/50e418c8-9f16-4db2-b241-59f08b43758c HTTP/1.1" 200 115 0.692021 10.0.0.23 - - [2026-02-12 02:18:02] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001187 10.0.0.23 - - [2026-02-12 02:18:02] "DELETE /route-target/c44e6cba-fd8e-408f-8cbc-9089fbea92a9 HTTP/1.1" 200 115 0.056396 10.0.0.130 - - [2026-02-12 02:18:02] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.093249 10.0.0.23 - - [2026-02-12 02:18:02] "DELETE /project/2bbe303c-73aa-4641-a54e-57526f5d65f5 HTTP/1.1" 200 115 0.792379 10.0.0.23 - - [2026-02-12 02:18:02] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000977 10.0.0.130 - - [2026-02-12 02:18:02] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?fields=virtual_networks HTTP/1.1" 200 1046 0.064627 10.0.0.23 - - [2026-02-12 02:18:02] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.130 - - [2026-02-12 02:18:02] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.054892 10.0.0.23 - - [2026-02-12 02:18:02] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001041 10.0.0.130 - - [2026-02-12 02:18:02] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?fields=security_groups HTTP/1.1" 200 1274 0.035614 10.0.0.130 - - [2026-02-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.027325 10.0.0.23 - - [2026-02-12 02:18:03] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004193 10.0.0.23 - - [2026-02-12 02:18:03] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.23 - - [2026-02-12 02:18:03] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007307 10.0.0.23 - - [2026-02-12 02:18:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.001306 10.0.0.23 - - [2026-02-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.009238 10.0.0.23 - - [2026-02-12 02:18:03] "POST /security-groups HTTP/1.1" 200 599 0.082579 10.0.0.23 - - [2026-02-12 02:18:03] "POST /projects HTTP/1.1" 200 601 0.327021 10.0.0.23 - - [2026-02-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.401698 10.0.0.23 - - [2026-02-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 241 0.022080 10.0.0.130 - - [2026-02-12 02:18:03] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.563944 10.0.0.130 - - [2026-02-12 02:18:04] "GET / HTTP/1.1" 200 35931 0.002888 10.0.0.130 - - [2026-02-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000444 10.0.0.130 - - [2026-02-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.059955 10.0.0.23 - - [2026-02-12 02:18:05] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.130 - - [2026-02-12 02:18:05] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.052844 10.0.0.23 - - [2026-02-12 02:18:06] "POST /ref-update HTTP/1.1" 200 156 0.033775 10.0.0.23 - - [2026-02-12 02:18:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004601 10.0.0.130 - - [2026-02-12 02:18:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.261497 10.0.0.130 - - [2026-02-12 02:18:06] "POST /id-to-fqname HTTP/1.1" 200 267 0.001731 10.0.0.130 - - [2026-02-12 02:18:06] "GET /virtual-network/eb767e99-d04a-429e-ba7d-ad802acc04b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005436 10.0.0.130 - - [2026-02-12 02:18:06] "GET /virtual-network/eb767e99-d04a-429e-ba7d-ad802acc04b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005549 10.0.0.130 - - [2026-02-12 02:18:06] "POST /neutron/network HTTP/1.1" 200 908 0.005769 10.0.0.130 - - [2026-02-12 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.23 - - [2026-02-12 02:18:06] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.130 - - [2026-02-12 02:18:06] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046269 10.0.0.23 - - [2026-02-12 02:18:06] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.130 - - [2026-02-12 02:18:06] "POST /neutron/network HTTP/1.1" 200 691 0.141468 10.0.0.130 - - [2026-02-12 02:18:07] "POST /id-to-fqname HTTP/1.1" 200 267 0.003718 10.0.0.130 - - [2026-02-12 02:18:07] "GET /virtual-network/3c12d5c8-d201-431c-bf2e-83f2048e9a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005530 10.0.0.130 - - [2026-02-12 02:18:07] "POST /neutron/network HTTP/1.1" 200 910 0.006539 10.0.0.130 - - [2026-02-12 02:18:07] "GET /virtual-network/3c12d5c8-d201-431c-bf2e-83f2048e9a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005287 10.0.0.130 - - [2026-02-12 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.23 - - [2026-02-12 02:18:07] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.130 - - [2026-02-12 02:18:07] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.052186 10.0.0.130 - - [2026-02-12 02:18:07] "POST /neutron/network HTTP/1.1" 200 117 0.012661 10.0.0.23 - - [2026-02-12 02:18:07] "POST /route-targets HTTP/1.1" 200 327 0.017112 10.0.0.130 - - [2026-02-12 02:18:07] "POST /neutron/network HTTP/1.1" 200 913 0.012004 10.0.0.130 - - [2026-02-12 02:18:07] "POST /id-to-fqname HTTP/1.1" 200 268 0.001054 10.0.0.130 - - [2026-02-12 02:18:07] "GET /virtual-network/ab98aaa6-abbc-4d8f-ac85-c802289ad19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004527 10.0.0.130 - - [2026-02-12 02:18:07] "GET /virtual-network/ab98aaa6-abbc-4d8f-ac85-c802289ad19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.007979 10.0.0.130 - - [2026-02-12 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.010258 10.0.0.130 - - [2026-02-12 02:18:07] "POST /id-to-fqname HTTP/1.1" 200 267 0.001082 10.0.0.23 - - [2026-02-12 02:18:42] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002203 10.0.0.130 - - [2026-02-12 02:18:42] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.075395 10.0.0.130 - - [2026-02-12 02:18:43] "POST /neutron/port HTTP/1.1" 200 117 0.007347 10.0.0.130 - - [2026-02-12 02:18:43] "POST /id-to-fqname HTTP/1.1" 200 268 0.001443 10.0.0.130 - - [2026-02-12 02:18:43] "POST /neutron/network HTTP/1.1" 200 923 0.006859 10.0.0.23 - - [2026-02-12 02:18:43] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.130 - - [2026-02-12 02:18:44] "POST /neutron/port HTTP/1.1" 200 1068 0.043368 10.0.0.130 - - [2026-02-12 02:18:44] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.097011 10.0.0.130 - - [2026-02-12 02:18:44] "POST /neutron/port HTTP/1.1" 200 1122 0.226991 10.0.0.130 - - [2026-02-12 02:18:44] "POST /neutron/port HTTP/1.1" 200 1132 0.037407 10.0.0.23 - - [2026-02-12 02:18:44] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001002 10.0.0.130 - - [2026-02-12 02:18:44] "GET /project/99bdc694-e7f0-416c-85df-1dddb9eeff50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.071869 10.0.0.130 - - [2026-02-12 02:18:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.025362 10.0.0.130 - - [2026-02-12 02:18:44] "POST /neutron/network HTTP/1.1" 200 923 0.010251 10.0.0.130 - - [2026-02-12 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954 10.0.0.130 - - [2026-02-12 02:18:45] "GET /security-group/bce69207-b6c2-42fc-8d91-d2856937c8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.011900 10.0.0.130 - - [2026-02-12 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005506 10.0.0.23 - - [2026-02-12 02:18:45] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001233 10.0.0.130 - - [2026-02-12 02:18:45] "GET /project/99bdc694-e7f0-416c-85df-1dddb9eeff50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.081681 10.0.0.130 - - [2026-02-12 02:18:45] "POST /neutron/port HTTP/1.1" 200 1069 0.061591 10.0.0.130 - - [2026-02-12 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.130 - - [2026-02-12 02:18:45] "GET /security-group/bce69207-b6c2-42fc-8d91-d2856937c8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.020792 10.0.0.130 - - [2026-02-12 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006458 10.0.0.130 - - [2026-02-12 02:18:45] "PUT /security-group/bce69207-b6c2-42fc-8d91-d2856937c8be HTTP/1.1" 200 262 0.052935 10.0.0.130 - - [2026-02-12 02:18:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005329 10.0.0.23 - - [2026-02-12 02:18:45] "PUT /access-control-list/b09576d0-90ec-404f-b9cf-debfa525d3d3 HTTP/1.1" 200 272 0.047701 10.0.0.130 - - [2026-02-12 02:18:46] "POST /neutron/network HTTP/1.1" 200 913 0.018353 10.0.0.130 - - [2026-02-12 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003488 10.0.0.130 - - [2026-02-12 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005595 10.0.0.23 - - [2026-02-12 02:18:46] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.130 - - [2026-02-12 02:18:46] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014791 10.0.0.130 - - [2026-02-12 02:18:46] "POST /service-templates HTTP/1.1" 200 543 0.058369 10.0.0.130 - - [2026-02-12 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.016525 10.0.0.130 - - [2026-02-12 02:18:47] "GET /service-template/d7bc967f-ea37-491d-84d5-5bb061e16ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006608 10.0.0.130 - - [2026-02-12 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011906 10.0.0.130 - - [2026-02-12 02:18:47] "GET /service-template/d7bc967f-ea37-491d-84d5-5bb061e16ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.005122 10.0.0.130 - - [2026-02-12 02:18:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.003078 10.0.0.130 - - [2026-02-12 02:18:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.003411 10.0.0.130 - - [2026-02-12 02:18:47] "POST /id-to-fqname HTTP/1.1" 200 268 0.002932 10.0.0.130 - - [2026-02-12 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.130 - - [2026-02-12 02:18:47] "DELETE /service-template/d7bc967f-ea37-491d-84d5-5bb061e16ac5 HTTP/1.1" 200 115 0.059436 10.0.0.130 - - [2026-02-12 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.013394 10.0.0.130 - - [2026-02-12 02:18:50] "POST /neutron/network HTTP/1.1" 200 910 0.009240 10.0.0.130 - - [2026-02-12 02:18:52] "POST /neutron/network HTTP/1.1" 400 204 0.033731 10.0.0.130 - - [2026-02-12 02:18:54] "GET /obj-perms HTTP/1.1" 200 5075 0.095072 10.0.0.130 - - [2026-02-12 02:18:56] "POST /neutron/network HTTP/1.1" 200 910 0.015174 10.0.0.130 - - [2026-02-12 02:18:58] "POST /neutron/network HTTP/1.1" 400 204 0.029728 10.0.0.23 - - [2026-02-12 02:19:02] "DELETE /project/56f2c8a91e18449c90b20d522e776db4 HTTP/1.1" 404 173 0.003731 10.0.0.23 - - [2026-02-12 02:19:02] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000892 10.0.0.23 - - [2026-02-12 02:19:02] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.079423 10.0.0.23 - - [2026-02-12 02:19:02] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001224 10.0.0.23 - - [2026-02-12 02:19:02] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?fields=security_groups HTTP/1.1" 200 1379 0.077084 10.0.0.23 - - [2026-02-12 02:19:02] "DELETE /security-group/be3fed28-a9e9-41b9-a96d-103091dceda2 HTTP/1.1" 200 115 0.127083 10.0.0.23 - - [2026-02-12 02:19:02] "GET /projects?obj_uuids=bd592472-e704-499b-8345-af4b119f5aec&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000910 10.0.0.23 - - [2026-02-12 02:19:02] "GET /project/bd592472-e704-499b-8345-af4b119f5aec?fields=application_policy_sets HTTP/1.1" 200 1418 0.094514 10.0.0.130 - - [2026-02-12 02:19:02] "POST /neutron/network HTTP/1.1" 200 910 0.015254 10.0.0.23 - - [2026-02-12 02:19:02] "DELETE /project/bd592472-e704-499b-8345-af4b119f5aec HTTP/1.1" 200 115 0.708504 10.0.0.130 - - [2026-02-12 02:19:05] "POST /neutron/network HTTP/1.1" 400 204 0.024837 10.0.0.130 - - [2026-02-12 02:19:09] "POST /neutron/network HTTP/1.1" 200 910 0.009129 10.0.0.130 - - [2026-02-12 02:19:11] "POST /neutron/network HTTP/1.1" 400 204 0.013613 10.0.0.130 - - [2026-02-12 02:19:15] "POST /neutron/network HTTP/1.1" 200 910 0.007520 10.0.0.130 - - [2026-02-12 02:19:17] "POST /neutron/network HTTP/1.1" 400 204 0.017154 10.0.0.130 - - [2026-02-12 02:19:21] "POST /neutron/network HTTP/1.1" 200 910 0.009440 10.0.0.130 - - [2026-02-12 02:19:23] "POST /neutron/network HTTP/1.1" 400 204 0.015608 10.0.0.130 - - [2026-02-12 02:19:27] "POST /neutron/network HTTP/1.1" 200 910 0.007360 10.0.0.130 - - [2026-02-12 02:19:29] "POST /neutron/network HTTP/1.1" 400 204 0.015159 10.0.0.130 - - [2026-02-12 02:19:33] "POST /neutron/network HTTP/1.1" 200 910 0.007647 10.0.0.130 - - [2026-02-12 02:19:35] "POST /neutron/network HTTP/1.1" 400 204 0.015635 10.0.0.130 - - [2026-02-12 02:19:39] "POST /neutron/network HTTP/1.1" 200 910 0.007553 10.0.0.130 - - [2026-02-12 02:19:41] "POST /neutron/network HTTP/1.1" 400 204 0.018668 10.0.0.130 - - [2026-02-12 02:19:43] "POST /neutron/network HTTP/1.1" 200 913 0.007290 10.0.0.130 - - [2026-02-12 02:19:44] "POST /neutron/port HTTP/1.1" 200 1122 0.012885 10.0.0.130 - - [2026-02-12 02:19:45] "POST /neutron/network HTTP/1.1" 200 913 0.006832 10.0.0.130 - - [2026-02-12 02:19:48] "POST /neutron/network HTTP/1.1" 400 204 0.013654 10.0.0.130 - - [2026-02-12 02:19:50] "POST /neutron/port HTTP/1.1" 200 1133 0.020184 10.0.0.130 - - [2026-02-12 02:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.006336 10.0.0.23 - - [2026-02-12 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005986 10.0.0.130 - - [2026-02-12 02:19:52] "POST /neutron/network HTTP/1.1" 200 908 0.005810 10.0.0.23 - - [2026-02-12 02:19:52] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.23 - - [2026-02-12 02:19:52] "DELETE /route-target/784a395f-2fe9-4e11-9eca-48de627c4f2b HTTP/1.1" 200 115 0.028170 10.0.0.130 - - [2026-02-12 02:19:52] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.055619 10.0.0.23 - - [2026-02-12 02:19:52] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001962 10.0.0.130 - - [2026-02-12 02:19:52] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.054353 10.0.0.22 - - [2026-02-12 02:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.22 - - [2026-02-12 02:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.22 - - [2026-02-12 02:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.22 - - [2026-02-12 02:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.23 - - [2026-02-12 02:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.23 - - [2026-02-12 02:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.23 - - [2026-02-12 02:19:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.23 - - [2026-02-12 02:19:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.23 - - [2026-02-12 02:19:54] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.130 - - [2026-02-12 02:19:54] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.049981 10.0.0.23 - - [2026-02-12 02:19:54] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.130 - - [2026-02-12 02:19:54] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.040870 10.0.0.130 - - [2026-02-12 02:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.130 - - [2026-02-12 02:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.23 - - [2026-02-12 02:19:56] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.130 - - [2026-02-12 02:19:56] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.043806 10.0.0.23 - - [2026-02-12 02:19:56] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000823 10.0.0.130 - - [2026-02-12 02:19:56] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.045779 10.0.0.130 - - [2026-02-12 02:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.130 - - [2026-02-12 02:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.23 - - [2026-02-12 02:19:58] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.130 - - [2026-02-12 02:19:58] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.059457 10.0.0.23 - - [2026-02-12 02:19:58] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.130 - - [2026-02-12 02:19:58] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.059868 10.0.0.23 - - [2026-02-12 02:20:01] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.130 - - [2026-02-12 02:20:01] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.053270 10.0.0.23 - - [2026-02-12 02:20:01] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001120 10.0.0.130 - - [2026-02-12 02:20:01] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.043084 10.0.0.23 - - [2026-02-12 02:20:03] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.130 - - [2026-02-12 02:20:03] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.065614 10.0.0.23 - - [2026-02-12 02:20:03] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.130 - - [2026-02-12 02:20:03] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.062572 10.0.0.23 - - [2026-02-12 02:20:05] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.130 - - [2026-02-12 02:20:05] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.034489 10.0.0.23 - - [2026-02-12 02:20:05] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.130 - - [2026-02-12 02:20:05] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.078029 10.0.0.23 - - [2026-02-12 02:20:07] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.130 - - [2026-02-12 02:20:07] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.067721 10.0.0.23 - - [2026-02-12 02:20:07] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.130 - - [2026-02-12 02:20:07] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.047645 10.0.0.23 - - [2026-02-12 02:20:09] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.130 - - [2026-02-12 02:20:09] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.038653 10.0.0.23 - - [2026-02-12 02:20:09] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.130 - - [2026-02-12 02:20:09] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.043692 10.0.0.23 - - [2026-02-12 02:20:11] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.130 - - [2026-02-12 02:20:11] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.038289 10.0.0.23 - - [2026-02-12 02:20:11] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.130 - - [2026-02-12 02:20:11] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.059754 10.0.0.23 - - [2026-02-12 02:20:13] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.130 - - [2026-02-12 02:20:14] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.050171 10.0.0.23 - - [2026-02-12 02:20:14] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.130 - - [2026-02-12 02:20:14] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.036900 10.0.0.23 - - [2026-02-12 02:20:16] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001206 10.0.0.130 - - [2026-02-12 02:20:16] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.059827 10.0.0.23 - - [2026-02-12 02:20:16] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.130 - - [2026-02-12 02:20:16] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.046426 10.0.0.23 - - [2026-02-12 02:20:18] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.130 - - [2026-02-12 02:20:18] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.062856 10.0.0.23 - - [2026-02-12 02:20:18] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.130 - - [2026-02-12 02:20:18] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.056061 10.0.0.23 - - [2026-02-12 02:20:20] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001437 10.0.0.130 - - [2026-02-12 02:20:20] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.049427 10.0.0.23 - - [2026-02-12 02:20:20] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.130 - - [2026-02-12 02:20:20] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.044138 10.0.0.23 - - [2026-02-12 02:20:22] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.130 - - [2026-02-12 02:20:22] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046917 10.0.0.23 - - [2026-02-12 02:20:22] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.130 - - [2026-02-12 02:20:22] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.040899 10.0.0.23 - - [2026-02-12 02:20:24] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.130 - - [2026-02-12 02:20:24] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.038532 10.0.0.23 - - [2026-02-12 02:20:24] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.130 - - [2026-02-12 02:20:24] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.038819 10.0.0.23 - - [2026-02-12 02:20:26] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001439 10.0.0.130 - - [2026-02-12 02:20:26] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.054101 10.0.0.23 - - [2026-02-12 02:20:26] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001195 10.0.0.130 - - [2026-02-12 02:20:26] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.060063 10.0.0.23 - - [2026-02-12 02:20:28] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.130 - - [2026-02-12 02:20:29] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.034558 10.0.0.23 - - [2026-02-12 02:20:29] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.130 - - [2026-02-12 02:20:29] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.092643 10.0.0.23 - - [2026-02-12 02:20:31] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.130 - - [2026-02-12 02:20:31] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.050016 10.0.0.23 - - [2026-02-12 02:20:31] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001832 10.0.0.130 - - [2026-02-12 02:20:31] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.062486 10.0.0.23 - - [2026-02-12 02:20:33] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.130 - - [2026-02-12 02:20:33] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047434 10.0.0.23 - - [2026-02-12 02:20:33] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.130 - - [2026-02-12 02:20:33] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.043257 10.0.0.23 - - [2026-02-12 02:20:35] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.130 - - [2026-02-12 02:20:35] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.052598 10.0.0.23 - - [2026-02-12 02:20:35] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.130 - - [2026-02-12 02:20:35] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.060690 10.0.0.23 - - [2026-02-12 02:20:37] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002005 10.0.0.130 - - [2026-02-12 02:20:37] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.038519 10.0.0.23 - - [2026-02-12 02:20:37] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005067 10.0.0.130 - - [2026-02-12 02:20:37] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.043808 10.0.0.23 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.130 - - [2026-02-12 02:20:39] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.042947 10.0.0.23 - - [2026-02-12 02:20:39] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.130 - - [2026-02-12 02:20:39] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.035408 10.0.0.23 - - [2026-02-12 02:20:41] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.130 - - [2026-02-12 02:20:41] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.037437 10.0.0.23 - - [2026-02-12 02:20:41] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.130 - - [2026-02-12 02:20:42] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.080907 10.0.0.23 - - [2026-02-12 02:20:44] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.130 - - [2026-02-12 02:20:44] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.035656 10.0.0.23 - - [2026-02-12 02:20:44] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.130 - - [2026-02-12 02:20:44] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.089655 10.0.0.23 - - [2026-02-12 02:20:46] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.130 - - [2026-02-12 02:20:46] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.038413 10.0.0.23 - - [2026-02-12 02:20:46] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.130 - - [2026-02-12 02:20:46] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.045177 10.0.0.23 - - [2026-02-12 02:20:48] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.130 - - [2026-02-12 02:20:48] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.096995 10.0.0.23 - - [2026-02-12 02:20:48] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000798 10.0.0.130 - - [2026-02-12 02:20:48] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.043546 10.0.0.23 - - [2026-02-12 02:20:50] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.130 - - [2026-02-12 02:20:50] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.035946 10.0.0.23 - - [2026-02-12 02:20:50] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.130 - - [2026-02-12 02:20:50] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.071502 10.0.0.23 - - [2026-02-12 02:20:52] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.130 - - [2026-02-12 02:20:52] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.033401 10.0.0.23 - - [2026-02-12 02:20:52] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001223 10.0.0.130 - - [2026-02-12 02:20:52] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.097549 10.0.0.23 - - [2026-02-12 02:20:54] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.130 - - [2026-02-12 02:20:54] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.036750 10.0.0.23 - - [2026-02-12 02:20:54] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.130 - - [2026-02-12 02:20:55] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.082789 10.0.0.23 - - [2026-02-12 02:20:56] "GET /obj-perms HTTP/1.1" 200 5075 0.051342 10.0.0.23 - - [2026-02-12 02:20:57] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.130 - - [2026-02-12 02:20:57] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.041060 10.0.0.23 - - [2026-02-12 02:20:57] "GET /projects?obj_uuids=56f2c8a9-1e18-449c-90b2-0d522e776db4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.130 - - [2026-02-12 02:20:57] "GET /project/56f2c8a9-1e18-449c-90b2-0d522e776db4?fields=virtual_networks HTTP/1.1" 200 1343 0.053356 10.0.0.130 - - [2026-02-12 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.029247 10.0.0.23 - - [2026-02-12 02:20:57] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003225 10.0.0.23 - - [2026-02-12 02:20:57] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.23 - - [2026-02-12 02:20:57] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006824 10.0.0.23 - - [2026-02-12 02:20:57] "POST /id-to-fqname HTTP/1.1" 200 191 0.007065 10.0.0.23 - - [2026-02-12 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.009018 10.0.0.23 - - [2026-02-12 02:20:57] "POST /security-groups HTTP/1.1" 200 592 0.030231 10.0.0.23 - - [2026-02-12 02:20:57] "POST /projects HTTP/1.1" 200 587 0.240340 10.0.0.23 - - [2026-02-12 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.015407 10.0.0.23 - - [2026-02-12 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.317681 10.0.0.130 - - [2026-02-12 02:20:58] "GET /project/16ea1156-400b-4513-a227-59749b484776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.458676 10.0.0.130 - - [2026-02-12 02:20:59] "GET / HTTP/1.1" 200 35931 0.001894 10.0.0.130 - - [2026-02-12 02:20:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.130 - - [2026-02-12 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.066314 10.0.0.23 - - [2026-02-12 02:20:59] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.130 - - [2026-02-12 02:20:59] "GET /project/16ea1156-400b-4513-a227-59749b484776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.044289 10.0.0.23 - - [2026-02-12 02:21:00] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000889 10.0.0.130 - - [2026-02-12 02:21:00] "POST /neutron/network HTTP/1.1" 200 670 0.163155 10.0.0.23 - - [2026-02-12 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.029441 10.0.0.130 - - [2026-02-12 02:21:00] "POST /id-to-fqname HTTP/1.1" 200 253 0.003370 10.0.0.130 - - [2026-02-12 02:21:00] "GET /virtual-network/c91077c8-c3b2-4467-86fe-bbb4bf3a58cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004924 10.0.0.130 - - [2026-02-12 02:21:00] "POST /neutron/network HTTP/1.1" 200 891 0.005841 10.0.0.130 - - [2026-02-12 02:21:00] "GET /virtual-network/c91077c8-c3b2-4467-86fe-bbb4bf3a58cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004408 10.0.0.130 - - [2026-02-12 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.23 - - [2026-02-12 02:21:00] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000839 10.0.0.130 - - [2026-02-12 02:21:00] "GET /project/16ea1156-400b-4513-a227-59749b484776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.038786 10.0.0.130 - - [2026-02-12 02:21:00] "POST /neutron/network HTTP/1.1" 200 117 0.017058 10.0.0.130 - - [2026-02-12 02:21:01] "POST /neutron/network HTTP/1.1" 200 889 0.010034 10.0.0.130 - - [2026-02-12 02:21:01] "POST /id-to-fqname HTTP/1.1" 200 253 0.000998 10.0.0.130 - - [2026-02-12 02:21:01] "GET /virtual-network/061c55ba-7700-4c0e-98bf-4f452c18db2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005240 10.0.0.130 - - [2026-02-12 02:21:01] "GET /virtual-network/061c55ba-7700-4c0e-98bf-4f452c18db2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006278 10.0.0.130 - - [2026-02-12 02:21:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.011065 10.0.0.130 - - [2026-02-12 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.23 - - [2026-02-12 02:21:01] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001560 10.0.0.130 - - [2026-02-12 02:21:01] "GET /project/16ea1156-400b-4513-a227-59749b484776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.042085 10.0.0.23 - - [2026-02-12 02:21:01] "POST /route-targets HTTP/1.1" 200 327 0.015409 10.0.0.23 - - [2026-02-12 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.010232 10.0.0.130 - - [2026-02-12 02:21:02] "POST /neutron/subnet HTTP/1.1" 200 705 0.265082 10.0.0.130 - - [2026-02-12 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 254 0.001357 10.0.0.130 - - [2026-02-12 02:21:02] "GET /virtual-network/cce76d96-2ae6-411e-ad66-fe1feb04a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.005499 10.0.0.130 - - [2026-02-12 02:21:02] "GET /virtual-network/cce76d96-2ae6-411e-ad66-fe1feb04a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.005543 10.0.0.130 - - [2026-02-12 02:21:02] "POST /neutron/network HTTP/1.1" 200 887 0.006066 10.0.0.130 - - [2026-02-12 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 253 0.001533 10.0.0.23 - - [2026-02-12 02:21:03] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230 10.0.0.130 - - [2026-02-12 02:21:03] "GET /project/16ea1156-400b-4513-a227-59749b484776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.083407 10.0.0.130 - - [2026-02-12 02:21:03] "POST /neutron/network HTTP/1.1" 200 889 0.007362 10.0.0.23 - - [2026-02-12 02:21:03] "DELETE /project/16ea1156400b4513a22759749b484776 HTTP/1.1" 404 173 0.003869 10.0.0.130 - - [2026-02-12 02:21:03] "POST /id-to-fqname HTTP/1.1" 200 254 0.001972 10.0.0.130 - - [2026-02-12 02:21:03] "POST /neutron/port HTTP/1.1" 200 117 0.009891 10.0.0.23 - - [2026-02-12 02:21:03] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001472 10.0.0.130 - - [2026-02-12 02:21:04] "POST /neutron/port HTTP/1.1" 200 1061 0.318487 10.0.0.130 - - [2026-02-12 02:21:04] "POST /neutron/port HTTP/1.1" 200 1115 0.134186 10.0.0.23 - - [2026-02-12 02:21:04] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.130 - - [2026-02-12 02:21:04] "GET /project/16ea1156-400b-4513-a227-59749b484776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.075557 10.0.0.130 - - [2026-02-12 02:21:04] "POST /neutron/subnet HTTP/1.1" 200 698 0.009589 10.0.0.130 - - [2026-02-12 02:21:04] "POST /neutron/network HTTP/1.1" 200 889 0.006922 10.0.0.130 - - [2026-02-12 02:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.007374 10.0.0.130 - - [2026-02-12 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.002918 10.0.0.130 - - [2026-02-12 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.011658 10.0.0.130 - - [2026-02-12 02:21:05] "POST /neutron/port HTTP/1.1" 200 1057 0.016642 10.0.0.23 - - [2026-02-12 02:21:05] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.130 - - [2026-02-12 02:21:05] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007044 10.0.0.130 - - [2026-02-12 02:21:05] "POST /service-templates HTTP/1.1" 200 543 0.054912 10.0.0.130 - - [2026-02-12 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.130 - - [2026-02-12 02:21:05] "POST /neutron/port HTTP/1.1" 200 1121 0.025693 10.0.0.130 - - [2026-02-12 02:21:05] "GET /service-template/e9c85781-230b-4413-8ba6-e6230fe20e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005301 10.0.0.130 - - [2026-02-12 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007296 10.0.0.130 - - [2026-02-12 02:21:05] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.130 - - [2026-02-12 02:21:05] "GET /service-template/e9c85781-230b-4413-8ba6-e6230fe20e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004305 10.0.0.130 - - [2026-02-12 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 253 0.002279 10.0.0.130 - - [2026-02-12 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 253 0.001616 10.0.0.130 - - [2026-02-12 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 254 0.001653 10.0.0.130 - - [2026-02-12 02:21:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008167 10.0.0.130 - - [2026-02-12 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.130 - - [2026-02-12 02:21:05] "DELETE /service-template/e9c85781-230b-4413-8ba6-e6230fe20e95 HTTP/1.1" 200 115 0.040821 10.0.0.130 - - [2026-02-12 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.004664 10.0.0.130 - - [2026-02-12 02:21:08] "POST /neutron/port HTTP/1.1" 200 1121 0.018159 10.0.0.130 - - [2026-02-12 02:21:08] "POST /neutron/port HTTP/1.1" 200 1125 0.021469 10.0.0.130 - - [2026-02-12 02:21:10] "POST /neutron/network HTTP/1.1" 200 889 0.006868 10.0.0.23 - - [2026-02-12 02:21:10] "DELETE /route-target/3e26c493-6a61-4a15-8033-c6fc2c77845d HTTP/1.1" 200 115 0.024401 10.0.0.23 - - [2026-02-12 02:21:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003992 10.0.0.23 - - [2026-02-12 02:21:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003547 10.0.0.130 - - [2026-02-12 02:21:10] "POST /neutron/network HTTP/1.1" 200 151 0.118997 10.0.0.23 - - [2026-02-12 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.23 - - [2026-02-12 02:21:10] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000967 10.0.0.130 - - [2026-02-12 02:21:10] "GET /project/16ea1156-400b-4513-a227-59749b484776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.038371 10.0.0.23 - - [2026-02-12 02:21:10] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001367 10.0.0.130 - - [2026-02-12 02:21:10] "GET /project/16ea1156-400b-4513-a227-59749b484776?fields=virtual_networks HTTP/1.1" 200 1044 0.049409 10.0.0.23 - - [2026-02-12 02:21:10] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000915 10.0.0.130 - - [2026-02-12 02:21:10] "GET /project/16ea1156-400b-4513-a227-59749b484776?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.060803 10.0.0.23 - - [2026-02-12 02:21:10] "GET /projects?obj_uuids=16ea1156-400b-4513-a227-59749b484776&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.130 - - [2026-02-12 02:21:11] "GET /project/16ea1156-400b-4513-a227-59749b484776?fields=security_groups HTTP/1.1" 200 1271 0.046766 10.0.0.130 - - [2026-02-12 02:21:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.031881 10.0.0.23 - - [2026-02-12 02:21:11] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003891 10.0.0.23 - - [2026-02-12 02:21:11] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.23 - - [2026-02-12 02:21:11] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009497 10.0.0.23 - - [2026-02-12 02:21:12] "POST /id-to-fqname HTTP/1.1" 200 195 0.001217 10.0.0.23 - - [2026-02-12 02:21:12] "POST /fqname-to-id HTTP/1.1" 404 204 0.009053 10.0.0.23 - - [2026-02-12 02:21:12] "POST /security-groups HTTP/1.1" 200 596 0.048824 10.0.0.23 - - [2026-02-12 02:21:12] "POST /projects HTTP/1.1" 200 595 0.290442 10.0.0.23 - - [2026-02-12 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.326701 10.0.0.23 - - [2026-02-12 02:21:12] "POST /access-control-lists HTTP/1.1" 200 601 0.033199 10.0.0.130 - - [2026-02-12 02:21:12] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.520391 10.0.0.130 - - [2026-02-12 02:21:13] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.130 - - [2026-02-12 02:21:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000457 10.0.0.130 - - [2026-02-12 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.054809 10.0.0.23 - - [2026-02-12 02:21:14] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000995 10.0.0.130 - - [2026-02-12 02:21:14] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043518 10.0.0.130 - - [2026-02-12 02:21:14] "POST /neutron/network HTTP/1.1" 200 117 0.036022 10.0.0.23 - - [2026-02-12 02:21:14] "POST /route-targets HTTP/1.1" 200 327 0.016308 10.0.0.23 - - [2026-02-12 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.009394 10.0.0.130 - - [2026-02-12 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.198660 10.0.0.130 - - [2026-02-12 02:21:15] "POST /id-to-fqname HTTP/1.1" 200 261 0.001300 10.0.0.130 - - [2026-02-12 02:21:15] "GET /virtual-network/bd181195-db46-4045-a596-d8e000483fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005107 10.0.0.130 - - [2026-02-12 02:21:15] "GET /virtual-network/bd181195-db46-4045-a596-d8e000483fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005923 10.0.0.130 - - [2026-02-12 02:21:15] "POST /neutron/network HTTP/1.1" 200 1074 0.008010 10.0.0.130 - - [2026-02-12 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.23 - - [2026-02-12 02:21:15] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002066 10.0.0.22 - - [2026-02-12 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.035789 10.0.0.130 - - [2026-02-12 02:21:15] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040762 10.0.0.130 - - [2026-02-12 02:21:15] "POST /neutron/network HTTP/1.1" 200 117 0.013008 10.0.0.23 - - [2026-02-12 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.027184 10.0.0.22 - - [2026-02-12 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.003060 10.0.0.23 - - [2026-02-12 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002453 10.0.0.130 - - [2026-02-12 02:21:16] "POST /neutron/subnet HTTP/1.1" 200 719 0.202992 10.0.0.130 - - [2026-02-12 02:21:16] "POST /id-to-fqname HTTP/1.1" 200 261 0.001319 10.0.0.130 - - [2026-02-12 02:21:16] "GET /virtual-network/43997bec-e1d9-44e7-83ff-452b07942d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005170 10.0.0.130 - - [2026-02-12 02:21:16] "GET /virtual-network/43997bec-e1d9-44e7-83ff-452b07942d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005569 10.0.0.130 - - [2026-02-12 02:21:16] "POST /neutron/network HTTP/1.1" 200 1074 0.008668 10.0.0.130 - - [2026-02-12 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-02-12 02:21:16] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001000 10.0.0.130 - - [2026-02-12 02:21:16] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035125 10.0.0.130 - - [2026-02-12 02:21:16] "POST /neutron/network HTTP/1.1" 200 117 0.015141 10.0.0.23 - - [2026-02-12 02:21:16] "POST /useragent-kv HTTP/1.1" 200 115 0.012954 10.0.0.130 - - [2026-02-12 02:21:16] "POST /neutron/subnet HTTP/1.1" 200 730 0.259089 10.0.0.130 - - [2026-02-12 02:21:16] "POST /id-to-fqname HTTP/1.1" 200 262 0.001738 10.0.0.130 - - [2026-02-12 02:21:16] "GET /virtual-network/87bf335c-d28a-49ee-bd1b-bd959f87cb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006132 10.0.0.130 - - [2026-02-12 02:21:16] "GET /virtual-network/87bf335c-d28a-49ee-bd1b-bd959f87cb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.005463 10.0.0.130 - - [2026-02-12 02:21:17] "POST /neutron/network HTTP/1.1" 200 1077 0.009074 10.0.0.130 - - [2026-02-12 02:21:17] "POST /id-to-fqname HTTP/1.1" 200 261 0.001354 10.0.0.130 - - [2026-02-12 02:21:17] "POST /neutron/network HTTP/1.1" 200 1084 0.006585 10.0.0.23 - - [2026-02-12 02:21:17] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001479 10.0.0.130 - - [2026-02-12 02:21:17] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064928 10.0.0.130 - - [2026-02-12 02:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.007710 10.0.0.130 - - [2026-02-12 02:21:18] "POST /id-to-fqname HTTP/1.1" 200 262 0.001041 10.0.0.130 - - [2026-02-12 02:21:18] "POST /neutron/network HTTP/1.1" 200 1084 0.008396 10.0.0.130 - - [2026-02-12 02:21:19] "POST /neutron/port HTTP/1.1" 200 1171 0.033701 10.0.0.23 - - [2026-02-12 02:21:19] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001293 10.0.0.130 - - [2026-02-12 02:21:19] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.124712 10.0.0.130 - - [2026-02-12 02:21:19] "POST /neutron/network HTTP/1.1" 200 1077 0.008312 10.0.0.130 - - [2026-02-12 02:21:19] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014296 10.0.0.130 - - [2026-02-12 02:21:19] "POST /neutron/network HTTP/1.1" 200 1074 0.011625 10.0.0.130 - - [2026-02-12 02:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.006952 10.0.0.130 - - [2026-02-12 02:21:20] "POST /neutron/port HTTP/1.1" 200 1172 0.022430 10.0.0.130 - - [2026-02-12 02:21:20] "POST /neutron/port HTTP/1.1" 200 1236 0.033614 10.0.0.130 - - [2026-02-12 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015651 10.0.0.130 - - [2026-02-12 02:21:20] "POST /neutron/network HTTP/1.1" 200 1077 0.010276 10.0.0.130 - - [2026-02-12 02:21:21] "POST /neutron/port HTTP/1.1" 200 1235 0.025724 10.0.0.130 - - [2026-02-12 02:21:21] "POST /neutron/port HTTP/1.1" 200 1236 0.029094 10.0.0.130 - - [2026-02-12 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.008061 10.0.0.23 - - [2026-02-12 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007164 10.0.0.130 - - [2026-02-12 02:21:23] "POST /neutron/network HTTP/1.1" 200 1077 0.017616 10.0.0.23 - - [2026-02-12 02:21:23] "DELETE /route-target/7b05340b-ba64-4d1c-8e23-8b8712a1ee21 HTTP/1.1" 200 115 0.025422 10.0.0.23 - - [2026-02-12 02:21:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006414 10.0.0.23 - - [2026-02-12 02:21:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004113 10.0.0.23 - - [2026-02-12 02:21:23] "POST /useragent-kv HTTP/1.1" 200 115 0.011564 10.0.0.23 - - [2026-02-12 02:21:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004194 10.0.0.130 - - [2026-02-12 02:21:23] "POST /neutron/network HTTP/1.1" 200 151 0.164237 10.0.0.23 - - [2026-02-12 02:21:23] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001034 10.0.0.130 - - [2026-02-12 02:21:23] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.093316 10.0.0.23 - - [2026-02-12 02:21:23] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000971 10.0.0.130 - - [2026-02-12 02:21:23] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?fields=virtual_networks HTTP/1.1" 200 1053 0.041891 10.0.0.23 - - [2026-02-12 02:21:23] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001078 10.0.0.130 - - [2026-02-12 02:21:23] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.044221 10.0.0.23 - - [2026-02-12 02:21:23] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001288 10.0.0.130 - - [2026-02-12 02:21:23] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?fields=security_groups HTTP/1.1" 200 1284 0.042365 10.0.0.130 - - [2026-02-12 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.025478 10.0.0.23 - - [2026-02-12 02:21:24] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004361 10.0.0.23 - - [2026-02-12 02:21:24] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.23 - - [2026-02-12 02:21:24] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007489 10.0.0.23 - - [2026-02-12 02:21:25] "POST /id-to-fqname HTTP/1.1" 200 198 0.009293 10.0.0.23 - - [2026-02-12 02:21:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.006357 10.0.0.23 - - [2026-02-12 02:21:25] "POST /security-groups HTTP/1.1" 200 599 0.032336 10.0.0.23 - - [2026-02-12 02:21:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.008120 10.0.0.23 - - [2026-02-12 02:21:25] "POST /projects HTTP/1.1" 200 601 0.242633 10.0.0.23 - - [2026-02-12 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.313071 10.0.0.23 - - [2026-02-12 02:21:25] "POST /access-control-lists HTTP/1.1" 200 602 0.036381 10.0.0.130 - - [2026-02-12 02:21:25] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.464807 10.0.0.130 - - [2026-02-12 02:21:26] "GET / HTTP/1.1" 200 35931 0.001517 10.0.0.130 - - [2026-02-12 02:21:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.130 - - [2026-02-12 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.060791 10.0.0.23 - - [2026-02-12 02:21:27] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.130 - - [2026-02-12 02:21:27] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.037322 10.0.0.23 - - [2026-02-12 02:21:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003089 10.0.0.130 - - [2026-02-12 02:21:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.256096 10.0.0.130 - - [2026-02-12 02:21:27] "POST /id-to-fqname HTTP/1.1" 200 267 0.001759 10.0.0.130 - - [2026-02-12 02:21:27] "GET /virtual-network/4bff352f-4129-4e88-9522-b04d8a336ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006254 10.0.0.130 - - [2026-02-12 02:21:27] "GET /virtual-network/4bff352f-4129-4e88-9522-b04d8a336ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006989 10.0.0.130 - - [2026-02-12 02:21:27] "POST /neutron/network HTTP/1.1" 200 912 0.007682 10.0.0.130 - - [2026-02-12 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.23 - - [2026-02-12 02:21:27] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000803 10.0.0.130 - - [2026-02-12 02:21:27] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.042824 10.0.0.23 - - [2026-02-12 02:21:27] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.130 - - [2026-02-12 02:21:28] "POST /neutron/network HTTP/1.1" 200 691 0.153724 10.0.0.23 - - [2026-02-12 02:21:28] "POST /route-targets HTTP/1.1" 200 327 0.032479 10.0.0.130 - - [2026-02-12 02:21:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.003565 10.0.0.130 - - [2026-02-12 02:21:28] "GET /virtual-network/1e317f28-10a7-4e71-ae6f-612716dcb232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005112 10.0.0.130 - - [2026-02-12 02:21:28] "POST /neutron/network HTTP/1.1" 200 912 0.005878 10.0.0.130 - - [2026-02-12 02:21:28] "GET /virtual-network/1e317f28-10a7-4e71-ae6f-612716dcb232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004409 10.0.0.130 - - [2026-02-12 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.23 - - [2026-02-12 02:21:28] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000891 10.0.0.130 - - [2026-02-12 02:21:28] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.037257 10.0.0.130 - - [2026-02-12 02:21:28] "POST /neutron/network HTTP/1.1" 200 117 0.012596 10.0.0.23 - - [2026-02-12 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.023549 10.0.0.130 - - [2026-02-12 02:21:29] "POST /neutron/network HTTP/1.1" 200 911 0.009042 10.0.0.130 - - [2026-02-12 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 268 0.001179 10.0.0.130 - - [2026-02-12 02:21:29] "GET /virtual-network/83ac8402-0da8-4ddd-9b2b-e05fea1f4f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.007679 10.0.0.130 - - [2026-02-12 02:21:29] "GET /virtual-network/83ac8402-0da8-4ddd-9b2b-e05fea1f4f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005599 10.0.0.130 - - [2026-02-12 02:21:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.009203 10.0.0.130 - - [2026-02-12 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.001083 10.0.0.23 - - [2026-02-12 02:21:29] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.130 - - [2026-02-12 02:21:30] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.070849 10.0.0.130 - - [2026-02-12 02:21:30] "POST /neutron/port HTTP/1.1" 200 117 0.006540 10.0.0.130 - - [2026-02-12 02:21:30] "POST /id-to-fqname HTTP/1.1" 200 268 0.001500 10.0.0.130 - - [2026-02-12 02:21:30] "POST /neutron/network HTTP/1.1" 200 921 0.008488 10.0.0.130 - - [2026-02-12 02:21:30] "POST /neutron/port HTTP/1.1" 200 1070 0.022703 10.0.0.23 - - [2026-02-12 02:21:31] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.130 - - [2026-02-12 02:21:31] "POST /neutron/port HTTP/1.1" 200 1134 0.035353 10.0.0.130 - - [2026-02-12 02:21:31] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.100496 10.0.0.130 - - [2026-02-12 02:21:31] "POST /neutron/subnet HTTP/1.1" 200 708 0.007929 10.0.0.130 - - [2026-02-12 02:21:31] "POST /neutron/port HTTP/1.1" 200 1134 0.019706 10.0.0.130 - - [2026-02-12 02:21:32] "POST /neutron/network HTTP/1.1" 200 921 0.008170 10.0.0.130 - - [2026-02-12 02:21:32] "POST /neutron/port HTTP/1.1" 200 1067 0.017344 10.0.0.130 - - [2026-02-12 02:21:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008889 10.0.0.130 - - [2026-02-12 02:21:32] "POST /neutron/network HTTP/1.1" 200 911 0.012617 10.0.0.130 - - [2026-02-12 02:21:33] "POST /neutron/port HTTP/1.1" 200 1134 0.017962 10.0.0.130 - - [2026-02-12 02:21:34] "POST /neutron/port HTTP/1.1" 200 1131 0.022417 10.0.0.130 - - [2026-02-12 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.006478 10.0.0.130 - - [2026-02-12 02:21:35] "POST /neutron/network HTTP/1.1" 200 911 0.006693 10.0.0.23 - - [2026-02-12 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.23 - - [2026-02-12 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004939 10.0.0.23 - - [2026-02-12 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003114 10.0.0.130 - - [2026-02-12 02:21:35] "POST /neutron/network HTTP/1.1" 200 151 0.116859 10.0.0.23 - - [2026-02-12 02:21:35] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000816 10.0.0.23 - - [2026-02-12 02:21:35] "DELETE /route-target/69e86049-fc26-4fe1-9c23-d407b5598601 HTTP/1.1" 200 115 0.027583 10.0.0.130 - - [2026-02-12 02:21:35] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.083613 10.0.0.23 - - [2026-02-12 02:21:35] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002312 10.0.0.130 - - [2026-02-12 02:21:35] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?fields=virtual_networks HTTP/1.1" 200 1059 0.043457 10.0.0.23 - - [2026-02-12 02:21:35] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.130 - - [2026-02-12 02:21:35] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.034741 10.0.0.23 - - [2026-02-12 02:21:35] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.130 - - [2026-02-12 02:21:35] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?fields=security_groups HTTP/1.1" 200 1293 0.035802 10.0.0.130 - - [2026-02-12 02:21:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.030100 10.0.0.23 - - [2026-02-12 02:21:36] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004777 10.0.0.23 - - [2026-02-12 02:21:36] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.23 - - [2026-02-12 02:21:36] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006712 10.0.0.23 - - [2026-02-12 02:21:37] "POST /id-to-fqname HTTP/1.1" 200 195 0.003396 10.0.0.23 - - [2026-02-12 02:21:37] "POST /fqname-to-id HTTP/1.1" 404 204 0.004559 10.0.0.23 - - [2026-02-12 02:21:37] "POST /security-groups HTTP/1.1" 200 596 0.073947 10.0.0.23 - - [2026-02-12 02:21:37] "POST /projects HTTP/1.1" 200 595 0.271947 10.0.0.23 - - [2026-02-12 02:21:37] "POST /fqname-to-id HTTP/1.1" 404 238 0.007714 10.0.0.23 - - [2026-02-12 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.339879 10.0.0.130 - - [2026-02-12 02:21:37] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.470487 10.0.0.130 - - [2026-02-12 02:21:38] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.130 - - [2026-02-12 02:21:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000420 10.0.0.130 - - [2026-02-12 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.055483 10.0.0.23 - - [2026-02-12 02:21:39] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000849 10.0.0.130 - - [2026-02-12 02:21:39] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.034675 10.0.0.23 - - [2026-02-12 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.022286 10.0.0.23 - - [2026-02-12 02:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.017423 10.0.0.130 - - [2026-02-12 02:21:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.256300 10.0.0.130 - - [2026-02-12 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001268 10.0.0.130 - - [2026-02-12 02:21:39] "GET /virtual-network/3de6148f-bc22-41c7-abf1-e798e95aa5c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005403 10.0.0.130 - - [2026-02-12 02:21:39] "GET /virtual-network/3de6148f-bc22-41c7-abf1-e798e95aa5c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005515 10.0.0.130 - - [2026-02-12 02:21:39] "POST /neutron/network HTTP/1.1" 200 900 0.006264 10.0.0.130 - - [2026-02-12 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.23 - - [2026-02-12 02:21:39] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001009 10.0.0.130 - - [2026-02-12 02:21:39] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048929 10.0.0.23 - - [2026-02-12 02:21:40] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000944 10.0.0.130 - - [2026-02-12 02:21:40] "POST /neutron/network HTTP/1.1" 200 682 0.142101 10.0.0.130 - - [2026-02-12 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 261 0.003495 10.0.0.130 - - [2026-02-12 02:21:40] "GET /virtual-network/6627ebd6-5f4d-443a-abfe-e0ed471d205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005112 10.0.0.130 - - [2026-02-12 02:21:40] "POST /neutron/network HTTP/1.1" 200 901 0.006146 10.0.0.130 - - [2026-02-12 02:21:40] "GET /virtual-network/6627ebd6-5f4d-443a-abfe-e0ed471d205f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005086 10.0.0.130 - - [2026-02-12 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.23 - - [2026-02-12 02:21:40] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001849 10.0.0.130 - - [2026-02-12 02:21:40] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053926 10.0.0.130 - - [2026-02-12 02:21:40] "POST /neutron/network HTTP/1.1" 200 117 0.012993 10.0.0.23 - - [2026-02-12 02:21:40] "POST /route-targets HTTP/1.1" 200 327 0.015130 10.0.0.130 - - [2026-02-12 02:21:41] "POST /neutron/network HTTP/1.1" 200 904 0.008991 10.0.0.130 - - [2026-02-12 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 262 0.001138 10.0.0.130 - - [2026-02-12 02:21:41] "GET /virtual-network/517d4dba-4a0f-4f0f-a105-ae470f238a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005131 10.0.0.130 - - [2026-02-12 02:21:41] "GET /virtual-network/517d4dba-4a0f-4f0f-a105-ae470f238a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005775 10.0.0.130 - - [2026-02-12 02:21:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.009417 10.0.0.130 - - [2026-02-12 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 261 0.001107 10.0.0.23 - - [2026-02-12 02:21:42] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.023202 10.0.0.130 - - [2026-02-12 02:21:42] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.079161 10.0.0.130 - - [2026-02-12 02:21:42] "POST /neutron/port HTTP/1.1" 200 117 0.006011 10.0.0.130 - - [2026-02-12 02:21:42] "POST /id-to-fqname HTTP/1.1" 200 262 0.001335 10.0.0.130 - - [2026-02-12 02:21:42] "POST /neutron/network HTTP/1.1" 200 914 0.009211 10.0.0.130 - - [2026-02-12 02:21:43] "POST /neutron/port HTTP/1.1" 200 1065 0.022542 10.0.0.23 - - [2026-02-12 02:21:43] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001772 10.0.0.130 - - [2026-02-12 02:21:43] "POST /neutron/port HTTP/1.1" 200 1129 0.052392 10.0.0.130 - - [2026-02-12 02:21:43] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.133181 10.0.0.130 - - [2026-02-12 02:21:43] "POST /neutron/network HTTP/1.1" 200 904 0.007029 10.0.0.130 - - [2026-02-12 02:21:43] "POST /neutron/port HTTP/1.1" 200 1129 0.021993 10.0.0.130 - - [2026-02-12 02:21:43] "POST /neutron/network HTTP/1.1" 200 914 0.007133 10.0.0.130 - - [2026-02-12 02:21:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.010295 10.0.0.130 - - [2026-02-12 02:21:44] "POST /neutron/port HTTP/1.1" 200 1066 0.023513 10.0.0.130 - - [2026-02-12 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.23 - - [2026-02-12 02:21:44] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.130 - - [2026-02-12 02:21:44] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011333 10.0.0.130 - - [2026-02-12 02:21:44] "POST /service-templates HTTP/1.1" 200 543 0.037820 10.0.0.130 - - [2026-02-12 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.130 - - [2026-02-12 02:21:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003624 10.0.0.130 - - [2026-02-12 02:21:44] "GET /service-template/e9ce0c6c-cb54-4e97-8c4a-a6de2619298f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.006211 10.0.0.130 - - [2026-02-12 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.130 - - [2026-02-12 02:21:44] "POST /neutron/network HTTP/1.1" 200 904 0.005480 10.0.0.130 - - [2026-02-12 02:21:44] "GET /service-template/e9ce0c6c-cb54-4e97-8c4a-a6de2619298f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.003785 10.0.0.130 - - [2026-02-12 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.001204 10.0.0.130 - - [2026-02-12 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.001270 10.0.0.130 - - [2026-02-12 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 262 0.001249 10.0.0.130 - - [2026-02-12 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006506 10.0.0.130 - - [2026-02-12 02:21:44] "DELETE /service-template/e9ce0c6c-cb54-4e97-8c4a-a6de2619298f HTTP/1.1" 200 115 0.042964 10.0.0.130 - - [2026-02-12 02:21:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.004215 10.0.0.130 - - [2026-02-12 02:21:47] "POST /neutron/network HTTP/1.1" 200 901 0.009635 10.0.0.130 - - [2026-02-12 02:21:47] "POST /neutron/port HTTP/1.1" 200 1120 0.016914 10.0.0.130 - - [2026-02-12 02:21:47] "POST /neutron/port HTTP/1.1" 200 1119 0.021136 10.0.0.23 - - [2026-02-12 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002803 10.0.0.23 - - [2026-02-12 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002583 10.0.0.130 - - [2026-02-12 02:21:49] "POST /neutron/network HTTP/1.1" 200 151 0.114763 10.0.0.23 - - [2026-02-12 02:21:49] "DELETE /route-target/4ac21e63-749f-4474-ac9e-2d61c0dfef38 HTTP/1.1" 200 115 0.051702 10.0.0.130 - - [2026-02-12 02:21:49] "POST /neutron/network HTTP/1.1" 200 900 0.006444 10.0.0.23 - - [2026-02-12 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.23 - - [2026-02-12 02:21:49] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000899 10.0.0.130 - - [2026-02-12 02:21:49] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.088183 10.0.0.23 - - [2026-02-12 02:21:49] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002134 10.0.0.130 - - [2026-02-12 02:21:49] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?fields=virtual_networks HTTP/1.1" 200 1053 0.057262 10.0.0.23 - - [2026-02-12 02:21:49] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000869 10.0.0.130 - - [2026-02-12 02:21:49] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.042159 10.0.0.23 - - [2026-02-12 02:21:49] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000959 10.0.0.130 - - [2026-02-12 02:21:49] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?fields=security_groups HTTP/1.1" 200 1284 0.051659 10.0.0.130 - - [2026-02-12 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.028099 10.0.0.23 - - [2026-02-12 02:21:50] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003866 10.0.0.23 - - [2026-02-12 02:21:50] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001688 10.0.0.23 - - [2026-02-12 02:21:50] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041667 10.0.0.23 - - [2026-02-12 02:21:51] "POST /id-to-fqname HTTP/1.1" 200 199 0.004272 10.0.0.23 - - [2026-02-12 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 208 0.005052 10.0.0.23 - - [2026-02-12 02:21:51] "POST /security-groups HTTP/1.1" 200 600 0.075667 10.0.0.23 - - [2026-02-12 02:21:51] "POST /projects HTTP/1.1" 200 603 0.303880 10.0.0.23 - - [2026-02-12 02:21:51] "POST /access-control-lists HTTP/1.1" 200 605 0.034169 10.0.0.23 - - [2026-02-12 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.374421 10.0.0.130 - - [2026-02-12 02:21:51] "GET /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.547405 10.0.0.130 - - [2026-02-12 02:21:52] "GET / HTTP/1.1" 200 35931 0.001461 10.0.0.130 - - [2026-02-12 02:21:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.130 - - [2026-02-12 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.049550 10.0.0.23 - - [2026-02-12 02:21:53] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000896 10.0.0.130 - - [2026-02-12 02:21:53] "GET /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.043198 10.0.0.23 - - [2026-02-12 02:21:53] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000941 10.0.0.130 - - [2026-02-12 02:21:53] "POST /neutron/network HTTP/1.1" 200 694 0.145876 10.0.0.23 - - [2026-02-12 02:21:53] "POST /route-targets HTTP/1.1" 200 327 0.012454 10.0.0.22 - - [2026-02-12 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.003770 10.0.0.130 - - [2026-02-12 02:21:54] "POST /neutron/network HTTP/1.1" 200 1085 0.011493 10.0.0.130 - - [2026-02-12 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 269 0.001102 10.0.0.130 - - [2026-02-12 02:21:54] "GET /virtual-network/418d3aa0-8067-4c96-bb58-309aea354b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.005427 10.0.0.130 - - [2026-02-12 02:21:54] "GET /virtual-network/418d3aa0-8067-4c96-bb58-309aea354b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.005611 10.0.0.130 - - [2026-02-12 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 823 0.009546 10.0.0.130 - - [2026-02-12 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.23 - - [2026-02-12 02:21:54] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000843 10.0.0.130 - - [2026-02-12 02:21:54] "GET /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.034959 10.0.0.23 - - [2026-02-12 02:21:54] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000919 10.0.0.130 - - [2026-02-12 02:21:54] "POST /neutron/network HTTP/1.1" 200 694 0.127453 10.0.0.23 - - [2026-02-12 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.022330 10.0.0.22 - - [2026-02-12 02:21:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.008484 10.0.0.130 - - [2026-02-12 02:21:55] "POST /neutron/network HTTP/1.1" 200 1086 0.011117 10.0.0.130 - - [2026-02-12 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 269 0.001491 10.0.0.130 - - [2026-02-12 02:21:55] "GET /virtual-network/8f6e4f13-cffa-422e-8dcf-326dbfae32f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005682 10.0.0.130 - - [2026-02-12 02:21:55] "GET /virtual-network/8f6e4f13-cffa-422e-8dcf-326dbfae32f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005877 10.0.0.130 - - [2026-02-12 02:21:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.010370 10.0.0.130 - - [2026-02-12 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2026-02-12 02:21:55] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000904 10.0.0.130 - - [2026-02-12 02:21:55] "GET /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.045822 10.0.0.23 - - [2026-02-12 02:21:55] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001842 10.0.0.130 - - [2026-02-12 02:21:55] "POST /neutron/network HTTP/1.1" 200 696 0.132898 10.0.0.130 - - [2026-02-12 02:21:55] "POST /neutron/network HTTP/1.1" 200 1090 0.010968 10.0.0.130 - - [2026-02-12 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 270 0.001001 10.0.0.130 - - [2026-02-12 02:21:55] "GET /virtual-network/efb4a965-43fe-4e09-a567-514d70fd090e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.005449 10.0.0.130 - - [2026-02-12 02:21:56] "GET /virtual-network/efb4a965-43fe-4e09-a567-514d70fd090e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.005288 10.0.0.130 - - [2026-02-12 02:21:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.009184 10.0.0.130 - - [2026-02-12 02:21:56] "POST /id-to-fqname HTTP/1.1" 200 269 0.001350 10.0.0.23 - - [2026-02-12 02:21:56] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001799 10.0.0.130 - - [2026-02-12 02:21:57] "GET /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.071719 10.0.0.130 - - [2026-02-12 02:21:57] "POST /neutron/network HTTP/1.1" 200 1086 0.008070 10.0.0.130 - - [2026-02-12 02:21:57] "POST /id-to-fqname HTTP/1.1" 200 270 0.001268 10.0.0.130 - - [2026-02-12 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.006620 10.0.0.22 - - [2026-02-12 02:21:57] "GET /obj-perms HTTP/1.1" 200 5075 0.058770 10.0.0.23 - - [2026-02-12 02:21:57] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000881 10.0.0.130 - - [2026-02-12 02:21:58] "POST /neutron/port HTTP/1.1" 200 1175 0.417258 10.0.0.130 - - [2026-02-12 02:21:58] "POST /neutron/port HTTP/1.1" 200 1229 0.097948 10.0.0.130 - - [2026-02-12 02:21:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006495 10.0.0.23 - - [2026-02-12 02:21:58] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000998 10.0.0.130 - - [2026-02-12 02:21:58] "GET /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.080966 10.0.0.130 - - [2026-02-12 02:21:58] "POST /neutron/network HTTP/1.1" 200 1090 0.009191 10.0.0.130 - - [2026-02-12 02:21:58] "POST /neutron/port HTTP/1.1" 200 1239 0.021279 10.0.0.130 - - [2026-02-12 02:21:59] "POST /neutron/network HTTP/1.1" 200 1100 0.006497 10.0.0.130 - - [2026-02-12 02:21:59] "POST /neutron/port HTTP/1.1" 200 1177 0.021879 10.0.0.130 - - [2026-02-12 02:21:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004502 10.0.0.130 - - [2026-02-12 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.130 - - [2026-02-12 02:22:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003368 10.0.0.130 - - [2026-02-12 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.23 - - [2026-02-12 02:22:00] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.130 - - [2026-02-12 02:22:00] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008303 10.0.0.130 - - [2026-02-12 02:22:00] "POST /service-templates HTTP/1.1" 200 543 0.044924 10.0.0.130 - - [2026-02-12 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.011772 10.0.0.130 - - [2026-02-12 02:22:00] "GET /service-template/cafd1aa9-cdbb-4a1d-8328-7552e2f9a208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.006845 10.0.0.130 - - [2026-02-12 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.130 - - [2026-02-12 02:22:00] "GET /service-template/cafd1aa9-cdbb-4a1d-8328-7552e2f9a208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005533 10.0.0.130 - - [2026-02-12 02:22:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.001769 10.0.0.130 - - [2026-02-12 02:22:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.002207 10.0.0.130 - - [2026-02-12 02:22:00] "POST /id-to-fqname HTTP/1.1" 200 270 0.001843 10.0.0.130 - - [2026-02-12 02:22:00] "POST /neutron/port HTTP/1.1" 200 2326 0.024301 10.0.0.130 - - [2026-02-12 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.130 - - [2026-02-12 02:22:00] "DELETE /service-template/cafd1aa9-cdbb-4a1d-8328-7552e2f9a208 HTTP/1.1" 200 115 0.033763 10.0.0.130 - - [2026-02-12 02:22:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003537 10.0.0.23 - - [2026-02-12 02:22:01] "DELETE /access-control-list/a5d272ed-6b84-47fc-b3f8-139ac0d71bdf HTTP/1.1" 200 115 0.051805 10.0.0.130 - - [2026-02-12 02:22:02] "POST /neutron/network HTTP/1.1" 400 204 0.016631 10.0.0.130 - - [2026-02-12 02:22:03] "POST /neutron/port HTTP/1.1" 200 151 0.341233 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /project/16ea1156-400b-4513-a227-59749b484776 HTTP/1.1" 404 177 0.015734 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /project/d478260716c64061a88c89517c55e9db HTTP/1.1" 404 173 0.022470 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /project/d085c201fd8d45399014da81c744bf5d HTTP/1.1" 404 173 0.024996 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /project/bd28ab0677af42c59a24bd8145b3c7b1 HTTP/1.1" 404 173 0.011346 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /project/0a1bf062f36349a1a921fc552e5d7e7a HTTP/1.1" 404 173 0.019823 10.0.0.23 - - [2026-02-12 02:22:03] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000821 10.0.0.23 - - [2026-02-12 02:22:03] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000759 10.0.0.23 - - [2026-02-12 02:22:03] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001081 10.0.0.130 - - [2026-02-12 02:22:03] "POST /neutron/port HTTP/1.1" 200 151 0.403266 10.0.0.23 - - [2026-02-12 02:22:03] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.056887 10.0.0.23 - - [2026-02-12 02:22:03] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.063953 10.0.0.23 - - [2026-02-12 02:22:03] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001471 10.0.0.23 - - [2026-02-12 02:22:03] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.090885 10.0.0.23 - - [2026-02-12 02:22:03] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000942 10.0.0.23 - - [2026-02-12 02:22:03] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000780 10.0.0.23 - - [2026-02-12 02:22:03] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?fields=security_groups HTTP/1.1" 200 1398 0.070252 10.0.0.23 - - [2026-02-12 02:22:03] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?fields=security_groups HTTP/1.1" 200 1389 0.086386 10.0.0.23 - - [2026-02-12 02:22:03] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?fields=security_groups HTTP/1.1" 200 1389 0.144492 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /security-group/7dfd16ce-b256-4571-8599-b6c0c9c654eb HTTP/1.1" 200 115 0.113784 10.0.0.23 - - [2026-02-12 02:22:03] "GET /projects?obj_uuids=bd28ab06-77af-42c5-9a24-bd8145b3c7b1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /security-group/4304eec6-dc25-459c-8439-34efae1e62f3 HTTP/1.1" 200 115 0.137053 10.0.0.23 - - [2026-02-12 02:22:03] "GET /projects?obj_uuids=d085c201-fd8d-4539-9014-da81c744bf5d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001153 10.0.0.23 - - [2026-02-12 02:22:03] "GET /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1?fields=application_policy_sets HTTP/1.1" 200 1437 0.082381 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /access-control-list/9c6176af-e401-4c4f-b637-7132aab97c9f HTTP/1.1" 200 115 0.084489 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /security-group/4e41d68f-d60f-49e0-b7ee-c6cc63a2c8de HTTP/1.1" 200 115 0.135587 10.0.0.23 - - [2026-02-12 02:22:03] "GET /projects?obj_uuids=d4782607-16c6-4061-a88c-89517c55e9db&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001554 10.0.0.23 - - [2026-02-12 02:22:03] "GET /project/d085c201-fd8d-4539-9014-da81c744bf5d?fields=application_policy_sets HTTP/1.1" 200 1428 0.095735 10.0.0.23 - - [2026-02-12 02:22:03] "GET /project/d4782607-16c6-4061-a88c-89517c55e9db?fields=application_policy_sets HTTP/1.1" 200 1428 0.108647 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /access-control-list/6a2435e0-feb1-4ed9-92b5-94ab87c5eb92 HTTP/1.1" 200 115 0.068883 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /project/bd28ab06-77af-42c5-9a24-bd8145b3c7b1 HTTP/1.1" 200 115 0.667163 10.0.0.23 - - [2026-02-12 02:22:03] "DELETE /project/d085c201-fd8d-4539-9014-da81c744bf5d HTTP/1.1" 200 115 0.728402 10.0.0.23 - - [2026-02-12 02:22:04] "DELETE /project/d4782607-16c6-4061-a88c-89517c55e9db HTTP/1.1" 200 115 0.778124 10.0.0.23 - - [2026-02-12 02:22:04] "DELETE /route-target/eb3bcad2-ad73-46e8-910b-b4949fa3d5db HTTP/1.1" 200 115 0.022772 10.0.0.130 - - [2026-02-12 02:22:04] "POST /neutron/network HTTP/1.1" 200 1090 0.014050 10.0.0.23 - - [2026-02-12 02:22:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003385 10.0.0.23 - - [2026-02-12 02:22:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002370 10.0.0.23 - - [2026-02-12 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009913 10.0.0.23 - - [2026-02-12 02:22:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004154 10.0.0.23 - - [2026-02-12 02:22:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001796 10.0.0.130 - - [2026-02-12 02:22:04] "POST /neutron/network HTTP/1.1" 200 151 0.126786 10.0.0.23 - - [2026-02-12 02:22:04] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.007978 10.0.0.130 - - [2026-02-12 02:22:04] "GET /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.122147 10.0.0.23 - - [2026-02-12 02:22:04] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000993 10.0.0.130 - - [2026-02-12 02:22:05] "GET /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a?fields=virtual_networks HTTP/1.1" 200 1059 0.059477 10.0.0.23 - - [2026-02-12 02:22:05] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001315 10.0.0.130 - - [2026-02-12 02:22:05] "GET /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.052202 10.0.0.23 - - [2026-02-12 02:22:05] "GET /projects?obj_uuids=0a1bf062-f363-49a1-a921-fc552e5d7e7a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001148 10.0.0.130 - - [2026-02-12 02:22:05] "GET /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a?fields=security_groups HTTP/1.1" 200 1294 0.059761 10.0.0.130 - - [2026-02-12 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.027707 10.0.0.23 - - [2026-02-12 02:22:06] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003891 10.0.0.23 - - [2026-02-12 02:22:06] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.23 - - [2026-02-12 02:22:06] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006854 10.0.0.23 - - [2026-02-12 02:22:06] "POST /id-to-fqname HTTP/1.1" 200 202 0.003488 10.0.0.23 - - [2026-02-12 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.003631 10.0.0.23 - - [2026-02-12 02:22:06] "POST /security-groups HTTP/1.1" 200 603 0.073524 10.0.0.23 - - [2026-02-12 02:22:06] "POST /projects HTTP/1.1" 200 609 0.283936 10.0.0.23 - - [2026-02-12 02:22:06] "POST /access-control-lists HTTP/1.1" 200 608 0.027421 10.0.0.23 - - [2026-02-12 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.363678 10.0.0.130 - - [2026-02-12 02:22:06] "GET /project/676cf7af-2c5f-4439-a789-3c0744109faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.509780 10.0.0.130 - - [2026-02-12 02:22:07] "GET / HTTP/1.1" 200 35931 0.001418 10.0.0.130 - - [2026-02-12 02:22:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000597 10.0.0.130 - - [2026-02-12 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.056907 10.0.0.23 - - [2026-02-12 02:22:09] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000918 10.0.0.130 - - [2026-02-12 02:22:09] "GET /project/676cf7af-2c5f-4439-a789-3c0744109faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.037283 10.0.0.23 - - [2026-02-12 02:22:09] "POST /route-targets HTTP/1.1" 200 327 0.018626 10.0.0.23 - - [2026-02-12 02:22:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006585 10.0.0.130 - - [2026-02-12 02:22:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.246686 10.0.0.130 - - [2026-02-12 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001327 10.0.0.130 - - [2026-02-12 02:22:09] "GET /virtual-network/81c727bd-c42f-4308-a072-7c02abb078d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005223 10.0.0.130 - - [2026-02-12 02:22:09] "GET /virtual-network/81c727bd-c42f-4308-a072-7c02abb078d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005788 10.0.0.130 - - [2026-02-12 02:22:09] "POST /neutron/network HTTP/1.1" 200 838 0.015046 10.0.0.130 - - [2026-02-12 02:22:10] "GET /virtual-network/81c727bd-c42f-4308-a072-7c02abb078d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005489 10.0.0.130 - - [2026-02-12 02:22:10] "GET /obj-perms HTTP/1.1" 200 5073 0.057567 10.0.0.130 - - [2026-02-12 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.23 - - [2026-02-12 02:22:11] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000836 10.0.0.130 - - [2026-02-12 02:22:11] "GET /project/676cf7af-2c5f-4439-a789-3c0744109faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.054740 10.0.0.23 - - [2026-02-12 02:22:11] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.130 - - [2026-02-12 02:22:11] "POST /neutron/network HTTP/1.1" 200 619 0.144908 10.0.0.23 - - [2026-02-12 02:22:12] "POST /ref-update HTTP/1.1" 200 156 0.031809 10.0.0.130 - - [2026-02-12 02:22:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.007790 10.0.0.130 - - [2026-02-12 02:22:12] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006526 10.0.0.130 - - [2026-02-12 02:22:12] "POST /neutron/network HTTP/1.1" 200 837 0.012546 10.0.0.130 - - [2026-02-12 02:22:12] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005166 10.0.0.130 - - [2026-02-12 02:22:12] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005386 10.0.0.130 - - [2026-02-12 02:22:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001420 10.0.0.130 - - [2026-02-12 02:22:45] "POST /neutron/network HTTP/1.1" 200 847 0.009335 10.0.0.23 - - [2026-02-12 02:22:45] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.130 - - [2026-02-12 02:22:45] "GET /project/676cf7af-2c5f-4439-a789-3c0744109faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.107481 10.0.0.130 - - [2026-02-12 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.008103 10.0.0.130 - - [2026-02-12 02:22:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001520 10.0.0.130 - - [2026-02-12 02:22:46] "POST /neutron/network HTTP/1.1" 200 847 0.005951 10.0.0.23 - - [2026-02-12 02:22:47] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001847 10.0.0.130 - - [2026-02-12 02:22:47] "GET /project/676cf7af-2c5f-4439-a789-3c0744109faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.138767 10.0.0.130 - - [2026-02-12 02:22:47] "POST /neutron/port HTTP/1.1" 200 1071 0.069949 10.0.0.130 - - [2026-02-12 02:22:47] "POST /neutron/port HTTP/1.1" 200 1125 0.199785 10.0.0.130 - - [2026-02-12 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007459 10.0.0.23 - - [2026-02-12 02:22:47] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.130 - - [2026-02-12 02:22:47] "GET /project/676cf7af-2c5f-4439-a789-3c0744109faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.076213 10.0.0.130 - - [2026-02-12 02:22:47] "POST /neutron/port HTTP/1.1" 200 1135 0.057191 10.0.0.130 - - [2026-02-12 02:22:47] "GET /virtual-network/81c727bd-c42f-4308-a072-7c02abb078d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006670 10.0.0.130 - - [2026-02-12 02:22:47] "GET /floating-ip-pools?parent_id=81c727bd-c42f-4308-a072-7c02abb078d9&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.012507 10.0.0.130 - - [2026-02-12 02:22:47] "GET /virtual-network/81c727bd-c42f-4308-a072-7c02abb078d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007873 10.0.0.130 - - [2026-02-12 02:22:48] "POST /neutron/port HTTP/1.1" 200 117 0.004119 10.0.0.130 - - [2026-02-12 02:22:48] "POST /floating-ip-pools HTTP/1.1" 200 609 0.092397 10.0.0.23 - - [2026-02-12 02:22:48] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974 10.0.0.130 - - [2026-02-12 02:22:48] "POST /ref-update HTTP/1.1" 200 156 0.040340 10.0.0.130 - - [2026-02-12 02:22:48] "GET /virtual-network/81c727bd-c42f-4308-a072-7c02abb078d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009465 10.0.0.130 - - [2026-02-12 02:22:48] "GET /virtual-network/81c727bd-c42f-4308-a072-7c02abb078d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005786 10.0.0.130 - - [2026-02-12 02:22:48] "POST /neutron/port HTTP/1.1" 200 1072 0.613219 10.0.0.130 - - [2026-02-12 02:22:48] "POST /neutron/port HTTP/1.1" 200 1072 0.088082 10.0.0.130 - - [2026-02-12 02:22:49] "POST /neutron/port HTTP/1.1" 200 1136 0.048449 10.0.0.130 - - [2026-02-12 02:22:49] "POST /neutron/port HTTP/1.1" 200 117 0.004230 10.0.0.130 - - [2026-02-12 02:22:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.019957 10.0.0.23 - - [2026-02-12 02:22:57] "GET /obj-perms HTTP/1.1" 200 5075 0.066029 10.0.0.23 - - [2026-02-12 02:23:04] "DELETE /project/0a1bf062-f363-49a1-a921-fc552e5d7e7a HTTP/1.1" 404 177 0.005481 10.0.0.23 - - [2026-02-12 02:23:04] "DELETE /project/676cf7af2c5f4439a7893c0744109faa HTTP/1.1" 404 173 0.004738 10.0.0.130 - - [2026-02-12 02:23:04] "POST /neutron/port HTTP/1.1" 200 1135 0.048749 10.0.0.130 - - [2026-02-12 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010210 10.0.0.130 - - [2026-02-12 02:23:19] "POST /neutron/port HTTP/1.1" 200 1135 0.015371 10.0.0.130 - - [2026-02-12 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008494 10.0.0.130 - - [2026-02-12 02:23:34] "POST /neutron/port HTTP/1.1" 200 1135 0.019745 10.0.0.130 - - [2026-02-12 02:23:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007795 10.0.0.130 - - [2026-02-12 02:23:50] "POST /neutron/port HTTP/1.1" 200 1135 0.020331 10.0.0.130 - - [2026-02-12 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009169 10.0.0.130 - - [2026-02-12 02:23:50] "GET /virtual-machine/a67ae7a9-2b79-4eef-8ea7-6ca306b0ad04 HTTP/1.1" 401 293 0.000466 10.0.0.130 - - [2026-02-12 02:23:50] "GET /virtual-machine/a67ae7a9-2b79-4eef-8ea7-6ca306b0ad04 HTTP/1.1" 200 1305 0.033264 10.0.0.130 - - [2026-02-12 02:23:50] "GET /virtual-machine-interface/f07fc684-c59d-4834-9b64-ad7eb5992c4f HTTP/1.1" 200 3005 0.006641 10.0.0.130 - - [2026-02-12 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.130 - - [2026-02-12 02:23:50] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003904 10.0.0.130 - - [2026-02-12 02:23:50] "GET /virtual-networks?parent_id=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003035 10.0.0.130 - - [2026-02-12 02:23:50] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006263 10.0.0.130 - - [2026-02-12 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.130 - - [2026-02-12 02:23:53] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005530 10.0.0.130 - - [2026-02-12 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.130 - - [2026-02-12 02:23:57] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004706 10.0.0.22 - - [2026-02-12 02:23:58] "GET /obj-perms HTTP/1.1" 200 5075 0.048954 10.0.0.130 - - [2026-02-12 02:23:59] "POST /neutron/port HTTP/1.1" 200 1135 0.018054 10.0.0.130 - - [2026-02-12 02:23:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004856 10.0.0.130 - - [2026-02-12 02:23:59] "POST /neutron/network HTTP/1.1" 200 837 0.006983 10.0.0.130 - - [2026-02-12 02:24:01] "POST /neutron/network HTTP/1.1" 200 848 0.006615 10.0.0.130 - - [2026-02-12 02:24:01] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.130 - - [2026-02-12 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.130 - - [2026-02-12 02:24:01] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004652 10.0.0.130 - - [2026-02-12 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.130 - - [2026-02-12 02:24:06] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005041 10.0.0.130 - - [2026-02-12 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.130 - - [2026-02-12 02:24:10] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005283 10.0.0.130 - - [2026-02-12 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.130 - - [2026-02-12 02:24:14] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006384 10.0.0.130 - - [2026-02-12 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.130 - - [2026-02-12 02:24:18] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005149 10.0.0.130 - - [2026-02-12 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.130 - - [2026-02-12 02:24:22] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005316 10.0.0.130 - - [2026-02-12 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.130 - - [2026-02-12 02:24:24] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.130 - - [2026-02-12 02:24:24] "GET /virtual-networks?parent_id=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003094 10.0.0.130 - - [2026-02-12 02:24:24] "GET /virtual-network/82b6c93c-e2a3-484e-9354-8feb94a89e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005842 10.0.0.130 - - [2026-02-12 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006906 10.0.0.130 - - [2026-02-12 02:24:34] "POST /neutron/port HTTP/1.1" 200 1135 0.015628 10.0.0.130 - - [2026-02-12 02:24:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.033127 10.0.0.130 - - [2026-02-12 02:24:40] "POST /neutron/port HTTP/1.1" 200 1136 0.015272 10.0.0.130 - - [2026-02-12 02:24:44] "POST /neutron/port HTTP/1.1" 200 1135 0.043324 10.0.0.130 - - [2026-02-12 02:24:45] "POST /neutron/port HTTP/1.1" 200 1136 0.014968 10.0.0.130 - - [2026-02-12 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006740 10.0.0.130 - - [2026-02-12 02:24:45] "GET /virtual-machine/020a28cb-5fe6-460d-8a06-aa07f4995ad7 HTTP/1.1" 200 1302 0.005121 10.0.0.130 - - [2026-02-12 02:24:45] "GET /virtual-machine-interface/06789713-c7a4-4376-a876-c554bb58d071 HTTP/1.1" 200 3003 0.004807 10.0.0.130 - - [2026-02-12 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.130 - - [2026-02-12 02:24:45] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003141 10.0.0.130 - - [2026-02-12 02:24:45] "GET /virtual-networks?parent_id=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003397 10.0.0.130 - - [2026-02-12 02:24:45] "GET /virtual-network/81c727bd-c42f-4308-a072-7c02abb078d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005507 10.0.0.130 - - [2026-02-12 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.130 - - [2026-02-12 02:24:46] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003294 10.0.0.130 - - [2026-02-12 02:24:46] "GET /virtual-networks?parent_id=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002398 10.0.0.130 - - [2026-02-12 02:24:46] "GET /virtual-network/81c727bd-c42f-4308-a072-7c02abb078d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005781 10.0.0.130 - - [2026-02-12 02:24:46] "POST /neutron/port HTTP/1.1" 200 1136 0.030967 10.0.0.130 - - [2026-02-12 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.130 - - [2026-02-12 02:24:51] "GET /routing-instance/6cee6336-1f27-4163-8216-99501c2e9d5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003733 10.0.0.130 - - [2026-02-12 02:24:51] "GET /route-target/336e5450-4954-4a0a-8eb4-038e053f5f73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004356 10.0.0.22 - - [2026-02-12 02:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.22 - - [2026-02-12 02:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.22 - - [2026-02-12 02:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.22 - - [2026-02-12 02:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.23 - - [2026-02-12 02:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.23 - - [2026-02-12 02:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.23 - - [2026-02-12 02:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.23 - - [2026-02-12 02:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.130 - - [2026-02-12 02:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.130 - - [2026-02-12 02:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000938 10.0.0.130 - - [2026-02-12 02:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.130 - - [2026-02-12 02:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.130 - - [2026-02-12 02:24:59] "GET /obj-perms HTTP/1.1" 200 5075 0.047924 10.0.0.130 - - [2026-02-12 02:25:00] "POST /neutron/port HTTP/1.1" 200 1135 0.022141 10.0.0.130 - - [2026-02-12 02:25:00] "POST /neutron/floatingip HTTP/1.1" 200 550 0.016575 10.0.0.130 - - [2026-02-12 02:25:00] "POST /neutron/network HTTP/1.1" 200 837 0.006675 10.0.0.130 - - [2026-02-12 02:25:03] "POST /neutron/network HTTP/1.1" 200 848 0.006180 10.0.0.130 - - [2026-02-12 02:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.003422 10.0.0.130 - - [2026-02-12 02:25:09] "POST /neutron/floatingip HTTP/1.1" 200 530 0.031482 10.0.0.130 - - [2026-02-12 02:25:09] "GET /floating-ip-pool/91839848-cc10-439f-88b5-c31ee75da225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.005100 10.0.0.130 - - [2026-02-12 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.015413 10.0.0.130 - - [2026-02-12 02:25:09] "DELETE /floating-ip-pool/91839848-cc10-439f-88b5-c31ee75da225 HTTP/1.1" 200 115 0.052560 10.0.0.130 - - [2026-02-12 02:25:09] "POST /neutron/network HTTP/1.1" 200 837 0.008193 10.0.0.130 - - [2026-02-12 02:25:09] "POST /neutron/port HTTP/1.1" 200 1126 0.012342 10.0.0.130 - - [2026-02-12 02:25:09] "POST /neutron/port HTTP/1.1" 200 1125 0.017323 10.0.0.23 - - [2026-02-12 02:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005929 10.0.0.23 - - [2026-02-12 02:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002546 10.0.0.23 - - [2026-02-12 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008882 10.0.0.130 - - [2026-02-12 02:25:11] "POST /neutron/network HTTP/1.1" 200 151 0.135736 10.0.0.23 - - [2026-02-12 02:25:11] "DELETE /route-target/336e5450-4954-4a0a-8eb4-038e053f5f73 HTTP/1.1" 200 115 0.024891 10.0.0.23 - - [2026-02-12 02:25:13] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.130 - - [2026-02-12 02:25:13] "GET /project/676cf7af-2c5f-4439-a789-3c0744109faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.048794 10.0.0.23 - - [2026-02-12 02:25:13] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002136 10.0.0.130 - - [2026-02-12 02:25:13] "GET /project/676cf7af-2c5f-4439-a789-3c0744109faa?fields=virtual_networks HTTP/1.1" 200 1066 0.062015 10.0.0.23 - - [2026-02-12 02:25:13] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.130 - - [2026-02-12 02:25:13] "GET /project/676cf7af-2c5f-4439-a789-3c0744109faa?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.046905 10.0.0.23 - - [2026-02-12 02:25:13] "GET /projects?obj_uuids=676cf7af-2c5f-4439-a789-3c0744109faa&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.130 - - [2026-02-12 02:25:13] "GET /project/676cf7af-2c5f-4439-a789-3c0744109faa?fields=security_groups HTTP/1.1" 200 1304 0.046167 10.0.0.130 - - [2026-02-12 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.024948 10.0.0.23 - - [2026-02-12 02:25:14] "GET /projects?obj_uuids=ce3838a7-74e2-4306-96ab-5d0709bf1caf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003010 10.0.0.23 - - [2026-02-12 02:25:14] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.23 - - [2026-02-12 02:25:14] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007203 10.0.0.23 - - [2026-02-12 02:25:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.001220 10.0.0.23 - - [2026-02-12 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.008977 10.0.0.23 - - [2026-02-12 02:25:14] "POST /security-groups HTTP/1.1" 200 591 0.028507 10.0.0.23 - - [2026-02-12 02:25:14] "POST /projects HTTP/1.1" 200 585 0.241730 10.0.0.23 - - [2026-02-12 02:25:14] "POST /fqname-to-id HTTP/1.1" 404 233 0.010157 10.0.0.23 - - [2026-02-12 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.315933 10.0.0.130 - - [2026-02-12 02:25:15] "GET /project/ce3838a7-74e2-4306-96ab-5d0709bf1caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.448706 10.0.0.130 - - [2026-02-12 02:25:16] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.23 - - [2026-02-12 02:25:19] "GET /projects?obj_uuids=ce3838a7-74e2-4306-96ab-5d0709bf1caf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001528 10.0.0.130 - - [2026-02-12 02:25:19] "GET /project/ce3838a7-74e2-4306-96ab-5d0709bf1caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048598 10.0.0.23 - - [2026-02-12 02:25:19] "GET /projects?obj_uuids=ce3838a7-74e2-4306-96ab-5d0709bf1caf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001349 10.0.0.130 - - [2026-02-12 02:25:19] "GET /project/ce3838a7-74e2-4306-96ab-5d0709bf1caf?fields=virtual_networks HTTP/1.1" 200 1043 0.078120 10.0.0.23 - - [2026-02-12 02:25:19] "GET /projects?obj_uuids=ce3838a7-74e2-4306-96ab-5d0709bf1caf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.130 - - [2026-02-12 02:25:19] "GET /project/ce3838a7-74e2-4306-96ab-5d0709bf1caf?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.042332 10.0.0.23 - - [2026-02-12 02:25:19] "GET /projects?obj_uuids=ce3838a7-74e2-4306-96ab-5d0709bf1caf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.130 - - [2026-02-12 02:25:19] "GET /project/ce3838a7-74e2-4306-96ab-5d0709bf1caf?fields=security_groups HTTP/1.1" 200 1269 0.049169 10.0.0.130 - - [2026-02-12 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.027586 10.0.0.23 - - [2026-02-12 02:25:20] "GET /projects?obj_uuids=b061d77c-cf9f-4776-ba92-6bfaecf6c13b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003474 10.0.0.23 - - [2026-02-12 02:25:20] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.23 - - [2026-02-12 02:25:20] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008220 10.0.0.23 - - [2026-02-12 02:25:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.002890 10.0.0.23 - - [2026-02-12 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.014592 10.0.0.23 - - [2026-02-12 02:25:20] "POST /security-groups HTTP/1.1" 200 586 0.073203 10.0.0.23 - - [2026-02-12 02:25:20] "POST /projects HTTP/1.1" 200 575 0.285280 10.0.0.23 - - [2026-02-12 02:25:20] "POST /access-control-lists HTTP/1.1" 200 591 0.023818 10.0.0.23 - - [2026-02-12 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.354271 10.0.0.130 - - [2026-02-12 02:25:20] "GET /project/b061d77c-cf9f-4776-ba92-6bfaecf6c13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.490742 10.0.0.130 - - [2026-02-12 02:25:21] "GET / HTTP/1.1" 200 35931 0.002254 10.0.0.23 - - [2026-02-12 02:25:27] "GET /projects?obj_uuids=b061d77c-cf9f-4776-ba92-6bfaecf6c13b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001108 10.0.0.130 - - [2026-02-12 02:25:27] "GET /project/b061d77c-cf9f-4776-ba92-6bfaecf6c13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050926 10.0.0.23 - - [2026-02-12 02:25:27] "GET /projects?obj_uuids=b061d77c-cf9f-4776-ba92-6bfaecf6c13b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000943 10.0.0.130 - - [2026-02-12 02:25:27] "GET /project/b061d77c-cf9f-4776-ba92-6bfaecf6c13b?fields=virtual_networks HTTP/1.1" 200 1033 0.052231 10.0.0.23 - - [2026-02-12 02:25:27] "GET /projects?obj_uuids=b061d77c-cf9f-4776-ba92-6bfaecf6c13b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.130 - - [2026-02-12 02:25:27] "GET /project/b061d77c-cf9f-4776-ba92-6bfaecf6c13b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.040130 10.0.0.23 - - [2026-02-12 02:25:27] "GET /projects?obj_uuids=b061d77c-cf9f-4776-ba92-6bfaecf6c13b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000841 10.0.0.130 - - [2026-02-12 02:25:27] "GET /project/b061d77c-cf9f-4776-ba92-6bfaecf6c13b?fields=security_groups HTTP/1.1" 200 1254 0.038757 10.0.0.130 - - [2026-02-12 02:25:28] "POST /fqname-to-id HTTP/1.1" 404 187 0.029670 10.0.0.23 - - [2026-02-12 02:25:28] "GET /projects?obj_uuids=1a95e39c-04ea-401b-9bf7-c773f3b95673&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002782 10.0.0.23 - - [2026-02-12 02:25:28] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002051 10.0.0.23 - - [2026-02-12 02:25:28] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007693 10.0.0.23 - - [2026-02-12 02:25:28] "POST /id-to-fqname HTTP/1.1" 200 189 0.003439 10.0.0.23 - - [2026-02-12 02:25:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003079 10.0.0.23 - - [2026-02-12 02:25:29] "POST /security-groups HTTP/1.1" 200 590 0.029088 10.0.0.23 - - [2026-02-12 02:25:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.003325 10.0.0.23 - - [2026-02-12 02:25:29] "POST /projects HTTP/1.1" 200 583 0.250030 10.0.0.23 - - [2026-02-12 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.328090 10.0.0.23 - - [2026-02-12 02:25:29] "POST /access-control-lists HTTP/1.1" 200 593 0.027337 10.0.0.130 - - [2026-02-12 02:25:29] "GET /project/1a95e39c-04ea-401b-9bf7-c773f3b95673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.460658 10.0.0.130 - - [2026-02-12 02:25:30] "GET / HTTP/1.1" 200 35931 0.001829 10.0.0.23 - - [2026-02-12 02:25:33] "GET /projects?obj_uuids=1a95e39c-04ea-401b-9bf7-c773f3b95673&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000913 10.0.0.130 - - [2026-02-12 02:25:33] "GET /project/1a95e39c-04ea-401b-9bf7-c773f3b95673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.043531 10.0.0.23 - - [2026-02-12 02:25:33] "GET /projects?obj_uuids=1a95e39c-04ea-401b-9bf7-c773f3b95673&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000865 10.0.0.130 - - [2026-02-12 02:25:33] "GET /project/1a95e39c-04ea-401b-9bf7-c773f3b95673?fields=virtual_networks HTTP/1.1" 200 1040 0.046573 10.0.0.23 - - [2026-02-12 02:25:33] "GET /projects?obj_uuids=1a95e39c-04ea-401b-9bf7-c773f3b95673&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000915 10.0.0.130 - - [2026-02-12 02:25:33] "GET /project/1a95e39c-04ea-401b-9bf7-c773f3b95673?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.038429 10.0.0.23 - - [2026-02-12 02:25:33] "GET /projects?obj_uuids=1a95e39c-04ea-401b-9bf7-c773f3b95673&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000909 10.0.0.130 - - [2026-02-12 02:25:33] "GET /project/1a95e39c-04ea-401b-9bf7-c773f3b95673?fields=security_groups HTTP/1.1" 200 1265 0.032844 10.0.0.130 - - [2026-02-12 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.030938 10.0.0.23 - - [2026-02-12 02:25:34] "GET /projects?obj_uuids=67b42919-2b4c-4a0a-ae1a-933e89502f7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003342 10.0.0.23 - - [2026-02-12 02:25:34] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.23 - - [2026-02-12 02:25:34] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009279 10.0.0.23 - - [2026-02-12 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.008291 10.0.0.23 - - [2026-02-12 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.003934 10.0.0.23 - - [2026-02-12 02:25:34] "POST /security-groups HTTP/1.1" 200 591 0.040037 10.0.0.23 - - [2026-02-12 02:25:34] "POST /projects HTTP/1.1" 200 585 0.255468 10.0.0.23 - - [2026-02-12 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.290324 10.0.0.23 - - [2026-02-12 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.005630 10.0.0.130 - - [2026-02-12 02:25:34] "GET /project/67b42919-2b4c-4a0a-ae1a-933e89502f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.443650 10.0.0.130 - - [2026-02-12 02:25:35] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.23 - - [2026-02-12 02:25:39] "GET /projects?obj_uuids=67b42919-2b4c-4a0a-ae1a-933e89502f7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.130 - - [2026-02-12 02:25:39] "GET /project/67b42919-2b4c-4a0a-ae1a-933e89502f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.034179 10.0.0.23 - - [2026-02-12 02:25:39] "GET /projects?obj_uuids=67b42919-2b4c-4a0a-ae1a-933e89502f7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.130 - - [2026-02-12 02:25:39] "GET /project/67b42919-2b4c-4a0a-ae1a-933e89502f7a?fields=virtual_networks HTTP/1.1" 200 1042 0.077421 10.0.0.23 - - [2026-02-12 02:25:39] "GET /projects?obj_uuids=67b42919-2b4c-4a0a-ae1a-933e89502f7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001156 10.0.0.130 - - [2026-02-12 02:25:39] "GET /project/67b42919-2b4c-4a0a-ae1a-933e89502f7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.033735 10.0.0.23 - - [2026-02-12 02:25:39] "GET /projects?obj_uuids=67b42919-2b4c-4a0a-ae1a-933e89502f7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.130 - - [2026-02-12 02:25:39] "GET /project/67b42919-2b4c-4a0a-ae1a-933e89502f7a?fields=security_groups HTTP/1.1" 200 1268 0.046007 10.0.0.130 - - [2026-02-12 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 192 0.026214 10.0.0.23 - - [2026-02-12 02:25:40] "GET /projects?obj_uuids=188d6d06-8320-4fa3-88f6-28f2c1e40f8c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003473 10.0.0.23 - - [2026-02-12 02:25:40] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.23 - - [2026-02-12 02:25:40] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008375 10.0.0.23 - - [2026-02-12 02:25:40] "POST /id-to-fqname HTTP/1.1" 200 194 0.001192 10.0.0.23 - - [2026-02-12 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.010314 10.0.0.23 - - [2026-02-12 02:25:40] "POST /security-groups HTTP/1.1" 200 595 0.073582 10.0.0.23 - - [2026-02-12 02:25:40] "POST /projects HTTP/1.1" 200 593 0.286646 10.0.0.23 - - [2026-02-12 02:25:40] "POST /access-control-lists HTTP/1.1" 200 600 0.025954 10.0.0.23 - - [2026-02-12 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.362463 10.0.0.130 - - [2026-02-12 02:25:40] "GET /project/188d6d06-8320-4fa3-88f6-28f2c1e40f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.505626 10.0.0.130 - - [2026-02-12 02:25:41] "GET / HTTP/1.1" 200 35931 0.002012 10.0.0.23 - - [2026-02-12 02:25:44] "GET /projects?obj_uuids=188d6d06-8320-4fa3-88f6-28f2c1e40f8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000885 10.0.0.130 - - [2026-02-12 02:25:44] "GET /project/188d6d06-8320-4fa3-88f6-28f2c1e40f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.037987 10.0.0.23 - - [2026-02-12 02:25:44] "GET /projects?obj_uuids=188d6d06-8320-4fa3-88f6-28f2c1e40f8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000880 10.0.0.130 - - [2026-02-12 02:25:44] "GET /project/188d6d06-8320-4fa3-88f6-28f2c1e40f8c?fields=virtual_networks HTTP/1.1" 200 1049 0.043987 10.0.0.23 - - [2026-02-12 02:25:44] "GET /projects?obj_uuids=188d6d06-8320-4fa3-88f6-28f2c1e40f8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000909 10.0.0.130 - - [2026-02-12 02:25:44] "GET /project/188d6d06-8320-4fa3-88f6-28f2c1e40f8c?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.039614 10.0.0.23 - - [2026-02-12 02:25:45] "GET /projects?obj_uuids=188d6d06-8320-4fa3-88f6-28f2c1e40f8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001514 10.0.0.130 - - [2026-02-12 02:25:45] "GET /project/188d6d06-8320-4fa3-88f6-28f2c1e40f8c?fields=security_groups HTTP/1.1" 200 1279 0.048123 10.0.0.130 - - [2026-02-12 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.028010 10.0.0.23 - - [2026-02-12 02:25:45] "GET /projects?obj_uuids=8791db41-3994-4382-ad86-3416ea18822e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002799 10.0.0.23 - - [2026-02-12 02:25:46] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.23 - - [2026-02-12 02:25:46] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008635 10.0.0.23 - - [2026-02-12 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.010116 10.0.0.23 - - [2026-02-12 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.004420 10.0.0.23 - - [2026-02-12 02:25:46] "POST /security-groups HTTP/1.1" 200 586 0.028834 10.0.0.23 - - [2026-02-12 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.003203 10.0.0.23 - - [2026-02-12 02:25:46] "POST /projects HTTP/1.1" 200 575 0.249098 10.0.0.23 - - [2026-02-12 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.319777 10.0.0.23 - - [2026-02-12 02:25:46] "POST /access-control-lists HTTP/1.1" 200 589 0.030538 10.0.0.130 - - [2026-02-12 02:25:46] "GET /project/8791db41-3994-4382-ad86-3416ea18822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.451105 10.0.0.130 - - [2026-02-12 02:25:47] "GET / HTTP/1.1" 200 35931 0.001426 10.0.0.130 - - [2026-02-12 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003736 10.0.0.23 - - [2026-02-12 02:25:48] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001295 10.0.0.23 - - [2026-02-12 02:25:48] "POST /fqname-to-id HTTP/1.1" 404 227 0.019744 10.0.0.23 - - [2026-02-12 02:25:48] "PUT /access-control-list/63bcf33d-d5f3-45e8-9c85-1d736caf34fe HTTP/1.1" 200 272 0.021524 10.0.0.130 - - [2026-02-12 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 1364 0.541744 10.0.0.23 - - [2026-02-12 02:25:48] "DELETE /access-control-list/52054dc3-07df-4f20-b2a2-58dc8862e027 HTTP/1.1" 200 115 0.031092 10.0.0.130 - - [2026-02-12 02:25:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141179 10.0.0.130 - - [2026-02-12 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.004053 10.0.0.23 - - [2026-02-12 02:25:49] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002537 10.0.0.23 - - [2026-02-12 02:25:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.005913 10.0.0.23 - - [2026-02-12 02:25:49] "POST /access-control-lists HTTP/1.1" 200 588 0.036398 10.0.0.130 - - [2026-02-12 02:25:49] "POST /neutron/security_group HTTP/1.1" 200 1364 0.389833 10.0.0.23 - - [2026-02-12 02:25:49] "PUT /access-control-list/0c275550-3580-47ca-9634-3cbd17583514 HTTP/1.1" 200 272 0.016138 10.0.0.130 - - [2026-02-12 02:25:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.215786 10.0.0.130 - - [2026-02-12 02:25:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.130 - - [2026-02-12 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.025309 10.0.0.23 - - [2026-02-12 02:25:50] "GET /projects?obj_uuids=8791db41-3994-4382-ad86-3416ea18822e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.23 - - [2026-02-12 02:25:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.006215 10.0.0.23 - - [2026-02-12 02:25:50] "POST /access-control-lists HTTP/1.1" 200 605 0.032117 10.0.0.130 - - [2026-02-12 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 1379 0.484711 10.0.0.23 - - [2026-02-12 02:25:50] "PUT /access-control-list/26f05f77-82a8-4e92-bb86-18ce152244d0 HTTP/1.1" 200 272 0.012935 10.0.0.130 - - [2026-02-12 02:25:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126161 10.0.0.130 - - [2026-02-12 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.005023 10.0.0.23 - - [2026-02-12 02:25:51] "GET /projects?obj_uuids=8791db41-3994-4382-ad86-3416ea18822e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001407 10.0.0.23 - - [2026-02-12 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.003136 10.0.0.23 - - [2026-02-12 02:25:51] "POST /access-control-lists HTTP/1.1" 200 605 0.027475 10.0.0.130 - - [2026-02-12 02:25:51] "POST /neutron/security_group HTTP/1.1" 200 1379 0.385717 10.0.0.23 - - [2026-02-12 02:25:51] "PUT /access-control-list/eb064225-12f9-4d52-bf9e-1b992824d614 HTTP/1.1" 200 272 0.019471 10.0.0.130 - - [2026-02-12 02:25:52] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.151249 10.0.0.23 - - [2026-02-12 02:25:53] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000930 10.0.0.130 - - [2026-02-12 02:25:53] "POST /neutron/router HTTP/1.1" 200 541 0.070016 10.0.0.23 - - [2026-02-12 02:25:53] "POST /route-targets HTTP/1.1" 200 327 0.014593 10.0.0.130 - - [2026-02-12 02:25:53] "POST /neutron/router HTTP/1.1" 200 541 0.019124 10.0.0.130 - - [2026-02-12 02:25:53] "POST /neutron/router HTTP/1.1" 200 541 0.003625 10.0.0.130 - - [2026-02-12 02:25:53] "POST /neutron/router HTTP/1.1" 200 541 0.007081 10.0.0.130 - - [2026-02-12 02:25:53] "POST /neutron/router HTTP/1.1" 200 541 0.004719 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 541 0.005909 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 541 0.004514 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 541 0.004018 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 541 0.004066 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 541 0.004490 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 541 0.004495 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 541 0.022554 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 541 0.003918 10.0.0.22 - - [2026-02-12 02:25:54] "GET /logical-router/29c8d636-05f7-42ba-8fe2-43afe25931d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.054469 10.0.0.23 - - [2026-02-12 02:25:54] "DELETE /route-target/99d95c8d-3d3e-4d1e-baba-1897fda065a6 HTTP/1.1" 200 115 0.051734 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 559 0.005985 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 559 0.011007 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 559 0.003760 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 559 0.003707 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 559 0.003683 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 559 0.004361 10.0.0.130 - - [2026-02-12 02:25:54] "POST /neutron/router HTTP/1.1" 200 559 0.003776 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 559 0.005097 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 559 0.003926 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 559 0.004081 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 559 0.004120 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 559 0.006634 10.0.0.23 - - [2026-02-12 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 151 0.067750 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.005014 10.0.0.23 - - [2026-02-12 02:25:55] "PUT /logical-router/b9388d4e-a2ed-4809-a24a-53fbbd3a3636 HTTP/1.1" 200 262 0.035020 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.005886 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.003569 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.003641 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.004869 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.004539 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.004660 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.004174 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.004513 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.004457 10.0.0.130 - - [2026-02-12 02:25:55] "POST /neutron/router HTTP/1.1" 200 541 0.004380 10.0.0.130 - - [2026-02-12 02:25:56] "POST /neutron/router HTTP/1.1" 200 541 0.028815 10.0.0.130 - - [2026-02-12 02:25:56] "POST /neutron/security_group HTTP/1.1" 200 521 0.007726 10.0.0.23 - - [2026-02-12 02:25:56] "DELETE /access-control-list/3395a623-1835-4ae6-89af-f153099a8a72 HTTP/1.1" 200 115 0.030296 10.0.0.130 - - [2026-02-12 02:25:56] "POST /neutron/security_group HTTP/1.1" 200 151 0.058141 10.0.0.23 - - [2026-02-12 02:25:56] "DELETE /access-control-list/26f05f77-82a8-4e92-bb86-18ce152244d0 HTTP/1.1" 200 115 0.034772 10.0.0.130 - - [2026-02-12 02:25:56] "POST /neutron/security_group HTTP/1.1" 200 506 0.009127 10.0.0.23 - - [2026-02-12 02:25:56] "DELETE /access-control-list/b7fffa73-cc2d-4609-a41a-92eb7ab50e13 HTTP/1.1" 200 115 0.025629 10.0.0.23 - - [2026-02-12 02:25:57] "GET /projects?obj_uuids=8791db41-3994-4382-ad86-3416ea18822e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001240 10.0.0.130 - - [2026-02-12 02:25:57] "GET /project/8791db41-3994-4382-ad86-3416ea18822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.041090 10.0.0.23 - - [2026-02-12 02:25:57] "GET /projects?obj_uuids=8791db41-3994-4382-ad86-3416ea18822e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.130 - - [2026-02-12 02:25:57] "GET /project/8791db41-3994-4382-ad86-3416ea18822e?fields=virtual_networks HTTP/1.1" 200 1032 0.057994 10.0.0.23 - - [2026-02-12 02:25:57] "GET /projects?obj_uuids=8791db41-3994-4382-ad86-3416ea18822e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001625 10.0.0.130 - - [2026-02-12 02:25:57] "GET /project/8791db41-3994-4382-ad86-3416ea18822e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045533 10.0.0.23 - - [2026-02-12 02:25:57] "GET /projects?obj_uuids=8791db41-3994-4382-ad86-3416ea18822e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001208 10.0.0.130 - - [2026-02-12 02:25:58] "GET /project/8791db41-3994-4382-ad86-3416ea18822e?fields=security_groups HTTP/1.1" 200 1253 0.044770 10.0.0.130 - - [2026-02-12 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.028400 10.0.0.23 - - [2026-02-12 02:25:58] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003453 10.0.0.23 - - [2026-02-12 02:25:58] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.23 - - [2026-02-12 02:25:58] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006926 10.0.0.23 - - [2026-02-12 02:25:59] "POST /id-to-fqname HTTP/1.1" 200 186 0.004229 10.0.0.23 - - [2026-02-12 02:25:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.007669 10.0.0.23 - - [2026-02-12 02:25:59] "POST /security-groups HTTP/1.1" 200 587 0.074763 10.0.0.23 - - [2026-02-12 02:25:59] "POST /projects HTTP/1.1" 200 577 0.282588 10.0.0.23 - - [2026-02-12 02:25:59] "POST /access-control-lists HTTP/1.1" 200 592 0.026465 10.0.0.23 - - [2026-02-12 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.356082 10.0.0.130 - - [2026-02-12 02:25:59] "GET /project/4424ff3d-02a1-424e-9eca-eebc956435e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.488350 10.0.0.130 - - [2026-02-12 02:26:01] "GET / HTTP/1.1" 200 35931 0.001815 10.0.0.130 - - [2026-02-12 02:26:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.130 - - [2026-02-12 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.038460 10.0.0.23 - - [2026-02-12 02:26:03] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000833 10.0.0.130 - - [2026-02-12 02:26:03] "GET /project/4424ff3d-02a1-424e-9eca-eebc956435e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.037560 10.0.0.23 - - [2026-02-12 02:26:03] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001112 10.0.0.130 - - [2026-02-12 02:26:03] "POST /neutron/network HTTP/1.1" 200 601 0.139800 10.0.0.23 - - [2026-02-12 02:26:03] "POST /route-targets HTTP/1.1" 200 327 0.014644 10.0.0.130 - - [2026-02-12 02:26:03] "POST /id-to-fqname HTTP/1.1" 200 216 0.003367 10.0.0.130 - - [2026-02-12 02:26:03] "GET /virtual-network/81234d29-ae5a-4932-9cb8-83f55f5ac04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004939 10.0.0.130 - - [2026-02-12 02:26:03] "POST /neutron/network HTTP/1.1" 200 820 0.007022 10.0.0.130 - - [2026-02-12 02:26:03] "GET /virtual-network/81234d29-ae5a-4932-9cb8-83f55f5ac04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007095 10.0.0.130 - - [2026-02-12 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003886 10.0.0.130 - - [2026-02-12 02:26:03] "GET /virtual-network/81234d29-ae5a-4932-9cb8-83f55f5ac04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005880 10.0.0.23 - - [2026-02-12 02:26:03] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001090 10.0.0.130 - - [2026-02-12 02:26:03] "POST /neutron/port HTTP/1.1" 200 1017 0.217810 10.0.0.130 - - [2026-02-12 02:26:03] "GET /virtual-machine-interface/e9706ed0-f640-47f7-a8b2-78ba07928417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.006706 10.0.0.130 - - [2026-02-12 02:26:04] "GET /virtual-machine-interface/e9706ed0-f640-47f7-a8b2-78ba07928417?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.005423 10.0.0.130 - - [2026-02-12 02:26:04] "GET /instance-ip/d4a0c65c-4ad4-4456-9810-b17e1c98faee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.006335 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /project/188d6d0683204fa388f628f2c1e40f8c HTTP/1.1" 404 173 0.023893 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /project/1a95e39c04ea401b9bf7c773f3b95673 HTTP/1.1" 404 173 0.014852 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /project/ce3838a774e2430696ab5d0709bf1caf HTTP/1.1" 404 173 0.020485 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /project/676cf7af-2c5f-4439-a789-3c0744109faa HTTP/1.1" 404 177 0.014513 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /project/b061d77ccf9f4776ba926bfaecf6c13b HTTP/1.1" 404 173 0.012305 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=b061d77c-cf9f-4776-ba92-6bfaecf6c13b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000877 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=1a95e39c-04ea-401b-9bf7-c773f3b95673&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000805 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=67b42919-2b4c-4a0a-ae1a-933e89502f7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=ce3838a7-74e2-4306-96ab-5d0709bf1caf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001167 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=188d6d06-8320-4fa3-88f6-28f2c1e40f8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000825 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /project/67b429192b4c4a0aae1a933e89502f7a HTTP/1.1" 404 173 0.015674 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /project/8791db4139944382ad863416ea18822e HTTP/1.1" 404 173 0.017202 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /project/4424ff3d02a1424e9ecaeebc956435e7 HTTP/1.1" 404 173 0.021081 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=8791db41-3994-4382-ad86-3416ea18822e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/ce3838a7-74e2-4306-96ab-5d0709bf1caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.100721 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/67b42919-2b4c-4a0a-ae1a-933e89502f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.120365 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=ce3838a7-74e2-4306-96ab-5d0709bf1caf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/1a95e39c-04ea-401b-9bf7-c773f3b95673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.149804 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/b061d77c-cf9f-4776-ba92-6bfaecf6c13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.166454 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=67b42919-2b4c-4a0a-ae1a-933e89502f7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=1a95e39c-04ea-401b-9bf7-c773f3b95673&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000818 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=b061d77c-cf9f-4776-ba92-6bfaecf6c13b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000787 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/188d6d06-8320-4fa3-88f6-28f2c1e40f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.181997 10.0.0.130 - - [2026-02-12 02:26:04] "POST /neutron/network HTTP/1.1" 200 820 0.015213 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=188d6d06-8320-4fa3-88f6-28f2c1e40f8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001171 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/8791db41-3994-4382-ad86-3416ea18822e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.185572 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=8791db41-3994-4382-ad86-3416ea18822e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001388 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/ce3838a7-74e2-4306-96ab-5d0709bf1caf?fields=security_groups HTTP/1.1" 200 1374 0.175621 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/1a95e39c-04ea-401b-9bf7-c773f3b95673?fields=security_groups HTTP/1.1" 200 1370 0.125156 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/67b42919-2b4c-4a0a-ae1a-933e89502f7a?fields=security_groups HTTP/1.1" 200 1373 0.153421 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/b061d77c-cf9f-4776-ba92-6bfaecf6c13b?fields=security_groups HTTP/1.1" 200 1359 0.141603 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/8791db41-3994-4382-ad86-3416ea18822e?fields=security_groups HTTP/1.1" 200 1358 0.103629 10.0.0.23 - - [2026-02-12 02:26:04] "GET /project/188d6d06-8320-4fa3-88f6-28f2c1e40f8c?fields=security_groups HTTP/1.1" 200 1384 0.178597 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /route-target/963eb01d-db10-4a29-aa24-f3e544d5b182 HTTP/1.1" 200 115 0.092835 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /security-group/159ad6d7-507b-4d50-b06f-7e47553fc79d HTTP/1.1" 200 115 0.168815 10.0.0.23 - - [2026-02-12 02:26:04] "GET /projects?obj_uuids=ce3838a7-74e2-4306-96ab-5d0709bf1caf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.23 - - [2026-02-12 02:26:04] "DELETE /security-group/4264fdd5-6659-4758-a5d1-1db1ca19efb9 HTTP/1.1" 200 115 0.200119 10.0.0.23 - - [2026-02-12 02:26:05] "GET /projects?obj_uuids=1a95e39c-04ea-401b-9bf7-c773f3b95673&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001390 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /security-group/a5ffa563-0fdf-4846-ac94-69af081d0cb4 HTTP/1.1" 200 115 0.226753 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /security-group/575d1c45-7d21-4ef5-9c3e-4401f1f9ab2c HTTP/1.1" 200 115 0.224873 10.0.0.23 - - [2026-02-12 02:26:05] "GET /projects?obj_uuids=67b42919-2b4c-4a0a-ae1a-933e89502f7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.23 - - [2026-02-12 02:26:05] "GET /projects?obj_uuids=b061d77c-cf9f-4776-ba92-6bfaecf6c13b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002076 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /security-group/dcabd622-3180-4527-a08a-d60407dbf7ab HTTP/1.1" 200 115 0.265526 10.0.0.23 - - [2026-02-12 02:26:05] "GET /project/ce3838a7-74e2-4306-96ab-5d0709bf1caf?fields=application_policy_sets HTTP/1.1" 200 1413 0.175533 10.0.0.23 - - [2026-02-12 02:26:05] "GET /projects?obj_uuids=8791db41-3994-4382-ad86-3416ea18822e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001131 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /security-group/9c559b84-a8a5-497f-901a-61f6ab022942 HTTP/1.1" 200 115 0.265828 10.0.0.23 - - [2026-02-12 02:26:05] "GET /project/1a95e39c-04ea-401b-9bf7-c773f3b95673?fields=application_policy_sets HTTP/1.1" 200 1409 0.153771 10.0.0.23 - - [2026-02-12 02:26:05] "GET /projects?obj_uuids=188d6d06-8320-4fa3-88f6-28f2c1e40f8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000982 10.0.0.23 - - [2026-02-12 02:26:05] "GET /project/67b42919-2b4c-4a0a-ae1a-933e89502f7a?fields=application_policy_sets HTTP/1.1" 200 1412 0.212423 10.0.0.23 - - [2026-02-12 02:26:05] "GET /project/b061d77c-cf9f-4776-ba92-6bfaecf6c13b?fields=application_policy_sets HTTP/1.1" 200 1398 0.219215 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /access-control-list/f97b142f-78ca-44ef-8a89-8b7a8711dacd HTTP/1.1" 200 115 0.207154 10.0.0.23 - - [2026-02-12 02:26:05] "GET /project/8791db41-3994-4382-ad86-3416ea18822e?fields=application_policy_sets HTTP/1.1" 200 1397 0.221131 10.0.0.23 - - [2026-02-12 02:26:05] "GET /project/188d6d06-8320-4fa3-88f6-28f2c1e40f8c?fields=application_policy_sets HTTP/1.1" 200 1423 0.236728 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /access-control-list/0325f68c-694c-456b-a305-496e8265735e HTTP/1.1" 200 115 0.138540 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /project/ce3838a7-74e2-4306-96ab-5d0709bf1caf HTTP/1.1" 200 115 1.285227 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /project/1a95e39c-04ea-401b-9bf7-c773f3b95673 HTTP/1.1" 200 115 1.289552 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /project/67b42919-2b4c-4a0a-ae1a-933e89502f7a HTTP/1.1" 200 115 1.307153 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /project/b061d77c-cf9f-4776-ba92-6bfaecf6c13b HTTP/1.1" 200 115 1.307962 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /project/8791db41-3994-4382-ad86-3416ea18822e HTTP/1.1" 200 115 1.311264 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /project/188d6d06-8320-4fa3-88f6-28f2c1e40f8c HTTP/1.1" 200 115 1.338530 10.0.0.23 - - [2026-02-12 02:26:05] "DELETE /access-control-list/fcffd690-aa74-4d3a-aacb-a108b9d08ccd HTTP/1.1" 200 115 0.042577 10.0.0.23 - - [2026-02-12 02:26:06] "DELETE /access-control-list/b4001cd4-6676-4ae1-af5c-3300541459df HTTP/1.1" 200 115 0.036393 10.0.0.130 - - [2026-02-12 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.23 - - [2026-02-12 02:26:07] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000881 10.0.0.130 - - [2026-02-12 02:26:07] "GET /project/4424ff3d-02a1-424e-9eca-eebc956435e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.034745 10.0.0.23 - - [2026-02-12 02:26:07] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000994 10.0.0.130 - - [2026-02-12 02:26:07] "POST /neutron/network HTTP/1.1" 200 603 0.117159 10.0.0.130 - - [2026-02-12 02:26:08] "POST /neutron/network HTTP/1.1" 200 977 0.009069 10.0.0.130 - - [2026-02-12 02:26:08] "POST /id-to-fqname HTTP/1.1" 200 217 0.000955 10.0.0.130 - - [2026-02-12 02:26:08] "GET /virtual-network/f6a14fbe-d63a-4509-a6d7-8a96822143bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004999 10.0.0.130 - - [2026-02-12 02:26:08] "GET /virtual-network/f6a14fbe-d63a-4509-a6d7-8a96822143bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005772 10.0.0.130 - - [2026-02-12 02:26:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.008724 10.0.0.23 - - [2026-02-12 02:26:08] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001112 10.0.0.130 - - [2026-02-12 02:26:08] "POST /neutron/port HTTP/1.1" 200 1018 0.219387 10.0.0.130 - - [2026-02-12 02:26:08] "POST /id-to-fqname HTTP/1.1" 200 217 0.001174 10.0.0.130 - - [2026-02-12 02:26:09] "POST /neutron/network HTTP/1.1" 200 977 0.065945 10.0.0.130 - - [2026-02-12 02:26:09] "POST /neutron/port HTTP/1.1" 200 117 0.005647 10.0.0.130 - - [2026-02-12 02:26:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.001166 10.0.0.130 - - [2026-02-12 02:26:09] "POST /neutron/port HTTP/1.1" 200 1018 0.010942 10.0.0.130 - - [2026-02-12 02:26:09] "POST /neutron/port HTTP/1.1" 200 1018 0.017648 10.0.0.130 - - [2026-02-12 02:26:09] "POST /neutron/port HTTP/1.1" 200 117 0.005974 10.0.0.130 - - [2026-02-12 02:26:10] "POST /neutron/network HTTP/1.1" 200 987 0.006699 10.0.0.130 - - [2026-02-12 02:26:10] "POST /neutron/port HTTP/1.1" 200 1109 0.115181 10.0.0.130 - - [2026-02-12 02:26:10] "POST /neutron/network HTTP/1.1" 200 987 0.006163 10.0.0.130 - - [2026-02-12 02:26:10] "POST /neutron/port HTTP/1.1" 200 1018 0.016405 10.0.0.130 - - [2026-02-12 02:26:10] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.130 - - [2026-02-12 02:26:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004977 10.0.0.130 - - [2026-02-12 02:26:10] "POST /neutron/network HTTP/1.1" 200 977 0.010893 10.0.0.130 - - [2026-02-12 02:26:15] "POST /neutron/port HTTP/1.1" 200 1119 0.021181 10.0.0.130 - - [2026-02-12 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010166 10.0.0.130 - - [2026-02-12 02:26:15] "GET /virtual-machine/0ed5543f-3821-4ec0-9264-f63b6c02ed09 HTTP/1.1" 401 293 0.000522 10.0.0.130 - - [2026-02-12 02:26:15] "GET /virtual-machine/0ed5543f-3821-4ec0-9264-f63b6c02ed09 HTTP/1.1" 200 1284 0.031783 10.0.0.130 - - [2026-02-12 02:26:15] "GET /virtual-machine-interface/6994a65a-cae0-4002-b37c-5f42bde17180 HTTP/1.1" 200 2924 0.006117 10.0.0.130 - - [2026-02-12 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.130 - - [2026-02-12 02:26:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005211 10.0.0.130 - - [2026-02-12 02:26:15] "GET /virtual-networks?parent_id=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002563 10.0.0.130 - - [2026-02-12 02:26:15] "GET /virtual-network/f6a14fbe-d63a-4509-a6d7-8a96822143bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007007 10.0.0.130 - - [2026-02-12 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.130 - - [2026-02-12 02:26:18] "GET /virtual-network/f6a14fbe-d63a-4509-a6d7-8a96822143bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005784 10.0.0.130 - - [2026-02-12 02:26:19] "POST /neutron/port HTTP/1.1" 200 1120 0.017934 10.0.0.130 - - [2026-02-12 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.130 - - [2026-02-12 02:26:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003562 10.0.0.130 - - [2026-02-12 02:26:20] "GET /virtual-networks?parent_id=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003301 10.0.0.130 - - [2026-02-12 02:26:20] "GET /virtual-network/f6a14fbe-d63a-4509-a6d7-8a96822143bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006436 10.0.0.130 - - [2026-02-12 02:26:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010865 10.0.0.130 - - [2026-02-12 02:26:21] "POST /neutron/port HTTP/1.1" 200 1120 0.015448 10.0.0.130 - - [2026-02-12 02:26:21] "GET /virtual-machine/7132ff5a-139d-48c8-b6fc-c3af43d5e9a2 HTTP/1.1" 200 1284 0.007141 10.0.0.130 - - [2026-02-12 02:26:21] "GET /virtual-machine-interface/3dc9366f-2874-4a26-ac5c-e4a3be4773b6 HTTP/1.1" 200 2924 0.004949 10.0.0.130 - - [2026-02-12 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.130 - - [2026-02-12 02:26:21] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004150 10.0.0.130 - - [2026-02-12 02:26:21] "GET /virtual-networks?parent_id=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002729 10.0.0.130 - - [2026-02-12 02:26:21] "GET /virtual-network/f6a14fbe-d63a-4509-a6d7-8a96822143bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006002 10.0.0.130 - - [2026-02-12 02:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.130 - - [2026-02-12 02:26:22] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003475 10.0.0.130 - - [2026-02-12 02:26:22] "GET /virtual-networks?parent_id=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003022 10.0.0.130 - - [2026-02-12 02:26:22] "GET /virtual-network/f6a14fbe-d63a-4509-a6d7-8a96822143bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007836 10.0.0.130 - - [2026-02-12 02:26:25] "POST /neutron/port HTTP/1.1" 200 1110 0.012800 10.0.0.130 - - [2026-02-12 02:26:26] "POST /neutron/port HTTP/1.1" 200 1109 0.015734 10.0.0.23 - - [2026-02-12 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.013794 10.0.0.23 - - [2026-02-12 02:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003334 10.0.0.23 - - [2026-02-12 02:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003545 10.0.0.23 - - [2026-02-12 02:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005463 10.0.0.23 - - [2026-02-12 02:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003932 10.0.0.130 - - [2026-02-12 02:26:26] "POST /neutron/network HTTP/1.1" 200 151 0.191041 10.0.0.23 - - [2026-02-12 02:26:27] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001115 10.0.0.130 - - [2026-02-12 02:26:27] "GET /project/4424ff3d-02a1-424e-9eca-eebc956435e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.047643 10.0.0.23 - - [2026-02-12 02:26:27] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000996 10.0.0.130 - - [2026-02-12 02:26:27] "GET /project/4424ff3d-02a1-424e-9eca-eebc956435e7?fields=virtual_networks HTTP/1.1" 200 1034 0.053841 10.0.0.23 - - [2026-02-12 02:26:28] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.130 - - [2026-02-12 02:26:28] "GET /project/4424ff3d-02a1-424e-9eca-eebc956435e7?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.043499 10.0.0.23 - - [2026-02-12 02:26:28] "GET /projects?obj_uuids=4424ff3d-02a1-424e-9eca-eebc956435e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001177 10.0.0.130 - - [2026-02-12 02:26:28] "GET /project/4424ff3d-02a1-424e-9eca-eebc956435e7?fields=security_groups HTTP/1.1" 200 1256 0.034990 10.0.0.130 - - [2026-02-12 02:26:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.024937 10.0.0.23 - - [2026-02-12 02:26:29] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003094 10.0.0.23 - - [2026-02-12 02:26:29] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001407 10.0.0.23 - - [2026-02-12 02:26:29] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007085 10.0.0.23 - - [2026-02-12 02:26:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.002080 10.0.0.23 - - [2026-02-12 02:26:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.003953 10.0.0.23 - - [2026-02-12 02:26:29] "POST /security-groups HTTP/1.1" 200 589 0.077027 10.0.0.23 - - [2026-02-12 02:26:29] "POST /projects HTTP/1.1" 200 581 0.281085 10.0.0.23 - - [2026-02-12 02:26:29] "POST /access-control-lists HTTP/1.1" 200 594 0.026773 10.0.0.23 - - [2026-02-12 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.353976 10.0.0.130 - - [2026-02-12 02:26:29] "GET /project/969c97ee-e4b5-4a0f-8a73-9608e93c3101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.477377 10.0.0.130 - - [2026-02-12 02:26:30] "GET / HTTP/1.1" 200 35931 0.001621 10.0.0.130 - - [2026-02-12 02:26:31] "POST /neutron/port HTTP/1.1" 200 117 0.005950 10.0.0.130 - - [2026-02-12 02:26:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.130 - - [2026-02-12 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.059214 10.0.0.23 - - [2026-02-12 02:26:32] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.130 - - [2026-02-12 02:26:32] "GET /project/969c97ee-e4b5-4a0f-8a73-9608e93c3101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.040893 10.0.0.23 - - [2026-02-12 02:26:32] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.130 - - [2026-02-12 02:26:32] "POST /neutron/network HTTP/1.1" 200 605 0.138733 10.0.0.23 - - [2026-02-12 02:26:33] "POST /route-targets HTTP/1.1" 200 327 0.012590 10.0.0.130 - - [2026-02-12 02:26:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.003053 10.0.0.130 - - [2026-02-12 02:26:33] "GET /virtual-network/99915fd0-c695-4586-b309-c3d55610644b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005156 10.0.0.130 - - [2026-02-12 02:26:33] "POST /neutron/network HTTP/1.1" 200 825 0.005712 10.0.0.130 - - [2026-02-12 02:26:33] "GET /virtual-network/99915fd0-c695-4586-b309-c3d55610644b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005213 10.0.0.130 - - [2026-02-12 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.23 - - [2026-02-12 02:26:33] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.130 - - [2026-02-12 02:26:33] "GET /project/969c97ee-e4b5-4a0f-8a73-9608e93c3101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045169 10.0.0.130 - - [2026-02-12 02:26:33] "POST /neutron/network HTTP/1.1" 200 117 0.016372 10.0.0.23 - - [2026-02-12 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.021615 10.0.0.130 - - [2026-02-12 02:26:33] "POST /neutron/network HTTP/1.1" 200 822 0.008502 10.0.0.130 - - [2026-02-12 02:26:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001382 10.0.0.130 - - [2026-02-12 02:26:33] "GET /virtual-network/e33867ef-b40f-48f4-b63a-ae3c852f5e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006509 10.0.0.130 - - [2026-02-12 02:26:33] "GET /virtual-network/e33867ef-b40f-48f4-b63a-ae3c852f5e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006348 10.0.0.130 - - [2026-02-12 02:26:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.010223 10.0.0.130 - - [2026-02-12 02:26:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001359 10.0.0.23 - - [2026-02-12 02:26:34] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.130 - - [2026-02-12 02:26:34] "GET /project/969c97ee-e4b5-4a0f-8a73-9608e93c3101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.076756 10.0.0.130 - - [2026-02-12 02:26:35] "POST /neutron/port HTTP/1.1" 200 117 0.007788 10.0.0.130 - - [2026-02-12 02:26:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.001345 10.0.0.130 - - [2026-02-12 02:26:35] "POST /neutron/network HTTP/1.1" 200 832 0.011077 10.0.0.130 - - [2026-02-12 02:26:35] "POST /neutron/port HTTP/1.1" 200 1059 0.015478 10.0.0.130 - - [2026-02-12 02:26:36] "POST /neutron/port HTTP/1.1" 200 1123 0.029664 10.0.0.23 - - [2026-02-12 02:26:36] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001866 10.0.0.130 - - [2026-02-12 02:26:36] "GET /project/969c97ee-e4b5-4a0f-8a73-9608e93c3101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.075930 10.0.0.130 - - [2026-02-12 02:26:36] "POST /neutron/port HTTP/1.1" 200 117 0.002096 10.0.0.130 - - [2026-02-12 02:26:36] "POST /neutron/port HTTP/1.1" 200 1123 0.017184 10.0.0.23 - - [2026-02-12 02:26:36] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.130 - - [2026-02-12 02:26:36] "POST /neutron/router HTTP/1.1" 200 580 0.104020 10.0.0.23 - - [2026-02-12 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.023345 10.0.0.130 - - [2026-02-12 02:26:36] "POST /neutron/port HTTP/1.1" 200 1123 0.019172 10.0.0.23 - - [2026-02-12 02:26:37] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.130 - - [2026-02-12 02:26:37] "POST /neutron/port HTTP/1.1" 200 1056 0.267992 10.0.0.130 - - [2026-02-12 02:26:37] "POST /neutron/port HTTP/1.1" 200 1110 0.120421 10.0.0.130 - - [2026-02-12 02:26:37] "POST /neutron/subnet HTTP/1.1" 200 689 0.009864 10.0.0.130 - - [2026-02-12 02:26:42] "POST /neutron/port HTTP/1.1" 200 1123 0.015960 10.0.0.130 - - [2026-02-12 02:26:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007594 10.0.0.130 - - [2026-02-12 02:26:42] "GET /virtual-machine/e6740dbf-681d-4a0e-b695-5e578761a2bb HTTP/1.1" 401 293 0.000393 10.0.0.130 - - [2026-02-12 02:26:42] "GET /virtual-machine/e6740dbf-681d-4a0e-b695-5e578761a2bb HTTP/1.1" 200 1291 0.035667 10.0.0.130 - - [2026-02-12 02:26:42] "GET /virtual-machine-interface/f8e1cb5d-f8a8-4ef9-b900-f23ffb5c6c61 HTTP/1.1" 200 2935 0.004959 10.0.0.130 - - [2026-02-12 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.130 - - [2026-02-12 02:26:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004251 10.0.0.130 - - [2026-02-12 02:26:42] "GET /virtual-networks?parent_id=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002680 10.0.0.130 - - [2026-02-12 02:26:42] "GET /virtual-network/99915fd0-c695-4586-b309-c3d55610644b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005765 10.0.0.130 - - [2026-02-12 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.130 - - [2026-02-12 02:26:45] "GET /virtual-network/99915fd0-c695-4586-b309-c3d55610644b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004895 10.0.0.130 - - [2026-02-12 02:26:46] "POST /neutron/port HTTP/1.1" 200 1123 0.016137 10.0.0.130 - - [2026-02-12 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.130 - - [2026-02-12 02:26:47] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003776 10.0.0.130 - - [2026-02-12 02:26:47] "GET /virtual-networks?parent_id=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002828 10.0.0.130 - - [2026-02-12 02:26:47] "GET /virtual-network/99915fd0-c695-4586-b309-c3d55610644b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006063 10.0.0.130 - - [2026-02-12 02:26:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010119 10.0.0.130 - - [2026-02-12 02:26:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006860 10.0.0.130 - - [2026-02-12 02:26:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008245 10.0.0.130 - - [2026-02-12 02:26:48] "GET /virtual-machine/60dda425-af18-4631-9938-163a63236051 HTTP/1.1" 200 1290 0.006033 10.0.0.130 - - [2026-02-12 02:26:48] "GET /virtual-machine-interface/ad7d78c1-0d50-4fd1-ada9-16db305a8084 HTTP/1.1" 200 2935 0.005013 10.0.0.130 - - [2026-02-12 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.130 - - [2026-02-12 02:26:48] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003347 10.0.0.130 - - [2026-02-12 02:26:48] "GET /virtual-networks?parent_id=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002607 10.0.0.130 - - [2026-02-12 02:26:48] "GET /virtual-network/e33867ef-b40f-48f4-b63a-ae3c852f5e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007093 10.0.0.130 - - [2026-02-12 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.130 - - [2026-02-12 02:26:49] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008656 10.0.0.130 - - [2026-02-12 02:26:49] "GET /virtual-networks?parent_id=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003104 10.0.0.130 - - [2026-02-12 02:26:49] "GET /virtual-network/e33867ef-b40f-48f4-b63a-ae3c852f5e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005693 10.0.0.130 - - [2026-02-12 02:26:58] "POST /neutron/router HTTP/1.1" 200 580 0.007371 10.0.0.23 - - [2026-02-12 02:27:01] "GET /obj-perms HTTP/1.1" 200 5075 0.079065 10.0.0.23 - - [2026-02-12 02:27:03] "DELETE /access-control-list/3e45f481-01a2-48c2-827b-b5c4d56194ba HTTP/1.1" 200 115 0.091135 10.0.0.130 - - [2026-02-12 02:27:03] "POST /neutron/port HTTP/1.1" 200 1123 0.017425 10.0.0.130 - - [2026-02-12 02:27:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003898 10.0.0.130 - - [2026-02-12 02:27:03] "POST /neutron/network HTTP/1.1" 200 825 0.005909 10.0.0.130 - - [2026-02-12 02:27:05] "POST /neutron/network HTTP/1.1" 200 832 0.006160 10.0.0.130 - - [2026-02-12 02:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.23 - - [2026-02-12 02:27:05] "DELETE /project/969c97eee4b54a0f8a739608e93c3101 HTTP/1.1" 404 173 0.050454 10.0.0.130 - - [2026-02-12 02:27:05] "POST /neutron/router HTTP/1.1" 200 344 0.219847 10.0.0.23 - - [2026-02-12 02:27:05] "DELETE /project/4424ff3d-02a1-424e-9eca-eebc956435e7 HTTP/1.1" 404 177 0.076942 10.0.0.130 - - [2026-02-12 02:27:11] "POST /neutron/router HTTP/1.1" 200 580 0.007615 10.0.0.23 - - [2026-02-12 02:27:11] "POST /ref-update HTTP/1.1" 200 156 0.019767 10.0.0.130 - - [2026-02-12 02:27:12] "POST /neutron/router HTTP/1.1" 200 344 0.227986 10.0.0.22 - - [2026-02-12 02:27:12] "GET /logical-router/44b6fdb8-6897-44da-9129-a0fa7443edf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002695 10.0.0.23 - - [2026-02-12 02:27:12] "DELETE /route-target/ccb7b284-cb4c-4ed6-ba36-e1a2535e8e68 HTTP/1.1" 200 115 0.021395 10.0.0.130 - - [2026-02-12 02:27:12] "POST /neutron/network HTTP/1.1" 200 822 0.007052 10.0.0.130 - - [2026-02-12 02:27:12] "POST /neutron/port HTTP/1.1" 200 1110 0.013749 10.0.0.130 - - [2026-02-12 02:27:13] "POST /neutron/port HTTP/1.1" 200 1113 0.045520 10.0.0.23 - - [2026-02-12 02:27:14] "POST /useragent-kv HTTP/1.1" 200 115 0.049360 10.0.0.23 - - [2026-02-12 02:27:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002783 10.0.0.130 - - [2026-02-12 02:27:14] "POST /neutron/network HTTP/1.1" 200 151 0.163244 10.0.0.23 - - [2026-02-12 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.23 - - [2026-02-12 02:27:16] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.130 - - [2026-02-12 02:27:16] "GET /project/969c97ee-e4b5-4a0f-8a73-9608e93c3101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.066228 10.0.0.23 - - [2026-02-12 02:27:16] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.130 - - [2026-02-12 02:27:16] "GET /project/969c97ee-e4b5-4a0f-8a73-9608e93c3101?fields=virtual_networks HTTP/1.1" 200 1038 0.040485 10.0.0.23 - - [2026-02-12 02:27:16] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.130 - - [2026-02-12 02:27:16] "GET /project/969c97ee-e4b5-4a0f-8a73-9608e93c3101?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.046801 10.0.0.23 - - [2026-02-12 02:27:16] "GET /projects?obj_uuids=969c97ee-e4b5-4a0f-8a73-9608e93c3101&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.130 - - [2026-02-12 02:27:16] "GET /project/969c97ee-e4b5-4a0f-8a73-9608e93c3101?fields=security_groups HTTP/1.1" 200 1262 0.046838 10.0.0.130 - - [2026-02-12 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 191 0.025194 10.0.0.23 - - [2026-02-12 02:27:17] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003705 10.0.0.23 - - [2026-02-12 02:27:17] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001389 10.0.0.23 - - [2026-02-12 02:27:17] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009101 10.0.0.23 - - [2026-02-12 02:27:17] "POST /id-to-fqname HTTP/1.1" 200 193 0.001902 10.0.0.23 - - [2026-02-12 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.007483 10.0.0.23 - - [2026-02-12 02:27:17] "POST /security-groups HTTP/1.1" 200 594 0.029700 10.0.0.23 - - [2026-02-12 02:27:17] "POST /projects HTTP/1.1" 200 591 0.249075 10.0.0.23 - - [2026-02-12 02:27:17] "POST /access-control-lists HTTP/1.1" 200 599 0.029411 10.0.0.23 - - [2026-02-12 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.323215 10.0.0.130 - - [2026-02-12 02:27:17] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.461944 10.0.0.130 - - [2026-02-12 02:27:18] "GET / HTTP/1.1" 200 35931 0.001589 10.0.0.130 - - [2026-02-12 02:27:20] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000790 10.0.0.23 - - [2026-02-12 02:27:21] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001427 10.0.0.130 - - [2026-02-12 02:27:21] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.075419 10.0.0.130 - - [2026-02-12 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.130 - - [2026-02-12 02:27:21] "GET /security-group/1ad729c1-45e3-4b1b-8412-1281a6f13c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.006967 10.0.0.130 - - [2026-02-12 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.23 - - [2026-02-12 02:27:21] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001184 10.0.0.130 - - [2026-02-12 02:27:21] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.048597 10.0.0.130 - - [2026-02-12 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.130 - - [2026-02-12 02:27:21] "GET /security-group/1ad729c1-45e3-4b1b-8412-1281a6f13c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.006014 10.0.0.130 - - [2026-02-12 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.130 - - [2026-02-12 02:27:21] "PUT /security-group/1ad729c1-45e3-4b1b-8412-1281a6f13c42 HTTP/1.1" 200 262 0.022427 10.0.0.23 - - [2026-02-12 02:27:21] "PUT /access-control-list/567dfa94-3212-4f5e-ba1f-64f495c13a50 HTTP/1.1" 200 272 0.011837 10.0.0.130 - - [2026-02-12 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.005843 10.0.0.130 - - [2026-02-12 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.23 - - [2026-02-12 02:27:21] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002301 10.0.0.130 - - [2026-02-12 02:27:21] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.060138 10.0.0.130 - - [2026-02-12 02:27:21] "POST /neutron/network HTTP/1.1" 200 117 0.048515 10.0.0.23 - - [2026-02-12 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.023521 10.0.0.130 - - [2026-02-12 02:27:22] "POST /neutron/network HTTP/1.1" 200 825 0.010889 10.0.0.130 - - [2026-02-12 02:27:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001657 10.0.0.130 - - [2026-02-12 02:27:22] "GET /virtual-network/36bf6fff-92a6-4ddd-b274-4d803b4f2bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005847 10.0.0.130 - - [2026-02-12 02:27:22] "GET /virtual-network/36bf6fff-92a6-4ddd-b274-4d803b4f2bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006852 10.0.0.130 - - [2026-02-12 02:27:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.009337 10.0.0.130 - - [2026-02-12 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.23 - - [2026-02-12 02:27:22] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001188 10.0.0.130 - - [2026-02-12 02:27:22] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.054151 10.0.0.23 - - [2026-02-12 02:27:23] "POST /useragent-kv HTTP/1.1" 200 115 0.009287 10.0.0.130 - - [2026-02-12 02:27:23] "POST /neutron/subnet HTTP/1.1" 200 715 0.246157 10.0.0.130 - - [2026-02-12 02:27:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001662 10.0.0.130 - - [2026-02-12 02:27:23] "GET /virtual-network/c696090f-29de-4ad0-9aa9-ad4740d3b92d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005561 10.0.0.130 - - [2026-02-12 02:27:23] "GET /virtual-network/c696090f-29de-4ad0-9aa9-ad4740d3b92d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006558 10.0.0.130 - - [2026-02-12 02:27:23] "POST /neutron/network HTTP/1.1" 200 832 0.006296 10.0.0.130 - - [2026-02-12 02:27:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001168 10.0.0.23 - - [2026-02-12 02:27:24] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000903 10.0.0.130 - - [2026-02-12 02:27:24] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.067589 10.0.0.130 - - [2026-02-12 02:27:24] "POST /neutron/network HTTP/1.1" 200 825 0.006140 10.0.0.130 - - [2026-02-12 02:27:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001813 10.0.0.130 - - [2026-02-12 02:27:24] "POST /neutron/port HTTP/1.1" 200 117 0.007255 10.0.0.23 - - [2026-02-12 02:27:24] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000909 10.0.0.130 - - [2026-02-12 02:27:25] "POST /neutron/port HTTP/1.1" 200 1061 0.271425 10.0.0.130 - - [2026-02-12 02:27:25] "POST /neutron/port HTTP/1.1" 200 1115 0.107081 10.0.0.130 - - [2026-02-12 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.009320 10.0.0.23 - - [2026-02-12 02:27:25] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001153 10.0.0.130 - - [2026-02-12 02:27:25] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.063060 10.0.0.130 - - [2026-02-12 02:27:25] "POST /neutron/network HTTP/1.1" 200 832 0.008549 10.0.0.130 - - [2026-02-12 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.005645 10.0.0.23 - - [2026-02-12 02:27:25] "POST /route-targets HTTP/1.1" 200 327 0.012136 10.0.0.130 - - [2026-02-12 02:27:25] "POST /neutron/router HTTP/1.1" 200 656 0.038462 10.0.0.22 - - [2026-02-12 02:27:26] "GET /service-template/ec4bf50f-9e46-4c57-baa4-e1616f72dc56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004140 10.0.0.130 - - [2026-02-12 02:27:26] "POST /neutron/network HTTP/1.1" 200 842 0.005384 10.0.0.22 - - [2026-02-12 02:27:26] "POST /service-instances HTTP/1.1" 200 670 0.071180 10.0.0.23 - - [2026-02-12 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.031739 10.0.0.130 - - [2026-02-12 02:27:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007627 10.0.0.22 - - [2026-02-12 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.057653 10.0.0.22 - - [2026-02-12 02:27:26] "POST /virtual-machines HTTP/1.1" 200 553 0.024831 10.0.0.130 - - [2026-02-12 02:27:26] "POST /neutron/port HTTP/1.1" 200 1115 0.098353 10.0.0.22 - - [2026-02-12 02:27:26] "POST /instance-ips HTTP/1.1" 200 551 0.036051 10.0.0.130 - - [2026-02-12 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 689 0.015424 10.0.0.22 - - [2026-02-12 02:27:27] "PUT /virtual-machine-interface/ad4a8c99-2def-4d0a-be14-25b404e7218e HTTP/1.1" 200 284 0.034008 10.0.0.22 - - [2026-02-12 02:27:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.101701 10.0.0.22 - - [2026-02-12 02:27:27] "POST /instance-ips HTTP/1.1" 400 316 0.026378 10.0.0.22 - - [2026-02-12 02:27:27] "PUT /instance-ip/1c04a876-7a7a-4d17-8cc7-0f3b999ca979 HTTP/1.1" 200 256 0.028299 10.0.0.22 - - [2026-02-12 02:27:27] "POST /virtual-machines HTTP/1.1" 200 553 0.033071 10.0.0.23 - - [2026-02-12 02:27:27] "PUT /routing-instance/67db544e-44db-4d15-82b5-88f680a4978f HTTP/1.1" 200 266 0.037030 10.0.0.22 - - [2026-02-12 02:27:27] "POST /instance-ips HTTP/1.1" 400 246 0.017879 10.0.0.22 - - [2026-02-12 02:27:27] "PUT /instance-ip/a6bd6d32-7e44-49d1-ac09-7f6b4783ed48 HTTP/1.1" 200 256 0.036711 10.0.0.22 - - [2026-02-12 02:27:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.099257 10.0.0.22 - - [2026-02-12 02:27:28] "POST /chown HTTP/1.1" 200 109 0.011398 10.0.0.22 - - [2026-02-12 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.016049 10.0.0.130 - - [2026-02-12 02:27:31] "POST /neutron/port HTTP/1.1" 200 1125 0.016761 10.0.0.130 - - [2026-02-12 02:27:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007078 10.0.0.130 - - [2026-02-12 02:27:31] "GET /virtual-machine/4918e789-cf4d-4b39-abdf-1ba38dd66ea2 HTTP/1.1" 401 293 0.000417 10.0.0.130 - - [2026-02-12 02:27:32] "GET /virtual-machine/4918e789-cf4d-4b39-abdf-1ba38dd66ea2 HTTP/1.1" 200 1295 0.039798 10.0.0.130 - - [2026-02-12 02:27:32] "GET /virtual-machine-interface/6d732d62-4edc-408a-9ba3-39ef9ec259f7 HTTP/1.1" 200 2956 0.007668 10.0.0.130 - - [2026-02-12 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.130 - - [2026-02-12 02:27:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003742 10.0.0.130 - - [2026-02-12 02:27:32] "GET /virtual-networks?parent_id=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002907 10.0.0.130 - - [2026-02-12 02:27:32] "GET /virtual-network/36bf6fff-92a6-4ddd-b274-4d803b4f2bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005561 10.0.0.130 - - [2026-02-12 02:27:33] "POST /neutron/port HTTP/1.1" 200 1125 0.015432 10.0.0.130 - - [2026-02-12 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.130 - - [2026-02-12 02:27:35] "GET /virtual-network/36bf6fff-92a6-4ddd-b274-4d803b4f2bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005553 10.0.0.130 - - [2026-02-12 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005996 10.0.0.130 - - [2026-02-12 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.130 - - [2026-02-12 02:27:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004427 10.0.0.130 - - [2026-02-12 02:27:37] "GET /virtual-networks?parent_id=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003282 10.0.0.130 - - [2026-02-12 02:27:37] "GET /virtual-network/36bf6fff-92a6-4ddd-b274-4d803b4f2bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007121 10.0.0.130 - - [2026-02-12 02:27:42] "POST /neutron/port HTTP/1.1" 200 1125 0.014949 10.0.0.130 - - [2026-02-12 02:27:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007345 10.0.0.130 - - [2026-02-12 02:27:43] "GET /virtual-machine/ee9c0786-70a9-417a-ac8b-da2dc730f698 HTTP/1.1" 200 1296 0.005533 10.0.0.130 - - [2026-02-12 02:27:43] "GET /virtual-machine-interface/5872f155-53a5-4373-b974-d761fddee39a HTTP/1.1" 200 2968 0.004702 10.0.0.130 - - [2026-02-12 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.130 - - [2026-02-12 02:27:43] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003722 10.0.0.130 - - [2026-02-12 02:27:43] "GET /virtual-networks?parent_id=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002521 10.0.0.130 - - [2026-02-12 02:27:43] "GET /virtual-network/c696090f-29de-4ad0-9aa9-ad4740d3b92d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006974 10.0.0.130 - - [2026-02-12 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.130 - - [2026-02-12 02:27:44] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004612 10.0.0.130 - - [2026-02-12 02:27:44] "GET /virtual-networks?parent_id=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003433 10.0.0.130 - - [2026-02-12 02:27:44] "GET /virtual-network/c696090f-29de-4ad0-9aa9-ad4740d3b92d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007313 10.0.0.130 - - [2026-02-12 02:27:48] "POST /neutron/router HTTP/1.1" 200 656 0.004425 10.0.0.22 - - [2026-02-12 02:27:48] "GET /logical-router/3e418aba-90fe-4be8-b04c-ac150d4bd00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.006687 10.0.0.130 - - [2026-02-12 02:27:48] "POST /neutron/router HTTP/1.1" 200 151 0.089549 10.0.0.23 - - [2026-02-12 02:27:48] "DELETE /route-target/3f4781d3-3720-47dd-911a-f7648190ffb5 HTTP/1.1" 409 239 0.007705 10.0.0.22 - - [2026-02-12 02:27:48] "GET /logical-router/3e418aba-90fe-4be8-b04c-ac150d4bd00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002815 10.0.0.22 - - [2026-02-12 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.22 - - [2026-02-12 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.019948 10.0.0.23 - - [2026-02-12 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006135 10.0.0.22 - - [2026-02-12 02:27:49] "DELETE /service-instance/3bf94a07-aaee-4f0f-86fe-6d6dc131f282 HTTP/1.1" 200 115 0.040297 10.0.0.22 - - [2026-02-12 02:27:49] "GET /virtual-machine-interface/bf0597eb-a127-4c88-9202-535eb73aba57?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1664 0.007714 10.0.0.130 - - [2026-02-12 02:27:49] "POST /neutron/port HTTP/1.1" 200 1125 0.024679 10.0.0.22 - - [2026-02-12 02:27:49] "DELETE /virtual-machine-interface/bf0597eb-a127-4c88-9202-535eb73aba57 HTTP/1.1" 200 115 0.065312 10.0.0.130 - - [2026-02-12 02:27:49] "POST /neutron/port HTTP/1.1" 200 1125 0.027648 10.0.0.22 - - [2026-02-12 02:27:49] "GET /virtual-machine-interface/ad4a8c99-2def-4d0a-be14-25b404e7218e?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1664 0.011000 10.0.0.22 - - [2026-02-12 02:27:49] "DELETE /instance-ip/a6bd6d32-7e44-49d1-ac09-7f6b4783ed48 HTTP/1.1" 200 115 0.054333 10.0.0.22 - - [2026-02-12 02:27:49] "DELETE /virtual-machine-interface/cc61ecba-e8e3-4bdb-a68e-127e15e3503f HTTP/1.1" 200 115 0.088495 10.0.0.23 - - [2026-02-12 02:27:49] "DELETE /access-control-list/03d1f1ed-a21b-410d-b251-e17a774432fa HTTP/1.1" 200 115 0.077671 10.0.0.130 - - [2026-02-12 02:27:50] "POST /neutron/network HTTP/1.1" 200 832 0.007372 10.0.0.23 - - [2026-02-12 02:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005774 10.0.0.23 - - [2026-02-12 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006908 10.0.0.23 - - [2026-02-12 02:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.008379 10.0.0.130 - - [2026-02-12 02:27:51] "POST /neutron/network HTTP/1.1" 200 151 0.122746 10.0.0.23 - - [2026-02-12 02:27:52] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001160 10.0.0.130 - - [2026-02-12 02:27:52] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.039391 10.0.0.23 - - [2026-02-12 02:27:52] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000897 10.0.0.130 - - [2026-02-12 02:27:52] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?fields=virtual_networks HTTP/1.1" 200 1048 0.041617 10.0.0.23 - - [2026-02-12 02:27:52] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001377 10.0.0.130 - - [2026-02-12 02:27:52] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.038841 10.0.0.23 - - [2026-02-12 02:27:52] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000923 10.0.0.130 - - [2026-02-12 02:27:52] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?fields=security_groups HTTP/1.1" 200 1277 0.041332 10.0.0.130 - - [2026-02-12 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.025329 10.0.0.23 - - [2026-02-12 02:27:53] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003160 10.0.0.23 - - [2026-02-12 02:27:53] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.23 - - [2026-02-12 02:27:53] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006535 10.0.0.23 - - [2026-02-12 02:27:53] "POST /id-to-fqname HTTP/1.1" 200 198 0.002491 10.0.0.23 - - [2026-02-12 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.003380 10.0.0.23 - - [2026-02-12 02:27:53] "POST /security-groups HTTP/1.1" 200 599 0.072885 10.0.0.23 - - [2026-02-12 02:27:53] "POST /projects HTTP/1.1" 200 601 0.288404 10.0.0.23 - - [2026-02-12 02:27:53] "POST /access-control-lists HTTP/1.1" 200 604 0.029282 10.0.0.23 - - [2026-02-12 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.360784 10.0.0.130 - - [2026-02-12 02:27:54] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.510355 10.0.0.130 - - [2026-02-12 02:27:55] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.130 - - [2026-02-12 02:27:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000554 10.0.0.130 - - [2026-02-12 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.058779 10.0.0.23 - - [2026-02-12 02:27:57] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.130 - - [2026-02-12 02:27:57] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.038364 10.0.0.23 - - [2026-02-12 02:27:57] "POST /route-targets HTTP/1.1" 200 327 0.015837 10.0.0.23 - - [2026-02-12 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007793 10.0.0.130 - - [2026-02-12 02:27:57] "POST /neutron/subnet HTTP/1.1" 200 719 0.253256 10.0.0.22 - - [2026-02-12 02:27:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.046206 10.0.0.130 - - [2026-02-12 02:27:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001342 10.0.0.130 - - [2026-02-12 02:27:58] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007117 10.0.0.130 - - [2026-02-12 02:27:58] "POST /neutron/network HTTP/1.1" 200 1005 0.011067 10.0.0.130 - - [2026-02-12 02:27:58] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004711 10.0.0.130 - - [2026-02-12 02:27:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.007993 10.0.0.130 - - [2026-02-12 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002424 10.0.0.23 - - [2026-02-12 02:27:58] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000783 10.0.0.130 - - [2026-02-12 02:27:58] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043053 10.0.0.23 - - [2026-02-12 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.023543 10.0.0.23 - - [2026-02-12 02:27:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003249 10.0.0.130 - - [2026-02-12 02:27:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.194790 10.0.0.130 - - [2026-02-12 02:27:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.002196 10.0.0.130 - - [2026-02-12 02:27:58] "GET /virtual-network/b894cda8-7973-4618-ad5c-9878b5e28db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.012932 10.0.0.130 - - [2026-02-12 02:27:58] "POST /neutron/network HTTP/1.1" 200 1005 0.009834 10.0.0.130 - - [2026-02-12 02:27:58] "GET /virtual-network/b894cda8-7973-4618-ad5c-9878b5e28db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004514 10.0.0.130 - - [2026-02-12 02:27:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.009921 10.0.0.130 - - [2026-02-12 02:27:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.002833 10.0.0.130 - - [2026-02-12 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.23 - - [2026-02-12 02:27:59] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.130 - - [2026-02-12 02:27:59] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.046940 10.0.0.130 - - [2026-02-12 02:27:59] "POST /network-policys HTTP/1.1" 200 577 0.029519 10.0.0.130 - - [2026-02-12 02:27:59] "GET /network-policy/5131f83a-7eeb-4524-b840-17b19803002d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006565 10.0.0.130 - - [2026-02-12 02:27:59] "POST /neutron/network HTTP/1.1" 200 1113 0.010692 10.0.0.130 - - [2026-02-12 02:27:59] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005480 10.0.0.130 - - [2026-02-12 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.130 - - [2026-02-12 02:27:59] "GET /network-policy/5131f83a-7eeb-4524-b840-17b19803002d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003805 10.0.0.22 - - [2026-02-12 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.007447 10.0.0.130 - - [2026-02-12 02:27:59] "POST /neutron/network HTTP/1.1" 200 1113 0.013341 10.0.0.130 - - [2026-02-12 02:27:59] "GET /virtual-network/b894cda8-7973-4618-ad5c-9878b5e28db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004899 10.0.0.23 - - [2026-02-12 02:27:59] "PUT /access-control-list/15c1c475-8cf9-4aec-a907-92392c5d51de HTTP/1.1" 200 272 0.063297 10.0.0.130 - - [2026-02-12 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010120 10.0.0.130 - - [2026-02-12 02:27:59] "GET /network-policy/5131f83a-7eeb-4524-b840-17b19803002d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004874 10.0.0.23 - - [2026-02-12 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.026443 10.0.0.130 - - [2026-02-12 02:28:00] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005150 10.0.0.22 - - [2026-02-12 02:28:01] "GET /obj-perms HTTP/1.1" 200 5065 0.054961 10.0.0.130 - - [2026-02-12 02:28:01] "GET /obj-perms HTTP/1.1" 200 5075 0.077707 10.0.0.130 - - [2026-02-12 02:28:02] "GET /virtual-network/b894cda8-7973-4618-ad5c-9878b5e28db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005538 10.0.0.130 - - [2026-02-12 02:28:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.002391 10.0.0.23 - - [2026-02-12 02:28:03] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.130 - - [2026-02-12 02:28:03] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.073745 10.0.0.130 - - [2026-02-12 02:28:03] "POST /neutron/port HTTP/1.1" 200 117 0.009118 10.0.0.130 - - [2026-02-12 02:28:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001776 10.0.0.130 - - [2026-02-12 02:28:03] "POST /neutron/network HTTP/1.1" 200 1123 0.008403 10.0.0.130 - - [2026-02-12 02:28:04] "POST /neutron/port HTTP/1.1" 200 1174 0.048764 10.0.0.23 - - [2026-02-12 02:28:04] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.130 - - [2026-02-12 02:28:04] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.079054 10.0.0.130 - - [2026-02-12 02:28:04] "POST /neutron/network HTTP/1.1" 200 1113 0.012513 10.0.0.130 - - [2026-02-12 02:28:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003731 10.0.0.130 - - [2026-02-12 02:28:04] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014043 10.0.0.130 - - [2026-02-12 02:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.130 - - [2026-02-12 02:28:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006882 10.0.0.130 - - [2026-02-12 02:28:05] "POST /neutron/port HTTP/1.1" 200 1174 0.046534 10.0.0.130 - - [2026-02-12 02:28:05] "POST /neutron/port HTTP/1.1" 200 1238 0.016390 10.0.0.130 - - [2026-02-12 02:28:05] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013911 10.0.0.23 - - [2026-02-12 02:28:06] "DELETE /project/969c97ee-e4b5-4a0f-8a73-9608e93c3101 HTTP/1.1" 404 177 0.004214 10.0.0.23 - - [2026-02-12 02:28:06] "DELETE /project/7284b92424a345c996799966306b9847 HTTP/1.1" 404 173 0.003663 10.0.0.23 - - [2026-02-12 02:28:06] "DELETE /project/e08d9ff1f0914c96b31a7f5a7e219d3e HTTP/1.1" 404 173 0.005753 10.0.0.23 - - [2026-02-12 02:28:06] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000732 10.0.0.130 - - [2026-02-12 02:28:06] "POST /neutron/network HTTP/1.1" 200 1113 0.007391 10.0.0.23 - - [2026-02-12 02:28:06] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.041740 10.0.0.23 - - [2026-02-12 02:28:06] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001010 10.0.0.23 - - [2026-02-12 02:28:06] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?fields=security_groups HTTP/1.1" 200 1382 0.046894 10.0.0.23 - - [2026-02-12 02:28:06] "DELETE /security-group/1ad729c1-45e3-4b1b-8412-1281a6f13c42 HTTP/1.1" 200 115 0.049255 10.0.0.23 - - [2026-02-12 02:28:06] "GET /projects?obj_uuids=7284b924-24a3-45c9-9679-9966306b9847&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000927 10.0.0.23 - - [2026-02-12 02:28:06] "GET /project/7284b924-24a3-45c9-9679-9966306b9847?fields=application_policy_sets HTTP/1.1" 200 1421 0.068141 10.0.0.23 - - [2026-02-12 02:28:06] "DELETE /access-control-list/3a488c62-512c-40fe-a58b-7e1044f73cdb HTTP/1.1" 200 115 0.065558 10.0.0.23 - - [2026-02-12 02:28:06] "DELETE /project/7284b924-24a3-45c9-9679-9966306b9847 HTTP/1.1" 200 115 0.417361 10.0.0.130 - - [2026-02-12 02:28:10] "POST /neutron/port HTTP/1.1" 200 1238 0.022993 10.0.0.130 - - [2026-02-12 02:28:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007906 10.0.0.130 - - [2026-02-12 02:28:10] "GET /virtual-machine/709aead6-e0ee-4f71-9821-e5b2b0e96c60 HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2026-02-12 02:28:10] "GET /virtual-machine/709aead6-e0ee-4f71-9821-e5b2b0e96c60 HTTP/1.1" 200 1300 0.033422 10.0.0.130 - - [2026-02-12 02:28:10] "GET /virtual-machine-interface/dd8e4032-a148-46bd-87e5-7588aec70ea9 HTTP/1.1" 200 3175 0.006469 10.0.0.130 - - [2026-02-12 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.130 - - [2026-02-12 02:28:10] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003900 10.0.0.130 - - [2026-02-12 02:28:10] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003460 10.0.0.130 - - [2026-02-12 02:28:10] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005572 10.0.0.130 - - [2026-02-12 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.130 - - [2026-02-12 02:28:13] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004794 10.0.0.130 - - [2026-02-12 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.130 - - [2026-02-12 02:28:18] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007240 10.0.0.130 - - [2026-02-12 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.130 - - [2026-02-12 02:28:22] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005561 10.0.0.130 - - [2026-02-12 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.130 - - [2026-02-12 02:28:26] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005599 10.0.0.130 - - [2026-02-12 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.130 - - [2026-02-12 02:28:30] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005335 10.0.0.130 - - [2026-02-12 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.130 - - [2026-02-12 02:28:34] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006164 10.0.0.130 - - [2026-02-12 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.130 - - [2026-02-12 02:28:38] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005215 10.0.0.130 - - [2026-02-12 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.130 - - [2026-02-12 02:28:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003841 10.0.0.130 - - [2026-02-12 02:28:42] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002815 10.0.0.130 - - [2026-02-12 02:28:42] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006879 10.0.0.130 - - [2026-02-12 02:28:47] "POST /neutron/port HTTP/1.1" 200 1238 0.023429 10.0.0.130 - - [2026-02-12 02:28:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006686 10.0.0.130 - - [2026-02-12 02:28:53] "POST /neutron/port HTTP/1.1" 200 1238 0.016709 10.0.0.130 - - [2026-02-12 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008428 10.0.0.23 - - [2026-02-12 02:29:02] "GET /obj-perms HTTP/1.1" 200 5075 0.052383 10.0.0.130 - - [2026-02-12 02:29:03] "POST /neutron/port HTTP/1.1" 200 1238 0.017095 10.0.0.130 - - [2026-02-12 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009245 10.0.0.130 - - [2026-02-12 02:29:03] "GET /virtual-machine/14c0ce46-3545-4a05-bef5-f8677411a53e HTTP/1.1" 200 1300 0.006510 10.0.0.130 - - [2026-02-12 02:29:03] "GET /virtual-machine-interface/d9a88b47-e449-40b0-9012-930a803a8b58 HTTP/1.1" 200 3176 0.005069 10.0.0.130 - - [2026-02-12 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.130 - - [2026-02-12 02:29:03] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003340 10.0.0.130 - - [2026-02-12 02:29:03] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002768 10.0.0.130 - - [2026-02-12 02:29:03] "GET /virtual-network/b894cda8-7973-4618-ad5c-9878b5e28db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006749 10.0.0.130 - - [2026-02-12 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.130 - - [2026-02-12 02:29:04] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003649 10.0.0.130 - - [2026-02-12 02:29:04] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002516 10.0.0.130 - - [2026-02-12 02:29:04] "GET /virtual-network/b894cda8-7973-4618-ad5c-9878b5e28db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006625 10.0.0.130 - - [2026-02-12 02:29:06] "POST /neutron/network HTTP/1.1" 200 1123 0.006812 10.0.0.130 - - [2026-02-12 02:29:06] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012136 10.0.0.130 - - [2026-02-12 02:29:06] "POST /neutron/network HTTP/1.1" 200 1113 0.008507 10.0.0.130 - - [2026-02-12 02:29:07] "POST /neutron/network HTTP/1.1" 200 1123 0.006740 10.0.0.130 - - [2026-02-12 02:29:07] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012589 10.0.0.130 - - [2026-02-12 02:29:07] "POST /neutron/network HTTP/1.1" 200 1113 0.009288 10.0.0.130 - - [2026-02-12 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.23 - - [2026-02-12 02:29:23] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000823 10.0.0.130 - - [2026-02-12 02:29:23] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.045014 10.0.0.130 - - [2026-02-12 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.130 - - [2026-02-12 02:29:23] "PUT /network-policy/5131f83a-7eeb-4524-b840-17b19803002d HTTP/1.1" 200 262 0.013643 10.0.0.130 - - [2026-02-12 02:29:27] "GET /virtual-network/b894cda8-7973-4618-ad5c-9878b5e28db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006664 10.0.0.23 - - [2026-02-12 02:29:27] "DELETE /access-control-list/e35c018a-59ff-4352-a881-0e8f6f9a1e26 HTTP/1.1" 200 115 0.044366 10.0.0.130 - - [2026-02-12 02:29:27] "POST /neutron/network HTTP/1.1" 200 1005 0.021363 10.0.0.130 - - [2026-02-12 02:29:27] "GET /virtual-network/b894cda8-7973-4618-ad5c-9878b5e28db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009548 10.0.0.130 - - [2026-02-12 02:29:27] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.009398 10.0.0.130 - - [2026-02-12 02:29:27] "POST /neutron/network HTTP/1.1" 200 1005 0.021922 10.0.0.130 - - [2026-02-12 02:29:27] "GET /virtual-network/cb52bd14-5dd6-44e8-a439-90ec79153348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010478 10.0.0.23 - - [2026-02-12 02:29:27] "POST /ref-update HTTP/1.1" 200 156 0.034382 10.0.0.130 - - [2026-02-12 02:29:27] "DELETE /network-policy/5131f83a-7eeb-4524-b840-17b19803002d HTTP/1.1" 200 115 0.053675 10.0.0.130 - - [2026-02-12 02:29:27] "POST /neutron/port HTTP/1.1" 200 1238 0.016978 10.0.0.130 - - [2026-02-12 02:29:27] "POST /neutron/port HTTP/1.1" 200 1238 0.015534 10.0.0.130 - - [2026-02-12 02:29:29] "POST /neutron/network HTTP/1.1" 200 1005 0.008803 10.0.0.23 - - [2026-02-12 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005073 10.0.0.23 - - [2026-02-12 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.23 - - [2026-02-12 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002428 10.0.0.23 - - [2026-02-12 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002038 10.0.0.23 - - [2026-02-12 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001783 10.0.0.130 - - [2026-02-12 02:29:30] "POST /neutron/network HTTP/1.1" 200 151 0.128633 10.0.0.23 - - [2026-02-12 02:29:34] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001373 10.0.0.130 - - [2026-02-12 02:29:34] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.036854 10.0.0.130 - - [2026-02-12 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.23 - - [2026-02-12 02:29:35] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.130 - - [2026-02-12 02:29:35] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006560 10.0.0.130 - - [2026-02-12 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152 10.0.0.23 - - [2026-02-12 02:29:35] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001374 10.0.0.130 - - [2026-02-12 02:29:35] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.049294 10.0.0.130 - - [2026-02-12 02:29:35] "GET /domains HTTP/1.1" 200 280 0.003007 10.0.0.23 - - [2026-02-12 02:29:35] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.130 - - [2026-02-12 02:29:35] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031 HTTP/1.1" 200 2776 0.008032 10.0.0.23 - - [2026-02-12 02:29:35] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000824 10.0.0.130 - - [2026-02-12 02:29:35] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e HTTP/1.1" 200 1911 0.078121 10.0.0.130 - - [2026-02-12 02:29:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003274 10.0.0.130 - - [2026-02-12 02:29:35] "POST /network-ipams HTTP/1.1" 200 609 0.022283 10.0.0.130 - - [2026-02-12 02:29:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.002524 10.0.0.130 - - [2026-02-12 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.130 - - [2026-02-12 02:29:36] "GET /network-ipam/f5b0133a-ecd3-4060-b2d9-9fb219436c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.005486 10.0.0.130 - - [2026-02-12 02:29:36] "PUT /network-ipam/f5b0133a-ecd3-4060-b2d9-9fb219436c97 HTTP/1.1" 200 258 0.013857 10.0.0.130 - - [2026-02-12 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.23 - - [2026-02-12 02:29:36] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000863 10.0.0.130 - - [2026-02-12 02:29:36] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.033689 10.0.0.23 - - [2026-02-12 02:29:36] "POST /ref-update HTTP/1.1" 200 156 0.025289 10.0.0.23 - - [2026-02-12 02:29:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009755 10.0.0.130 - - [2026-02-12 02:29:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.225735 10.0.0.22 - - [2026-02-12 02:29:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.013239 10.0.0.130 - - [2026-02-12 02:29:37] "POST /neutron/network HTTP/1.1" 200 1308 0.011366 10.0.0.130 - - [2026-02-12 02:29:37] "POST /id-to-fqname HTTP/1.1" 200 231 0.000949 10.0.0.130 - - [2026-02-12 02:29:37] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.004618 10.0.0.130 - - [2026-02-12 02:29:37] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.004936 10.0.0.130 - - [2026-02-12 02:29:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.008322 10.0.0.130 - - [2026-02-12 02:29:37] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.009920 10.0.0.130 - - [2026-02-12 02:29:37] "GET /obj-perms HTTP/1.1" 200 5065 0.049801 10.0.0.22 - - [2026-02-12 02:29:37] "GET /obj-perms HTTP/1.1" 200 5065 0.003819 10.0.0.130 - - [2026-02-12 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.23 - - [2026-02-12 02:29:37] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002259 10.0.0.130 - - [2026-02-12 02:29:37] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.046798 10.0.0.130 - - [2026-02-12 02:29:38] "POST /neutron/network HTTP/1.1" 200 117 0.012056 10.0.0.23 - - [2026-02-12 02:29:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007657 10.0.0.130 - - [2026-02-12 02:29:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.220725 10.0.0.130 - - [2026-02-12 02:29:38] "POST /id-to-fqname HTTP/1.1" 200 231 0.003291 10.0.0.130 - - [2026-02-12 02:29:38] "GET /virtual-network/962d6ede-dcb9-43a3-96bf-bca980293e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.014907 10.0.0.130 - - [2026-02-12 02:29:38] "POST /neutron/network HTTP/1.1" 200 1309 0.018145 10.0.0.130 - - [2026-02-12 02:29:38] "GET /virtual-network/962d6ede-dcb9-43a3-96bf-bca980293e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006483 10.0.0.130 - - [2026-02-12 02:29:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.010835 10.0.0.130 - - [2026-02-12 02:29:39] "GET /virtual-network/962d6ede-dcb9-43a3-96bf-bca980293e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005271 10.0.0.130 - - [2026-02-12 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.23 - - [2026-02-12 02:29:39] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000842 10.0.0.130 - - [2026-02-12 02:29:39] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039241 10.0.0.23 - - [2026-02-12 02:29:39] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.130 - - [2026-02-12 02:29:39] "POST /neutron/network HTTP/1.1" 200 619 0.121825 10.0.0.23 - - [2026-02-12 02:29:39] "POST /ref-update HTTP/1.1" 200 156 0.021523 10.0.0.23 - - [2026-02-12 02:29:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008587 10.0.0.130 - - [2026-02-12 02:29:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.178970 10.0.0.130 - - [2026-02-12 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001353 10.0.0.130 - - [2026-02-12 02:29:40] "GET /virtual-network/806584ca-89b4-4f61-8ce0-c88718baab9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005600 10.0.0.130 - - [2026-02-12 02:29:40] "GET /virtual-network/806584ca-89b4-4f61-8ce0-c88718baab9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005183 10.0.0.130 - - [2026-02-12 02:29:40] "POST /neutron/network HTTP/1.1" 200 1309 0.009722 10.0.0.130 - - [2026-02-12 02:29:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.007903 10.0.0.130 - - [2026-02-12 02:29:40] "GET /virtual-network/806584ca-89b4-4f61-8ce0-c88718baab9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005745 10.0.0.23 - - [2026-02-12 02:29:41] "GET /obj-perms HTTP/1.1" 200 5065 0.055532 10.0.0.130 - - [2026-02-12 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.23 - - [2026-02-12 02:29:41] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.130 - - [2026-02-12 02:29:41] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.044041 10.0.0.23 - - [2026-02-12 02:29:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006094 10.0.0.130 - - [2026-02-12 02:29:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.227606 10.0.0.22 - - [2026-02-12 02:29:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.005406 10.0.0.130 - - [2026-02-12 02:29:42] "POST /neutron/network HTTP/1.1" 200 1309 0.012261 10.0.0.130 - - [2026-02-12 02:29:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001040 10.0.0.130 - - [2026-02-12 02:29:42] "GET /virtual-network/232319a4-5dfb-4b4f-957a-7fd315e0c745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005788 10.0.0.130 - - [2026-02-12 02:29:42] "GET /virtual-network/232319a4-5dfb-4b4f-957a-7fd315e0c745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006477 10.0.0.130 - - [2026-02-12 02:29:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.009769 10.0.0.130 - - [2026-02-12 02:29:42] "GET /virtual-network/232319a4-5dfb-4b4f-957a-7fd315e0c745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007065 10.0.0.130 - - [2026-02-12 02:29:42] "GET /obj-perms HTTP/1.1" 200 5065 0.003427 10.0.0.22 - - [2026-02-12 02:29:42] "GET /obj-perms HTTP/1.1" 200 5065 0.003861 10.0.0.130 - - [2026-02-12 02:29:42] "POST /fqname-to-id HTTP/1.1" 404 225 0.003098 10.0.0.130 - - [2026-02-12 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.23 - - [2026-02-12 02:29:42] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.130 - - [2026-02-12 02:29:42] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.037773 10.0.0.130 - - [2026-02-12 02:29:42] "POST /network-policys HTTP/1.1" 200 559 0.030674 10.0.0.130 - - [2026-02-12 02:29:42] "GET /network-policy/6a1af57a-e742-466f-ba12-24e568ce17ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005947 10.0.0.130 - - [2026-02-12 02:29:42] "POST /fqname-to-id HTTP/1.1" 404 225 0.003542 10.0.0.130 - - [2026-02-12 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.23 - - [2026-02-12 02:29:43] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.130 - - [2026-02-12 02:29:43] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.035265 10.0.0.130 - - [2026-02-12 02:29:43] "POST /network-policys HTTP/1.1" 200 559 0.028502 10.0.0.130 - - [2026-02-12 02:29:43] "GET /network-policy/0056bf12-3e0a-477f-b49f-72bf49af6ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.005853 10.0.0.130 - - [2026-02-12 02:29:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.003432 10.0.0.130 - - [2026-02-12 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.23 - - [2026-02-12 02:29:43] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.130 - - [2026-02-12 02:29:43] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.036598 10.0.0.130 - - [2026-02-12 02:29:43] "POST /network-policys HTTP/1.1" 200 559 0.025052 10.0.0.130 - - [2026-02-12 02:29:43] "GET /network-policy/6a113c87-2aa2-4987-b486-ee5d8e585a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005976 10.0.0.130 - - [2026-02-12 02:29:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.002990 10.0.0.130 - - [2026-02-12 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.23 - - [2026-02-12 02:29:43] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000835 10.0.0.130 - - [2026-02-12 02:29:43] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034087 10.0.0.130 - - [2026-02-12 02:29:43] "POST /network-policys HTTP/1.1" 200 559 0.025635 10.0.0.130 - - [2026-02-12 02:29:43] "GET /network-policy/10aadf3b-a537-4fc5-816a-51ef8396f4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.006520 10.0.0.130 - - [2026-02-12 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003039 10.0.0.130 - - [2026-02-12 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.23 - - [2026-02-12 02:29:44] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001319 10.0.0.130 - - [2026-02-12 02:29:44] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.040977 10.0.0.130 - - [2026-02-12 02:29:44] "POST /network-policys HTTP/1.1" 200 559 0.036842 10.0.0.130 - - [2026-02-12 02:29:44] "GET /network-policy/717c7460-cd92-465c-9c77-c1d736f8f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007588 10.0.0.130 - - [2026-02-12 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003085 10.0.0.130 - - [2026-02-12 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.23 - - [2026-02-12 02:29:44] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.130 - - [2026-02-12 02:29:44] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.031935 10.0.0.130 - - [2026-02-12 02:29:44] "POST /network-policys HTTP/1.1" 200 559 0.029291 10.0.0.130 - - [2026-02-12 02:29:44] "GET /network-policy/cb55f25f-6e6d-4656-947c-35942fc052dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006149 10.0.0.130 - - [2026-02-12 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.002989 10.0.0.130 - - [2026-02-12 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.23 - - [2026-02-12 02:29:44] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.130 - - [2026-02-12 02:29:44] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.035739 10.0.0.130 - - [2026-02-12 02:29:44] "POST /network-policys HTTP/1.1" 200 559 0.028739 10.0.0.130 - - [2026-02-12 02:29:44] "GET /network-policy/a9bf1b9f-1155-4010-8a64-6cc2d490eff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006342 10.0.0.130 - - [2026-02-12 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003695 10.0.0.130 - - [2026-02-12 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.23 - - [2026-02-12 02:29:45] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001527 10.0.0.130 - - [2026-02-12 02:29:45] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.045321 10.0.0.130 - - [2026-02-12 02:29:45] "POST /network-policys HTTP/1.1" 200 559 0.031204 10.0.0.130 - - [2026-02-12 02:29:45] "GET /network-policy/b05532c3-f7fe-4afd-9ae5-4d488fc8d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.009258 10.0.0.130 - - [2026-02-12 02:29:45] "POST /neutron/network HTTP/1.1" 200 1308 0.013617 10.0.0.23 - - [2026-02-12 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 248 0.005576 10.0.0.130 - - [2026-02-12 02:29:45] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.009666 10.0.0.130 - - [2026-02-12 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.130 - - [2026-02-12 02:29:45] "GET /network-policy/0056bf12-3e0a-477f-b49f-72bf49af6ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.006104 10.0.0.130 - - [2026-02-12 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.130 - - [2026-02-12 02:29:45] "GET /network-policy/6a1af57a-e742-466f-ba12-24e568ce17ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006072 10.0.0.130 - - [2026-02-12 02:29:45] "POST /neutron/network HTTP/1.1" 200 1309 0.010001 10.0.0.130 - - [2026-02-12 02:29:46] "GET /virtual-network/962d6ede-dcb9-43a3-96bf-bca980293e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007477 10.0.0.130 - - [2026-02-12 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2026-02-12 02:29:46] "POST /access-control-lists HTTP/1.1" 200 605 0.095977 10.0.0.130 - - [2026-02-12 02:29:46] "GET /network-policy/10aadf3b-a537-4fc5-816a-51ef8396f4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.007951 10.0.0.130 - - [2026-02-12 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.130 - - [2026-02-12 02:29:46] "GET /network-policy/6a113c87-2aa2-4987-b486-ee5d8e585a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004639 10.0.0.130 - - [2026-02-12 02:29:46] "POST /neutron/network HTTP/1.1" 200 1309 0.013417 10.0.0.22 - - [2026-02-12 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.002745 10.0.0.23 - - [2026-02-12 02:29:46] "POST /access-control-lists HTTP/1.1" 200 605 0.051652 10.0.0.130 - - [2026-02-12 02:29:46] "GET /virtual-network/806584ca-89b4-4f61-8ce0-c88718baab9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.016122 10.0.0.130 - - [2026-02-12 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.130 - - [2026-02-12 02:29:46] "GET /network-policy/717c7460-cd92-465c-9c77-c1d736f8f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004200 10.0.0.130 - - [2026-02-12 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.130 - - [2026-02-12 02:29:46] "GET /network-policy/cb55f25f-6e6d-4656-947c-35942fc052dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006063 10.0.0.130 - - [2026-02-12 02:29:46] "POST /neutron/network HTTP/1.1" 200 1309 0.011148 10.0.0.130 - - [2026-02-12 02:29:46] "GET /virtual-network/232319a4-5dfb-4b4f-957a-7fd315e0c745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007477 10.0.0.130 - - [2026-02-12 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.130 - - [2026-02-12 02:29:47] "GET /network-policy/a9bf1b9f-1155-4010-8a64-6cc2d490eff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004564 10.0.0.130 - - [2026-02-12 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.130 - - [2026-02-12 02:29:47] "GET /network-policy/b05532c3-f7fe-4afd-9ae5-4d488fc8d1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004200 10.0.0.130 - - [2026-02-12 02:29:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.001007 10.0.0.22 - - [2026-02-12 02:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.22 - - [2026-02-12 02:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.22 - - [2026-02-12 02:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.22 - - [2026-02-12 02:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.23 - - [2026-02-12 02:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.23 - - [2026-02-12 02:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.23 - - [2026-02-12 02:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.23 - - [2026-02-12 02:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.130 - - [2026-02-12 02:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.130 - - [2026-02-12 02:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.130 - - [2026-02-12 02:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.130 - - [2026-02-12 02:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.130 - - [2026-02-12 02:30:20] "POST /neutron/network HTTP/1.1" 200 1503 0.008121 10.0.0.23 - - [2026-02-12 02:30:21] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.130 - - [2026-02-12 02:30:21] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.074040 10.0.0.130 - - [2026-02-12 02:30:21] "POST /neutron/port HTTP/1.1" 200 117 0.006475 10.0.0.130 - - [2026-02-12 02:30:21] "POST /id-to-fqname HTTP/1.1" 200 231 0.001234 10.0.0.130 - - [2026-02-12 02:30:22] "POST /neutron/network HTTP/1.1" 200 1503 0.007062 10.0.0.23 - - [2026-02-12 02:30:22] "PUT /access-control-list/7a154b18-7ed7-47df-85c4-b32d1ba2aa6e HTTP/1.1" 200 272 0.020516 10.0.0.23 - - [2026-02-12 02:30:22] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.130 - - [2026-02-12 02:30:22] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.119781 10.0.0.130 - - [2026-02-12 02:30:22] "POST /neutron/port HTTP/1.1" 200 1169 0.083377 10.0.0.130 - - [2026-02-12 02:30:23] "POST /neutron/port HTTP/1.1" 200 1233 0.062072 10.0.0.130 - - [2026-02-12 02:30:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007325 10.0.0.130 - - [2026-02-12 02:30:23] "POST /neutron/port HTTP/1.1" 200 1233 0.048365 10.0.0.130 - - [2026-02-12 02:30:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009239 10.0.0.130 - - [2026-02-12 02:30:23] "POST /neutron/network HTTP/1.1" 200 1504 0.022549 10.0.0.130 - - [2026-02-12 02:30:24] "POST /neutron/port HTTP/1.1" 200 1170 0.050725 10.0.0.130 - - [2026-02-12 02:30:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004272 10.0.0.130 - - [2026-02-12 02:30:25] "POST /neutron/port HTTP/1.1" 200 117 0.006060 10.0.0.130 - - [2026-02-12 02:30:28] "POST /neutron/port HTTP/1.1" 200 1233 0.048087 10.0.0.130 - - [2026-02-12 02:30:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.018872 10.0.0.130 - - [2026-02-12 02:30:43] "POST /neutron/port HTTP/1.1" 200 1233 0.035820 10.0.0.130 - - [2026-02-12 02:30:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016932 10.0.0.130 - - [2026-02-12 02:30:59] "POST /neutron/port HTTP/1.1" 200 1233 0.018630 10.0.0.130 - - [2026-02-12 02:31:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007028 10.0.0.130 - - [2026-02-12 02:31:14] "POST /neutron/port HTTP/1.1" 200 1233 0.022937 10.0.0.130 - - [2026-02-12 02:31:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007093 10.0.0.130 - - [2026-02-12 02:31:29] "POST /neutron/port HTTP/1.1" 200 1233 0.019455 10.0.0.130 - - [2026-02-12 02:31:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006510 10.0.0.130 - - [2026-02-12 02:31:29] "GET /virtual-machine/2e640d88-6c9f-407a-8e46-df369fc90e53 HTTP/1.1" 200 1300 0.005361 10.0.0.130 - - [2026-02-12 02:31:29] "GET /virtual-machine-interface/a8d2076a-e756-4d30-a332-7d7629638791 HTTP/1.1" 200 3185 0.004446 10.0.0.130 - - [2026-02-12 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.130 - - [2026-02-12 02:31:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003282 10.0.0.130 - - [2026-02-12 02:31:30] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002902 10.0.0.130 - - [2026-02-12 02:31:30] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005653 10.0.0.130 - - [2026-02-12 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.130 - - [2026-02-12 02:31:33] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.008287 10.0.0.130 - - [2026-02-12 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.130 - - [2026-02-12 02:31:37] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006717 10.0.0.130 - - [2026-02-12 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.130 - - [2026-02-12 02:31:41] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005712 10.0.0.130 - - [2026-02-12 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.130 - - [2026-02-12 02:31:45] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006076 10.0.0.130 - - [2026-02-12 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.130 - - [2026-02-12 02:31:49] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.004923 10.0.0.130 - - [2026-02-12 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.130 - - [2026-02-12 02:31:53] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005166 10.0.0.130 - - [2026-02-12 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.130 - - [2026-02-12 02:31:57] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.004846 10.0.0.130 - - [2026-02-12 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.130 - - [2026-02-12 02:32:01] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.007811 10.0.0.130 - - [2026-02-12 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007274 10.0.0.130 - - [2026-02-12 02:32:03] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004662 10.0.0.130 - - [2026-02-12 02:32:03] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003255 10.0.0.130 - - [2026-02-12 02:32:03] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.007746 10.0.0.130 - - [2026-02-12 02:32:04] "POST /neutron/port HTTP/1.1" 200 1233 0.021155 10.0.0.23 - - [2026-02-12 02:32:04] "GET /obj-perms HTTP/1.1" 200 5075 0.060489 10.0.0.130 - - [2026-02-12 02:32:08] "POST /neutron/port HTTP/1.1" 200 1233 0.017229 10.0.0.130 - - [2026-02-12 02:32:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003745 10.0.0.130 - - [2026-02-12 02:32:08] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.130 - - [2026-02-12 02:32:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007200 10.0.0.130 - - [2026-02-12 02:32:10] "POST /neutron/network HTTP/1.1" 200 1504 0.006782 10.0.0.130 - - [2026-02-12 02:32:10] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014827 10.0.0.130 - - [2026-02-12 02:32:10] "POST /neutron/network HTTP/1.1" 200 1494 0.013223 10.0.0.130 - - [2026-02-12 02:32:14] "POST /neutron/port HTTP/1.1" 200 1233 0.016618 10.0.0.130 - - [2026-02-12 02:32:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.034274 10.0.0.130 - - [2026-02-12 02:32:24] "POST /neutron/port HTTP/1.1" 200 1234 0.018044 10.0.0.130 - - [2026-02-12 02:32:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006811 10.0.0.130 - - [2026-02-12 02:32:25] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 200 1299 0.005962 10.0.0.130 - - [2026-02-12 02:32:25] "GET /virtual-machine-interface/e150963f-4f10-41d8-8389-966da8eb219e HTTP/1.1" 200 3184 0.004716 10.0.0.130 - - [2026-02-12 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.130 - - [2026-02-12 02:32:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003585 10.0.0.130 - - [2026-02-12 02:32:25] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003495 10.0.0.130 - - [2026-02-12 02:32:25] "GET /virtual-network/962d6ede-dcb9-43a3-96bf-bca980293e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005476 10.0.0.130 - - [2026-02-12 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.130 - - [2026-02-12 02:32:26] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003413 10.0.0.130 - - [2026-02-12 02:32:26] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002600 10.0.0.130 - - [2026-02-12 02:32:26] "GET /virtual-network/962d6ede-dcb9-43a3-96bf-bca980293e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006279 10.0.0.130 - - [2026-02-12 02:32:26] "POST /neutron/port HTTP/1.1" 200 2313 0.020655 10.0.0.130 - - [2026-02-12 02:32:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007598 10.0.0.130 - - [2026-02-12 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.130 - - [2026-02-12 02:32:26] "GET /network-policy/6a113c87-2aa2-4987-b486-ee5d8e585a60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003771 10.0.0.130 - - [2026-02-12 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.130 - - [2026-02-12 02:32:26] "GET /network-policy/10aadf3b-a537-4fc5-816a-51ef8396f4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.004486 10.0.0.130 - - [2026-02-12 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.130 - - [2026-02-12 02:32:27] "GET /network-policy/6a1af57a-e742-466f-ba12-24e568ce17ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004411 10.0.0.130 - - [2026-02-12 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.130 - - [2026-02-12 02:32:27] "GET /network-policy/0056bf12-3e0a-477f-b49f-72bf49af6ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.004576 10.0.0.130 - - [2026-02-12 02:32:49] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 200 1299 0.004118 10.0.0.130 - - [2026-02-12 02:32:50] "POST /neutron/port HTTP/1.1" 200 1234 0.022174 10.0.0.130 - - [2026-02-12 02:32:51] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 404 171 0.004308 10.0.0.130 - - [2026-02-12 02:32:51] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 404 171 0.002615 10.0.0.130 - - [2026-02-12 02:32:51] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 404 171 0.002601 10.0.0.130 - - [2026-02-12 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.130 - - [2026-02-12 02:32:51] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004508 10.0.0.130 - - [2026-02-12 02:32:51] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004603 10.0.0.130 - - [2026-02-12 02:32:51] "GET /virtual-network/962d6ede-dcb9-43a3-96bf-bca980293e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005905 10.0.0.130 - - [2026-02-12 02:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.130 - - [2026-02-12 02:32:52] "GET /routing-instance/10792cc9-51d1-4efe-9602-01d80b3fec4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006938 10.0.0.130 - - [2026-02-12 02:32:52] "GET /route-target/99d2e3de-df5b-4059-bb20-b4ab5fdd68f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004398 10.0.0.130 - - [2026-02-12 02:32:52] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 404 171 0.003222 10.0.0.130 - - [2026-02-12 02:32:53] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 404 171 0.003844 10.0.0.130 - - [2026-02-12 02:32:54] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 404 171 0.004277 10.0.0.130 - - [2026-02-12 02:32:55] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 404 171 0.003034 10.0.0.130 - - [2026-02-12 02:32:56] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 404 171 0.003217 10.0.0.130 - - [2026-02-12 02:32:57] "GET /virtual-machine/3a4d0750-be93-4b4b-85bc-8764d0c4c54c HTTP/1.1" 404 171 0.003152 10.0.0.130 - - [2026-02-12 02:32:57] "GET /obj-perms HTTP/1.1" 200 5065 0.003756 10.0.0.23 - - [2026-02-12 02:33:03] "GET /obj-perms HTTP/1.1" 200 5065 0.003643 10.0.0.22 - - [2026-02-12 02:33:05] "GET /obj-perms HTTP/1.1" 200 5075 0.048691 10.0.0.130 - - [2026-02-12 02:33:06] "GET /obj-perms HTTP/1.1" 200 5065 0.003772 10.0.0.130 - - [2026-02-12 02:33:08] "POST /neutron/port HTTP/1.1" 200 1233 0.046443 10.0.0.130 - - [2026-02-12 02:33:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003605 10.0.0.130 - - [2026-02-12 02:33:08] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.23 - - [2026-02-12 02:33:09] "GET /obj-perms HTTP/1.1" 200 5065 0.003712 10.0.0.130 - - [2026-02-12 02:33:15] "GET /obj-perms HTTP/1.1" 200 5065 0.003695 10.0.0.23 - - [2026-02-12 02:33:18] "GET /obj-perms HTTP/1.1" 200 5065 0.005233 10.0.0.130 - - [2026-02-12 02:33:18] "GET /obj-perms HTTP/1.1" 200 5065 0.004076 10.0.0.130 - - [2026-02-12 02:33:19] "GET /virtual-machine/2e640d88-6c9f-407a-8e46-df369fc90e53 HTTP/1.1" 200 1300 0.034201 10.0.0.130 - - [2026-02-12 02:33:19] "POST /neutron/port HTTP/1.1" 200 1233 0.042118 10.0.0.130 - - [2026-02-12 02:33:21] "GET /virtual-machine/2e640d88-6c9f-407a-8e46-df369fc90e53 HTTP/1.1" 404 171 0.003135 10.0.0.130 - - [2026-02-12 02:33:21] "GET /virtual-machine/2e640d88-6c9f-407a-8e46-df369fc90e53 HTTP/1.1" 404 171 0.002673 10.0.0.130 - - [2026-02-12 02:33:21] "GET /virtual-machine/2e640d88-6c9f-407a-8e46-df369fc90e53 HTTP/1.1" 404 171 0.002545 10.0.0.130 - - [2026-02-12 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.032449 10.0.0.130 - - [2026-02-12 02:33:21] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003193 10.0.0.130 - - [2026-02-12 02:33:21] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002683 10.0.0.130 - - [2026-02-12 02:33:21] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.007192 10.0.0.130 - - [2026-02-12 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.130 - - [2026-02-12 02:33:21] "GET /routing-instance/c6b612df-6c4e-4a15-857e-6eb13636f866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004514 10.0.0.130 - - [2026-02-12 02:33:21] "GET /route-target/fef54c43-aab3-422b-b3b9-d079c1ee7d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003360 10.0.0.23 - - [2026-02-12 02:33:24] "GET /obj-perms HTTP/1.1" 200 5065 0.004359 10.0.0.130 - - [2026-02-12 02:33:27] "GET /obj-perms HTTP/1.1" 200 5065 0.004193 10.0.0.23 - - [2026-02-12 02:33:33] "GET /obj-perms HTTP/1.1" 200 5065 0.003833 10.0.0.130 - - [2026-02-12 02:33:36] "GET /obj-perms HTTP/1.1" 200 5065 0.007216 10.0.0.23 - - [2026-02-12 02:33:43] "GET /obj-perms HTTP/1.1" 200 5065 0.003456 10.0.0.130 - - [2026-02-12 02:33:46] "GET /obj-perms HTTP/1.1" 200 5065 0.003930 10.0.0.130 - - [2026-02-12 02:33:46] "GET /virtual-network/232319a4-5dfb-4b4f-957a-7fd315e0c745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006256 10.0.0.130 - - [2026-02-12 02:33:46] "POST /neutron/network HTTP/1.1" 200 1494 0.011287 10.0.0.130 - - [2026-02-12 02:33:46] "GET /virtual-network/232319a4-5dfb-4b4f-957a-7fd315e0c745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006856 10.0.0.130 - - [2026-02-12 02:33:46] "GET /virtual-network/806584ca-89b4-4f61-8ce0-c88718baab9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.004959 10.0.0.130 - - [2026-02-12 02:33:46] "POST /neutron/network HTTP/1.1" 200 1494 0.009582 10.0.0.22 - - [2026-02-12 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.051404 10.0.0.130 - - [2026-02-12 02:33:46] "GET /virtual-network/806584ca-89b4-4f61-8ce0-c88718baab9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007276 10.0.0.23 - - [2026-02-12 02:33:46] "DELETE /access-control-list/220aade7-5b51-452a-b592-75da2f5eba58 HTTP/1.1" 200 115 0.116190 10.0.0.130 - - [2026-02-12 02:33:47] "GET /virtual-network/962d6ede-dcb9-43a3-96bf-bca980293e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005863 10.0.0.130 - - [2026-02-12 02:33:47] "POST /neutron/network HTTP/1.1" 200 1494 0.009782 10.0.0.130 - - [2026-02-12 02:33:47] "GET /virtual-network/962d6ede-dcb9-43a3-96bf-bca980293e6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007355 10.0.0.130 - - [2026-02-12 02:33:47] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.007752 10.0.0.130 - - [2026-02-12 02:33:47] "POST /neutron/network HTTP/1.1" 200 1493 0.012002 10.0.0.23 - - [2026-02-12 02:33:47] "DELETE /access-control-list/7a154b18-7ed7-47df-85c4-b32d1ba2aa6e HTTP/1.1" 200 115 0.035616 10.0.0.130 - - [2026-02-12 02:33:47] "GET /virtual-network/8f9b26c5-48e3-4299-ba53-ae99c478b0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.008489 10.0.0.130 - - [2026-02-12 02:33:47] "DELETE /network-policy/b05532c3-f7fe-4afd-9ae5-4d488fc8d1db HTTP/1.1" 200 115 0.064287 10.0.0.130 - - [2026-02-12 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2026-02-12 02:33:47] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.035564 10.0.0.130 - - [2026-02-12 02:33:47] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.076180 10.0.0.130 - - [2026-02-12 02:33:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-83622174&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.014553 10.0.0.130 - - [2026-02-12 02:33:47] "DELETE /network-policy/a9bf1b9f-1155-4010-8a64-6cc2d490eff2 HTTP/1.1" 200 115 0.050284 10.0.0.130 - - [2026-02-12 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.23 - - [2026-02-12 02:33:47] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.130 - - [2026-02-12 02:33:47] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.040166 10.0.0.130 - - [2026-02-12 02:33:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-83622174&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.010203 10.0.0.130 - - [2026-02-12 02:33:48] "DELETE /network-policy/cb55f25f-6e6d-4656-947c-35942fc052dc HTTP/1.1" 200 115 0.043691 10.0.0.130 - - [2026-02-12 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.23 - - [2026-02-12 02:33:48] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.130 - - [2026-02-12 02:33:48] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.049974 10.0.0.130 - - [2026-02-12 02:33:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-83622174&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005072 10.0.0.130 - - [2026-02-12 02:33:48] "DELETE /network-policy/717c7460-cd92-465c-9c77-c1d736f8f0e1 HTTP/1.1" 200 115 0.041867 10.0.0.130 - - [2026-02-12 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.23 - - [2026-02-12 02:33:48] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.130 - - [2026-02-12 02:33:48] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.046559 10.0.0.130 - - [2026-02-12 02:33:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-83622174&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.004937 10.0.0.130 - - [2026-02-12 02:33:48] "DELETE /network-policy/10aadf3b-a537-4fc5-816a-51ef8396f4c1 HTTP/1.1" 200 115 0.041409 10.0.0.130 - - [2026-02-12 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.23 - - [2026-02-12 02:33:48] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.130 - - [2026-02-12 02:33:48] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.036351 10.0.0.130 - - [2026-02-12 02:33:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-83622174&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.004498 10.0.0.130 - - [2026-02-12 02:33:48] "DELETE /network-policy/6a113c87-2aa2-4987-b486-ee5d8e585a60 HTTP/1.1" 200 115 0.039121 10.0.0.130 - - [2026-02-12 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.23 - - [2026-02-12 02:33:48] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000902 10.0.0.130 - - [2026-02-12 02:33:48] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043569 10.0.0.130 - - [2026-02-12 02:33:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-83622174&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005718 10.0.0.130 - - [2026-02-12 02:33:49] "DELETE /network-policy/0056bf12-3e0a-477f-b49f-72bf49af6ecf HTTP/1.1" 200 115 0.041580 10.0.0.130 - - [2026-02-12 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.23 - - [2026-02-12 02:33:49] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.130 - - [2026-02-12 02:33:49] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.036828 10.0.0.130 - - [2026-02-12 02:33:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-83622174&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004799 10.0.0.130 - - [2026-02-12 02:33:49] "DELETE /network-policy/6a1af57a-e742-466f-ba12-24e568ce17ff HTTP/1.1" 200 115 0.037020 10.0.0.130 - - [2026-02-12 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.23 - - [2026-02-12 02:33:49] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000902 10.0.0.130 - - [2026-02-12 02:33:49] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.038369 10.0.0.130 - - [2026-02-12 02:33:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-83622174&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005844 10.0.0.130 - - [2026-02-12 02:33:49] "POST /neutron/network HTTP/1.1" 200 1309 0.012164 10.0.0.23 - - [2026-02-12 02:33:49] "DELETE /route-target/550dadc8-b304-4054-aef2-e5170ad921e2 HTTP/1.1" 200 115 0.024572 10.0.0.23 - - [2026-02-12 02:33:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002609 10.0.0.23 - - [2026-02-12 02:33:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002471 10.0.0.23 - - [2026-02-12 02:33:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001935 10.0.0.23 - - [2026-02-12 02:33:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002762 10.0.0.23 - - [2026-02-12 02:33:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002679 10.0.0.23 - - [2026-02-12 02:33:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001692 10.0.0.130 - - [2026-02-12 02:33:49] "POST /neutron/network HTTP/1.1" 200 151 0.132787 10.0.0.23 - - [2026-02-12 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008937 10.0.0.130 - - [2026-02-12 02:33:50] "POST /neutron/network HTTP/1.1" 200 1308 0.009911 10.0.0.23 - - [2026-02-12 02:33:50] "DELETE /route-target/fef54c43-aab3-422b-b3b9-d079c1ee7d29 HTTP/1.1" 200 115 0.022329 10.0.0.130 - - [2026-02-12 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.130 - - [2026-02-12 02:33:51] "DELETE /network-ipam/f5b0133a-ecd3-4060-b2d9-9fb219436c97 HTTP/1.1" 200 115 0.033187 10.0.0.130 - - [2026-02-12 02:33:51] "POST /fqname-to-id HTTP/1.1" 404 252 0.004354 10.0.0.23 - - [2026-02-12 02:33:51] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.23 - - [2026-02-12 02:33:51] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.047306 10.0.0.23 - - [2026-02-12 02:33:51] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.23 - - [2026-02-12 02:33:51] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?fields=security_groups HTTP/1.1" 200 1398 0.046190 10.0.0.23 - - [2026-02-12 02:33:51] "DELETE /security-group/ae18e028-5346-4a2b-86b6-6b27841c87ea HTTP/1.1" 200 115 0.056304 10.0.0.23 - - [2026-02-12 02:33:51] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.23 - - [2026-02-12 02:33:51] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?fields=application_policy_sets HTTP/1.1" 200 1437 0.070541 10.0.0.130 - - [2026-02-12 02:33:51] "DELETE /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e HTTP/1.1" 200 115 0.427243 10.0.0.23 - - [2026-02-12 02:33:51] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.130 - - [2026-02-12 02:33:51] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?fields=projects HTTP/1.1" 200 1439 0.009863 10.0.0.130 - - [2026-02-12 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.002925 10.0.0.23 - - [2026-02-12 02:33:56] "POST /id-to-fqname HTTP/1.1" 200 198 0.003850 10.0.0.23 - - [2026-02-12 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.006887 10.0.0.23 - - [2026-02-12 02:33:56] "POST /security-groups HTTP/1.1" 200 599 0.076511 10.0.0.23 - - [2026-02-12 02:33:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.002873 10.0.0.23 - - [2026-02-12 02:33:57] "POST /projects HTTP/1.1" 200 601 0.287529 10.0.0.130 - - [2026-02-12 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.320783 10.0.0.23 - - [2026-02-12 02:33:57] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001196 10.0.0.23 - - [2026-02-12 02:33:57] "POST /access-control-lists HTTP/1.1" 200 602 0.032452 10.0.0.130 - - [2026-02-12 02:33:57] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043219 10.0.0.130 - - [2026-02-12 02:33:57] "POST /network-policys HTTP/1.1" 200 559 0.069649 10.0.0.130 - - [2026-02-12 02:33:57] "GET /network-policy/bbb961c2-a1d9-4393-999a-a95c120c1772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.006108 10.0.0.130 - - [2026-02-12 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002246 10.0.0.23 - - [2026-02-12 02:33:57] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.130 - - [2026-02-12 02:33:57] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034502 10.0.0.23 - - [2026-02-12 02:33:57] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.130 - - [2026-02-12 02:33:57] "POST /neutron/network HTTP/1.1" 200 615 0.100316 10.0.0.22 - - [2026-02-12 02:33:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002996 10.0.0.130 - - [2026-02-12 02:33:58] "POST /neutron/network HTTP/1.1" 200 1007 0.011195 10.0.0.130 - - [2026-02-12 02:33:58] "POST /id-to-fqname HTTP/1.1" 200 229 0.001020 10.0.0.130 - - [2026-02-12 02:33:58] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004622 10.0.0.130 - - [2026-02-12 02:33:58] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004974 10.0.0.130 - - [2026-02-12 02:33:58] "POST /neutron/subnet HTTP/1.1" 200 721 0.008018 10.0.0.23 - - [2026-02-12 02:33:58] "POST /fqname-to-id HTTP/1.1" 404 244 0.007736 10.0.0.130 - - [2026-02-12 02:33:58] "POST /neutron/network HTTP/1.1" 200 1106 0.089078 10.0.0.130 - - [2026-02-12 02:33:58] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005893 10.0.0.130 - - [2026-02-12 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.130 - - [2026-02-12 02:33:58] "GET /network-policy/bbb961c2-a1d9-4393-999a-a95c120c1772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.003843 10.0.0.130 - - [2026-02-12 02:33:58] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006566 10.0.0.130 - - [2026-02-12 02:33:58] "GET /obj-perms HTTP/1.1" 200 5065 0.003595 10.0.0.22 - - [2026-02-12 02:33:58] "GET /obj-perms HTTP/1.1" 200 5065 0.056432 10.0.0.23 - - [2026-02-12 02:33:58] "GET /obj-perms HTTP/1.1" 200 5065 0.004591 10.0.0.130 - - [2026-02-12 02:33:58] "POST /id-to-fqname HTTP/1.1" 200 229 0.001264 10.0.0.23 - - [2026-02-12 02:33:59] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.130 - - [2026-02-12 02:33:59] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.060446 10.0.0.130 - - [2026-02-12 02:33:59] "POST /neutron/network HTTP/1.1" 200 1106 0.033587 10.0.0.130 - - [2026-02-12 02:34:00] "POST /id-to-fqname HTTP/1.1" 200 229 0.001312 10.0.0.130 - - [2026-02-12 02:34:00] "POST /neutron/port HTTP/1.1" 200 117 0.008402 10.0.0.23 - - [2026-02-12 02:34:00] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.130 - - [2026-02-12 02:34:00] "POST /neutron/port HTTP/1.1" 200 1174 0.333456 10.0.0.130 - - [2026-02-12 02:34:01] "POST /neutron/port HTTP/1.1" 200 1228 0.103559 10.0.0.23 - - [2026-02-12 02:34:01] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.130 - - [2026-02-12 02:34:01] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.126513 10.0.0.130 - - [2026-02-12 02:34:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015149 10.0.0.130 - - [2026-02-12 02:34:01] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.130 - - [2026-02-12 02:34:01] "POST /neutron/port HTTP/1.1" 200 1238 0.050069 10.0.0.130 - - [2026-02-12 02:34:01] "POST /neutron/port HTTP/1.1" 200 1238 0.019485 10.0.0.23 - - [2026-02-12 02:34:01] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.130 - - [2026-02-12 02:34:02] "POST /neutron/port HTTP/1.1" 200 1174 0.349204 10.0.0.130 - - [2026-02-12 02:34:02] "POST /neutron/port HTTP/1.1" 200 1228 0.145273 10.0.0.130 - - [2026-02-12 02:34:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003798 10.0.0.130 - - [2026-02-12 02:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.130 - - [2026-02-12 02:34:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007606 10.0.0.23 - - [2026-02-12 02:34:06] "DELETE /project/e08d9ff1f0914c96b31a7f5a7e219d3e HTTP/1.1" 404 173 0.030075 10.0.0.130 - - [2026-02-12 02:34:06] "POST /neutron/port HTTP/1.1" 200 1238 0.025645 10.0.0.130 - - [2026-02-12 02:34:06] "GET /virtual-machine/f05864bb-469d-4c39-9fa8-e01c04e516b6 HTTP/1.1" 200 1301 0.005653 10.0.0.130 - - [2026-02-12 02:34:06] "GET /virtual-machine-interface/244c896d-ba96-41c4-9826-187a499291cf HTTP/1.1" 200 3178 0.004995 10.0.0.130 - - [2026-02-12 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.130 - - [2026-02-12 02:34:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003365 10.0.0.130 - - [2026-02-12 02:34:06] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003012 10.0.0.130 - - [2026-02-12 02:34:06] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005467 10.0.0.130 - - [2026-02-12 02:34:09] "POST /neutron/port HTTP/1.1" 200 1238 0.016504 10.0.0.130 - - [2026-02-12 02:34:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003892 10.0.0.130 - - [2026-02-12 02:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.130 - - [2026-02-12 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.130 - - [2026-02-12 02:34:10] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004864 10.0.0.130 - - [2026-02-12 02:34:12] "POST /neutron/port HTTP/1.1" 200 1238 0.019644 10.0.0.130 - - [2026-02-12 02:34:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003510 10.0.0.130 - - [2026-02-12 02:34:12] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.130 - - [2026-02-12 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.130 - - [2026-02-12 02:34:14] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004874 10.0.0.130 - - [2026-02-12 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.130 - - [2026-02-12 02:34:18] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005459 10.0.0.130 - - [2026-02-12 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.130 - - [2026-02-12 02:34:22] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006505 10.0.0.130 - - [2026-02-12 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.130 - - [2026-02-12 02:34:26] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004918 10.0.0.130 - - [2026-02-12 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.130 - - [2026-02-12 02:34:30] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005090 10.0.0.130 - - [2026-02-12 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.130 - - [2026-02-12 02:34:34] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004609 10.0.0.130 - - [2026-02-12 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.130 - - [2026-02-12 02:34:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003201 10.0.0.130 - - [2026-02-12 02:34:38] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002400 10.0.0.130 - - [2026-02-12 02:34:38] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007379 10.0.0.130 - - [2026-02-12 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006468 10.0.0.130 - - [2026-02-12 02:34:46] "POST /neutron/port HTTP/1.1" 200 1238 0.015351 10.0.0.130 - - [2026-02-12 02:34:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006709 10.0.0.22 - - [2026-02-12 02:34:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.22 - - [2026-02-12 02:34:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000329 10.0.0.22 - - [2026-02-12 02:34:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.22 - - [2026-02-12 02:34:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.23 - - [2026-02-12 02:34:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.23 - - [2026-02-12 02:34:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.23 - - [2026-02-12 02:34:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000478 10.0.0.23 - - [2026-02-12 02:34:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000608 10.0.0.130 - - [2026-02-12 02:34:54] "POST /neutron/port HTTP/1.1" 200 1238 0.017154 10.0.0.130 - - [2026-02-12 02:34:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.130 - - [2026-02-12 02:34:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2026-02-12 02:34:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.130 - - [2026-02-12 02:34:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.130 - - [2026-02-12 02:34:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007237 10.0.0.130 - - [2026-02-12 02:34:59] "POST /neutron/port HTTP/1.1" 200 1238 0.015770 10.0.0.130 - - [2026-02-12 02:34:59] "GET /virtual-machine/b1e17823-98c0-46d5-8ba7-23d2cc3be7dc HTTP/1.1" 200 1301 0.004987 10.0.0.130 - - [2026-02-12 02:34:59] "GET /virtual-machine-interface/fdf5b15e-ee6c-4db9-8167-58580eecfdfb HTTP/1.1" 200 3178 0.004343 10.0.0.130 - - [2026-02-12 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.130 - - [2026-02-12 02:34:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002633 10.0.0.130 - - [2026-02-12 02:34:59] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002433 10.0.0.130 - - [2026-02-12 02:34:59] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005103 10.0.0.130 - - [2026-02-12 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.130 - - [2026-02-12 02:35:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003597 10.0.0.130 - - [2026-02-12 02:35:00] "GET /virtual-networks?parent_id=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003230 10.0.0.130 - - [2026-02-12 02:35:00] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005814 10.0.0.130 - - [2026-02-12 02:35:10] "POST /neutron/port HTTP/1.1" 200 1238 0.016574 10.0.0.130 - - [2026-02-12 02:35:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003742 10.0.0.130 - - [2026-02-12 02:35:10] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.130 - - [2026-02-12 02:35:12] "POST /neutron/port HTTP/1.1" 200 1238 0.023310 10.0.0.130 - - [2026-02-12 02:35:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003525 10.0.0.130 - - [2026-02-12 02:35:12] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.130 - - [2026-02-12 02:35:25] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005591 10.0.0.130 - - [2026-02-12 02:35:25] "POST /neutron/network HTTP/1.1" 200 1007 0.073011 10.0.0.23 - - [2026-02-12 02:35:25] "DELETE /access-control-list/8859e580-80da-4667-95b7-3defdbd595d8 HTTP/1.1" 200 115 0.055286 10.0.0.130 - - [2026-02-12 02:35:25] "GET /virtual-network/4469c3d5-a6d8-405f-9ff7-2c78711b90dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007816 10.0.0.130 - - [2026-02-12 02:35:25] "POST /neutron/network HTTP/1.1" 400 204 0.011974 10.0.0.130 - - [2026-02-12 02:35:25] "POST /neutron/port HTTP/1.1" 200 151 0.248737 10.0.0.130 - - [2026-02-12 02:35:25] "POST /neutron/port HTTP/1.1" 200 151 0.281732 10.0.0.130 - - [2026-02-12 02:35:27] "DELETE /network-policy/bbb961c2-a1d9-4393-999a-a95c120c1772 HTTP/1.1" 200 115 0.032269 10.0.0.23 - - [2026-02-12 02:35:30] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001172 10.0.0.130 - - [2026-02-12 02:35:30] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.068516 10.0.0.23 - - [2026-02-12 02:35:30] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000810 10.0.0.130 - - [2026-02-12 02:35:30] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?fields=virtual_networks HTTP/1.1" 200 1059 0.038340 10.0.0.23 - - [2026-02-12 02:35:30] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001435 10.0.0.130 - - [2026-02-12 02:35:30] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.047621 10.0.0.23 - - [2026-02-12 02:35:30] "GET /projects?obj_uuids=e08d9ff1-f091-4c96-b31a-7f5a7e219d3e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.130 - - [2026-02-12 02:35:30] "GET /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e?fields=security_groups HTTP/1.1" 200 1293 0.041207 10.0.0.130 - - [2026-02-12 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.028462 10.0.0.23 - - [2026-02-12 02:35:31] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003819 10.0.0.23 - - [2026-02-12 02:35:31] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.23 - - [2026-02-12 02:35:31] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006991 10.0.0.23 - - [2026-02-12 02:35:31] "POST /id-to-fqname HTTP/1.1" 200 204 0.006851 10.0.0.23 - - [2026-02-12 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 213 0.008220 10.0.0.23 - - [2026-02-12 02:35:31] "POST /security-groups HTTP/1.1" 200 605 0.081768 10.0.0.23 - - [2026-02-12 02:35:31] "POST /fqname-to-id HTTP/1.1" 404 248 0.003737 10.0.0.23 - - [2026-02-12 02:35:31] "POST /projects HTTP/1.1" 200 613 0.302091 10.0.0.23 - - [2026-02-12 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.342770 10.0.0.130 - - [2026-02-12 02:35:31] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.507679 10.0.0.23 - - [2026-02-12 02:35:32] "POST /access-control-lists HTTP/1.1" 200 608 0.067255 10.0.0.130 - - [2026-02-12 02:35:33] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.130 - - [2026-02-12 02:35:36] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000421 10.0.0.23 - - [2026-02-12 02:35:36] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000913 10.0.0.130 - - [2026-02-12 02:35:36] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.059967 10.0.0.130 - - [2026-02-12 02:35:37] "GET / HTTP/1.1" 200 35931 0.001702 10.0.0.130 - - [2026-02-12 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.23 - - [2026-02-12 02:35:37] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000814 10.0.0.130 - - [2026-02-12 02:35:37] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006593 10.0.0.130 - - [2026-02-12 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.23 - - [2026-02-12 02:35:37] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000895 10.0.0.130 - - [2026-02-12 02:35:37] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.036664 10.0.0.130 - - [2026-02-12 02:35:38] "GET /domains HTTP/1.1" 401 293 0.000401 10.0.0.130 - - [2026-02-12 02:35:39] "GET /domains HTTP/1.1" 200 280 0.026430 10.0.0.23 - - [2026-02-12 02:35:39] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.130 - - [2026-02-12 02:35:39] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031 HTTP/1.1" 200 2976 0.010284 10.0.0.23 - - [2026-02-12 02:35:39] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000791 10.0.0.130 - - [2026-02-12 02:35:39] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce HTTP/1.1" 200 1947 0.093846 10.0.0.130 - - [2026-02-12 02:35:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003120 10.0.0.130 - - [2026-02-12 02:35:39] "POST /network-ipams HTTP/1.1" 200 627 0.028301 10.0.0.130 - - [2026-02-12 02:35:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.004753 10.0.0.130 - - [2026-02-12 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.130 - - [2026-02-12 02:35:39] "GET /network-ipam/17b8e4a4-1fb0-485c-89ff-0010beee2cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.006902 10.0.0.130 - - [2026-02-12 02:35:39] "PUT /network-ipam/17b8e4a4-1fb0-485c-89ff-0010beee2cb1 HTTP/1.1" 200 258 0.015707 10.0.0.130 - - [2026-02-12 02:35:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.130 - - [2026-02-12 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.025458 10.0.0.23 - - [2026-02-12 02:35:40] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000913 10.0.0.130 - - [2026-02-12 02:35:40] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.037954 10.0.0.130 - - [2026-02-12 02:35:40] "POST /neutron/network HTTP/1.1" 200 117 0.034236 10.0.0.22 - - [2026-02-12 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.003967 10.0.0.23 - - [2026-02-12 02:35:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008384 10.0.0.130 - - [2026-02-12 02:35:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.179837 10.0.0.130 - - [2026-02-12 02:35:40] "POST /id-to-fqname HTTP/1.1" 200 237 0.001295 10.0.0.130 - - [2026-02-12 02:35:40] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005069 10.0.0.130 - - [2026-02-12 02:35:40] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005655 10.0.0.130 - - [2026-02-12 02:35:40] "POST /neutron/network HTTP/1.1" 200 1140 0.008120 10.0.0.130 - - [2026-02-12 02:35:41] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005479 10.0.0.130 - - [2026-02-12 02:35:42] "GET /obj-perms HTTP/1.1" 200 5040 0.050369 10.0.0.130 - - [2026-02-12 02:35:42] "POST /fqname-to-id HTTP/1.1" 404 231 0.003372 10.0.0.130 - - [2026-02-12 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.23 - - [2026-02-12 02:35:42] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001011 10.0.0.130 - - [2026-02-12 02:35:42] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.049425 10.0.0.130 - - [2026-02-12 02:35:42] "POST /network-policys HTTP/1.1" 200 565 0.025244 10.0.0.130 - - [2026-02-12 02:35:42] "GET /network-policy/4af08366-a47f-47c4-b63b-fe927c238d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.005760 10.0.0.130 - - [2026-02-12 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.003003 10.0.0.130 - - [2026-02-12 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.23 - - [2026-02-12 02:35:43] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000892 10.0.0.130 - - [2026-02-12 02:35:43] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.044514 10.0.0.130 - - [2026-02-12 02:35:43] "POST /network-policys HTTP/1.1" 200 565 0.069905 10.0.0.130 - - [2026-02-12 02:35:43] "GET /network-policy/1c4dec24-df02-4172-8e73-61f8c1b735e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005647 10.0.0.130 - - [2026-02-12 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.004418 10.0.0.130 - - [2026-02-12 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2026-02-12 02:35:43] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000978 10.0.0.130 - - [2026-02-12 02:35:43] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.041303 10.0.0.130 - - [2026-02-12 02:35:43] "POST /network-policys HTTP/1.1" 200 565 0.027047 10.0.0.130 - - [2026-02-12 02:35:43] "GET /network-policy/022e87f4-eddf-470c-81d0-59f658575a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006420 10.0.0.130 - - [2026-02-12 02:35:44] "POST /neutron/network HTTP/1.1" 200 1140 0.009708 10.0.0.23 - - [2026-02-12 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 254 0.006293 10.0.0.130 - - [2026-02-12 02:35:44] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.006537 10.0.0.130 - - [2026-02-12 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.130 - - [2026-02-12 02:35:44] "GET /network-policy/1c4dec24-df02-4172-8e73-61f8c1b735e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005145 10.0.0.130 - - [2026-02-12 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.130 - - [2026-02-12 02:35:44] "GET /network-policy/4af08366-a47f-47c4-b63b-fe927c238d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004018 10.0.0.130 - - [2026-02-12 02:35:44] "POST /id-to-fqname HTTP/1.1" 200 237 0.001223 10.0.0.130 - - [2026-02-12 02:35:44] "POST /neutron/network HTTP/1.1" 200 1348 0.008569 10.0.0.23 - - [2026-02-12 02:35:45] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001473 10.0.0.130 - - [2026-02-12 02:35:45] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.069121 10.0.0.130 - - [2026-02-12 02:35:45] "POST /neutron/port HTTP/1.1" 200 117 0.005701 10.0.0.23 - - [2026-02-12 02:35:45] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001525 10.0.0.130 - - [2026-02-12 02:35:46] "POST /neutron/port HTTP/1.1" 200 1179 0.347750 10.0.0.130 - - [2026-02-12 02:35:46] "POST /neutron/port HTTP/1.1" 200 1233 0.098660 10.0.0.130 - - [2026-02-12 02:35:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004486 10.0.0.130 - - [2026-02-12 02:35:46] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.23 - - [2026-02-12 02:35:50] "DELETE /access-control-list/ca69a5f2-055b-4ff6-9549-4daf23cef8ba HTTP/1.1" 200 115 0.045394 10.0.0.130 - - [2026-02-12 02:35:50] "POST /neutron/security_group HTTP/1.1" 200 2072 0.013426 10.0.0.130 - - [2026-02-12 02:35:50] "POST /neutron/port HTTP/1.1" 200 1243 0.016001 10.0.0.130 - - [2026-02-12 02:35:50] "GET /virtual-machine/50ee6afd-f5ec-42a9-a842-39e348b39a42 HTTP/1.1" 401 293 0.000402 10.0.0.130 - - [2026-02-12 02:35:51] "GET /virtual-machine/50ee6afd-f5ec-42a9-a842-39e348b39a42 HTTP/1.1" 200 1306 0.031254 10.0.0.130 - - [2026-02-12 02:35:51] "GET /virtual-machine-interface/54777301-9bf3-4913-958f-c3c72cd2707c HTTP/1.1" 200 3177 0.004957 10.0.0.130 - - [2026-02-12 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.130 - - [2026-02-12 02:35:51] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004764 10.0.0.130 - - [2026-02-12 02:35:51] "GET /virtual-networks?parent_id=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003314 10.0.0.130 - - [2026-02-12 02:35:51] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.007147 10.0.0.130 - - [2026-02-12 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.130 - - [2026-02-12 02:35:54] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.004911 10.0.0.130 - - [2026-02-12 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.130 - - [2026-02-12 02:35:58] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.006390 10.0.0.130 - - [2026-02-12 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.130 - - [2026-02-12 02:36:02] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005037 10.0.0.130 - - [2026-02-12 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.130 - - [2026-02-12 02:36:06] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005295 10.0.0.23 - - [2026-02-12 02:36:07] "DELETE /project/c8598d47d17d44ed912c7ea157cae7ce HTTP/1.1" 404 173 0.002924 10.0.0.23 - - [2026-02-12 02:36:07] "DELETE /project/e08d9ff1-f091-4c96-b31a-7f5a7e219d3e HTTP/1.1" 404 177 0.005204 10.0.0.22 - - [2026-02-12 02:36:07] "GET /obj-perms HTTP/1.1" 200 5075 0.052049 10.0.0.23 - - [2026-02-12 02:36:08] "GET /obj-perms HTTP/1.1" 200 5075 0.058426 10.0.0.130 - - [2026-02-12 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.130 - - [2026-02-12 02:36:10] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.006122 10.0.0.130 - - [2026-02-12 02:36:11] "POST /neutron/port HTTP/1.1" 200 1243 0.017353 10.0.0.130 - - [2026-02-12 02:36:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004007 10.0.0.130 - - [2026-02-12 02:36:11] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.130 - - [2026-02-12 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.130 - - [2026-02-12 02:36:14] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.006346 10.0.0.130 - - [2026-02-12 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.130 - - [2026-02-12 02:36:19] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005705 10.0.0.130 - - [2026-02-12 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.130 - - [2026-02-12 02:36:23] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005918 10.0.0.130 - - [2026-02-12 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.130 - - [2026-02-12 02:36:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003815 10.0.0.130 - - [2026-02-12 02:36:25] "GET /virtual-networks?parent_id=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002808 10.0.0.130 - - [2026-02-12 02:36:25] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.006282 10.0.0.130 - - [2026-02-12 02:36:25] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006917 10.0.0.130 - - [2026-02-12 02:36:34] "POST /neutron/port HTTP/1.1" 200 1243 0.018076 10.0.0.130 - - [2026-02-12 02:36:35] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006419 10.0.0.130 - - [2026-02-12 02:36:46] "POST /neutron/port HTTP/1.1" 200 1243 0.017315 10.0.0.130 - - [2026-02-12 02:36:46] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006463 10.0.0.130 - - [2026-02-12 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.130 - - [2026-02-12 02:36:46] "GET /network-policy/4af08366-a47f-47c4-b63b-fe927c238d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003350 10.0.0.130 - - [2026-02-12 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.130 - - [2026-02-12 02:36:46] "GET /network-policy/1c4dec24-df02-4172-8e73-61f8c1b735e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.003803 10.0.0.130 - - [2026-02-12 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.130 - - [2026-02-12 02:36:46] "GET /network-policy/022e87f4-eddf-470c-81d0-59f658575a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005696 10.0.0.130 - - [2026-02-12 02:36:46] "POST /neutron/network HTTP/1.1" 200 1430 0.014371 10.0.0.130 - - [2026-02-12 02:36:46] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3593 0.008460 10.0.0.130 - - [2026-02-12 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.130 - - [2026-02-12 02:36:46] "GET /network-policy/022e87f4-eddf-470c-81d0-59f658575a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004056 10.0.0.130 - - [2026-02-12 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.130 - - [2026-02-12 02:36:46] "GET /network-policy/1c4dec24-df02-4172-8e73-61f8c1b735e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.003645 10.0.0.130 - - [2026-02-12 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.130 - - [2026-02-12 02:36:46] "GET /network-policy/4af08366-a47f-47c4-b63b-fe927c238d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004205 10.0.0.130 - - [2026-02-12 02:36:51] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3593 0.006876 10.0.0.22 - - [2026-02-12 02:36:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.005730 10.0.0.23 - - [2026-02-12 02:36:52] "DELETE /access-control-list/ca07d317-6f2b-4ea4-baab-858f5458b2b6 HTTP/1.1" 200 115 0.061647 10.0.0.130 - - [2026-02-12 02:36:52] "POST /neutron/network HTTP/1.1" 200 1140 0.029927 10.0.0.130 - - [2026-02-12 02:36:52] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.012223 10.0.0.130 - - [2026-02-12 02:36:57] "GET /virtual-machine/50ee6afd-f5ec-42a9-a842-39e348b39a42 HTTP/1.1" 200 1306 0.004718 10.0.0.130 - - [2026-02-12 02:36:57] "POST /neutron/port HTTP/1.1" 200 151 0.197366 10.0.0.130 - - [2026-02-12 02:36:59] "GET /virtual-machine/50ee6afd-f5ec-42a9-a842-39e348b39a42 HTTP/1.1" 404 171 0.003300 10.0.0.130 - - [2026-02-12 02:36:59] "GET /virtual-machine/50ee6afd-f5ec-42a9-a842-39e348b39a42 HTTP/1.1" 404 171 0.002607 10.0.0.130 - - [2026-02-12 02:36:59] "GET /virtual-machine/50ee6afd-f5ec-42a9-a842-39e348b39a42 HTTP/1.1" 404 171 0.002380 10.0.0.130 - - [2026-02-12 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.130 - - [2026-02-12 02:36:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006759 10.0.0.130 - - [2026-02-12 02:36:59] "GET /virtual-networks?parent_id=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003627 10.0.0.130 - - [2026-02-12 02:36:59] "GET /virtual-network/8526b183-ef9a-4dc8-9ad1-1dd86964e0cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005974 10.0.0.130 - - [2026-02-12 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.130 - - [2026-02-12 02:36:59] "GET /routing-instance/ccedda88-acc4-44d7-8976-affc172ee76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.005116 10.0.0.130 - - [2026-02-12 02:36:59] "GET /route-target/6208806e-9301-403e-a185-8ba95e0bafc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004700 10.0.0.130 - - [2026-02-12 02:37:05] "GET /obj-perms HTTP/1.1" 200 5040 0.003853 10.0.0.23 - - [2026-02-12 02:37:06] "GET /obj-perms HTTP/1.1" 200 5040 0.051448 10.0.0.130 - - [2026-02-12 02:37:12] "GET /obj-perms HTTP/1.1" 200 5040 0.003607 10.0.0.23 - - [2026-02-12 02:37:15] "GET /obj-perms HTTP/1.1" 200 5040 0.003812 10.0.0.130 - - [2026-02-12 02:37:18] "GET /obj-perms HTTP/1.1" 200 5040 0.003538 10.0.0.130 - - [2026-02-12 02:37:18] "DELETE /network-policy/022e87f4-eddf-470c-81d0-59f658575a06 HTTP/1.1" 200 115 0.032542 10.0.0.130 - - [2026-02-12 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.23 - - [2026-02-12 02:37:18] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001002 10.0.0.130 - - [2026-02-12 02:37:18] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.045999 10.0.0.130 - - [2026-02-12 02:37:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-45559901&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.004848 10.0.0.130 - - [2026-02-12 02:37:18] "DELETE /network-policy/1c4dec24-df02-4172-8e73-61f8c1b735e9 HTTP/1.1" 200 115 0.036728 10.0.0.130 - - [2026-02-12 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.23 - - [2026-02-12 02:37:18] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000876 10.0.0.130 - - [2026-02-12 02:37:18] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.039801 10.0.0.130 - - [2026-02-12 02:37:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-45559901&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004668 10.0.0.130 - - [2026-02-12 02:37:18] "DELETE /network-policy/4af08366-a47f-47c4-b63b-fe927c238d84 HTTP/1.1" 200 115 0.035993 10.0.0.130 - - [2026-02-12 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007807 10.0.0.23 - - [2026-02-12 02:37:18] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000964 10.0.0.130 - - [2026-02-12 02:37:19] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.038781 10.0.0.130 - - [2026-02-12 02:37:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-45559901&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005007 10.0.0.130 - - [2026-02-12 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.130 - - [2026-02-12 02:37:19] "DELETE /network-ipam/17b8e4a4-1fb0-485c-89ff-0010beee2cb1 HTTP/1.1" 200 115 0.028341 10.0.0.130 - - [2026-02-12 02:37:19] "POST /fqname-to-id HTTP/1.1" 404 264 0.002906 10.0.0.23 - - [2026-02-12 02:37:19] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000845 10.0.0.23 - - [2026-02-12 02:37:19] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.039345 10.0.0.23 - - [2026-02-12 02:37:19] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001097 10.0.0.23 - - [2026-02-12 02:37:19] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?fields=security_groups HTTP/1.1" 200 1416 0.042378 10.0.0.23 - - [2026-02-12 02:37:19] "DELETE /security-group/3dfde88f-cc86-47ce-ad2b-66ec73803beb HTTP/1.1" 200 115 0.046037 10.0.0.23 - - [2026-02-12 02:37:19] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000792 10.0.0.23 - - [2026-02-12 02:37:19] "DELETE /access-control-list/8d6be8aa-0954-4e29-90bd-8d526fe886ba HTTP/1.1" 200 115 0.037298 10.0.0.23 - - [2026-02-12 02:37:19] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?fields=application_policy_sets HTTP/1.1" 200 1455 0.052875 10.0.0.130 - - [2026-02-12 02:37:19] "DELETE /project/c8598d47-d17d-44ed-912c-7ea157cae7ce HTTP/1.1" 200 115 0.363487 10.0.0.23 - - [2026-02-12 02:37:19] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005013 10.0.0.130 - - [2026-02-12 02:37:19] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?fields=projects HTTP/1.1" 200 1439 0.018417 10.0.0.23 - - [2026-02-12 02:37:22] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003138 10.0.0.23 - - [2026-02-12 02:37:22] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.23 - - [2026-02-12 02:37:22] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047629 10.0.0.23 - - [2026-02-12 02:37:22] "POST /id-to-fqname HTTP/1.1" 200 204 0.006096 10.0.0.23 - - [2026-02-12 02:37:22] "POST /fqname-to-id HTTP/1.1" 404 213 0.005597 10.0.0.23 - - [2026-02-12 02:37:22] "POST /security-groups HTTP/1.1" 200 605 0.073725 10.0.0.23 - - [2026-02-12 02:37:22] "POST /projects HTTP/1.1" 200 613 0.269579 10.0.0.23 - - [2026-02-12 02:37:22] "POST /access-control-lists HTTP/1.1" 200 610 0.023486 10.0.0.23 - - [2026-02-12 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.339890 10.0.0.130 - - [2026-02-12 02:37:23] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.503445 10.0.0.23 - - [2026-02-12 02:37:23] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001507 10.0.0.130 - - [2026-02-12 02:37:23] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?fields=virtual_networks HTTP/1.1" 200 1071 0.057794 10.0.0.23 - - [2026-02-12 02:37:23] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000867 10.0.0.130 - - [2026-02-12 02:37:23] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?fields=virtual_machine_interfaces HTTP/1.1" 200 1071 0.039213 10.0.0.23 - - [2026-02-12 02:37:23] "GET /projects?obj_uuids=c8598d47-d17d-44ed-912c-7ea157cae7ce&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001444 10.0.0.130 - - [2026-02-12 02:37:23] "GET /project/c8598d47-d17d-44ed-912c-7ea157cae7ce?fields=security_groups HTTP/1.1" 200 1311 0.043693 10.0.0.130 - - [2026-02-12 02:37:24] "POST /fqname-to-id HTTP/1.1" 404 204 0.027420 10.0.0.23 - - [2026-02-12 02:37:24] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003138 10.0.0.23 - - [2026-02-12 02:37:24] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.23 - - [2026-02-12 02:37:24] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006577 10.0.0.23 - - [2026-02-12 02:37:24] "POST /id-to-fqname HTTP/1.1" 200 206 0.003410 10.0.0.23 - - [2026-02-12 02:37:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.005318 10.0.0.23 - - [2026-02-12 02:37:24] "POST /security-groups HTTP/1.1" 200 607 0.100551 10.0.0.23 - - [2026-02-12 02:37:24] "POST /fqname-to-id HTTP/1.1" 404 250 0.003301 10.0.0.23 - - [2026-02-12 02:37:24] "POST /projects HTTP/1.1" 200 617 0.294359 10.0.0.23 - - [2026-02-12 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.365807 10.0.0.23 - - [2026-02-12 02:37:24] "POST /access-control-lists HTTP/1.1" 200 610 0.035227 10.0.0.130 - - [2026-02-12 02:37:24] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.495551 10.0.0.130 - - [2026-02-12 02:37:25] "GET / HTTP/1.1" 200 35931 0.001398 10.0.0.130 - - [2026-02-12 02:37:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.130 - - [2026-02-12 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 233 0.057615 10.0.0.130 - - [2026-02-12 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.23 - - [2026-02-12 02:37:29] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001197 10.0.0.130 - - [2026-02-12 02:37:29] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.050488 10.0.0.130 - - [2026-02-12 02:37:29] "POST /network-policys HTTP/1.1" 200 567 0.028686 10.0.0.130 - - [2026-02-12 02:37:29] "GET /network-policy/7cd90eee-2d21-448d-ae34-50fcd00970cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005903 10.0.0.130 - - [2026-02-12 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.23 - - [2026-02-12 02:37:29] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001104 10.0.0.130 - - [2026-02-12 02:37:29] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.042292 10.0.0.130 - - [2026-02-12 02:37:29] "POST /neutron/network HTTP/1.1" 200 117 0.049311 10.0.0.23 - - [2026-02-12 02:37:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008818 10.0.0.130 - - [2026-02-12 02:37:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.160791 10.0.0.130 - - [2026-02-12 02:37:30] "POST /id-to-fqname HTTP/1.1" 200 237 0.001230 10.0.0.130 - - [2026-02-12 02:37:30] "GET /virtual-network/6d8d7b9f-bd44-418f-a99d-57ec45583b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.004641 10.0.0.130 - - [2026-02-12 02:37:30] "GET /virtual-network/6d8d7b9f-bd44-418f-a99d-57ec45583b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.005834 10.0.0.130 - - [2026-02-12 02:37:30] "POST /neutron/network HTTP/1.1" 200 1014 0.008892 10.0.0.130 - - [2026-02-12 02:37:30] "POST /neutron/network HTTP/1.1" 200 1014 0.008492 10.0.0.23 - - [2026-02-12 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 252 0.004432 10.0.0.130 - - [2026-02-12 02:37:30] "GET /virtual-network/6d8d7b9f-bd44-418f-a99d-57ec45583b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006392 10.0.0.130 - - [2026-02-12 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.130 - - [2026-02-12 02:37:30] "GET /network-policy/7cd90eee-2d21-448d-ae34-50fcd00970cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.008169 10.0.0.130 - - [2026-02-12 02:37:30] "GET /virtual-network/6d8d7b9f-bd44-418f-a99d-57ec45583b5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.005976 10.0.0.22 - - [2026-02-12 02:37:31] "GET /obj-perms HTTP/1.1" 200 5081 0.061770 10.0.0.23 - - [2026-02-12 02:37:32] "GET /obj-perms HTTP/1.1" 200 5081 0.052046 10.0.0.130 - - [2026-02-12 02:37:32] "DELETE /network-policy/7cd90eee-2d21-448d-ae34-50fcd00970cc HTTP/1.1" 409 238 0.009702 10.0.0.130 - - [2026-02-12 02:37:32] "POST /neutron/network HTTP/1.1" 200 1121 0.009652 10.0.0.23 - - [2026-02-12 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.130 - - [2026-02-12 02:37:33] "DELETE /network-policy/7cd90eee-2d21-448d-ae34-50fcd00970cc HTTP/1.1" 200 115 0.037174 10.0.0.130 - - [2026-02-12 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.23 - - [2026-02-12 02:37:33] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001296 10.0.0.130 - - [2026-02-12 02:37:33] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.051529 10.0.0.130 - - [2026-02-12 02:37:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-49766285&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004957 10.0.0.23 - - [2026-02-12 02:37:35] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000980 10.0.0.130 - - [2026-02-12 02:37:35] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.051137 10.0.0.23 - - [2026-02-12 02:37:35] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001167 10.0.0.130 - - [2026-02-12 02:37:35] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?fields=virtual_networks HTTP/1.1" 200 1074 0.052011 10.0.0.23 - - [2026-02-12 02:37:35] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000977 10.0.0.130 - - [2026-02-12 02:37:35] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.033948 10.0.0.23 - - [2026-02-12 02:37:36] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001126 10.0.0.130 - - [2026-02-12 02:37:36] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?fields=security_groups HTTP/1.1" 200 1316 0.050497 10.0.0.130 - - [2026-02-12 02:37:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.027437 10.0.0.23 - - [2026-02-12 02:37:36] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003020 10.0.0.23 - - [2026-02-12 02:37:37] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000903 10.0.0.23 - - [2026-02-12 02:37:37] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007060 10.0.0.23 - - [2026-02-12 02:37:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.002238 10.0.0.23 - - [2026-02-12 02:37:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.008486 10.0.0.23 - - [2026-02-12 02:37:37] "POST /security-groups HTTP/1.1" 200 591 0.071646 10.0.0.23 - - [2026-02-12 02:37:37] "POST /projects HTTP/1.1" 200 585 0.279903 10.0.0.23 - - [2026-02-12 02:37:37] "POST /access-control-lists HTTP/1.1" 200 596 0.024083 10.0.0.23 - - [2026-02-12 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.352109 10.0.0.130 - - [2026-02-12 02:37:37] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.483789 10.0.0.130 - - [2026-02-12 02:37:38] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.130 - - [2026-02-12 02:37:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000455 10.0.0.130 - - [2026-02-12 02:37:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.071604 10.0.0.130 - - [2026-02-12 02:37:40] "POST /network-ipams HTTP/1.1" 200 513 0.032589 10.0.0.130 - - [2026-02-12 02:37:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003099 10.0.0.130 - - [2026-02-12 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.130 - - [2026-02-12 02:37:40] "GET /network-ipam/bba72005-9a93-4666-86c8-9459b218c620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007276 10.0.0.130 - - [2026-02-12 02:37:40] "PUT /network-ipam/bba72005-9a93-4666-86c8-9459b218c620 HTTP/1.1" 200 258 0.015153 10.0.0.130 - - [2026-02-12 02:37:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.004068 10.0.0.130 - - [2026-02-12 02:37:40] "POST /network-ipams HTTP/1.1" 200 513 0.028512 10.0.0.130 - - [2026-02-12 02:37:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003267 10.0.0.130 - - [2026-02-12 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.130 - - [2026-02-12 02:37:41] "GET /network-ipam/e5fc5153-9dd8-4152-be93-9bc4deba71a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006343 10.0.0.130 - - [2026-02-12 02:37:41] "PUT /network-ipam/e5fc5153-9dd8-4152-be93-9bc4deba71a9 HTTP/1.1" 200 258 0.012820 10.0.0.130 - - [2026-02-12 02:37:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003306 10.0.0.130 - - [2026-02-12 02:37:41] "POST /network-ipams HTTP/1.1" 200 513 0.037777 10.0.0.130 - - [2026-02-12 02:37:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003456 10.0.0.130 - - [2026-02-12 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.130 - - [2026-02-12 02:37:41] "GET /network-ipam/2938fed4-ee36-4a45-9159-241133197f9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005655 10.0.0.130 - - [2026-02-12 02:37:41] "PUT /network-ipam/2938fed4-ee36-4a45-9159-241133197f9f HTTP/1.1" 200 258 0.012648 10.0.0.130 - - [2026-02-12 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.23 - - [2026-02-12 02:37:42] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.130 - - [2026-02-12 02:37:42] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.038075 10.0.0.23 - - [2026-02-12 02:37:42] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.130 - - [2026-02-12 02:37:42] "POST /neutron/network HTTP/1.1" 200 607 0.152560 10.0.0.23 - - [2026-02-12 02:37:42] "POST /route-targets HTTP/1.1" 200 327 0.014395 10.0.0.130 - - [2026-02-12 02:37:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.004330 10.0.0.130 - - [2026-02-12 02:37:42] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006649 10.0.0.130 - - [2026-02-12 02:37:42] "POST /neutron/network HTTP/1.1" 200 825 0.006196 10.0.0.130 - - [2026-02-12 02:37:42] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009412 10.0.0.130 - - [2026-02-12 02:37:43] "POST /neutron/network HTTP/1.1" 200 825 0.008708 10.0.0.130 - - [2026-02-12 02:37:43] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005062 10.0.0.130 - - [2026-02-12 02:37:43] "GET /network-ipam/bba72005-9a93-4666-86c8-9459b218c620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.003356 10.0.0.130 - - [2026-02-12 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.23 - - [2026-02-12 02:37:43] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.130 - - [2026-02-12 02:37:43] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.063272 10.0.0.23 - - [2026-02-12 02:37:43] "POST /ref-update HTTP/1.1" 200 156 0.019694 10.0.0.23 - - [2026-02-12 02:37:43] "POST /useragent-kv HTTP/1.1" 200 115 0.008844 10.0.0.130 - - [2026-02-12 02:37:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.160235 10.0.0.130 - - [2026-02-12 02:37:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001197 10.0.0.130 - - [2026-02-12 02:37:43] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004855 10.0.0.130 - - [2026-02-12 02:37:43] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005307 10.0.0.130 - - [2026-02-12 02:37:43] "POST /neutron/network HTTP/1.1" 200 822 0.005849 10.0.0.130 - - [2026-02-12 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.23 - - [2026-02-12 02:37:43] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000809 10.0.0.130 - - [2026-02-12 02:37:43] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.037899 10.0.0.23 - - [2026-02-12 02:37:43] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001268 10.0.0.130 - - [2026-02-12 02:37:43] "POST /neutron/network HTTP/1.1" 200 607 0.135185 10.0.0.130 - - [2026-02-12 02:37:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.004691 10.0.0.130 - - [2026-02-12 02:37:44] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004879 10.0.0.130 - - [2026-02-12 02:37:44] "POST /neutron/network HTTP/1.1" 200 825 0.007224 10.0.0.130 - - [2026-02-12 02:37:44] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005683 10.0.0.130 - - [2026-02-12 02:37:44] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005172 10.0.0.130 - - [2026-02-12 02:37:45] "GET /obj-perms HTTP/1.1" 200 5049 0.052348 10.0.0.130 - - [2026-02-12 02:37:45] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006404 10.0.0.130 - - [2026-02-12 02:37:46] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005475 10.0.0.22 - - [2026-02-12 02:37:46] "GET /obj-perms HTTP/1.1" 200 5049 0.047528 10.0.0.23 - - [2026-02-12 02:37:46] "GET /obj-perms HTTP/1.1" 200 5049 0.046380 10.0.0.130 - - [2026-02-12 02:37:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.003540 10.0.0.130 - - [2026-02-12 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.23 - - [2026-02-12 02:37:47] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.130 - - [2026-02-12 02:37:47] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.038719 10.0.0.130 - - [2026-02-12 02:37:47] "POST /network-policys HTTP/1.1" 200 553 0.039860 10.0.0.130 - - [2026-02-12 02:37:47] "GET /network-policy/60f6818e-f108-4ce1-bf77-68d4248cfbad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005923 10.0.0.130 - - [2026-02-12 02:37:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.002864 10.0.0.130 - - [2026-02-12 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.23 - - [2026-02-12 02:37:47] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.130 - - [2026-02-12 02:37:47] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.042959 10.0.0.130 - - [2026-02-12 02:37:47] "POST /network-policys HTTP/1.1" 200 553 0.027992 10.0.0.130 - - [2026-02-12 02:37:47] "GET /network-policy/7ca03a3f-ed93-44cb-8980-8548310215f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005983 10.0.0.130 - - [2026-02-12 02:37:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.002530 10.0.0.130 - - [2026-02-12 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.23 - - [2026-02-12 02:37:47] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.130 - - [2026-02-12 02:37:47] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045884 10.0.0.130 - - [2026-02-12 02:37:47] "POST /network-policys HTTP/1.1" 200 553 0.027900 10.0.0.130 - - [2026-02-12 02:37:47] "GET /network-policy/d6339de2-7979-41a3-b209-9b04e5b2fb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005707 10.0.0.23 - - [2026-02-12 02:37:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.003540 10.0.0.130 - - [2026-02-12 02:37:47] "POST /ref-update HTTP/1.1" 200 156 0.044701 10.0.0.130 - - [2026-02-12 02:37:47] "POST /ref-update HTTP/1.1" 200 156 0.053898 10.0.0.130 - - [2026-02-12 02:37:48] "POST /neutron/network HTTP/1.1" 200 822 0.006566 10.0.0.23 - - [2026-02-12 02:37:48] "POST /fqname-to-id HTTP/1.1" 404 236 0.004971 10.0.0.130 - - [2026-02-12 02:37:48] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.031324 10.0.0.130 - - [2026-02-12 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007101 10.0.0.130 - - [2026-02-12 02:37:48] "GET /network-policy/7ca03a3f-ed93-44cb-8980-8548310215f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.004386 10.0.0.130 - - [2026-02-12 02:37:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.000924 10.0.0.130 - - [2026-02-12 02:37:48] "POST /neutron/network HTTP/1.1" 200 1006 0.010080 10.0.0.23 - - [2026-02-12 02:37:49] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.130 - - [2026-02-12 02:37:49] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.075209 10.0.0.130 - - [2026-02-12 02:37:49] "POST /neutron/port HTTP/1.1" 200 117 0.008081 10.0.0.130 - - [2026-02-12 02:37:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001527 10.0.0.130 - - [2026-02-12 02:37:49] "POST /neutron/network HTTP/1.1" 200 1006 0.006788 10.0.0.130 - - [2026-02-12 02:37:50] "POST /neutron/port HTTP/1.1" 200 1061 0.017913 10.0.0.130 - - [2026-02-12 02:37:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.130 - - [2026-02-12 02:37:50] "POST /neutron/network HTTP/1.1" 200 996 0.007505 10.0.0.23 - - [2026-02-12 02:37:50] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000850 10.0.0.130 - - [2026-02-12 02:37:50] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.078001 10.0.0.130 - - [2026-02-12 02:37:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007486 10.0.0.130 - - [2026-02-12 02:37:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001301 10.0.0.130 - - [2026-02-12 02:37:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008554 10.0.0.23 - - [2026-02-12 02:37:51] "DELETE /access-control-list/51fe9a79-9d64-4cf2-8e02-ddcc2c35d1c3 HTTP/1.1" 200 115 0.038702 10.0.0.23 - - [2026-02-12 02:37:51] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.130 - - [2026-02-12 02:37:51] "POST /neutron/port HTTP/1.1" 200 1058 0.256521 10.0.0.130 - - [2026-02-12 02:37:51] "POST /neutron/port HTTP/1.1" 200 1112 0.112992 10.0.0.130 - - [2026-02-12 02:37:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.016017 10.0.0.23 - - [2026-02-12 02:37:52] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.130 - - [2026-02-12 02:37:52] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.067694 10.0.0.130 - - [2026-02-12 02:37:52] "POST /neutron/network HTTP/1.1" 200 825 0.006193 10.0.0.130 - - [2026-02-12 02:37:52] "POST /neutron/port HTTP/1.1" 200 117 0.005796 10.0.0.130 - - [2026-02-12 02:37:52] "POST /neutron/port HTTP/1.1" 200 1125 0.046696 10.0.0.130 - - [2026-02-12 02:37:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007387 10.0.0.130 - - [2026-02-12 02:37:52] "POST /neutron/port HTTP/1.1" 200 1125 0.019995 10.0.0.130 - - [2026-02-12 02:37:52] "GET /virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7 HTTP/1.1" 401 293 0.000718 10.0.0.130 - - [2026-02-12 02:37:53] "POST /neutron/port HTTP/1.1" 200 1061 0.019173 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7 HTTP/1.1" 200 1293 0.030898 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7 HTTP/1.1" 200 1293 0.002807 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-machine-interface/a8a89022-ab4b-4cb6-a217-95f176fe52f3 HTTP/1.1" 200 2945 0.005428 10.0.0.130 - - [2026-02-12 02:37:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004823 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7 HTTP/1.1" 200 1293 0.003122 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-machine-interface/a8a89022-ab4b-4cb6-a217-95f176fe52f3 HTTP/1.1" 200 2945 0.015343 10.0.0.130 - - [2026-02-12 02:37:53] "GET /instance-ip/64bbcff0-57f4-449a-bcd6-55d7264a0fa2 HTTP/1.1" 200 1622 0.008031 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7 HTTP/1.1" 200 1293 0.003721 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-machine-interface/a8a89022-ab4b-4cb6-a217-95f176fe52f3 HTTP/1.1" 200 2945 0.005149 10.0.0.130 - - [2026-02-12 02:37:53] "POST /neutron/network HTTP/1.1" 200 825 0.005252 10.0.0.130 - - [2026-02-12 02:37:53] "GET /instance-ip/64bbcff0-57f4-449a-bcd6-55d7264a0fa2 HTTP/1.1" 200 1622 0.004458 10.0.0.130 - - [2026-02-12 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.130 - - [2026-02-12 02:37:53] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002866 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002705 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005034 10.0.0.130 - - [2026-02-12 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.130 - - [2026-02-12 02:37:53] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005338 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002543 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005464 10.0.0.130 - - [2026-02-12 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.130 - - [2026-02-12 02:37:53] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009062 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002593 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005454 10.0.0.130 - - [2026-02-12 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.130 - - [2026-02-12 02:37:53] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003073 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002774 10.0.0.130 - - [2026-02-12 02:37:53] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005259 10.0.0.130 - - [2026-02-12 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.130 - - [2026-02-12 02:37:54] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004182 10.0.0.130 - - [2026-02-12 02:37:54] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004809 10.0.0.130 - - [2026-02-12 02:37:54] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005663 10.0.0.130 - - [2026-02-12 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.130 - - [2026-02-12 02:37:57] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005054 10.0.0.130 - - [2026-02-12 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.130 - - [2026-02-12 02:38:01] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004977 10.0.0.130 - - [2026-02-12 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005104 10.0.0.130 - - [2026-02-12 02:38:05] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007410 10.0.0.23 - - [2026-02-12 02:38:07] "DELETE /project/c8598d47d17d44ed912c7ea157cae7ce HTTP/1.1" 404 173 0.009796 10.0.0.23 - - [2026-02-12 02:38:07] "DELETE /project/61a46cfb42d648fdb5625bea709bcaca HTTP/1.1" 404 173 0.006093 10.0.0.23 - - [2026-02-12 02:38:07] "DELETE /project/180d7e70eb4e46569dd2177ae058c239 HTTP/1.1" 404 173 0.007442 10.0.0.23 - - [2026-02-12 02:38:07] "DELETE /project/c8598d47-d17d-44ed-912c-7ea157cae7ce HTTP/1.1" 404 177 0.005653 10.0.0.23 - - [2026-02-12 02:38:07] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000832 10.0.0.23 - - [2026-02-12 02:38:07] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.039384 10.0.0.23 - - [2026-02-12 02:38:07] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000812 10.0.0.23 - - [2026-02-12 02:38:07] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?fields=security_groups HTTP/1.1" 200 1421 0.081973 10.0.0.23 - - [2026-02-12 02:38:07] "DELETE /security-group/d3c0cb9f-2b16-44d2-976b-f8758c53d3a4 HTTP/1.1" 200 115 0.045949 10.0.0.23 - - [2026-02-12 02:38:07] "GET /projects?obj_uuids=180d7e70-eb4e-4656-9dd2-177ae058c239&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000850 10.0.0.23 - - [2026-02-12 02:38:07] "DELETE /access-control-list/b5e725b0-a908-4658-ae6b-f604156e5329 HTTP/1.1" 200 115 0.037863 10.0.0.23 - - [2026-02-12 02:38:07] "GET /project/180d7e70-eb4e-4656-9dd2-177ae058c239?fields=application_policy_sets HTTP/1.1" 200 1460 0.041792 10.0.0.23 - - [2026-02-12 02:38:07] "DELETE /project/180d7e70-eb4e-4656-9dd2-177ae058c239 HTTP/1.1" 200 115 0.417031 10.0.0.130 - - [2026-02-12 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.130 - - [2026-02-12 02:38:09] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005218 10.0.0.130 - - [2026-02-12 02:38:09] "GET /obj-perms HTTP/1.1" 200 5075 0.049160 10.0.0.130 - - [2026-02-12 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.130 - - [2026-02-12 02:38:13] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005216 10.0.0.130 - - [2026-02-12 02:38:13] "POST /neutron/network HTTP/1.1" 200 1006 0.037259 10.0.0.130 - - [2026-02-12 02:38:13] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.130 - - [2026-02-12 02:38:16] "POST /neutron/port HTTP/1.1" 200 1122 0.017812 10.0.0.130 - - [2026-02-12 02:38:16] "POST /neutron/subnet HTTP/1.1" 200 689 0.009105 10.0.0.130 - - [2026-02-12 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.130 - - [2026-02-12 02:38:17] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004858 10.0.0.130 - - [2026-02-12 02:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.130 - - [2026-02-12 02:38:21] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005241 10.0.0.130 - - [2026-02-12 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.130 - - [2026-02-12 02:38:25] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005125 10.0.0.130 - - [2026-02-12 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.130 - - [2026-02-12 02:38:29] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005666 10.0.0.130 - - [2026-02-12 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.130 - - [2026-02-12 02:38:34] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007072 10.0.0.130 - - [2026-02-12 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.130 - - [2026-02-12 02:38:36] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003561 10.0.0.130 - - [2026-02-12 02:38:36] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002727 10.0.0.130 - - [2026-02-12 02:38:36] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007127 10.0.0.130 - - [2026-02-12 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.130 - - [2026-02-12 02:38:36] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004052 10.0.0.130 - - [2026-02-12 02:38:36] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003557 10.0.0.130 - - [2026-02-12 02:38:36] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009098 10.0.0.130 - - [2026-02-12 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.130 - - [2026-02-12 02:38:36] "GET /routing-instance/bb06f2c6-0066-4eda-b7ff-f3321c18a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.008408 10.0.0.130 - - [2026-02-12 02:38:36] "GET /route-target/d55fe7f9-a911-4c6d-889a-b7b915ca7da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004416 10.0.0.130 - - [2026-02-12 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.130 - - [2026-02-12 02:38:36] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004856 10.0.0.130 - - [2026-02-12 02:38:36] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003591 10.0.0.130 - - [2026-02-12 02:38:36] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005728 10.0.0.130 - - [2026-02-12 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.130 - - [2026-02-12 02:38:36] "GET /routing-instance/bb06f2c6-0066-4eda-b7ff-f3321c18a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004332 10.0.0.130 - - [2026-02-12 02:38:36] "GET /route-target/d55fe7f9-a911-4c6d-889a-b7b915ca7da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003482 10.0.0.130 - - [2026-02-12 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.130 - - [2026-02-12 02:38:36] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003981 10.0.0.130 - - [2026-02-12 02:38:36] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002917 10.0.0.130 - - [2026-02-12 02:38:36] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005454 10.0.0.130 - - [2026-02-12 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.130 - - [2026-02-12 02:38:36] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004945 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003177 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005829 10.0.0.23 - - [2026-02-12 02:38:37] "GET /obj-perms HTTP/1.1" 200 5049 0.003623 10.0.0.130 - - [2026-02-12 02:38:37] "GET /obj-perms HTTP/1.1" 200 5049 0.003036 10.0.0.130 - - [2026-02-12 02:38:37] "GET /obj-perms HTTP/1.1" 200 5049 0.003782 10.0.0.23 - - [2026-02-12 02:38:37] "GET /obj-perms HTTP/1.1" 200 5049 0.003506 10.0.0.130 - - [2026-02-12 02:38:37] "POST /neutron/port HTTP/1.1" 200 1122 0.015787 10.0.0.130 - - [2026-02-12 02:38:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007503 10.0.0.130 - - [2026-02-12 02:38:37] "POST /neutron/port HTTP/1.1" 200 1122 0.015733 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749 HTTP/1.1" 200 1291 0.005697 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749 HTTP/1.1" 200 1291 0.003155 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-machine-interface/9003a1c6-88ee-4e7d-958c-6e938e19862d HTTP/1.1" 200 2945 0.004422 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749 HTTP/1.1" 200 1291 0.003397 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-machine-interface/9003a1c6-88ee-4e7d-958c-6e938e19862d HTTP/1.1" 200 2945 0.005261 10.0.0.130 - - [2026-02-12 02:38:37] "GET /instance-ip/bbfd9b52-3357-40d0-b53a-c59579cbe6cb HTTP/1.1" 200 1620 0.008232 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749 HTTP/1.1" 200 1291 0.003778 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-machine-interface/9003a1c6-88ee-4e7d-958c-6e938e19862d HTTP/1.1" 200 2945 0.005832 10.0.0.130 - - [2026-02-12 02:38:37] "GET /instance-ip/bbfd9b52-3357-40d0-b53a-c59579cbe6cb HTTP/1.1" 200 1620 0.004558 10.0.0.130 - - [2026-02-12 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.130 - - [2026-02-12 02:38:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003399 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002978 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005251 10.0.0.130 - - [2026-02-12 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.130 - - [2026-02-12 02:38:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004006 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004527 10.0.0.130 - - [2026-02-12 02:38:37] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006389 10.0.0.130 - - [2026-02-12 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.130 - - [2026-02-12 02:38:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004027 10.0.0.130 - - [2026-02-12 02:38:38] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003401 10.0.0.130 - - [2026-02-12 02:38:38] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006748 10.0.0.130 - - [2026-02-12 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.130 - - [2026-02-12 02:38:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004675 10.0.0.130 - - [2026-02-12 02:38:38] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003154 10.0.0.130 - - [2026-02-12 02:38:38] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005121 10.0.0.130 - - [2026-02-12 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.130 - - [2026-02-12 02:38:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004045 10.0.0.130 - - [2026-02-12 02:38:38] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002695 10.0.0.130 - - [2026-02-12 02:38:38] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006491 10.0.0.130 - - [2026-02-12 02:38:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.030707 10.0.0.130 - - [2026-02-12 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.130 - - [2026-02-12 02:38:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003381 10.0.0.130 - - [2026-02-12 02:38:39] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006109 10.0.0.130 - - [2026-02-12 02:38:39] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005625 10.0.0.130 - - [2026-02-12 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.130 - - [2026-02-12 02:38:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003898 10.0.0.130 - - [2026-02-12 02:38:39] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003382 10.0.0.130 - - [2026-02-12 02:38:39] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007885 10.0.0.130 - - [2026-02-12 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.130 - - [2026-02-12 02:38:39] "GET /routing-instance/027c4901-7983-42e9-b55c-0bd62d2dfdba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004770 10.0.0.130 - - [2026-02-12 02:38:39] "GET /route-target/19f96035-884a-4580-9661-d9076a55c248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004107 10.0.0.130 - - [2026-02-12 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.130 - - [2026-02-12 02:38:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004599 10.0.0.130 - - [2026-02-12 02:38:39] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002823 10.0.0.130 - - [2026-02-12 02:38:39] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005522 10.0.0.130 - - [2026-02-12 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.130 - - [2026-02-12 02:38:40] "GET /routing-instance/027c4901-7983-42e9-b55c-0bd62d2dfdba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004695 10.0.0.130 - - [2026-02-12 02:38:40] "GET /route-target/19f96035-884a-4580-9661-d9076a55c248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003585 10.0.0.130 - - [2026-02-12 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.130 - - [2026-02-12 02:38:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003823 10.0.0.130 - - [2026-02-12 02:38:40] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002977 10.0.0.130 - - [2026-02-12 02:38:40] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005547 10.0.0.130 - - [2026-02-12 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.130 - - [2026-02-12 02:38:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003845 10.0.0.130 - - [2026-02-12 02:38:40] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003006 10.0.0.130 - - [2026-02-12 02:38:40] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005545 10.0.0.130 - - [2026-02-12 02:38:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003847 10.0.0.23 - - [2026-02-12 02:38:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003474 10.0.0.130 - - [2026-02-12 02:38:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003386 10.0.0.23 - - [2026-02-12 02:38:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003454 10.0.0.130 - - [2026-02-12 02:38:40] "POST /neutron/port HTTP/1.1" 200 1125 0.017562 10.0.0.130 - - [2026-02-12 02:38:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007125 10.0.0.130 - - [2026-02-12 02:38:40] "GET /virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd HTTP/1.1" 200 1292 0.005518 10.0.0.130 - - [2026-02-12 02:38:40] "GET /virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd HTTP/1.1" 200 1292 0.003562 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-machine-interface/f47c43d3-ed59-4188-be2b-84bb2b3978b8 HTTP/1.1" 200 2945 0.004757 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd HTTP/1.1" 200 1292 0.003066 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-machine-interface/f47c43d3-ed59-4188-be2b-84bb2b3978b8 HTTP/1.1" 200 2945 0.004922 10.0.0.130 - - [2026-02-12 02:38:41] "GET /instance-ip/fbe4311b-6415-49a4-a911-ca994134e4f4 HTTP/1.1" 200 1623 0.014380 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd HTTP/1.1" 200 1292 0.003537 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-machine-interface/f47c43d3-ed59-4188-be2b-84bb2b3978b8 HTTP/1.1" 200 2945 0.009217 10.0.0.130 - - [2026-02-12 02:38:41] "GET /instance-ip/fbe4311b-6415-49a4-a911-ca994134e4f4 HTTP/1.1" 200 1623 0.004336 10.0.0.130 - - [2026-02-12 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.130 - - [2026-02-12 02:38:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003370 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002812 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005481 10.0.0.130 - - [2026-02-12 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.130 - - [2026-02-12 02:38:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005343 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003260 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005530 10.0.0.130 - - [2026-02-12 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.130 - - [2026-02-12 02:38:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004195 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003109 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005632 10.0.0.130 - - [2026-02-12 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.130 - - [2026-02-12 02:38:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005270 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004195 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008922 10.0.0.130 - - [2026-02-12 02:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.130 - - [2026-02-12 02:38:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004147 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003803 10.0.0.130 - - [2026-02-12 02:38:41] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006138 10.0.0.130 - - [2026-02-12 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.130 - - [2026-02-12 02:38:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004839 10.0.0.130 - - [2026-02-12 02:38:42] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003681 10.0.0.130 - - [2026-02-12 02:38:42] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005589 10.0.0.130 - - [2026-02-12 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.130 - - [2026-02-12 02:38:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004348 10.0.0.130 - - [2026-02-12 02:38:42] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003795 10.0.0.130 - - [2026-02-12 02:38:43] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006598 10.0.0.130 - - [2026-02-12 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.130 - - [2026-02-12 02:38:43] "GET /routing-instance/021050e9-a286-4da9-bbb3-ed50b8a09a5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.007593 10.0.0.130 - - [2026-02-12 02:38:43] "GET /route-target/5b17c938-8b9a-4245-bdc6-3de9e93fe603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005258 10.0.0.130 - - [2026-02-12 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.130 - - [2026-02-12 02:38:43] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005286 10.0.0.130 - - [2026-02-12 02:38:43] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003654 10.0.0.130 - - [2026-02-12 02:38:43] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006382 10.0.0.130 - - [2026-02-12 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.130 - - [2026-02-12 02:38:43] "GET /routing-instance/021050e9-a286-4da9-bbb3-ed50b8a09a5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005530 10.0.0.130 - - [2026-02-12 02:38:43] "GET /route-target/5b17c938-8b9a-4245-bdc6-3de9e93fe603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005101 10.0.0.130 - - [2026-02-12 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005986 10.0.0.130 - - [2026-02-12 02:38:43] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004621 10.0.0.130 - - [2026-02-12 02:38:43] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003025 10.0.0.130 - - [2026-02-12 02:38:43] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008621 10.0.0.130 - - [2026-02-12 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.130 - - [2026-02-12 02:38:43] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005002 10.0.0.130 - - [2026-02-12 02:38:43] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003307 10.0.0.130 - - [2026-02-12 02:38:43] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007730 10.0.0.130 - - [2026-02-12 02:38:43] "GET /obj-perms HTTP/1.1" 200 5049 0.004055 10.0.0.23 - - [2026-02-12 02:38:43] "GET /obj-perms HTTP/1.1" 200 5049 0.004790 10.0.0.130 - - [2026-02-12 02:38:43] "GET /obj-perms HTTP/1.1" 200 5049 0.003659 10.0.0.23 - - [2026-02-12 02:38:43] "GET /obj-perms HTTP/1.1" 200 5049 0.003520 10.0.0.130 - - [2026-02-12 02:38:44] "GET /obj-perms HTTP/1.1" 200 5049 0.003815 10.0.0.22 - - [2026-02-12 02:38:44] "GET /obj-perms HTTP/1.1" 200 5049 0.003049 10.0.0.130 - - [2026-02-12 02:38:44] "GET /virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7 HTTP/1.1" 200 1293 0.003752 10.0.0.130 - - [2026-02-12 02:38:44] "GET /virtual-machine-interface/a8a89022-ab4b-4cb6-a217-95f176fe52f3 HTTP/1.1" 200 2945 0.005444 10.0.0.130 - - [2026-02-12 02:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005385 10.0.0.130 - - [2026-02-12 02:38:44] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004052 10.0.0.130 - - [2026-02-12 02:38:44] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003103 10.0.0.130 - - [2026-02-12 02:38:44] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007074 10.0.0.130 - - [2026-02-12 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.130 - - [2026-02-12 02:38:45] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004316 10.0.0.130 - - [2026-02-12 02:38:45] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003300 10.0.0.130 - - [2026-02-12 02:38:45] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007428 10.0.0.130 - - [2026-02-12 02:38:45] "POST /neutron/port HTTP/1.1" 200 1125 0.017580 10.0.0.130 - - [2026-02-12 02:38:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008391 10.0.0.130 - - [2026-02-12 02:38:50] "POST /neutron/port HTTP/1.1" 200 1125 0.014768 10.0.0.130 - - [2026-02-12 02:38:55] "GET /virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749 HTTP/1.1" 200 1291 0.003832 10.0.0.130 - - [2026-02-12 02:38:55] "GET /virtual-machine-interface/9003a1c6-88ee-4e7d-958c-6e938e19862d HTTP/1.1" 200 2945 0.005934 10.0.0.130 - - [2026-02-12 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.130 - - [2026-02-12 02:38:55] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003228 10.0.0.130 - - [2026-02-12 02:38:55] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003459 10.0.0.130 - - [2026-02-12 02:38:55] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005486 10.0.0.130 - - [2026-02-12 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.130 - - [2026-02-12 02:38:56] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003111 10.0.0.130 - - [2026-02-12 02:38:56] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002726 10.0.0.130 - - [2026-02-12 02:38:57] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005511 10.0.0.130 - - [2026-02-12 02:38:57] "GET /virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd HTTP/1.1" 200 1292 0.003757 10.0.0.130 - - [2026-02-12 02:38:57] "GET /virtual-machine-interface/f47c43d3-ed59-4188-be2b-84bb2b3978b8 HTTP/1.1" 200 2945 0.004687 10.0.0.130 - - [2026-02-12 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.130 - - [2026-02-12 02:38:57] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003197 10.0.0.130 - - [2026-02-12 02:38:57] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002598 10.0.0.130 - - [2026-02-12 02:38:57] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005506 10.0.0.130 - - [2026-02-12 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.130 - - [2026-02-12 02:38:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003512 10.0.0.130 - - [2026-02-12 02:38:58] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002865 10.0.0.130 - - [2026-02-12 02:38:58] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005409 10.0.0.130 - - [2026-02-12 02:39:14] "POST /neutron/port HTTP/1.1" 200 1125 0.015479 10.0.0.130 - - [2026-02-12 02:39:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.008644 10.0.0.130 - - [2026-02-12 02:39:17] "POST /neutron/port HTTP/1.1" 200 1122 0.042893 10.0.0.130 - - [2026-02-12 02:39:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005092 10.0.0.130 - - [2026-02-12 02:39:17] "POST /neutron/network HTTP/1.1" 200 914 0.008010 10.0.0.22 - - [2026-02-12 02:39:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.22 - - [2026-02-12 02:39:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.22 - - [2026-02-12 02:39:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.22 - - [2026-02-12 02:39:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.130 - - [2026-02-12 02:39:53] "GET /virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd HTTP/1.1" 200 1292 0.004734 10.0.0.23 - - [2026-02-12 02:39:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.23 - - [2026-02-12 02:39:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000601 10.0.0.23 - - [2026-02-12 02:39:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.23 - - [2026-02-12 02:39:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000595 10.0.0.130 - - [2026-02-12 02:39:54] "POST /neutron/port HTTP/1.1" 200 151 0.151184 10.0.0.130 - - [2026-02-12 02:39:55] "GET /virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd HTTP/1.1" 404 171 0.003032 10.0.0.130 - - [2026-02-12 02:39:55] "GET /virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd HTTP/1.1" 404 171 0.003280 10.0.0.130 - - [2026-02-12 02:39:55] "GET /virtual-machine/71f81360-46c5-43ab-b96a-d4d926d695fd HTTP/1.1" 404 171 0.003239 10.0.0.130 - - [2026-02-12 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.130 - - [2026-02-12 02:39:55] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003795 10.0.0.130 - - [2026-02-12 02:39:55] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002951 10.0.0.130 - - [2026-02-12 02:39:56] "GET /virtual-network/c3115933-99aa-405c-a51f-85378e4c467f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005682 10.0.0.130 - - [2026-02-12 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.130 - - [2026-02-12 02:39:56] "GET /routing-instance/021050e9-a286-4da9-bbb3-ed50b8a09a5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004377 10.0.0.130 - - [2026-02-12 02:39:56] "GET /route-target/5b17c938-8b9a-4245-bdc6-3de9e93fe603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004527 10.0.0.23 - - [2026-02-12 02:39:56] "GET /obj-perms HTTP/1.1" 200 5049 0.004384 10.0.0.130 - - [2026-02-12 02:39:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.130 - - [2026-02-12 02:39:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000562 10.0.0.130 - - [2026-02-12 02:39:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.130 - - [2026-02-12 02:39:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.130 - - [2026-02-12 02:40:02] "GET /obj-perms HTTP/1.1" 200 5049 0.004168 10.0.0.23 - - [2026-02-12 02:40:05] "GET /obj-perms HTTP/1.1" 200 5049 0.004614 10.0.0.130 - - [2026-02-12 02:40:10] "GET /obj-perms HTTP/1.1" 200 5075 0.052715 10.0.0.23 - - [2026-02-12 02:40:14] "GET /obj-perms HTTP/1.1" 200 5049 0.003713 10.0.0.130 - - [2026-02-12 02:40:15] "POST /neutron/network HTTP/1.1" 200 1006 0.008141 10.0.0.130 - - [2026-02-12 02:40:15] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.130 - - [2026-02-12 02:40:17] "GET /obj-perms HTTP/1.1" 200 5049 0.003687 10.0.0.22 - - [2026-02-12 02:40:17] "GET /obj-perms HTTP/1.1" 200 5049 0.003413 10.0.0.130 - - [2026-02-12 02:40:17] "GET /virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749 HTTP/1.1" 200 1291 0.004625 10.0.0.130 - - [2026-02-12 02:40:18] "POST /neutron/port HTTP/1.1" 200 1112 0.017322 10.0.0.130 - - [2026-02-12 02:40:19] "GET /virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749 HTTP/1.1" 404 171 0.003055 10.0.0.130 - - [2026-02-12 02:40:19] "GET /virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749 HTTP/1.1" 404 171 0.002947 10.0.0.130 - - [2026-02-12 02:40:19] "GET /virtual-machine/0eb8be72-b2ac-4531-80b2-d86592c6d749 HTTP/1.1" 404 171 0.002741 10.0.0.130 - - [2026-02-12 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.130 - - [2026-02-12 02:40:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004247 10.0.0.130 - - [2026-02-12 02:40:20] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005257 10.0.0.130 - - [2026-02-12 02:40:20] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.008381 10.0.0.130 - - [2026-02-12 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.130 - - [2026-02-12 02:40:20] "GET /routing-instance/027c4901-7983-42e9-b55c-0bd62d2dfdba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.005215 10.0.0.130 - - [2026-02-12 02:40:20] "GET /route-target/19f96035-884a-4580-9661-d9076a55c248?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004221 10.0.0.130 - - [2026-02-12 02:40:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004686 10.0.0.23 - - [2026-02-12 02:40:20] "GET /obj-perms HTTP/1.1" 200 5049 0.003829 10.0.0.130 - - [2026-02-12 02:40:29] "GET /obj-perms HTTP/1.1" 200 5049 0.005035 10.0.0.23 - - [2026-02-12 02:40:29] "GET /obj-perms HTTP/1.1" 200 5049 0.004205 10.0.0.130 - - [2026-02-12 02:40:38] "GET /obj-perms HTTP/1.1" 200 5049 0.003940 10.0.0.23 - - [2026-02-12 02:40:38] "GET /obj-perms HTTP/1.1" 200 5049 0.003255 10.0.0.130 - - [2026-02-12 02:40:47] "GET /obj-perms HTTP/1.1" 200 5049 0.005120 10.0.0.23 - - [2026-02-12 02:40:47] "GET /obj-perms HTTP/1.1" 200 5049 0.005194 10.0.0.130 - - [2026-02-12 02:40:48] "GET /virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7 HTTP/1.1" 200 1293 0.005318 10.0.0.130 - - [2026-02-12 02:40:48] "POST /neutron/port HTTP/1.1" 200 1115 0.012857 10.0.0.130 - - [2026-02-12 02:40:50] "GET /virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7 HTTP/1.1" 404 171 0.003896 10.0.0.130 - - [2026-02-12 02:40:50] "GET /virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7 HTTP/1.1" 404 171 0.002756 10.0.0.130 - - [2026-02-12 02:40:50] "GET /virtual-machine/bab4f678-497a-49b5-9183-e8767fa02da7 HTTP/1.1" 404 171 0.002614 10.0.0.130 - - [2026-02-12 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.130 - - [2026-02-12 02:40:50] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004474 10.0.0.130 - - [2026-02-12 02:40:50] "GET /virtual-networks?parent_id=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002907 10.0.0.130 - - [2026-02-12 02:40:50] "GET /virtual-network/34640d57-0d65-4896-be6a-52be4e774a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005923 10.0.0.130 - - [2026-02-12 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.130 - - [2026-02-12 02:40:50] "GET /routing-instance/bb06f2c6-0066-4eda-b7ff-f3321c18a5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006336 10.0.0.130 - - [2026-02-12 02:40:50] "GET /route-target/d55fe7f9-a911-4c6d-889a-b7b915ca7da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004803 10.0.0.130 - - [2026-02-12 02:40:50] "GET /obj-perms HTTP/1.1" 200 5049 0.004460 10.0.0.23 - - [2026-02-12 02:40:53] "GET /obj-perms HTTP/1.1" 200 5049 0.003882 10.0.0.130 - - [2026-02-12 02:40:59] "GET /obj-perms HTTP/1.1" 200 5049 0.003937 10.0.0.23 - - [2026-02-12 02:41:02] "GET /obj-perms HTTP/1.1" 200 5049 0.003355 10.0.0.130 - - [2026-02-12 02:41:08] "GET /obj-perms HTTP/1.1" 200 5049 0.003836 10.0.0.23 - - [2026-02-12 02:41:11] "GET /obj-perms HTTP/1.1" 200 5075 0.066140 10.0.0.130 - - [2026-02-12 02:41:14] "GET /obj-perms HTTP/1.1" 200 5049 0.003914 10.0.0.23 - - [2026-02-12 02:41:18] "GET /obj-perms HTTP/1.1" 200 5049 0.003729 10.0.0.130 - - [2026-02-12 02:41:18] "GET /obj-perms HTTP/1.1" 200 5049 0.003421 10.0.0.130 - - [2026-02-12 02:41:18] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005245 10.0.0.130 - - [2026-02-12 02:41:18] "POST /neutron/network HTTP/1.1" 200 822 0.072035 10.0.0.130 - - [2026-02-12 02:41:18] "GET /virtual-network/d5a7e217-f855-4635-b4c6-e1fe04123713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007230 10.0.0.23 - - [2026-02-12 02:41:18] "POST /ref-update HTTP/1.1" 200 156 0.057565 10.0.0.130 - - [2026-02-12 02:41:18] "POST /ref-update HTTP/1.1" 200 156 0.060091 10.0.0.130 - - [2026-02-12 02:41:18] "POST /ref-update HTTP/1.1" 200 156 0.049275 10.0.0.130 - - [2026-02-12 02:41:18] "DELETE /network-policy/d6339de2-7979-41a3-b209-9b04e5b2fb28 HTTP/1.1" 200 115 0.030625 10.0.0.130 - - [2026-02-12 02:41:18] "DELETE /network-policy/7ca03a3f-ed93-44cb-8980-8548310215f8 HTTP/1.1" 200 115 0.033592 10.0.0.130 - - [2026-02-12 02:41:18] "DELETE /network-policy/60f6818e-f108-4ce1-bf77-68d4248cfbad HTTP/1.1" 200 115 0.043638 10.0.0.23 - - [2026-02-12 02:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.041537 10.0.0.23 - - [2026-02-12 02:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002520 10.0.0.130 - - [2026-02-12 02:41:19] "POST /neutron/network HTTP/1.1" 200 151 0.173752 10.0.0.23 - - [2026-02-12 02:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.23 - - [2026-02-12 02:41:19] "DELETE /route-target/19f96035-884a-4580-9661-d9076a55c248 HTTP/1.1" 200 115 0.018732 10.0.0.130 - - [2026-02-12 02:41:19] "POST /neutron/network HTTP/1.1" 200 825 0.009999 10.0.0.130 - - [2026-02-12 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.130 - - [2026-02-12 02:41:20] "DELETE /network-ipam/2938fed4-ee36-4a45-9159-241133197f9f HTTP/1.1" 200 115 0.037338 10.0.0.130 - - [2026-02-12 02:41:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.004386 10.0.0.130 - - [2026-02-12 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.130 - - [2026-02-12 02:41:20] "DELETE /network-ipam/e5fc5153-9dd8-4152-be93-9bc4deba71a9 HTTP/1.1" 200 115 0.033277 10.0.0.130 - - [2026-02-12 02:41:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.003883 10.0.0.130 - - [2026-02-12 02:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.130 - - [2026-02-12 02:41:20] "DELETE /network-ipam/bba72005-9a93-4666-86c8-9459b218c620 HTTP/1.1" 200 115 0.037556 10.0.0.130 - - [2026-02-12 02:41:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.003606 10.0.0.23 - - [2026-02-12 02:41:21] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.130 - - [2026-02-12 02:41:21] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.065961 10.0.0.23 - - [2026-02-12 02:41:21] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000935 10.0.0.130 - - [2026-02-12 02:41:21] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?fields=virtual_networks HTTP/1.1" 200 1042 0.033568 10.0.0.23 - - [2026-02-12 02:41:21] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001186 10.0.0.130 - - [2026-02-12 02:41:21] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.036134 10.0.0.23 - - [2026-02-12 02:41:22] "GET /projects?obj_uuids=61a46cfb-42d6-48fd-b562-5bea709bcaca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974 10.0.0.130 - - [2026-02-12 02:41:22] "GET /project/61a46cfb-42d6-48fd-b562-5bea709bcaca?fields=security_groups HTTP/1.1" 200 1268 0.036464 10.0.0.130 - - [2026-02-12 02:41:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.026923 10.0.0.23 - - [2026-02-12 02:41:22] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005853 10.0.0.23 - - [2026-02-12 02:41:23] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.23 - - [2026-02-12 02:41:23] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.032336 10.0.0.23 - - [2026-02-12 02:41:23] "POST /id-to-fqname HTTP/1.1" 200 196 0.002697 10.0.0.23 - - [2026-02-12 02:41:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.004090 10.0.0.23 - - [2026-02-12 02:41:23] "POST /security-groups HTTP/1.1" 200 597 0.077407 10.0.0.23 - - [2026-02-12 02:41:23] "POST /fqname-to-id HTTP/1.1" 404 240 0.003317 10.0.0.23 - - [2026-02-12 02:41:23] "POST /projects HTTP/1.1" 200 597 0.264882 10.0.0.23 - - [2026-02-12 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.332457 10.0.0.23 - - [2026-02-12 02:41:23] "POST /access-control-lists HTTP/1.1" 200 600 0.036247 10.0.0.130 - - [2026-02-12 02:41:23] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.500736 10.0.0.130 - - [2026-02-12 02:41:24] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.130 - - [2026-02-12 02:41:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000454 10.0.0.130 - - [2026-02-12 02:41:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.056958 10.0.0.130 - - [2026-02-12 02:41:27] "POST /network-ipams HTTP/1.1" 200 519 0.023610 10.0.0.130 - - [2026-02-12 02:41:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003173 10.0.0.130 - - [2026-02-12 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.130 - - [2026-02-12 02:41:28] "GET /network-ipam/5676aa27-6f84-43ef-a226-bb36f5efaa7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.005829 10.0.0.130 - - [2026-02-12 02:41:28] "PUT /network-ipam/5676aa27-6f84-43ef-a226-bb36f5efaa7c HTTP/1.1" 200 258 0.013769 10.0.0.130 - - [2026-02-12 02:41:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003202 10.0.0.130 - - [2026-02-12 02:41:28] "POST /network-ipams HTTP/1.1" 200 519 0.033793 10.0.0.130 - - [2026-02-12 02:41:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003191 10.0.0.130 - - [2026-02-12 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.130 - - [2026-02-12 02:41:28] "GET /network-ipam/9857fa91-40b7-4037-b306-10dccc67a40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006899 10.0.0.130 - - [2026-02-12 02:41:28] "PUT /network-ipam/9857fa91-40b7-4037-b306-10dccc67a40b HTTP/1.1" 200 258 0.013085 10.0.0.130 - - [2026-02-12 02:41:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003266 10.0.0.130 - - [2026-02-12 02:41:28] "POST /network-ipams HTTP/1.1" 200 519 0.024715 10.0.0.130 - - [2026-02-12 02:41:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003079 10.0.0.130 - - [2026-02-12 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.130 - - [2026-02-12 02:41:28] "GET /network-ipam/0ebf4cb6-fb55-4d31-bcfe-473ebd56333c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006376 10.0.0.130 - - [2026-02-12 02:41:28] "PUT /network-ipam/0ebf4cb6-fb55-4d31-bcfe-473ebd56333c HTTP/1.1" 200 258 0.013170 10.0.0.130 - - [2026-02-12 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.23 - - [2026-02-12 02:41:29] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000838 10.0.0.130 - - [2026-02-12 02:41:29] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.036238 10.0.0.23 - - [2026-02-12 02:41:29] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001300 10.0.0.130 - - [2026-02-12 02:41:29] "POST /neutron/network HTTP/1.1" 200 613 0.143719 10.0.0.22 - - [2026-02-12 02:41:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.063454 10.0.0.130 - - [2026-02-12 02:41:30] "POST /neutron/network HTTP/1.1" 200 1014 0.009740 10.0.0.130 - - [2026-02-12 02:41:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001053 10.0.0.130 - - [2026-02-12 02:41:30] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004834 10.0.0.130 - - [2026-02-12 02:41:30] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005273 10.0.0.130 - - [2026-02-12 02:41:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.007528 10.0.0.130 - - [2026-02-12 02:41:30] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005047 10.0.0.130 - - [2026-02-12 02:41:30] "GET /network-ipam/5676aa27-6f84-43ef-a226-bb36f5efaa7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.009438 10.0.0.130 - - [2026-02-12 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.23 - - [2026-02-12 02:41:30] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000929 10.0.0.130 - - [2026-02-12 02:41:30] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.051306 10.0.0.130 - - [2026-02-12 02:41:30] "POST /neutron/network HTTP/1.1" 200 117 0.023697 10.0.0.23 - - [2026-02-12 02:41:30] "POST /route-targets HTTP/1.1" 200 327 0.012656 10.0.0.23 - - [2026-02-12 02:41:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006576 10.0.0.130 - - [2026-02-12 02:41:31] "POST /neutron/subnet HTTP/1.1" 200 828 0.218210 10.0.0.130 - - [2026-02-12 02:41:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001230 10.0.0.130 - - [2026-02-12 02:41:31] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008786 10.0.0.130 - - [2026-02-12 02:41:31] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005303 10.0.0.130 - - [2026-02-12 02:41:31] "POST /neutron/network HTTP/1.1" 200 1013 0.008718 10.0.0.130 - - [2026-02-12 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.23 - - [2026-02-12 02:41:31] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000800 10.0.0.130 - - [2026-02-12 02:41:31] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043916 10.0.0.130 - - [2026-02-12 02:41:31] "POST /neutron/network HTTP/1.1" 200 117 0.018685 10.0.0.23 - - [2026-02-12 02:41:32] "POST /ref-update HTTP/1.1" 200 156 0.032373 10.0.0.23 - - [2026-02-12 02:41:32] "POST /useragent-kv HTTP/1.1" 200 115 0.009140 10.0.0.130 - - [2026-02-12 02:41:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.222586 10.0.0.130 - - [2026-02-12 02:41:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001261 10.0.0.130 - - [2026-02-12 02:41:32] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005023 10.0.0.130 - - [2026-02-12 02:41:32] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006633 10.0.0.130 - - [2026-02-12 02:41:32] "POST /neutron/network HTTP/1.1" 200 1015 0.008899 10.0.0.130 - - [2026-02-12 02:41:32] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005085 10.0.0.22 - - [2026-02-12 02:41:33] "GET /obj-perms HTTP/1.1" 200 5061 0.048305 10.0.0.130 - - [2026-02-12 02:41:34] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005608 10.0.0.23 - - [2026-02-12 02:41:34] "GET /obj-perms HTTP/1.1" 200 5061 0.050982 10.0.0.130 - - [2026-02-12 02:41:34] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005043 10.0.0.130 - - [2026-02-12 02:41:35] "GET /obj-perms HTTP/1.1" 200 5061 0.054833 10.0.0.130 - - [2026-02-12 02:41:35] "POST /fqname-to-id HTTP/1.1" 404 224 0.003369 10.0.0.130 - - [2026-02-12 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.23 - - [2026-02-12 02:41:35] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001475 10.0.0.130 - - [2026-02-12 02:41:35] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.042176 10.0.0.130 - - [2026-02-12 02:41:35] "POST /network-policys HTTP/1.1" 200 559 0.023743 10.0.0.130 - - [2026-02-12 02:41:35] "GET /network-policy/51b8ddaf-e2df-497c-9424-c3efe4d62f5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005466 10.0.0.130 - - [2026-02-12 02:41:35] "POST /fqname-to-id HTTP/1.1" 404 224 0.002962 10.0.0.130 - - [2026-02-12 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.23 - - [2026-02-12 02:41:35] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000899 10.0.0.130 - - [2026-02-12 02:41:35] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.042056 10.0.0.130 - - [2026-02-12 02:41:35] "POST /network-policys HTTP/1.1" 200 559 0.024071 10.0.0.130 - - [2026-02-12 02:41:35] "GET /network-policy/c0ad01f6-4c88-4060-a4bf-bf648f485b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.005854 10.0.0.130 - - [2026-02-12 02:41:35] "POST /fqname-to-id HTTP/1.1" 404 224 0.002128 10.0.0.130 - - [2026-02-12 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-02-12 02:41:35] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.130 - - [2026-02-12 02:41:35] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.036411 10.0.0.130 - - [2026-02-12 02:41:35] "POST /network-policys HTTP/1.1" 200 559 0.025332 10.0.0.130 - - [2026-02-12 02:41:36] "GET /network-policy/0fb777e0-015d-437d-a1d0-3329fc3c183b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006248 10.0.0.130 - - [2026-02-12 02:41:36] "POST /neutron/network HTTP/1.1" 200 1014 0.008543 10.0.0.22 - - [2026-02-12 02:41:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003747 10.0.0.130 - - [2026-02-12 02:41:36] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.009439 10.0.0.130 - - [2026-02-12 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005420 10.0.0.130 - - [2026-02-12 02:41:36] "GET /network-policy/51b8ddaf-e2df-497c-9424-c3efe4d62f5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.004111 10.0.0.130 - - [2026-02-12 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.130 - - [2026-02-12 02:41:36] "GET /network-policy/c0ad01f6-4c88-4060-a4bf-bf648f485b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.003893 10.0.0.130 - - [2026-02-12 02:41:36] "POST /neutron/network HTTP/1.1" 200 1013 0.010933 10.0.0.23 - - [2026-02-12 02:41:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.004259 10.0.0.130 - - [2026-02-12 02:41:36] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.019135 10.0.0.130 - - [2026-02-12 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006429 10.0.0.130 - - [2026-02-12 02:41:36] "GET /network-policy/0fb777e0-015d-437d-a1d0-3329fc3c183b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005131 10.0.0.130 - - [2026-02-12 02:41:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.000941 10.0.0.130 - - [2026-02-12 02:41:37] "POST /neutron/network HTTP/1.1" 200 1208 0.007106 10.0.0.23 - - [2026-02-12 02:41:37] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000965 10.0.0.130 - - [2026-02-12 02:41:37] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.083578 10.0.0.130 - - [2026-02-12 02:41:38] "POST /neutron/port HTTP/1.1" 200 117 0.005808 10.0.0.130 - - [2026-02-12 02:41:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001314 10.0.0.130 - - [2026-02-12 02:41:38] "POST /neutron/network HTTP/1.1" 200 1208 0.007484 10.0.0.23 - - [2026-02-12 02:41:38] "PUT /access-control-list/5fe17194-131f-4905-b4ee-6ab47ede1271 HTTP/1.1" 200 272 0.015557 10.0.0.23 - - [2026-02-12 02:41:39] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000885 10.0.0.130 - - [2026-02-12 02:41:39] "POST /neutron/port HTTP/1.1" 200 1173 0.026533 10.0.0.130 - - [2026-02-12 02:41:39] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.077594 10.0.0.130 - - [2026-02-12 02:41:39] "POST /neutron/port HTTP/1.1" 200 1237 0.045382 10.0.0.130 - - [2026-02-12 02:41:39] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007174 10.0.0.130 - - [2026-02-12 02:41:39] "POST /neutron/port HTTP/1.1" 200 117 0.005675 10.0.0.130 - - [2026-02-12 02:41:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001130 10.0.0.130 - - [2026-02-12 02:41:39] "POST /neutron/network HTTP/1.1" 200 1198 0.011125 10.0.0.130 - - [2026-02-12 02:41:39] "POST /neutron/network HTTP/1.1" 200 1025 0.006728 10.0.0.130 - - [2026-02-12 02:41:40] "POST /neutron/port HTTP/1.1" 200 1172 0.018542 10.0.0.130 - - [2026-02-12 02:41:40] "POST /neutron/port HTTP/1.1" 200 1236 0.024643 10.0.0.130 - - [2026-02-12 02:41:40] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012081 10.0.0.130 - - [2026-02-12 02:41:40] "POST /neutron/network HTTP/1.1" 200 1111 0.008634 10.0.0.23 - - [2026-02-12 02:41:40] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000967 10.0.0.130 - - [2026-02-12 02:41:40] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.065903 10.0.0.130 - - [2026-02-12 02:41:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007231 10.0.0.130 - - [2026-02-12 02:41:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007293 10.0.0.130 - - [2026-02-12 02:41:41] "POST /neutron/port HTTP/1.1" 200 1237 0.016849 10.0.0.130 - - [2026-02-12 02:41:41] "POST /neutron/port HTTP/1.1" 200 1237 0.017059 10.0.0.130 - - [2026-02-12 02:41:41] "GET /virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32 HTTP/1.1" 401 293 0.000416 10.0.0.130 - - [2026-02-12 02:41:41] "POST /neutron/port HTTP/1.1" 200 1174 0.029864 10.0.0.130 - - [2026-02-12 02:41:41] "GET /virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32 HTTP/1.1" 200 1299 0.031079 10.0.0.130 - - [2026-02-12 02:41:41] "GET /virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32 HTTP/1.1" 200 1299 0.004439 10.0.0.130 - - [2026-02-12 02:41:41] "GET /virtual-machine-interface/e9ea76f2-68a0-402d-81ff-7e0c0a0ef3dd HTTP/1.1" 200 3168 0.004640 10.0.0.130 - - [2026-02-12 02:41:41] "GET /virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32 HTTP/1.1" 200 1299 0.007614 10.0.0.130 - - [2026-02-12 02:41:41] "GET /virtual-machine-interface/e9ea76f2-68a0-402d-81ff-7e0c0a0ef3dd HTTP/1.1" 200 3168 0.008689 10.0.0.130 - - [2026-02-12 02:41:41] "GET /instance-ip/0955edd7-46c1-4a81-ac36-927b419dbe0f HTTP/1.1" 200 1632 0.013641 10.0.0.130 - - [2026-02-12 02:41:41] "GET /instance-ip/9417bc08-9c38-41bc-ae5d-e660292ed684 HTTP/1.1" 200 1654 0.005944 10.0.0.130 - - [2026-02-12 02:41:41] "GET /virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32 HTTP/1.1" 200 1299 0.003183 10.0.0.130 - - [2026-02-12 02:41:41] "GET /virtual-machine-interface/e9ea76f2-68a0-402d-81ff-7e0c0a0ef3dd HTTP/1.1" 200 3168 0.004133 10.0.0.130 - - [2026-02-12 02:41:41] "GET /instance-ip/0955edd7-46c1-4a81-ac36-927b419dbe0f HTTP/1.1" 200 1632 0.003668 10.0.0.130 - - [2026-02-12 02:41:41] "GET /instance-ip/9417bc08-9c38-41bc-ae5d-e660292ed684 HTTP/1.1" 200 1654 0.004234 10.0.0.130 - - [2026-02-12 02:41:41] "POST /neutron/port HTTP/1.1" 200 1238 0.016019 10.0.0.130 - - [2026-02-12 02:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.130 - - [2026-02-12 02:41:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004808 10.0.0.130 - - [2026-02-12 02:41:42] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006059 10.0.0.130 - - [2026-02-12 02:41:42] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012235 10.0.0.130 - - [2026-02-12 02:41:42] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005927 10.0.0.130 - - [2026-02-12 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.130 - - [2026-02-12 02:41:42] "POST /neutron/network HTTP/1.1" 200 1015 0.009339 10.0.0.130 - - [2026-02-12 02:41:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004321 10.0.0.130 - - [2026-02-12 02:41:42] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003006 10.0.0.130 - - [2026-02-12 02:41:42] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005310 10.0.0.130 - - [2026-02-12 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.130 - - [2026-02-12 02:41:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004407 10.0.0.130 - - [2026-02-12 02:41:42] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003215 10.0.0.130 - - [2026-02-12 02:41:42] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006047 10.0.0.130 - - [2026-02-12 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.130 - - [2026-02-12 02:41:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003721 10.0.0.130 - - [2026-02-12 02:41:42] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003738 10.0.0.130 - - [2026-02-12 02:41:42] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005830 10.0.0.130 - - [2026-02-12 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.130 - - [2026-02-12 02:41:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003698 10.0.0.130 - - [2026-02-12 02:41:42] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002832 10.0.0.130 - - [2026-02-12 02:41:42] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005314 10.0.0.130 - - [2026-02-12 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.130 - - [2026-02-12 02:41:45] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.007143 10.0.0.130 - - [2026-02-12 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.130 - - [2026-02-12 02:41:49] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.004967 10.0.0.23 - - [2026-02-12 02:41:51] "DELETE /access-control-list/607e8c51-4fae-4e1f-98ac-604df692e16b HTTP/1.1" 200 115 0.043279 10.0.0.130 - - [2026-02-12 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.130 - - [2026-02-12 02:41:53] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005075 10.0.0.130 - - [2026-02-12 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.130 - - [2026-02-12 02:41:57] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005499 10.0.0.130 - - [2026-02-12 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.130 - - [2026-02-12 02:42:02] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005584 10.0.0.130 - - [2026-02-12 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.130 - - [2026-02-12 02:42:06] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005967 10.0.0.23 - - [2026-02-12 02:42:07] "DELETE /project/5afbd078064e4979a63df0895efdf617 HTTP/1.1" 404 173 0.002975 10.0.0.23 - - [2026-02-12 02:42:07] "DELETE /project/61a46cfb-42d6-48fd-b562-5bea709bcaca HTTP/1.1" 404 177 0.005475 10.0.0.130 - - [2026-02-12 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.130 - - [2026-02-12 02:42:10] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.008842 10.0.0.22 - - [2026-02-12 02:42:12] "GET /obj-perms HTTP/1.1" 200 5075 0.051078 10.0.0.130 - - [2026-02-12 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.130 - - [2026-02-12 02:42:14] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.004701 10.0.0.130 - - [2026-02-12 02:42:17] "POST /neutron/network HTTP/1.1" 200 1208 0.007879 10.0.0.130 - - [2026-02-12 02:42:17] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012119 10.0.0.130 - - [2026-02-12 02:42:17] "POST /neutron/network HTTP/1.1" 200 1198 0.009925 10.0.0.130 - - [2026-02-12 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.130 - - [2026-02-12 02:42:18] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.004806 10.0.0.130 - - [2026-02-12 02:42:21] "POST /neutron/network HTTP/1.1" 200 1121 0.006662 10.0.0.130 - - [2026-02-12 02:42:21] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013876 10.0.0.130 - - [2026-02-12 02:42:21] "POST /neutron/network HTTP/1.1" 200 1111 0.010884 10.0.0.130 - - [2026-02-12 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.130 - - [2026-02-12 02:42:22] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.004776 10.0.0.130 - - [2026-02-12 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.130 - - [2026-02-12 02:42:24] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004648 10.0.0.130 - - [2026-02-12 02:42:24] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003475 10.0.0.130 - - [2026-02-12 02:42:24] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.007275 10.0.0.130 - - [2026-02-12 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.130 - - [2026-02-12 02:42:24] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003482 10.0.0.130 - - [2026-02-12 02:42:24] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002909 10.0.0.130 - - [2026-02-12 02:42:24] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006314 10.0.0.130 - - [2026-02-12 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.130 - - [2026-02-12 02:42:25] "GET /routing-instance/4197ebc6-a6a5-4634-b08a-bb3caffd4d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.006407 10.0.0.130 - - [2026-02-12 02:42:25] "GET /route-target/c19bfb39-f22f-403c-a357-c9889d99532f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003633 10.0.0.130 - - [2026-02-12 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.130 - - [2026-02-12 02:42:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003243 10.0.0.130 - - [2026-02-12 02:42:25] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002576 10.0.0.130 - - [2026-02-12 02:42:25] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.007604 10.0.0.130 - - [2026-02-12 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.130 - - [2026-02-12 02:42:25] "GET /routing-instance/4197ebc6-a6a5-4634-b08a-bb3caffd4d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004379 10.0.0.130 - - [2026-02-12 02:42:25] "GET /route-target/c19bfb39-f22f-403c-a357-c9889d99532f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003543 10.0.0.130 - - [2026-02-12 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.130 - - [2026-02-12 02:42:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003821 10.0.0.130 - - [2026-02-12 02:42:25] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003403 10.0.0.130 - - [2026-02-12 02:42:25] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005714 10.0.0.130 - - [2026-02-12 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.130 - - [2026-02-12 02:42:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004098 10.0.0.130 - - [2026-02-12 02:42:25] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003830 10.0.0.130 - - [2026-02-12 02:42:25] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006490 10.0.0.130 - - [2026-02-12 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.130 - - [2026-02-12 02:42:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003966 10.0.0.130 - - [2026-02-12 02:42:25] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003520 10.0.0.130 - - [2026-02-12 02:42:25] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006098 10.0.0.130 - - [2026-02-12 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.130 - - [2026-02-12 02:42:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004393 10.0.0.130 - - [2026-02-12 02:42:25] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002908 10.0.0.130 - - [2026-02-12 02:42:25] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.008446 10.0.0.23 - - [2026-02-12 02:42:25] "GET /obj-perms HTTP/1.1" 200 5061 0.005044 10.0.0.130 - - [2026-02-12 02:42:25] "GET /obj-perms HTTP/1.1" 200 5061 0.003694 10.0.0.130 - - [2026-02-12 02:42:25] "GET /obj-perms HTTP/1.1" 200 5061 0.003807 10.0.0.23 - - [2026-02-12 02:42:25] "GET /obj-perms HTTP/1.1" 200 5061 0.003928 10.0.0.130 - - [2026-02-12 02:42:26] "POST /neutron/port HTTP/1.1" 200 1236 0.018140 10.0.0.130 - - [2026-02-12 02:42:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009012 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-machine/065e86e5-f597-4005-a20a-487693d21e99 HTTP/1.1" 200 1297 0.007108 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-machine/065e86e5-f597-4005-a20a-487693d21e99 HTTP/1.1" 200 1297 0.003808 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-machine-interface/856cc28f-1b67-416e-b8e1-d99ae84b3eea HTTP/1.1" 200 3168 0.006281 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-machine/065e86e5-f597-4005-a20a-487693d21e99 HTTP/1.1" 200 1297 0.003766 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-machine-interface/856cc28f-1b67-416e-b8e1-d99ae84b3eea HTTP/1.1" 200 3168 0.005340 10.0.0.130 - - [2026-02-12 02:42:26] "GET /instance-ip/90e88f1e-0362-4370-bba2-2a27bbf620db HTTP/1.1" 200 1654 0.005698 10.0.0.130 - - [2026-02-12 02:42:26] "GET /instance-ip/c65a97c5-1acc-43a1-84de-a4704a76026a HTTP/1.1" 200 1632 0.005224 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-machine/065e86e5-f597-4005-a20a-487693d21e99 HTTP/1.1" 200 1297 0.003240 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-machine-interface/856cc28f-1b67-416e-b8e1-d99ae84b3eea HTTP/1.1" 200 3168 0.004799 10.0.0.130 - - [2026-02-12 02:42:26] "GET /instance-ip/90e88f1e-0362-4370-bba2-2a27bbf620db HTTP/1.1" 200 1654 0.003835 10.0.0.130 - - [2026-02-12 02:42:26] "GET /instance-ip/c65a97c5-1acc-43a1-84de-a4704a76026a HTTP/1.1" 200 1632 0.004344 10.0.0.130 - - [2026-02-12 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.130 - - [2026-02-12 02:42:26] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005738 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003602 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.007799 10.0.0.130 - - [2026-02-12 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.130 - - [2026-02-12 02:42:26] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004914 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003954 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006936 10.0.0.130 - - [2026-02-12 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.013927 10.0.0.130 - - [2026-02-12 02:42:26] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004969 10.0.0.130 - - [2026-02-12 02:42:26] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003568 10.0.0.130 - - [2026-02-12 02:42:27] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.013122 10.0.0.130 - - [2026-02-12 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.130 - - [2026-02-12 02:42:27] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004153 10.0.0.130 - - [2026-02-12 02:42:27] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002867 10.0.0.130 - - [2026-02-12 02:42:27] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005555 10.0.0.130 - - [2026-02-12 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.130 - - [2026-02-12 02:42:27] "POST /neutron/port HTTP/1.1" 200 1236 0.016782 10.0.0.130 - - [2026-02-12 02:42:27] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004814 10.0.0.130 - - [2026-02-12 02:42:27] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002642 10.0.0.130 - - [2026-02-12 02:42:27] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005725 10.0.0.130 - - [2026-02-12 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.130 - - [2026-02-12 02:42:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003754 10.0.0.130 - - [2026-02-12 02:42:28] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002771 10.0.0.130 - - [2026-02-12 02:42:28] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005716 10.0.0.130 - - [2026-02-12 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.130 - - [2026-02-12 02:42:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004743 10.0.0.130 - - [2026-02-12 02:42:28] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002842 10.0.0.130 - - [2026-02-12 02:42:28] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005963 10.0.0.130 - - [2026-02-12 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.130 - - [2026-02-12 02:42:28] "GET /routing-instance/2c2e3b00-e526-4509-a27e-d98d4c470232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004923 10.0.0.130 - - [2026-02-12 02:42:28] "GET /route-target/33f4feb8-c7e9-451c-aa5c-d34ba23ac6fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003532 10.0.0.130 - - [2026-02-12 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.130 - - [2026-02-12 02:42:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003660 10.0.0.130 - - [2026-02-12 02:42:28] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002597 10.0.0.130 - - [2026-02-12 02:42:28] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006202 10.0.0.130 - - [2026-02-12 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.130 - - [2026-02-12 02:42:28] "GET /routing-instance/2c2e3b00-e526-4509-a27e-d98d4c470232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.003969 10.0.0.130 - - [2026-02-12 02:42:28] "GET /route-target/33f4feb8-c7e9-451c-aa5c-d34ba23ac6fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003384 10.0.0.130 - - [2026-02-12 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.130 - - [2026-02-12 02:42:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004256 10.0.0.130 - - [2026-02-12 02:42:29] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003155 10.0.0.130 - - [2026-02-12 02:42:29] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005623 10.0.0.130 - - [2026-02-12 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.130 - - [2026-02-12 02:42:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004231 10.0.0.130 - - [2026-02-12 02:42:29] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002874 10.0.0.130 - - [2026-02-12 02:42:29] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005404 10.0.0.130 - - [2026-02-12 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.130 - - [2026-02-12 02:42:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003825 10.0.0.130 - - [2026-02-12 02:42:29] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002678 10.0.0.130 - - [2026-02-12 02:42:29] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005929 10.0.0.130 - - [2026-02-12 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.130 - - [2026-02-12 02:42:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003670 10.0.0.130 - - [2026-02-12 02:42:29] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004611 10.0.0.130 - - [2026-02-12 02:42:29] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.007012 10.0.0.23 - - [2026-02-12 02:42:29] "GET /obj-perms HTTP/1.1" 200 5061 0.003433 10.0.0.130 - - [2026-02-12 02:42:29] "GET /obj-perms HTTP/1.1" 200 5061 0.005705 10.0.0.130 - - [2026-02-12 02:42:29] "GET /obj-perms HTTP/1.1" 200 5061 0.003370 10.0.0.23 - - [2026-02-12 02:42:29] "GET /obj-perms HTTP/1.1" 200 5061 0.003610 10.0.0.130 - - [2026-02-12 02:42:29] "GET /obj-perms HTTP/1.1" 200 5061 0.004143 10.0.0.130 - - [2026-02-12 02:42:29] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007699 10.0.0.130 - - [2026-02-12 02:42:30] "POST /neutron/port HTTP/1.1" 200 1238 0.021354 10.0.0.130 - - [2026-02-12 02:42:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007450 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3 HTTP/1.1" 200 1298 0.013511 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3 HTTP/1.1" 200 1298 0.003778 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-machine-interface/4fc6c1de-3a97-4e87-a2f5-79ff28e52ed8 HTTP/1.1" 200 3168 0.005325 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3 HTTP/1.1" 200 1298 0.003585 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-machine-interface/4fc6c1de-3a97-4e87-a2f5-79ff28e52ed8 HTTP/1.1" 200 3168 0.004899 10.0.0.130 - - [2026-02-12 02:42:30] "GET /instance-ip/34ba75f3-2b3e-4787-9004-7c97deeb49cb HTTP/1.1" 200 1653 0.008896 10.0.0.130 - - [2026-02-12 02:42:30] "GET /instance-ip/a078655e-6da0-4641-bed5-055f45610686 HTTP/1.1" 200 1635 0.007578 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3 HTTP/1.1" 200 1298 0.005681 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-machine-interface/4fc6c1de-3a97-4e87-a2f5-79ff28e52ed8 HTTP/1.1" 200 3168 0.005352 10.0.0.130 - - [2026-02-12 02:42:30] "GET /instance-ip/34ba75f3-2b3e-4787-9004-7c97deeb49cb HTTP/1.1" 200 1653 0.003607 10.0.0.130 - - [2026-02-12 02:42:30] "GET /instance-ip/a078655e-6da0-4641-bed5-055f45610686 HTTP/1.1" 200 1635 0.003473 10.0.0.130 - - [2026-02-12 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007624 10.0.0.130 - - [2026-02-12 02:42:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003397 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002971 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009287 10.0.0.130 - - [2026-02-12 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.130 - - [2026-02-12 02:42:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003853 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002965 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006024 10.0.0.130 - - [2026-02-12 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.130 - - [2026-02-12 02:42:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004318 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002708 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005280 10.0.0.130 - - [2026-02-12 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.130 - - [2026-02-12 02:42:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005847 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007691 10.0.0.130 - - [2026-02-12 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.130 - - [2026-02-12 02:42:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005559 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003303 10.0.0.130 - - [2026-02-12 02:42:30] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006555 10.0.0.130 - - [2026-02-12 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.130 - - [2026-02-12 02:42:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003112 10.0.0.130 - - [2026-02-12 02:42:31] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002518 10.0.0.130 - - [2026-02-12 02:42:32] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.012289 10.0.0.130 - - [2026-02-12 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.130 - - [2026-02-12 02:42:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009860 10.0.0.130 - - [2026-02-12 02:42:32] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002983 10.0.0.130 - - [2026-02-12 02:42:32] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006618 10.0.0.130 - - [2026-02-12 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.130 - - [2026-02-12 02:42:32] "GET /routing-instance/554afa63-2834-45ce-ba98-e73514b656fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004381 10.0.0.130 - - [2026-02-12 02:42:32] "GET /route-target/54db4ac2-be66-44d0-976f-946e6b3fc830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004318 10.0.0.130 - - [2026-02-12 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.130 - - [2026-02-12 02:42:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003258 10.0.0.130 - - [2026-02-12 02:42:32] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002515 10.0.0.130 - - [2026-02-12 02:42:32] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006164 10.0.0.130 - - [2026-02-12 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.130 - - [2026-02-12 02:42:32] "GET /routing-instance/554afa63-2834-45ce-ba98-e73514b656fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004812 10.0.0.130 - - [2026-02-12 02:42:32] "GET /route-target/54db4ac2-be66-44d0-976f-946e6b3fc830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005234 10.0.0.130 - - [2026-02-12 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.130 - - [2026-02-12 02:42:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004542 10.0.0.130 - - [2026-02-12 02:42:32] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003276 10.0.0.130 - - [2026-02-12 02:42:32] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008121 10.0.0.130 - - [2026-02-12 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.130 - - [2026-02-12 02:42:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005142 10.0.0.130 - - [2026-02-12 02:42:32] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003646 10.0.0.130 - - [2026-02-12 02:42:32] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007260 10.0.0.130 - - [2026-02-12 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.130 - - [2026-02-12 02:42:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005399 10.0.0.130 - - [2026-02-12 02:42:32] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003530 10.0.0.130 - - [2026-02-12 02:42:33] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008567 10.0.0.130 - - [2026-02-12 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.130 - - [2026-02-12 02:42:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005240 10.0.0.130 - - [2026-02-12 02:42:33] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005000 10.0.0.130 - - [2026-02-12 02:42:33] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007988 10.0.0.23 - - [2026-02-12 02:42:33] "GET /obj-perms HTTP/1.1" 200 5061 0.004156 10.0.0.130 - - [2026-02-12 02:42:33] "GET /obj-perms HTTP/1.1" 200 5061 0.004945 10.0.0.130 - - [2026-02-12 02:42:33] "GET /obj-perms HTTP/1.1" 200 5061 0.003495 10.0.0.23 - - [2026-02-12 02:42:33] "GET /obj-perms HTTP/1.1" 200 5061 0.003648 10.0.0.130 - - [2026-02-12 02:42:33] "GET /obj-perms HTTP/1.1" 200 5061 0.004215 10.0.0.22 - - [2026-02-12 02:42:33] "GET /obj-perms HTTP/1.1" 200 5061 0.003539 10.0.0.130 - - [2026-02-12 02:42:33] "GET /virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32 HTTP/1.1" 200 1299 0.004264 10.0.0.130 - - [2026-02-12 02:42:33] "GET /virtual-machine-interface/e9ea76f2-68a0-402d-81ff-7e0c0a0ef3dd HTTP/1.1" 200 3168 0.005627 10.0.0.130 - - [2026-02-12 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.130 - - [2026-02-12 02:42:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004399 10.0.0.130 - - [2026-02-12 02:42:33] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003192 10.0.0.130 - - [2026-02-12 02:42:33] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006937 10.0.0.130 - - [2026-02-12 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.130 - - [2026-02-12 02:42:34] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004005 10.0.0.130 - - [2026-02-12 02:42:34] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003186 10.0.0.130 - - [2026-02-12 02:42:34] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005856 10.0.0.130 - - [2026-02-12 02:42:35] "POST /neutron/port HTTP/1.1" 200 1237 0.016901 10.0.0.130 - - [2026-02-12 02:42:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006013 10.0.0.130 - - [2026-02-12 02:42:45] "POST /neutron/port HTTP/1.1" 200 1237 0.015579 10.0.0.130 - - [2026-02-12 02:42:50] "GET /virtual-machine/065e86e5-f597-4005-a20a-487693d21e99 HTTP/1.1" 200 1297 0.004325 10.0.0.130 - - [2026-02-12 02:42:50] "GET /virtual-machine-interface/856cc28f-1b67-416e-b8e1-d99ae84b3eea HTTP/1.1" 200 3168 0.004833 10.0.0.130 - - [2026-02-12 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.130 - - [2026-02-12 02:42:50] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004644 10.0.0.130 - - [2026-02-12 02:42:50] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002945 10.0.0.130 - - [2026-02-12 02:42:50] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006020 10.0.0.130 - - [2026-02-12 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.130 - - [2026-02-12 02:42:51] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004208 10.0.0.130 - - [2026-02-12 02:42:51] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003624 10.0.0.130 - - [2026-02-12 02:42:51] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006580 10.0.0.130 - - [2026-02-12 02:42:51] "GET /virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3 HTTP/1.1" 200 1298 0.005320 10.0.0.130 - - [2026-02-12 02:42:51] "GET /virtual-machine-interface/4fc6c1de-3a97-4e87-a2f5-79ff28e52ed8 HTTP/1.1" 200 3168 0.006983 10.0.0.130 - - [2026-02-12 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.130 - - [2026-02-12 02:42:51] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004128 10.0.0.130 - - [2026-02-12 02:42:51] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003455 10.0.0.130 - - [2026-02-12 02:42:51] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006194 10.0.0.130 - - [2026-02-12 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.130 - - [2026-02-12 02:42:52] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004773 10.0.0.130 - - [2026-02-12 02:42:52] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003901 10.0.0.130 - - [2026-02-12 02:42:53] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006743 10.0.0.130 - - [2026-02-12 02:43:13] "GET /virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3 HTTP/1.1" 200 1298 0.004062 10.0.0.130 - - [2026-02-12 02:43:14] "POST /neutron/port HTTP/1.1" 200 1228 0.015651 10.0.0.130 - - [2026-02-12 02:43:15] "GET /virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3 HTTP/1.1" 404 171 0.003340 10.0.0.130 - - [2026-02-12 02:43:15] "GET /virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3 HTTP/1.1" 404 171 0.002846 10.0.0.130 - - [2026-02-12 02:43:15] "GET /virtual-machine/405296e8-656c-46a8-91c0-d5aaa11bffa3 HTTP/1.1" 404 171 0.003542 10.0.0.130 - - [2026-02-12 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.130 - - [2026-02-12 02:43:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003155 10.0.0.130 - - [2026-02-12 02:43:15] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002707 10.0.0.130 - - [2026-02-12 02:43:15] "GET /virtual-network/80a17cb1-3d03-4a5e-998a-3358b9821dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005654 10.0.0.130 - - [2026-02-12 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.130 - - [2026-02-12 02:43:16] "GET /routing-instance/554afa63-2834-45ce-ba98-e73514b656fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004444 10.0.0.130 - - [2026-02-12 02:43:16] "GET /route-target/54db4ac2-be66-44d0-976f-946e6b3fc830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004033 10.0.0.23 - - [2026-02-12 02:43:16] "GET /obj-perms HTTP/1.1" 200 5061 0.004057 10.0.0.130 - - [2026-02-12 02:43:16] "GET /obj-perms HTTP/1.1" 200 5061 0.003551 10.0.0.130 - - [2026-02-12 02:43:16] "GET /virtual-machine/065e86e5-f597-4005-a20a-487693d21e99 HTTP/1.1" 200 1297 0.004492 10.0.0.130 - - [2026-02-12 02:43:16] "POST /neutron/port HTTP/1.1" 200 1226 0.015845 10.0.0.130 - - [2026-02-12 02:43:18] "GET /virtual-machine/065e86e5-f597-4005-a20a-487693d21e99 HTTP/1.1" 404 171 0.003033 10.0.0.130 - - [2026-02-12 02:43:18] "GET /virtual-machine/065e86e5-f597-4005-a20a-487693d21e99 HTTP/1.1" 404 171 0.003064 10.0.0.130 - - [2026-02-12 02:43:18] "GET /virtual-machine/065e86e5-f597-4005-a20a-487693d21e99 HTTP/1.1" 404 171 0.002781 10.0.0.130 - - [2026-02-12 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.130 - - [2026-02-12 02:43:18] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003257 10.0.0.130 - - [2026-02-12 02:43:18] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003270 10.0.0.130 - - [2026-02-12 02:43:18] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006628 10.0.0.130 - - [2026-02-12 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.130 - - [2026-02-12 02:43:18] "GET /routing-instance/2c2e3b00-e526-4509-a27e-d98d4c470232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005770 10.0.0.130 - - [2026-02-12 02:43:18] "GET /route-target/33f4feb8-c7e9-451c-aa5c-d34ba23ac6fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004292 10.0.0.130 - - [2026-02-12 02:43:21] "GET /obj-perms HTTP/1.1" 200 5061 0.005032 10.0.0.23 - - [2026-02-12 02:43:21] "GET /obj-perms HTTP/1.1" 200 5061 0.004946 10.0.0.130 - - [2026-02-12 02:43:31] "GET /obj-perms HTTP/1.1" 200 5061 0.004015 10.0.0.23 - - [2026-02-12 02:43:31] "GET /obj-perms HTTP/1.1" 200 5061 0.008070 10.0.0.130 - - [2026-02-12 02:43:40] "GET /obj-perms HTTP/1.1" 200 5061 0.003492 10.0.0.23 - - [2026-02-12 02:43:40] "GET /obj-perms HTTP/1.1" 200 5061 0.004603 10.0.0.130 - - [2026-02-12 02:43:46] "GET /obj-perms HTTP/1.1" 200 5061 0.003605 10.0.0.22 - - [2026-02-12 02:43:46] "GET /obj-perms HTTP/1.1" 200 5061 0.004254 10.0.0.23 - - [2026-02-12 02:43:46] "GET /obj-perms HTTP/1.1" 200 5061 0.004153 10.0.0.130 - - [2026-02-12 02:43:46] "GET /virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32 HTTP/1.1" 200 1299 0.006870 10.0.0.130 - - [2026-02-12 02:43:47] "POST /neutron/port HTTP/1.1" 200 1227 0.018989 10.0.0.130 - - [2026-02-12 02:43:48] "GET /virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32 HTTP/1.1" 404 171 0.004024 10.0.0.130 - - [2026-02-12 02:43:48] "GET /virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32 HTTP/1.1" 404 171 0.002809 10.0.0.130 - - [2026-02-12 02:43:48] "GET /virtual-machine/a409ec57-c79a-4fd8-a33e-86b48ccccb32 HTTP/1.1" 404 171 0.003006 10.0.0.130 - - [2026-02-12 02:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.130 - - [2026-02-12 02:43:48] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003445 10.0.0.130 - - [2026-02-12 02:43:48] "GET /virtual-networks?parent_id=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003142 10.0.0.130 - - [2026-02-12 02:43:48] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.009116 10.0.0.130 - - [2026-02-12 02:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.130 - - [2026-02-12 02:43:48] "GET /routing-instance/4197ebc6-a6a5-4634-b08a-bb3caffd4d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.006222 10.0.0.130 - - [2026-02-12 02:43:48] "GET /route-target/c19bfb39-f22f-403c-a357-c9889d99532f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004282 10.0.0.130 - - [2026-02-12 02:43:52] "GET /obj-perms HTTP/1.1" 200 5061 0.003994 10.0.0.23 - - [2026-02-12 02:43:55] "GET /obj-perms HTTP/1.1" 200 5061 0.003713 10.0.0.130 - - [2026-02-12 02:44:01] "GET /obj-perms HTTP/1.1" 200 5061 0.003888 10.0.0.23 - - [2026-02-12 02:44:04] "GET /obj-perms HTTP/1.1" 200 5061 0.003794 10.0.0.130 - - [2026-02-12 02:44:10] "GET /obj-perms HTTP/1.1" 200 5061 0.003924 10.0.0.23 - - [2026-02-12 02:44:13] "GET /obj-perms HTTP/1.1" 200 5061 0.003635 10.0.0.130 - - [2026-02-12 02:44:16] "GET /obj-perms HTTP/1.1" 200 5061 0.003463 10.0.0.23 - - [2026-02-12 02:44:16] "GET /obj-perms HTTP/1.1" 200 5061 0.004232 10.0.0.130 - - [2026-02-12 02:44:16] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005868 10.0.0.130 - - [2026-02-12 02:44:16] "POST /neutron/network HTTP/1.1" 200 1013 0.073645 10.0.0.130 - - [2026-02-12 02:44:17] "GET /virtual-network/03e11bac-94bf-485d-b037-8fb2c81fd480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.010389 10.0.0.130 - - [2026-02-12 02:44:17] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005546 10.0.0.22 - - [2026-02-12 02:44:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.010479 10.0.0.130 - - [2026-02-12 02:44:17] "POST /neutron/network HTTP/1.1" 200 1014 0.074610 10.0.0.130 - - [2026-02-12 02:44:17] "GET /virtual-network/9782bb80-9754-4c59-b4eb-934162e00736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006737 10.0.0.130 - - [2026-02-12 02:44:17] "DELETE /network-policy/0fb777e0-015d-437d-a1d0-3329fc3c183b HTTP/1.1" 200 115 0.043191 10.0.0.130 - - [2026-02-12 02:44:17] "DELETE /network-policy/c0ad01f6-4c88-4060-a4bf-bf648f485b5c HTTP/1.1" 200 115 0.050562 10.0.0.130 - - [2026-02-12 02:44:17] "DELETE /network-policy/51b8ddaf-e2df-497c-9424-c3efe4d62f5d HTTP/1.1" 200 115 0.039514 10.0.0.23 - - [2026-02-12 02:44:17] "DELETE /access-control-list/5fe17194-131f-4905-b4ee-6ab47ede1271 HTTP/1.1" 200 115 0.043993 10.0.0.23 - - [2026-02-12 02:44:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005949 10.0.0.23 - - [2026-02-12 02:44:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004108 10.0.0.23 - - [2026-02-12 02:44:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003114 10.0.0.23 - - [2026-02-12 02:44:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003390 10.0.0.130 - - [2026-02-12 02:44:17] "POST /neutron/network HTTP/1.1" 200 151 0.185958 10.0.0.23 - - [2026-02-12 02:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008195 10.0.0.23 - - [2026-02-12 02:44:18] "DELETE /route-target/33f4feb8-c7e9-451c-aa5c-d34ba23ac6fa HTTP/1.1" 200 115 0.022313 10.0.0.130 - - [2026-02-12 02:44:18] "POST /neutron/network HTTP/1.1" 200 1014 0.011430 10.0.0.130 - - [2026-02-12 02:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.130 - - [2026-02-12 02:44:18] "DELETE /network-ipam/0ebf4cb6-fb55-4d31-bcfe-473ebd56333c HTTP/1.1" 200 115 0.036473 10.0.0.130 - - [2026-02-12 02:44:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.003296 10.0.0.130 - - [2026-02-12 02:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.130 - - [2026-02-12 02:44:18] "DELETE /network-ipam/9857fa91-40b7-4037-b306-10dccc67a40b HTTP/1.1" 200 115 0.033926 10.0.0.130 - - [2026-02-12 02:44:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.002576 10.0.0.130 - - [2026-02-12 02:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.130 - - [2026-02-12 02:44:19] "DELETE /network-ipam/5676aa27-6f84-43ef-a226-bb36f5efaa7c HTTP/1.1" 200 115 0.033822 10.0.0.130 - - [2026-02-12 02:44:19] "POST /fqname-to-id HTTP/1.1" 404 203 0.004569 10.0.0.23 - - [2026-02-12 02:44:21] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001258 10.0.0.130 - - [2026-02-12 02:44:21] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.055019 10.0.0.23 - - [2026-02-12 02:44:21] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000995 10.0.0.130 - - [2026-02-12 02:44:21] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?fields=virtual_networks HTTP/1.1" 200 1054 0.049300 10.0.0.23 - - [2026-02-12 02:44:21] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001288 10.0.0.130 - - [2026-02-12 02:44:21] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.043867 10.0.0.23 - - [2026-02-12 02:44:21] "GET /projects?obj_uuids=5afbd078-064e-4979-a63d-f0895efdf617&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001718 10.0.0.130 - - [2026-02-12 02:44:21] "GET /project/5afbd078-064e-4979-a63d-f0895efdf617?fields=security_groups HTTP/1.1" 200 1286 0.037376 10.0.0.130 - - [2026-02-12 02:44:22] "POST /fqname-to-id HTTP/1.1" 404 190 0.027656 10.0.0.23 - - [2026-02-12 02:44:22] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002726 10.0.0.23 - - [2026-02-12 02:44:22] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.23 - - [2026-02-12 02:44:22] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006676 10.0.0.23 - - [2026-02-12 02:44:23] "POST /id-to-fqname HTTP/1.1" 200 192 0.003814 10.0.0.23 - - [2026-02-12 02:44:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.004437 10.0.0.23 - - [2026-02-12 02:44:23] "POST /security-groups HTTP/1.1" 200 593 0.070349 10.0.0.23 - - [2026-02-12 02:44:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.003982 10.0.0.23 - - [2026-02-12 02:44:23] "POST /projects HTTP/1.1" 200 589 0.260259 10.0.0.23 - - [2026-02-12 02:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.294185 10.0.0.23 - - [2026-02-12 02:44:23] "POST /access-control-lists HTTP/1.1" 200 596 0.023680 10.0.0.130 - - [2026-02-12 02:44:23] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.449536 10.0.0.130 - - [2026-02-12 02:44:24] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.130 - - [2026-02-12 02:44:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.130 - - [2026-02-12 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.066164 10.0.0.23 - - [2026-02-12 02:44:26] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000830 10.0.0.130 - - [2026-02-12 02:44:26] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.037634 10.0.0.23 - - [2026-02-12 02:44:26] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001527 10.0.0.130 - - [2026-02-12 02:44:26] "POST /neutron/network HTTP/1.1" 200 607 0.148562 10.0.0.130 - - [2026-02-12 02:44:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.003144 10.0.0.130 - - [2026-02-12 02:44:27] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004970 10.0.0.130 - - [2026-02-12 02:44:27] "POST /neutron/network HTTP/1.1" 200 826 0.005910 10.0.0.130 - - [2026-02-12 02:44:27] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004615 10.0.0.130 - - [2026-02-12 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.23 - - [2026-02-12 02:44:27] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.130 - - [2026-02-12 02:44:27] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.040483 10.0.0.130 - - [2026-02-12 02:44:27] "POST /neutron/network HTTP/1.1" 200 117 0.013314 10.0.0.23 - - [2026-02-12 02:44:27] "POST /route-targets HTTP/1.1" 200 327 0.011738 10.0.0.130 - - [2026-02-12 02:44:27] "POST /neutron/network HTTP/1.1" 200 825 0.007575 10.0.0.130 - - [2026-02-12 02:44:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.000978 10.0.0.130 - - [2026-02-12 02:44:27] "GET /virtual-network/734139fe-c887-4b75-9e98-eafa2ad37b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004606 10.0.0.130 - - [2026-02-12 02:44:27] "GET /virtual-network/734139fe-c887-4b75-9e98-eafa2ad37b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004724 10.0.0.130 - - [2026-02-12 02:44:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.007482 10.0.0.130 - - [2026-02-12 02:44:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.002468 10.0.0.130 - - [2026-02-12 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006178 10.0.0.23 - - [2026-02-12 02:44:27] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000911 10.0.0.130 - - [2026-02-12 02:44:27] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039437 10.0.0.130 - - [2026-02-12 02:44:27] "POST /network-policys HTTP/1.1" 200 571 0.025773 10.0.0.130 - - [2026-02-12 02:44:27] "GET /network-policy/1f51df93-7a7d-4ad5-8855-5ea233fbd641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006420 10.0.0.130 - - [2026-02-12 02:44:28] "POST /neutron/network HTTP/1.1" 200 928 0.006858 10.0.0.130 - - [2026-02-12 02:44:28] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005220 10.0.0.23 - - [2026-02-12 02:44:28] "POST /access-control-lists HTTP/1.1" 200 590 0.058852 10.0.0.130 - - [2026-02-12 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.025959 10.0.0.130 - - [2026-02-12 02:44:28] "GET /network-policy/1f51df93-7a7d-4ad5-8855-5ea233fbd641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004227 10.0.0.130 - - [2026-02-12 02:44:28] "POST /neutron/network HTTP/1.1" 200 927 0.012013 10.0.0.130 - - [2026-02-12 02:44:28] "GET /virtual-network/734139fe-c887-4b75-9e98-eafa2ad37b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005596 10.0.0.130 - - [2026-02-12 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.23 - - [2026-02-12 02:44:28] "POST /access-control-lists HTTP/1.1" 200 590 0.048727 10.0.0.130 - - [2026-02-12 02:44:28] "GET /network-policy/1f51df93-7a7d-4ad5-8855-5ea233fbd641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.017485 10.0.0.130 - - [2026-02-12 02:44:28] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004925 10.0.0.130 - - [2026-02-12 02:44:29] "GET /obj-perms HTTP/1.1" 200 5053 0.054065 10.0.0.130 - - [2026-02-12 02:44:30] "GET /virtual-network/734139fe-c887-4b75-9e98-eafa2ad37b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005236 10.0.0.22 - - [2026-02-12 02:44:30] "GET /obj-perms HTTP/1.1" 200 5053 0.050862 10.0.0.130 - - [2026-02-12 02:44:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001363 10.0.0.23 - - [2026-02-12 02:44:31] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000911 10.0.0.130 - - [2026-02-12 02:44:31] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.059943 10.0.0.130 - - [2026-02-12 02:44:31] "POST /neutron/port HTTP/1.1" 200 117 0.006459 10.0.0.130 - - [2026-02-12 02:44:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001286 10.0.0.130 - - [2026-02-12 02:44:32] "POST /neutron/network HTTP/1.1" 200 937 0.006279 10.0.0.130 - - [2026-02-12 02:44:32] "POST /neutron/port HTTP/1.1" 200 1062 0.065626 10.0.0.23 - - [2026-02-12 02:44:33] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000920 10.0.0.130 - - [2026-02-12 02:44:33] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.084842 10.0.0.130 - - [2026-02-12 02:44:33] "POST /neutron/network HTTP/1.1" 200 927 0.059963 10.0.0.130 - - [2026-02-12 02:44:33] "POST /neutron/subnet HTTP/1.1" 200 698 0.008192 10.0.0.130 - - [2026-02-12 02:44:33] "POST /neutron/port HTTP/1.1" 200 1126 0.025271 10.0.0.130 - - [2026-02-12 02:44:33] "POST /neutron/port HTTP/1.1" 200 1126 0.014958 10.0.0.23 - - [2026-02-12 02:44:33] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.130 - - [2026-02-12 02:44:33] "POST /neutron/port HTTP/1.1" 200 1061 0.272803 10.0.0.130 - - [2026-02-12 02:44:34] "POST /neutron/port HTTP/1.1" 200 1115 0.143924 10.0.0.130 - - [2026-02-12 02:44:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.009396 10.0.0.130 - - [2026-02-12 02:44:38] "POST /neutron/port HTTP/1.1" 200 1126 0.015587 10.0.0.130 - - [2026-02-12 02:44:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006500 10.0.0.130 - - [2026-02-12 02:44:38] "GET /virtual-machine/c5dc4569-197d-44c0-83e2-ebf91f5c308e HTTP/1.1" 401 293 0.000411 10.0.0.130 - - [2026-02-12 02:44:39] "GET /virtual-machine/c5dc4569-197d-44c0-83e2-ebf91f5c308e HTTP/1.1" 200 1294 0.028428 10.0.0.130 - - [2026-02-12 02:44:39] "GET /virtual-machine-interface/aa5e6665-cdc9-41cf-8545-86a8b869fdb6 HTTP/1.1" 200 2951 0.005584 10.0.0.130 - - [2026-02-12 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.130 - - [2026-02-12 02:44:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003280 10.0.0.130 - - [2026-02-12 02:44:39] "GET /virtual-networks?parent_id=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002841 10.0.0.130 - - [2026-02-12 02:44:39] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006152 10.0.0.130 - - [2026-02-12 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.130 - - [2026-02-12 02:44:42] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004911 10.0.0.130 - - [2026-02-12 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.130 - - [2026-02-12 02:44:46] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004837 10.0.0.130 - - [2026-02-12 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.130 - - [2026-02-12 02:44:50] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005778 10.0.0.23 - - [2026-02-12 02:44:52] "DELETE /access-control-list/47e70efb-d976-4b4e-bb73-e8da502919d2 HTTP/1.1" 200 115 0.035089 10.0.0.22 - - [2026-02-12 02:44:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000574 10.0.0.22 - - [2026-02-12 02:44:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.22 - - [2026-02-12 02:44:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.22 - - [2026-02-12 02:44:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.23 - - [2026-02-12 02:44:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.23 - - [2026-02-12 02:44:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.23 - - [2026-02-12 02:44:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.23 - - [2026-02-12 02:44:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.130 - - [2026-02-12 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.130 - - [2026-02-12 02:44:54] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005669 10.0.0.130 - - [2026-02-12 02:44:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000586 10.0.0.130 - - [2026-02-12 02:44:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.130 - - [2026-02-12 02:44:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.130 - - [2026-02-12 02:44:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.130 - - [2026-02-12 02:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.130 - - [2026-02-12 02:44:58] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004737 10.0.0.130 - - [2026-02-12 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.130 - - [2026-02-12 02:45:02] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004959 10.0.0.130 - - [2026-02-12 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.130 - - [2026-02-12 02:45:06] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005512 10.0.0.23 - - [2026-02-12 02:45:07] "DELETE /project/bbaeedcb5d354bedac2775cf6a297b70 HTTP/1.1" 404 173 0.003847 10.0.0.23 - - [2026-02-12 02:45:07] "DELETE /project/5afbd078-064e-4979-a63d-f0895efdf617 HTTP/1.1" 404 177 0.003347 10.0.0.130 - - [2026-02-12 02:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.130 - - [2026-02-12 02:45:10] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005594 10.0.0.130 - - [2026-02-12 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.130 - - [2026-02-12 02:45:13] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008411 10.0.0.130 - - [2026-02-12 02:45:13] "GET /virtual-networks?parent_id=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002949 10.0.0.130 - - [2026-02-12 02:45:13] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007890 10.0.0.130 - - [2026-02-12 02:45:13] "POST /neutron/port HTTP/1.1" 200 1126 0.018458 10.0.0.23 - - [2026-02-12 02:45:14] "GET /obj-perms HTTP/1.1" 200 5075 0.056436 10.0.0.130 - - [2026-02-12 02:45:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007262 10.0.0.130 - - [2026-02-12 02:45:20] "POST /neutron/port HTTP/1.1" 200 1126 0.018919 10.0.0.130 - - [2026-02-12 02:45:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004107 10.0.0.130 - - [2026-02-12 02:45:20] "POST /neutron/network HTTP/1.1" 200 928 0.006797 10.0.0.130 - - [2026-02-12 02:45:23] "POST /neutron/port HTTP/1.1" 200 1126 0.016875 10.0.0.130 - - [2026-02-12 02:45:25] "POST /neutron/port HTTP/1.1" 200 1125 0.014782 10.0.0.130 - - [2026-02-12 02:45:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.011497 10.0.0.130 - - [2026-02-12 02:45:28] "POST /neutron/port HTTP/1.1" 200 1125 0.015349 10.0.0.130 - - [2026-02-12 02:45:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006775 10.0.0.130 - - [2026-02-12 02:45:28] "GET /virtual-machine/6fba8798-18b2-4081-a783-aabc986342fe HTTP/1.1" 200 1294 0.005387 10.0.0.130 - - [2026-02-12 02:45:28] "GET /virtual-machine-interface/dc86bdc7-9753-43b9-ac1d-e48f0a7cfbdc HTTP/1.1" 200 2952 0.004615 10.0.0.130 - - [2026-02-12 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.130 - - [2026-02-12 02:45:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004384 10.0.0.130 - - [2026-02-12 02:45:28] "GET /virtual-networks?parent_id=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002690 10.0.0.130 - - [2026-02-12 02:45:29] "GET /virtual-network/734139fe-c887-4b75-9e98-eafa2ad37b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005500 10.0.0.130 - - [2026-02-12 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005642 10.0.0.130 - - [2026-02-12 02:45:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003408 10.0.0.130 - - [2026-02-12 02:45:30] "GET /virtual-networks?parent_id=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003450 10.0.0.130 - - [2026-02-12 02:45:30] "GET /virtual-network/734139fe-c887-4b75-9e98-eafa2ad37b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005700 10.0.0.130 - - [2026-02-12 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.23 - - [2026-02-12 02:45:52] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001352 10.0.0.130 - - [2026-02-12 02:45:52] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.035237 10.0.0.130 - - [2026-02-12 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.130 - - [2026-02-12 02:45:52] "PUT /network-policy/1f51df93-7a7d-4ad5-8855-5ea233fbd641 HTTP/1.1" 200 262 0.013678 10.0.0.23 - - [2026-02-12 02:45:52] "POST /ref-update HTTP/1.1" 200 156 0.028293 10.0.0.130 - - [2026-02-12 02:45:56] "GET /virtual-network/734139fe-c887-4b75-9e98-eafa2ad37b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005561 10.0.0.130 - - [2026-02-12 02:45:56] "POST /neutron/network HTTP/1.1" 200 927 0.007480 10.0.0.23 - - [2026-02-12 02:45:56] "DELETE /access-control-list/1834d60e-e984-4261-a3ba-60bf4ad52ce5 HTTP/1.1" 200 115 0.036722 10.0.0.130 - - [2026-02-12 02:45:56] "GET /virtual-network/734139fe-c887-4b75-9e98-eafa2ad37b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008379 10.0.0.130 - - [2026-02-12 02:45:56] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007696 10.0.0.130 - - [2026-02-12 02:45:56] "POST /neutron/network HTTP/1.1" 200 928 0.008584 10.0.0.130 - - [2026-02-12 02:45:56] "GET /virtual-network/671fd75e-45a5-4495-8184-6a77e8d41590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009691 10.0.0.130 - - [2026-02-12 02:45:56] "DELETE /network-policy/1f51df93-7a7d-4ad5-8855-5ea233fbd641 HTTP/1.1" 200 115 0.040770 10.0.0.130 - - [2026-02-12 02:45:56] "POST /neutron/network HTTP/1.1" 200 825 0.008134 10.0.0.130 - - [2026-02-12 02:45:56] "POST /neutron/port HTTP/1.1" 200 1115 0.011888 10.0.0.130 - - [2026-02-12 02:45:56] "POST /neutron/port HTTP/1.1" 200 1116 0.021312 10.0.0.23 - - [2026-02-12 02:45:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004162 10.0.0.23 - - [2026-02-12 02:45:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002632 10.0.0.130 - - [2026-02-12 02:45:58] "POST /neutron/network HTTP/1.1" 200 151 0.128623 10.0.0.23 - - [2026-02-12 02:45:58] "DELETE /route-target/deb6d3cc-9be5-4a94-8d9c-291393e52d25 HTTP/1.1" 200 115 0.024490 10.0.0.23 - - [2026-02-12 02:46:00] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001343 10.0.0.130 - - [2026-02-12 02:46:00] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.037397 10.0.0.23 - - [2026-02-12 02:46:00] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001813 10.0.0.130 - - [2026-02-12 02:46:00] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?fields=virtual_networks HTTP/1.1" 200 1047 0.039889 10.0.0.23 - - [2026-02-12 02:46:00] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001018 10.0.0.130 - - [2026-02-12 02:46:00] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.044253 10.0.0.23 - - [2026-02-12 02:46:00] "GET /projects?obj_uuids=bbaeedcb-5d35-4bed-ac27-75cf6a297b70&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000927 10.0.0.130 - - [2026-02-12 02:46:00] "GET /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70?fields=security_groups HTTP/1.1" 200 1275 0.039819 10.0.0.130 - - [2026-02-12 02:46:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.031569 10.0.0.23 - - [2026-02-12 02:46:01] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004388 10.0.0.23 - - [2026-02-12 02:46:02] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.23 - - [2026-02-12 02:46:02] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007120 10.0.0.23 - - [2026-02-12 02:46:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.002527 10.0.0.23 - - [2026-02-12 02:46:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.005379 10.0.0.23 - - [2026-02-12 02:46:02] "POST /security-groups HTTP/1.1" 200 603 0.027842 10.0.0.23 - - [2026-02-12 02:46:02] "POST /fqname-to-id HTTP/1.1" 404 246 0.002378 10.0.0.23 - - [2026-02-12 02:46:02] "POST /projects HTTP/1.1" 200 609 0.211988 10.0.0.23 - - [2026-02-12 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.284517 10.0.0.23 - - [2026-02-12 02:46:02] "POST /access-control-lists HTTP/1.1" 200 606 0.025486 10.0.0.130 - - [2026-02-12 02:46:02] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.529499 10.0.0.130 - - [2026-02-12 02:46:03] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.130 - - [2026-02-12 02:46:06] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000452 10.0.0.23 - - [2026-02-12 02:46:07] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001265 10.0.0.130 - - [2026-02-12 02:46:07] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.063257 10.0.0.130 - - [2026-02-12 02:46:07] "GET / HTTP/1.1" 200 35931 0.002262 10.0.0.23 - - [2026-02-12 02:46:08] "DELETE /project/704404347be744e6b81a66ef68386c51 HTTP/1.1" 404 173 0.002729 10.0.0.23 - - [2026-02-12 02:46:08] "DELETE /project/bbaeedcb-5d35-4bed-ac27-75cf6a297b70 HTTP/1.1" 404 177 0.005052 10.0.0.130 - - [2026-02-12 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.23 - - [2026-02-12 02:46:08] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.130 - - [2026-02-12 02:46:08] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009704 10.0.0.130 - - [2026-02-12 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.23 - - [2026-02-12 02:46:08] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.130 - - [2026-02-12 02:46:08] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.039724 10.0.0.130 - - [2026-02-12 02:46:09] "GET /domains HTTP/1.1" 401 293 0.000497 10.0.0.130 - - [2026-02-12 02:46:09] "GET /domains HTTP/1.1" 200 280 0.026862 10.0.0.23 - - [2026-02-12 02:46:09] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.130 - - [2026-02-12 02:46:09] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031 HTTP/1.1" 200 2780 0.008930 10.0.0.23 - - [2026-02-12 02:46:09] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.130 - - [2026-02-12 02:46:09] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51 HTTP/1.1" 200 1934 0.082193 10.0.0.130 - - [2026-02-12 02:46:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002737 10.0.0.130 - - [2026-02-12 02:46:09] "POST /network-ipams HTTP/1.1" 200 621 0.022901 10.0.0.130 - - [2026-02-12 02:46:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.006917 10.0.0.130 - - [2026-02-12 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.130 - - [2026-02-12 02:46:09] "GET /network-ipam/92a81051-4b68-45c5-b800-1aacae32df23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.005744 10.0.0.130 - - [2026-02-12 02:46:09] "PUT /network-ipam/92a81051-4b68-45c5-b800-1aacae32df23 HTTP/1.1" 200 258 0.013064 10.0.0.130 - - [2026-02-12 02:46:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.130 - - [2026-02-12 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.026449 10.0.0.23 - - [2026-02-12 02:46:10] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000822 10.0.0.130 - - [2026-02-12 02:46:10] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.031628 10.0.0.130 - - [2026-02-12 02:46:10] "POST /neutron/network HTTP/1.1" 200 117 0.045854 10.0.0.23 - - [2026-02-12 02:46:10] "POST /route-targets HTTP/1.1" 200 327 0.019822 10.0.0.23 - - [2026-02-12 02:46:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004139 10.0.0.130 - - [2026-02-12 02:46:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.218643 10.0.0.130 - - [2026-02-12 02:46:11] "POST /id-to-fqname HTTP/1.1" 200 235 0.001273 10.0.0.130 - - [2026-02-12 02:46:11] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006613 10.0.0.130 - - [2026-02-12 02:46:11] "POST /neutron/network HTTP/1.1" 200 1337 0.011866 10.0.0.130 - - [2026-02-12 02:46:11] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004855 10.0.0.130 - - [2026-02-12 02:46:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.010598 10.0.0.130 - - [2026-02-12 02:46:12] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007414 10.0.0.130 - - [2026-02-12 02:46:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.003229 10.0.0.130 - - [2026-02-12 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.23 - - [2026-02-12 02:46:13] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001392 10.0.0.130 - - [2026-02-12 02:46:13] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040272 10.0.0.130 - - [2026-02-12 02:46:13] "POST /network-policys HTTP/1.1" 200 563 0.026217 10.0.0.130 - - [2026-02-12 02:46:13] "GET /network-policy/8f9f5524-485d-45a6-aac9-ab7324007ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007940 10.0.0.130 - - [2026-02-12 02:46:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.003599 10.0.0.130 - - [2026-02-12 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007264 10.0.0.23 - - [2026-02-12 02:46:14] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.130 - - [2026-02-12 02:46:14] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.046738 10.0.0.130 - - [2026-02-12 02:46:14] "POST /network-policys HTTP/1.1" 200 563 0.032529 10.0.0.130 - - [2026-02-12 02:46:14] "GET /network-policy/46178170-d5a0-411b-b860-db75abb13942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.006736 10.0.0.130 - - [2026-02-12 02:46:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.003390 10.0.0.130 - - [2026-02-12 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.23 - - [2026-02-12 02:46:14] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.130 - - [2026-02-12 02:46:14] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.050492 10.0.0.130 - - [2026-02-12 02:46:14] "POST /network-policys HTTP/1.1" 200 563 0.032539 10.0.0.130 - - [2026-02-12 02:46:14] "GET /network-policy/8d066b4f-5a61-453f-9c47-fc8b64b3e979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006265 10.0.0.130 - - [2026-02-12 02:46:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.003620 10.0.0.130 - - [2026-02-12 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.23 - - [2026-02-12 02:46:14] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.130 - - [2026-02-12 02:46:14] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.036219 10.0.0.130 - - [2026-02-12 02:46:14] "POST /network-policys HTTP/1.1" 200 563 0.027269 10.0.0.130 - - [2026-02-12 02:46:14] "GET /network-policy/714f4b48-d1ca-4741-be28-3b6e010cdbce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007125 10.0.0.130 - - [2026-02-12 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.005551 10.0.0.130 - - [2026-02-12 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002292 10.0.0.23 - - [2026-02-12 02:46:15] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.130 - - [2026-02-12 02:46:15] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.039572 10.0.0.130 - - [2026-02-12 02:46:15] "POST /network-policys HTTP/1.1" 200 563 0.029635 10.0.0.130 - - [2026-02-12 02:46:15] "GET /obj-perms HTTP/1.1" 200 5075 0.071441 10.0.0.130 - - [2026-02-12 02:46:15] "GET /network-policy/4cd21cfd-b3ff-414d-80ef-5a05a7e31814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005776 10.0.0.130 - - [2026-02-12 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003275 10.0.0.130 - - [2026-02-12 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.23 - - [2026-02-12 02:46:15] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000949 10.0.0.130 - - [2026-02-12 02:46:15] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045967 10.0.0.130 - - [2026-02-12 02:46:15] "POST /network-policys HTTP/1.1" 200 563 0.069291 10.0.0.130 - - [2026-02-12 02:46:15] "GET /network-policy/e282b41c-97ea-44f4-be21-6bbebe906d54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006104 10.0.0.22 - - [2026-02-12 02:46:15] "GET /obj-perms HTTP/1.1" 200 5075 0.061311 10.0.0.130 - - [2026-02-12 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003317 10.0.0.130 - - [2026-02-12 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.23 - - [2026-02-12 02:46:15] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001309 10.0.0.130 - - [2026-02-12 02:46:15] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.047770 10.0.0.130 - - [2026-02-12 02:46:16] "POST /network-policys HTTP/1.1" 200 563 0.024689 10.0.0.130 - - [2026-02-12 02:46:16] "GET /network-policy/1a48ab68-1844-4bc1-8900-2268e7d1273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005778 10.0.0.130 - - [2026-02-12 02:46:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.002777 10.0.0.130 - - [2026-02-12 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2026-02-12 02:46:16] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.130 - - [2026-02-12 02:46:16] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.033155 10.0.0.130 - - [2026-02-12 02:46:16] "POST /network-policys HTTP/1.1" 200 563 0.025618 10.0.0.130 - - [2026-02-12 02:46:16] "GET /network-policy/f213816f-76f0-4fe5-981c-5a8c5cb5092e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006397 10.0.0.130 - - [2026-02-12 02:46:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.002995 10.0.0.130 - - [2026-02-12 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.23 - - [2026-02-12 02:46:16] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.130 - - [2026-02-12 02:46:16] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.030425 10.0.0.130 - - [2026-02-12 02:46:16] "POST /network-policys HTTP/1.1" 200 563 0.025998 10.0.0.130 - - [2026-02-12 02:46:16] "GET /network-policy/4730e25f-0d7f-4d36-bbb2-67745d04896e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006872 10.0.0.130 - - [2026-02-12 02:46:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.003141 10.0.0.130 - - [2026-02-12 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.23 - - [2026-02-12 02:46:16] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.130 - - [2026-02-12 02:46:16] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.035914 10.0.0.130 - - [2026-02-12 02:46:17] "POST /network-policys HTTP/1.1" 200 563 0.027757 10.0.0.130 - - [2026-02-12 02:46:17] "GET /network-policy/bb686d30-9812-41c0-aef3-700a3a69a9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005747 10.0.0.130 - - [2026-02-12 02:46:17] "POST /neutron/network HTTP/1.1" 200 2250 0.159836 10.0.0.23 - - [2026-02-12 02:46:17] "POST /access-control-lists HTTP/1.1" 200 609 0.044169 10.0.0.130 - - [2026-02-12 02:46:17] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005641 10.0.0.130 - - [2026-02-12 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.130 - - [2026-02-12 02:46:17] "GET /network-policy/1a48ab68-1844-4bc1-8900-2268e7d1273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003814 10.0.0.130 - - [2026-02-12 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.130 - - [2026-02-12 02:46:17] "GET /network-policy/46178170-d5a0-411b-b860-db75abb13942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.003854 10.0.0.130 - - [2026-02-12 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.130 - - [2026-02-12 02:46:17] "GET /network-policy/4730e25f-0d7f-4d36-bbb2-67745d04896e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004041 10.0.0.130 - - [2026-02-12 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.130 - - [2026-02-12 02:46:17] "GET /network-policy/4cd21cfd-b3ff-414d-80ef-5a05a7e31814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004434 10.0.0.130 - - [2026-02-12 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.130 - - [2026-02-12 02:46:17] "GET /network-policy/714f4b48-d1ca-4741-be28-3b6e010cdbce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004518 10.0.0.130 - - [2026-02-12 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.130 - - [2026-02-12 02:46:17] "GET /network-policy/8d066b4f-5a61-453f-9c47-fc8b64b3e979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004630 10.0.0.130 - - [2026-02-12 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.130 - - [2026-02-12 02:46:18] "GET /network-policy/8f9f5524-485d-45a6-aac9-ab7324007ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003995 10.0.0.130 - - [2026-02-12 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.130 - - [2026-02-12 02:46:18] "GET /network-policy/bb686d30-9812-41c0-aef3-700a3a69a9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005008 10.0.0.130 - - [2026-02-12 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.130 - - [2026-02-12 02:46:18] "GET /network-policy/e282b41c-97ea-44f4-be21-6bbebe906d54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003811 10.0.0.130 - - [2026-02-12 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.130 - - [2026-02-12 02:46:18] "GET /network-policy/f213816f-76f0-4fe5-981c-5a8c5cb5092e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003866 10.0.0.130 - - [2026-02-12 02:46:18] "POST /id-to-fqname HTTP/1.1" 200 235 0.001108 10.0.0.23 - - [2026-02-12 02:46:19] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.026762 10.0.0.130 - - [2026-02-12 02:46:19] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.085705 10.0.0.130 - - [2026-02-12 02:46:19] "POST /neutron/network HTTP/1.1" 200 2250 0.014194 10.0.0.130 - - [2026-02-12 02:46:19] "POST /neutron/port HTTP/1.1" 200 117 0.008569 10.0.0.130 - - [2026-02-12 02:46:20] "POST /neutron/port HTTP/1.1" 200 1174 0.022799 10.0.0.130 - - [2026-02-12 02:46:20] "POST /neutron/port HTTP/1.1" 200 1238 0.020208 10.0.0.130 - - [2026-02-12 02:46:20] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020830 10.0.0.130 - - [2026-02-12 02:46:20] "POST /neutron/network HTTP/1.1" 200 2250 0.011824 10.0.0.130 - - [2026-02-12 02:46:24] "POST /neutron/port HTTP/1.1" 200 1238 0.016134 10.0.0.130 - - [2026-02-12 02:46:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006890 10.0.0.130 - - [2026-02-12 02:46:24] "GET /virtual-machine/5aa7a950-6302-4332-a46b-1b4d8202210e HTTP/1.1" 401 293 0.000344 10.0.0.130 - - [2026-02-12 02:46:25] "GET /virtual-machine/5aa7a950-6302-4332-a46b-1b4d8202210e HTTP/1.1" 200 1304 0.030317 10.0.0.130 - - [2026-02-12 02:46:25] "GET /virtual-machine-interface/5704eb90-3048-4c8b-90ce-8d1012955e91 HTTP/1.1" 200 3169 0.006386 10.0.0.130 - - [2026-02-12 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.130 - - [2026-02-12 02:46:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006768 10.0.0.130 - - [2026-02-12 02:46:25] "GET /virtual-networks?parent_id=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002362 10.0.0.130 - - [2026-02-12 02:46:25] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006278 10.0.0.130 - - [2026-02-12 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.130 - - [2026-02-12 02:46:28] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006582 10.0.0.130 - - [2026-02-12 02:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.130 - - [2026-02-12 02:46:32] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.008539 10.0.0.130 - - [2026-02-12 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.130 - - [2026-02-12 02:46:36] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005327 10.0.0.130 - - [2026-02-12 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.130 - - [2026-02-12 02:46:40] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.004897 10.0.0.130 - - [2026-02-12 02:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.130 - - [2026-02-12 02:46:44] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006292 10.0.0.130 - - [2026-02-12 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.130 - - [2026-02-12 02:46:48] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005280 10.0.0.130 - - [2026-02-12 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.130 - - [2026-02-12 02:46:52] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006031 10.0.0.130 - - [2026-02-12 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.130 - - [2026-02-12 02:46:56] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006225 10.0.0.130 - - [2026-02-12 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.130 - - [2026-02-12 02:46:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003271 10.0.0.130 - - [2026-02-12 02:46:59] "GET /virtual-networks?parent_id=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002773 10.0.0.130 - - [2026-02-12 02:46:59] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005538 10.0.0.130 - - [2026-02-12 02:47:04] "POST /neutron/port HTTP/1.1" 200 1238 0.016363 10.0.0.130 - - [2026-02-12 02:47:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.035959 10.0.0.130 - - [2026-02-12 02:47:14] "POST /neutron/port HTTP/1.1" 200 1238 0.015255 10.0.0.130 - - [2026-02-12 02:47:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006717 10.0.0.130 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.130 - - [2026-02-12 02:47:20] "GET /network-policy/8f9f5524-485d-45a6-aac9-ab7324007ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003406 10.0.0.130 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.130 - - [2026-02-12 02:47:20] "GET /network-policy/46178170-d5a0-411b-b860-db75abb13942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004998 10.0.0.130 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.130 - - [2026-02-12 02:47:20] "GET /network-policy/8d066b4f-5a61-453f-9c47-fc8b64b3e979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004537 10.0.0.130 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.130 - - [2026-02-12 02:47:20] "GET /network-policy/714f4b48-d1ca-4741-be28-3b6e010cdbce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004158 10.0.0.130 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.130 - - [2026-02-12 02:47:20] "GET /network-policy/4cd21cfd-b3ff-414d-80ef-5a05a7e31814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004296 10.0.0.130 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.130 - - [2026-02-12 02:47:20] "GET /network-policy/e282b41c-97ea-44f4-be21-6bbebe906d54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004465 10.0.0.130 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.130 - - [2026-02-12 02:47:20] "GET /network-policy/1a48ab68-1844-4bc1-8900-2268e7d1273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004596 10.0.0.130 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.130 - - [2026-02-12 02:47:20] "GET /network-policy/f213816f-76f0-4fe5-981c-5a8c5cb5092e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004239 10.0.0.130 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.130 - - [2026-02-12 02:47:20] "GET /network-policy/4730e25f-0d7f-4d36-bbb2-67745d04896e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004327 10.0.0.130 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.130 - - [2026-02-12 02:47:20] "GET /network-policy/bb686d30-9812-41c0-aef3-700a3a69a9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004373 10.0.0.130 - - [2026-02-12 02:47:20] "POST /neutron/network HTTP/1.1" 200 2250 0.014355 10.0.0.22 - - [2026-02-12 02:47:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.050307 10.0.0.130 - - [2026-02-12 02:47:21] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.021507 10.0.0.130 - - [2026-02-12 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.130 - - [2026-02-12 02:47:21] "GET /network-policy/8f9f5524-485d-45a6-aac9-ab7324007ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004516 10.0.0.130 - - [2026-02-12 02:47:22] "POST /neutron/port HTTP/1.1" 200 1238 0.021167 10.0.0.130 - - [2026-02-12 02:47:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003847 10.0.0.130 - - [2026-02-12 02:47:22] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.130 - - [2026-02-12 02:47:26] "POST /neutron/network HTTP/1.1" 200 1440 0.012298 10.0.0.23 - - [2026-02-12 02:47:26] "PUT /access-control-list/81d7822d-7ae8-427e-ba81-13cf7c17b46a HTTP/1.1" 200 272 0.077760 10.0.0.130 - - [2026-02-12 02:47:26] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008308 10.0.0.130 - - [2026-02-12 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005320 10.0.0.130 - - [2026-02-12 02:47:26] "GET /network-policy/46178170-d5a0-411b-b860-db75abb13942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004644 10.0.0.130 - - [2026-02-12 02:47:31] "POST /neutron/network HTTP/1.1" 200 1440 0.010072 10.0.0.130 - - [2026-02-12 02:47:31] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007660 10.0.0.130 - - [2026-02-12 02:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.130 - - [2026-02-12 02:47:31] "GET /network-policy/8d066b4f-5a61-453f-9c47-fc8b64b3e979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004258 10.0.0.130 - - [2026-02-12 02:47:36] "POST /neutron/network HTTP/1.1" 200 1440 0.010031 10.0.0.22 - - [2026-02-12 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.005468 10.0.0.130 - - [2026-02-12 02:47:36] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009021 10.0.0.130 - - [2026-02-12 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006474 10.0.0.130 - - [2026-02-12 02:47:37] "GET /network-policy/714f4b48-d1ca-4741-be28-3b6e010cdbce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004878 10.0.0.130 - - [2026-02-12 02:47:42] "POST /neutron/network HTTP/1.1" 200 1440 0.010658 10.0.0.23 - - [2026-02-12 02:47:42] "PUT /access-control-list/81d7822d-7ae8-427e-ba81-13cf7c17b46a HTTP/1.1" 200 272 0.012719 10.0.0.130 - - [2026-02-12 02:47:42] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007298 10.0.0.130 - - [2026-02-12 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.130 - - [2026-02-12 02:47:42] "GET /network-policy/4cd21cfd-b3ff-414d-80ef-5a05a7e31814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003843 10.0.0.130 - - [2026-02-12 02:47:47] "POST /neutron/network HTTP/1.1" 200 1440 0.012669 10.0.0.130 - - [2026-02-12 02:47:47] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007905 10.0.0.130 - - [2026-02-12 02:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.130 - - [2026-02-12 02:47:47] "GET /network-policy/e282b41c-97ea-44f4-be21-6bbebe906d54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004072 10.0.0.130 - - [2026-02-12 02:47:52] "POST /neutron/network HTTP/1.1" 200 1440 0.014795 10.0.0.22 - - [2026-02-12 02:47:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.006067 10.0.0.130 - - [2026-02-12 02:47:52] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007806 10.0.0.130 - - [2026-02-12 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.130 - - [2026-02-12 02:47:52] "GET /network-policy/1a48ab68-1844-4bc1-8900-2268e7d1273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004262 10.0.0.130 - - [2026-02-12 02:47:57] "POST /neutron/network HTTP/1.1" 200 1440 0.012934 10.0.0.23 - - [2026-02-12 02:47:57] "PUT /access-control-list/81d7822d-7ae8-427e-ba81-13cf7c17b46a HTTP/1.1" 200 272 0.014231 10.0.0.130 - - [2026-02-12 02:47:57] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007195 10.0.0.130 - - [2026-02-12 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.130 - - [2026-02-12 02:47:58] "GET /network-policy/f213816f-76f0-4fe5-981c-5a8c5cb5092e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004598 10.0.0.130 - - [2026-02-12 02:48:03] "POST /neutron/network HTTP/1.1" 200 1440 0.012130 10.0.0.130 - - [2026-02-12 02:48:03] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007289 10.0.0.130 - - [2026-02-12 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.130 - - [2026-02-12 02:48:03] "GET /network-policy/4730e25f-0d7f-4d36-bbb2-67745d04896e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004272 10.0.0.130 - - [2026-02-12 02:48:08] "POST /neutron/network HTTP/1.1" 200 1440 0.011106 10.0.0.22 - - [2026-02-12 02:48:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.003270 10.0.0.130 - - [2026-02-12 02:48:08] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008430 10.0.0.130 - - [2026-02-12 02:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.130 - - [2026-02-12 02:48:08] "GET /network-policy/bb686d30-9812-41c0-aef3-700a3a69a9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004122 10.0.0.130 - - [2026-02-12 02:48:13] "GET /virtual-machine/5aa7a950-6302-4332-a46b-1b4d8202210e HTTP/1.1" 200 1304 0.005515 10.0.0.130 - - [2026-02-12 02:48:14] "POST /neutron/port HTTP/1.1" 200 1238 0.035586 10.0.0.130 - - [2026-02-12 02:48:15] "GET /virtual-machine/5aa7a950-6302-4332-a46b-1b4d8202210e HTTP/1.1" 404 171 0.003339 10.0.0.130 - - [2026-02-12 02:48:15] "GET /virtual-machine/5aa7a950-6302-4332-a46b-1b4d8202210e HTTP/1.1" 404 171 0.002872 10.0.0.130 - - [2026-02-12 02:48:15] "GET /virtual-machine/5aa7a950-6302-4332-a46b-1b4d8202210e HTTP/1.1" 404 171 0.003396 10.0.0.130 - - [2026-02-12 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.130 - - [2026-02-12 02:48:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004162 10.0.0.130 - - [2026-02-12 02:48:15] "GET /virtual-networks?parent_id=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002724 10.0.0.130 - - [2026-02-12 02:48:15] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005957 10.0.0.130 - - [2026-02-12 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.130 - - [2026-02-12 02:48:16] "GET /routing-instance/79f09b0c-87d3-452a-a3db-d76b5c5aefb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.006354 10.0.0.130 - - [2026-02-12 02:48:16] "GET /route-target/571e664f-96d2-46cb-8285-66b03366ca86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004242 10.0.0.23 - - [2026-02-12 02:48:16] "GET /obj-perms HTTP/1.1" 200 5038 0.060815 10.0.0.130 - - [2026-02-12 02:48:16] "GET /obj-perms HTTP/1.1" 200 5038 0.055296 10.0.0.130 - - [2026-02-12 02:48:16] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007443 10.0.0.130 - - [2026-02-12 02:48:16] "POST /neutron/network HTTP/1.1" 200 1440 0.013826 10.0.0.23 - - [2026-02-12 02:48:16] "DELETE /access-control-list/81d7822d-7ae8-427e-ba81-13cf7c17b46a HTTP/1.1" 200 115 0.052452 10.0.0.130 - - [2026-02-12 02:48:16] "GET /virtual-network/671dbe82-a4a5-4480-9788-61fa292072ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007647 10.0.0.130 - - [2026-02-12 02:48:16] "DELETE /network-policy/bb686d30-9812-41c0-aef3-700a3a69a9f1 HTTP/1.1" 200 115 0.029307 10.0.0.130 - - [2026-02-12 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.23 - - [2026-02-12 02:48:16] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.130 - - [2026-02-12 02:48:16] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.038886 10.0.0.130 - - [2026-02-12 02:48:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57486609&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005035 10.0.0.130 - - [2026-02-12 02:48:17] "DELETE /network-policy/4730e25f-0d7f-4d36-bbb2-67745d04896e HTTP/1.1" 200 115 0.039216 10.0.0.130 - - [2026-02-12 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2026-02-12 02:48:17] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.130 - - [2026-02-12 02:48:17] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043658 10.0.0.130 - - [2026-02-12 02:48:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57486609&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006311 10.0.0.130 - - [2026-02-12 02:48:17] "DELETE /network-policy/f213816f-76f0-4fe5-981c-5a8c5cb5092e HTTP/1.1" 200 115 0.043179 10.0.0.130 - - [2026-02-12 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.23 - - [2026-02-12 02:48:17] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.130 - - [2026-02-12 02:48:17] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040900 10.0.0.130 - - [2026-02-12 02:48:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57486609&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.014496 10.0.0.130 - - [2026-02-12 02:48:17] "DELETE /network-policy/1a48ab68-1844-4bc1-8900-2268e7d1273c HTTP/1.1" 200 115 0.040397 10.0.0.130 - - [2026-02-12 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.23 - - [2026-02-12 02:48:17] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000920 10.0.0.130 - - [2026-02-12 02:48:17] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.037253 10.0.0.130 - - [2026-02-12 02:48:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57486609&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005020 10.0.0.130 - - [2026-02-12 02:48:17] "DELETE /network-policy/e282b41c-97ea-44f4-be21-6bbebe906d54 HTTP/1.1" 200 115 0.034669 10.0.0.130 - - [2026-02-12 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.23 - - [2026-02-12 02:48:17] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000878 10.0.0.130 - - [2026-02-12 02:48:17] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.034421 10.0.0.130 - - [2026-02-12 02:48:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57486609&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005239 10.0.0.130 - - [2026-02-12 02:48:17] "DELETE /network-policy/4cd21cfd-b3ff-414d-80ef-5a05a7e31814 HTTP/1.1" 200 115 0.038014 10.0.0.130 - - [2026-02-12 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.23 - - [2026-02-12 02:48:17] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.130 - - [2026-02-12 02:48:17] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041101 10.0.0.130 - - [2026-02-12 02:48:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57486609&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.004860 10.0.0.130 - - [2026-02-12 02:48:18] "DELETE /network-policy/714f4b48-d1ca-4741-be28-3b6e010cdbce HTTP/1.1" 200 115 0.033687 10.0.0.130 - - [2026-02-12 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2026-02-12 02:48:18] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.130 - - [2026-02-12 02:48:18] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052501 10.0.0.130 - - [2026-02-12 02:48:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57486609&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.004774 10.0.0.130 - - [2026-02-12 02:48:18] "DELETE /network-policy/8d066b4f-5a61-453f-9c47-fc8b64b3e979 HTTP/1.1" 200 115 0.042749 10.0.0.130 - - [2026-02-12 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.23 - - [2026-02-12 02:48:18] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.130 - - [2026-02-12 02:48:18] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.037597 10.0.0.130 - - [2026-02-12 02:48:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57486609&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005016 10.0.0.130 - - [2026-02-12 02:48:18] "DELETE /network-policy/46178170-d5a0-411b-b860-db75abb13942 HTTP/1.1" 200 115 0.045071 10.0.0.130 - - [2026-02-12 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.23 - - [2026-02-12 02:48:18] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.130 - - [2026-02-12 02:48:18] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.035029 10.0.0.130 - - [2026-02-12 02:48:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57486609&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004505 10.0.0.130 - - [2026-02-12 02:48:18] "DELETE /network-policy/8f9f5524-485d-45a6-aac9-ab7324007ec7 HTTP/1.1" 200 115 0.037639 10.0.0.130 - - [2026-02-12 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.23 - - [2026-02-12 02:48:18] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.130 - - [2026-02-12 02:48:18] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.030715 10.0.0.130 - - [2026-02-12 02:48:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57486609&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004912 10.0.0.130 - - [2026-02-12 02:48:18] "POST /neutron/network HTTP/1.1" 200 1337 0.011557 10.0.0.130 - - [2026-02-12 02:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.130 - - [2026-02-12 02:48:19] "DELETE /network-ipam/92a81051-4b68-45c5-b800-1aacae32df23 HTTP/1.1" 200 115 0.030977 10.0.0.130 - - [2026-02-12 02:48:19] "POST /fqname-to-id HTTP/1.1" 404 260 0.003978 10.0.0.23 - - [2026-02-12 02:48:19] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.23 - - [2026-02-12 02:48:19] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.047603 10.0.0.23 - - [2026-02-12 02:48:19] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001135 10.0.0.23 - - [2026-02-12 02:48:19] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?fields=security_groups HTTP/1.1" 200 1409 0.030778 10.0.0.23 - - [2026-02-12 02:48:19] "DELETE /security-group/b6bb61ed-f22b-42b0-9ba7-055df14f05d7 HTTP/1.1" 200 115 0.052202 10.0.0.23 - - [2026-02-12 02:48:19] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001238 10.0.0.23 - - [2026-02-12 02:48:19] "DELETE /access-control-list/d835e730-682d-4fc4-b5b4-c0d27458087a HTTP/1.1" 200 115 0.048762 10.0.0.23 - - [2026-02-12 02:48:19] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?fields=application_policy_sets HTTP/1.1" 200 1448 0.058151 10.0.0.130 - - [2026-02-12 02:48:19] "DELETE /project/70440434-7be7-44e6-b81a-66ef68386c51 HTTP/1.1" 200 115 0.390518 10.0.0.23 - - [2026-02-12 02:48:19] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000855 10.0.0.130 - - [2026-02-12 02:48:19] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?fields=projects HTTP/1.1" 200 1439 0.013278 10.0.0.23 - - [2026-02-12 02:48:22] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004388 10.0.0.23 - - [2026-02-12 02:48:22] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.23 - - [2026-02-12 02:48:22] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039789 10.0.0.23 - - [2026-02-12 02:48:22] "POST /id-to-fqname HTTP/1.1" 200 202 0.001301 10.0.0.23 - - [2026-02-12 02:48:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.008644 10.0.0.23 - - [2026-02-12 02:48:22] "POST /security-groups HTTP/1.1" 200 603 0.026256 10.0.0.23 - - [2026-02-12 02:48:22] "POST /projects HTTP/1.1" 200 609 0.237385 10.0.0.23 - - [2026-02-12 02:48:22] "POST /access-control-lists HTTP/1.1" 200 608 0.025702 10.0.0.23 - - [2026-02-12 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.308260 10.0.0.130 - - [2026-02-12 02:48:22] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.498148 10.0.0.23 - - [2026-02-12 02:48:22] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.130 - - [2026-02-12 02:48:22] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?fields=virtual_networks HTTP/1.1" 200 1066 0.041644 10.0.0.23 - - [2026-02-12 02:48:23] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.130 - - [2026-02-12 02:48:23] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.033525 10.0.0.23 - - [2026-02-12 02:48:23] "GET /projects?obj_uuids=70440434-7be7-44e6-b81a-66ef68386c51&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.130 - - [2026-02-12 02:48:23] "GET /project/70440434-7be7-44e6-b81a-66ef68386c51?fields=security_groups HTTP/1.1" 200 1304 0.041071 10.0.0.130 - - [2026-02-12 02:48:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.033763 10.0.0.23 - - [2026-02-12 02:48:24] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004351 10.0.0.23 - - [2026-02-12 02:48:24] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.23 - - [2026-02-12 02:48:24] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006709 10.0.0.23 - - [2026-02-12 02:48:24] "POST /id-to-fqname HTTP/1.1" 200 196 0.005649 10.0.0.23 - - [2026-02-12 02:48:24] "POST /fqname-to-id HTTP/1.1" 404 205 0.005058 10.0.0.23 - - [2026-02-12 02:48:24] "POST /security-groups HTTP/1.1" 200 597 0.077881 10.0.0.23 - - [2026-02-12 02:48:24] "POST /fqname-to-id HTTP/1.1" 404 240 0.005890 10.0.0.23 - - [2026-02-12 02:48:24] "POST /projects HTTP/1.1" 200 597 0.267897 10.0.0.23 - - [2026-02-12 02:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.346288 10.0.0.23 - - [2026-02-12 02:48:24] "POST /access-control-lists HTTP/1.1" 200 600 0.027616 10.0.0.130 - - [2026-02-12 02:48:24] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.476245 10.0.0.130 - - [2026-02-12 02:48:25] "GET / HTTP/1.1" 200 35931 0.002729 10.0.0.130 - - [2026-02-12 02:48:27] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000465 10.0.0.23 - - [2026-02-12 02:48:28] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001126 10.0.0.130 - - [2026-02-12 02:48:28] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065393 10.0.0.130 - - [2026-02-12 02:48:28] "GET / HTTP/1.1" 200 35931 0.002367 10.0.0.130 - - [2026-02-12 02:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-02-12 02:48:28] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.130 - - [2026-02-12 02:48:28] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006752 10.0.0.130 - - [2026-02-12 02:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.23 - - [2026-02-12 02:48:29] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000902 10.0.0.130 - - [2026-02-12 02:48:29] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042176 10.0.0.130 - - [2026-02-12 02:48:30] "GET /domains HTTP/1.1" 401 293 0.000364 10.0.0.130 - - [2026-02-12 02:48:30] "GET /domains HTTP/1.1" 200 280 0.031013 10.0.0.23 - - [2026-02-12 02:48:30] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000837 10.0.0.130 - - [2026-02-12 02:48:30] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031 HTTP/1.1" 200 2972 0.008316 10.0.0.23 - - [2026-02-12 02:48:30] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000882 10.0.0.130 - - [2026-02-12 02:48:30] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca HTTP/1.1" 200 1899 0.088108 10.0.0.130 - - [2026-02-12 02:48:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002971 10.0.0.130 - - [2026-02-12 02:48:30] "POST /network-ipams HTTP/1.1" 200 603 0.027462 10.0.0.130 - - [2026-02-12 02:48:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.002985 10.0.0.130 - - [2026-02-12 02:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.130 - - [2026-02-12 02:48:30] "GET /network-ipam/bc7347d0-9afa-466f-b935-7851220a7caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005868 10.0.0.130 - - [2026-02-12 02:48:30] "PUT /network-ipam/bc7347d0-9afa-466f-b935-7851220a7caa HTTP/1.1" 200 258 0.014228 10.0.0.130 - - [2026-02-12 02:48:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.130 - - [2026-02-12 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.024124 10.0.0.23 - - [2026-02-12 02:48:31] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000990 10.0.0.130 - - [2026-02-12 02:48:31] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047347 10.0.0.23 - - [2026-02-12 02:48:31] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001252 10.0.0.130 - - [2026-02-12 02:48:31] "POST /neutron/network HTTP/1.1" 200 617 0.195753 10.0.0.130 - - [2026-02-12 02:48:32] "POST /neutron/network HTTP/1.1" 200 1074 0.011964 10.0.0.130 - - [2026-02-12 02:48:32] "POST /id-to-fqname HTTP/1.1" 200 229 0.000981 10.0.0.130 - - [2026-02-12 02:48:32] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.010141 10.0.0.130 - - [2026-02-12 02:48:32] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004628 10.0.0.130 - - [2026-02-12 02:48:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.009442 10.0.0.130 - - [2026-02-12 02:48:32] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005520 10.0.0.22 - - [2026-02-12 02:48:33] "GET /obj-perms HTTP/1.1" 200 5032 0.049928 10.0.0.23 - - [2026-02-12 02:48:34] "GET /obj-perms HTTP/1.1" 200 5032 0.047079 10.0.0.130 - - [2026-02-12 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.23 - - [2026-02-12 02:48:34] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000908 10.0.0.130 - - [2026-02-12 02:48:34] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037880 10.0.0.23 - - [2026-02-12 02:48:34] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000876 10.0.0.130 - - [2026-02-12 02:48:34] "POST /neutron/network HTTP/1.1" 200 617 0.108801 10.0.0.23 - - [2026-02-12 02:48:34] "POST /route-targets HTTP/1.1" 200 327 0.010545 10.0.0.130 - - [2026-02-12 02:48:34] "POST /neutron/network HTTP/1.1" 200 1074 0.011003 10.0.0.130 - - [2026-02-12 02:48:34] "POST /id-to-fqname HTTP/1.1" 200 229 0.000913 10.0.0.130 - - [2026-02-12 02:48:34] "GET /virtual-network/6e4a4642-4af6-425e-a7c0-227047e502c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004314 10.0.0.130 - - [2026-02-12 02:48:34] "GET /virtual-network/6e4a4642-4af6-425e-a7c0-227047e502c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004805 10.0.0.130 - - [2026-02-12 02:48:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.010033 10.0.0.130 - - [2026-02-12 02:48:35] "GET /virtual-network/6e4a4642-4af6-425e-a7c0-227047e502c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005780 10.0.0.130 - - [2026-02-12 02:48:35] "GET /obj-perms HTTP/1.1" 200 5032 0.059322 10.0.0.130 - - [2026-02-12 02:48:35] "POST /fqname-to-id HTTP/1.1" 404 205 0.003852 10.0.0.130 - - [2026-02-12 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.23 - - [2026-02-12 02:48:35] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001280 10.0.0.130 - - [2026-02-12 02:48:35] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038236 10.0.0.130 - - [2026-02-12 02:48:35] "POST /network-policys HTTP/1.1" 200 527 0.071645 10.0.0.130 - - [2026-02-12 02:48:35] "GET /network-policy/0ef312d5-4394-4a37-9a00-0934581e724a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005718 10.0.0.130 - - [2026-02-12 02:48:35] "POST /fqname-to-id HTTP/1.1" 404 205 0.002975 10.0.0.130 - - [2026-02-12 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.23 - - [2026-02-12 02:48:36] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000990 10.0.0.130 - - [2026-02-12 02:48:36] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038737 10.0.0.130 - - [2026-02-12 02:48:36] "POST /network-policys HTTP/1.1" 200 527 0.072851 10.0.0.130 - - [2026-02-12 02:48:36] "GET /network-policy/d7e2e0b3-d8fc-4f97-be7f-0e4d4ec31dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006663 10.0.0.130 - - [2026-02-12 02:48:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.003264 10.0.0.130 - - [2026-02-12 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.23 - - [2026-02-12 02:48:36] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000940 10.0.0.130 - - [2026-02-12 02:48:36] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053454 10.0.0.130 - - [2026-02-12 02:48:36] "POST /network-policys HTTP/1.1" 200 527 0.075832 10.0.0.130 - - [2026-02-12 02:48:36] "GET /network-policy/8a4e72ae-bfd4-4b4c-a696-c9761c9d7b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005478 10.0.0.130 - - [2026-02-12 02:48:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.002812 10.0.0.130 - - [2026-02-12 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.23 - - [2026-02-12 02:48:36] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.130 - - [2026-02-12 02:48:36] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035477 10.0.0.130 - - [2026-02-12 02:48:36] "POST /network-policys HTTP/1.1" 200 527 0.072535 10.0.0.130 - - [2026-02-12 02:48:37] "GET /network-policy/3270acbe-34d3-44d0-99bf-db6c13c8edd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007100 10.0.0.130 - - [2026-02-12 02:48:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.002762 10.0.0.130 - - [2026-02-12 02:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.23 - - [2026-02-12 02:48:37] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000964 10.0.0.130 - - [2026-02-12 02:48:37] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040022 10.0.0.130 - - [2026-02-12 02:48:37] "POST /network-policys HTTP/1.1" 200 531 0.024770 10.0.0.130 - - [2026-02-12 02:48:37] "GET /network-policy/8d336242-1b92-4f3e-a4f3-2d57057cf1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005626 10.0.0.130 - - [2026-02-12 02:48:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.002867 10.0.0.130 - - [2026-02-12 02:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.23 - - [2026-02-12 02:48:37] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000899 10.0.0.130 - - [2026-02-12 02:48:37] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048072 10.0.0.130 - - [2026-02-12 02:48:37] "POST /network-policys HTTP/1.1" 200 529 0.072216 10.0.0.130 - - [2026-02-12 02:48:37] "GET /network-policy/efabff69-f276-41f0-8ca1-c92560c379c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006968 10.0.0.130 - - [2026-02-12 02:48:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.007484 10.0.0.130 - - [2026-02-12 02:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015 10.0.0.23 - - [2026-02-12 02:48:37] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000946 10.0.0.130 - - [2026-02-12 02:48:38] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040325 10.0.0.130 - - [2026-02-12 02:48:38] "POST /network-policys HTTP/1.1" 200 529 0.068626 10.0.0.130 - - [2026-02-12 02:48:38] "GET /network-policy/2f5130b6-ae12-4ff9-a148-30c6ba57aeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005509 10.0.0.130 - - [2026-02-12 02:48:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.002766 10.0.0.130 - - [2026-02-12 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.23 - - [2026-02-12 02:48:38] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000960 10.0.0.130 - - [2026-02-12 02:48:38] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035500 10.0.0.130 - - [2026-02-12 02:48:38] "POST /network-policys HTTP/1.1" 200 529 0.071330 10.0.0.130 - - [2026-02-12 02:48:38] "GET /network-policy/036229c6-c1b8-4eee-ab09-30fe7b5de331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006739 10.0.0.130 - - [2026-02-12 02:48:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.002820 10.0.0.130 - - [2026-02-12 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.23 - - [2026-02-12 02:48:38] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001075 10.0.0.130 - - [2026-02-12 02:48:38] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044912 10.0.0.130 - - [2026-02-12 02:48:38] "POST /network-policys HTTP/1.1" 200 529 0.071771 10.0.0.130 - - [2026-02-12 02:48:38] "GET /network-policy/41d4c9ec-8334-4ea3-bffa-dd2d4bd9adf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006346 10.0.0.130 - - [2026-02-12 02:48:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.003071 10.0.0.130 - - [2026-02-12 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.23 - - [2026-02-12 02:48:39] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002036 10.0.0.130 - - [2026-02-12 02:48:39] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054830 10.0.0.130 - - [2026-02-12 02:48:39] "POST /network-policys HTTP/1.1" 200 533 0.025059 10.0.0.130 - - [2026-02-12 02:48:39] "GET /network-policy/5c839971-002d-4cbb-92e2-6290ccbb7fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.024744 10.0.0.23 - - [2026-02-12 02:48:39] "POST /access-control-lists HTTP/1.1" 200 603 0.029369 10.0.0.130 - - [2026-02-12 02:48:39] "POST /neutron/network HTTP/1.1" 200 1157 0.072806 10.0.0.130 - - [2026-02-12 02:48:39] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005785 10.0.0.130 - - [2026-02-12 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.130 - - [2026-02-12 02:48:39] "GET /network-policy/0ef312d5-4394-4a37-9a00-0934581e724a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004089 10.0.0.130 - - [2026-02-12 02:48:40] "POST /neutron/network HTTP/1.1" 200 1159 0.072081 10.0.0.130 - - [2026-02-12 02:48:40] "GET /virtual-network/6e4a4642-4af6-425e-a7c0-227047e502c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005882 10.0.0.23 - - [2026-02-12 02:48:40] "POST /ref-update HTTP/1.1" 200 156 0.042900 10.0.0.130 - - [2026-02-12 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006203 10.0.0.130 - - [2026-02-12 02:48:40] "GET /network-policy/8d336242-1b92-4f3e-a4f3-2d57057cf1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.006453 10.0.0.130 - - [2026-02-12 02:48:40] "POST /id-to-fqname HTTP/1.1" 200 229 0.001223 10.0.0.23 - - [2026-02-12 02:48:41] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000907 10.0.0.130 - - [2026-02-12 02:48:41] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.075464 10.0.0.130 - - [2026-02-12 02:48:41] "POST /neutron/network HTTP/1.1" 200 1157 0.008200 10.0.0.130 - - [2026-02-12 02:48:41] "POST /id-to-fqname HTTP/1.1" 200 229 0.001306 10.0.0.130 - - [2026-02-12 02:48:41] "POST /neutron/port HTTP/1.1" 200 117 0.006536 10.0.0.23 - - [2026-02-12 02:48:41] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000901 10.0.0.130 - - [2026-02-12 02:48:42] "POST /neutron/port HTTP/1.1" 200 1061 0.276881 10.0.0.130 - - [2026-02-12 02:48:42] "POST /neutron/port HTTP/1.1" 200 1115 0.084039 10.0.0.130 - - [2026-02-12 02:48:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.010248 10.0.0.23 - - [2026-02-12 02:48:42] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000904 10.0.0.130 - - [2026-02-12 02:48:42] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068084 10.0.0.130 - - [2026-02-12 02:48:42] "POST /neutron/network HTTP/1.1" 200 1159 0.008772 10.0.0.130 - - [2026-02-12 02:48:42] "POST /neutron/port HTTP/1.1" 200 117 0.007534 10.0.0.130 - - [2026-02-12 02:48:43] "POST /neutron/network HTTP/1.1" 200 1169 0.006747 10.0.0.130 - - [2026-02-12 02:48:43] "POST /neutron/port HTTP/1.1" 200 1061 0.019049 10.0.0.130 - - [2026-02-12 02:48:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004681 10.0.0.130 - - [2026-02-12 02:48:43] "POST /neutron/network HTTP/1.1" 200 1159 0.013377 10.0.0.130 - - [2026-02-12 02:48:47] "POST /neutron/port HTTP/1.1" 200 1125 0.016419 10.0.0.130 - - [2026-02-12 02:48:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007074 10.0.0.130 - - [2026-02-12 02:48:48] "GET /virtual-machine/cba43e17-1bca-4c7b-bc01-718278b8a08b HTTP/1.1" 401 293 0.000407 10.0.0.130 - - [2026-02-12 02:48:48] "GET /virtual-machine/cba43e17-1bca-4c7b-bc01-718278b8a08b HTTP/1.1" 200 1299 0.036123 10.0.0.130 - - [2026-02-12 02:48:48] "GET /virtual-machine-interface/5bd724d0-25dd-489e-a288-e68968f600b8 HTTP/1.1" 200 2951 0.004821 10.0.0.130 - - [2026-02-12 02:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.130 - - [2026-02-12 02:48:48] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003522 10.0.0.130 - - [2026-02-12 02:48:48] "GET /virtual-networks?parent_id=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002465 10.0.0.130 - - [2026-02-12 02:48:48] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005675 10.0.0.130 - - [2026-02-12 02:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.130 - - [2026-02-12 02:48:51] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006472 10.0.0.23 - - [2026-02-12 02:48:53] "DELETE /access-control-list/d2b5ae83-f29f-4c14-93d3-b39dacab0ff3 HTTP/1.1" 200 115 0.036462 10.0.0.130 - - [2026-02-12 02:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.130 - - [2026-02-12 02:48:55] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004753 10.0.0.130 - - [2026-02-12 02:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.130 - - [2026-02-12 02:48:59] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004761 10.0.0.130 - - [2026-02-12 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.130 - - [2026-02-12 02:49:03] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006154 10.0.0.130 - - [2026-02-12 02:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.130 - - [2026-02-12 02:49:08] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005785 10.0.0.23 - - [2026-02-12 02:49:08] "DELETE /project/704404347be744e6b81a66ef68386c51 HTTP/1.1" 404 173 0.003682 10.0.0.23 - - [2026-02-12 02:49:08] "DELETE /project/8e6a5402c47544cbb031490ee69ea4ca HTTP/1.1" 404 173 0.006286 10.0.0.23 - - [2026-02-12 02:49:08] "DELETE /project/70440434-7be7-44e6-b81a-66ef68386c51 HTTP/1.1" 404 177 0.003734 10.0.0.130 - - [2026-02-12 02:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.130 - - [2026-02-12 02:49:12] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005068 10.0.0.130 - - [2026-02-12 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.130 - - [2026-02-12 02:49:16] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006304 10.0.0.130 - - [2026-02-12 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.130 - - [2026-02-12 02:49:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003464 10.0.0.130 - - [2026-02-12 02:49:20] "GET /virtual-networks?parent_id=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002820 10.0.0.130 - - [2026-02-12 02:49:20] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005449 10.0.0.130 - - [2026-02-12 02:49:23] "POST /neutron/port HTTP/1.1" 200 1125 0.020493 10.0.0.130 - - [2026-02-12 02:49:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004516 10.0.0.130 - - [2026-02-12 02:49:23] "POST /neutron/network HTTP/1.1" 200 1157 0.009474 10.0.0.130 - - [2026-02-12 02:49:28] "POST /neutron/port HTTP/1.1" 200 1125 0.020271 10.0.0.130 - - [2026-02-12 02:49:29] "POST /neutron/network HTTP/1.1" 200 1169 0.007509 10.0.0.130 - - [2026-02-12 02:49:29] "POST /neutron/subnet HTTP/1.1" 200 675 0.011725 10.0.0.130 - - [2026-02-12 02:49:30] "POST /neutron/port HTTP/1.1" 200 1125 0.018733 10.0.0.130 - - [2026-02-12 02:49:31] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006618 10.0.0.130 - - [2026-02-12 02:49:41] "POST /neutron/port HTTP/1.1" 200 1125 0.015726 10.0.0.130 - - [2026-02-12 02:49:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006423 10.0.0.130 - - [2026-02-12 02:49:41] "GET /virtual-machine/f964c898-6a97-4fc9-a29a-a0ed62f0cd78 HTTP/1.1" 200 1299 0.005264 10.0.0.130 - - [2026-02-12 02:49:41] "GET /virtual-machine-interface/88f8e555-2ad7-4348-aaa9-d7b9ec154549 HTTP/1.1" 200 2951 0.005174 10.0.0.130 - - [2026-02-12 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.130 - - [2026-02-12 02:49:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002959 10.0.0.130 - - [2026-02-12 02:49:41] "GET /virtual-networks?parent_id=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002496 10.0.0.130 - - [2026-02-12 02:49:41] "GET /virtual-network/6e4a4642-4af6-425e-a7c0-227047e502c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007718 10.0.0.130 - - [2026-02-12 02:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.130 - - [2026-02-12 02:49:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003608 10.0.0.130 - - [2026-02-12 02:49:42] "GET /virtual-networks?parent_id=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002804 10.0.0.130 - - [2026-02-12 02:49:42] "GET /virtual-network/6e4a4642-4af6-425e-a7c0-227047e502c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005156 10.0.0.130 - - [2026-02-12 02:49:42] "POST /neutron/port HTTP/1.1" 200 2098 0.027178 10.0.0.130 - - [2026-02-12 02:49:43] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008641 10.0.0.130 - - [2026-02-12 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.130 - - [2026-02-12 02:49:43] "GET /network-policy/8d336242-1b92-4f3e-a4f3-2d57057cf1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003159 10.0.0.130 - - [2026-02-12 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.130 - - [2026-02-12 02:49:43] "GET /network-policy/0ef312d5-4394-4a37-9a00-0934581e724a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004845 10.0.0.130 - - [2026-02-12 02:49:43] "POST /neutron/network HTTP/1.1" 200 1157 0.008538 10.0.0.130 - - [2026-02-12 02:49:43] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.017540 10.0.0.130 - - [2026-02-12 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.130 - - [2026-02-12 02:49:43] "GET /network-policy/d7e2e0b3-d8fc-4f97-be7f-0e4d4ec31dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006097 10.0.0.22 - - [2026-02-12 02:49:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.22 - - [2026-02-12 02:49:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.22 - - [2026-02-12 02:49:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.22 - - [2026-02-12 02:49:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.23 - - [2026-02-12 02:49:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.23 - - [2026-02-12 02:49:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.23 - - [2026-02-12 02:49:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.23 - - [2026-02-12 02:49:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.130 - - [2026-02-12 02:49:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000746 10.0.0.130 - - [2026-02-12 02:49:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.130 - - [2026-02-12 02:49:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.130 - - [2026-02-12 02:49:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.130 - - [2026-02-12 02:50:24] "POST /neutron/port HTTP/1.1" 200 1125 0.041669 10.0.0.130 - - [2026-02-12 02:50:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005114 10.0.0.130 - - [2026-02-12 02:50:24] "POST /neutron/network HTTP/1.1" 200 1157 0.009436 10.0.0.130 - - [2026-02-12 02:50:31] "POST /neutron/network HTTP/1.1" 200 1169 0.032701 10.0.0.130 - - [2026-02-12 02:50:31] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.23 - - [2026-02-12 02:50:45] "PUT /access-control-list/17c611c1-7243-45ef-9a36-2fb21d94591b HTTP/1.1" 200 272 0.028997 10.0.0.130 - - [2026-02-12 02:50:45] "POST /neutron/network HTTP/1.1" 200 1160 0.109064 10.0.0.130 - - [2026-02-12 02:50:45] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006653 10.0.0.130 - - [2026-02-12 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005339 10.0.0.130 - - [2026-02-12 02:50:45] "GET /network-policy/5c839971-002d-4cbb-92e2-6290ccbb7fcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.008173 10.0.0.130 - - [2026-02-12 02:50:54] "POST /neutron/network HTTP/1.1" 200 1157 0.087310 10.0.0.130 - - [2026-02-12 02:50:54] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008765 10.0.0.130 - - [2026-02-12 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005275 10.0.0.23 - - [2026-02-12 02:50:54] "POST /ref-update HTTP/1.1" 200 156 0.019368 10.0.0.130 - - [2026-02-12 02:50:54] "GET /network-policy/8a4e72ae-bfd4-4b4c-a696-c9761c9d7b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005356 10.0.0.130 - - [2026-02-12 02:51:02] "POST /neutron/network HTTP/1.1" 200 1157 0.077674 10.0.0.130 - - [2026-02-12 02:51:02] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008065 10.0.0.130 - - [2026-02-12 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.130 - - [2026-02-12 02:51:02] "GET /network-policy/3270acbe-34d3-44d0-99bf-db6c13c8edd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004025 10.0.0.130 - - [2026-02-12 02:51:10] "POST /neutron/network HTTP/1.1" 200 1158 0.077300 10.0.0.130 - - [2026-02-12 02:51:10] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005344 10.0.0.130 - - [2026-02-12 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008944 10.0.0.23 - - [2026-02-12 02:51:10] "POST /ref-update HTTP/1.1" 200 156 0.026525 10.0.0.130 - - [2026-02-12 02:51:10] "GET /network-policy/efabff69-f276-41f0-8ca1-c92560c379c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004940 10.0.0.22 - - [2026-02-12 02:51:19] "GET /obj-perms HTTP/1.1" 200 5075 0.058281 10.0.0.130 - - [2026-02-12 02:51:19] "POST /neutron/network HTTP/1.1" 200 1158 0.103953 10.0.0.130 - - [2026-02-12 02:51:19] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008972 10.0.0.130 - - [2026-02-12 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2026-02-12 02:51:19] "GET /obj-perms HTTP/1.1" 200 5075 0.183866 10.0.0.130 - - [2026-02-12 02:51:19] "GET /network-policy/2f5130b6-ae12-4ff9-a148-30c6ba57aeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004198 10.0.0.130 - - [2026-02-12 02:51:26] "POST /neutron/port HTTP/1.1" 200 1125 0.015770 10.0.0.130 - - [2026-02-12 02:51:26] "POST /neutron/subnet HTTP/1.1" 200 675 0.010433 10.0.0.130 - - [2026-02-12 02:51:27] "POST /neutron/network HTTP/1.1" 200 1158 0.008615 10.0.0.23 - - [2026-02-12 02:51:27] "PUT /access-control-list/17c611c1-7243-45ef-9a36-2fb21d94591b HTTP/1.1" 200 272 0.072505 10.0.0.130 - - [2026-02-12 02:51:27] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.025379 10.0.0.130 - - [2026-02-12 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.130 - - [2026-02-12 02:51:27] "GET /network-policy/036229c6-c1b8-4eee-ab09-30fe7b5de331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005626 10.0.0.130 - - [2026-02-12 02:51:30] "POST /neutron/port HTTP/1.1" 200 1125 0.014888 10.0.0.130 - - [2026-02-12 02:51:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009397 10.0.0.130 - - [2026-02-12 02:51:31] "POST /neutron/network HTTP/1.1" 200 1159 0.009539 10.0.0.130 - - [2026-02-12 02:51:36] "POST /neutron/network HTTP/1.1" 200 1158 0.015435 10.0.0.130 - - [2026-02-12 02:51:36] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007483 10.0.0.130 - - [2026-02-12 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.130 - - [2026-02-12 02:51:36] "GET /network-policy/41d4c9ec-8334-4ea3-bffa-dd2d4bd9adf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004991 10.0.0.130 - - [2026-02-12 02:51:43] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006927 10.0.0.130 - - [2026-02-12 02:51:44] "POST /neutron/network HTTP/1.1" 200 1074 0.032770 10.0.0.130 - - [2026-02-12 02:51:44] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005481 10.0.0.23 - - [2026-02-12 02:51:44] "POST /ref-update HTTP/1.1" 200 156 0.041680 10.0.0.130 - - [2026-02-12 02:51:44] "GET /virtual-machine/f964c898-6a97-4fc9-a29a-a0ed62f0cd78 HTTP/1.1" 200 1299 0.005248 10.0.0.130 - - [2026-02-12 02:51:44] "POST /neutron/port HTTP/1.1" 200 151 0.182235 10.0.0.130 - - [2026-02-12 02:51:46] "GET /virtual-machine/f964c898-6a97-4fc9-a29a-a0ed62f0cd78 HTTP/1.1" 404 171 0.003376 10.0.0.130 - - [2026-02-12 02:51:46] "GET /virtual-machine/f964c898-6a97-4fc9-a29a-a0ed62f0cd78 HTTP/1.1" 404 171 0.002269 10.0.0.130 - - [2026-02-12 02:51:46] "GET /virtual-machine/f964c898-6a97-4fc9-a29a-a0ed62f0cd78 HTTP/1.1" 404 171 0.003047 10.0.0.130 - - [2026-02-12 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.130 - - [2026-02-12 02:51:46] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003322 10.0.0.130 - - [2026-02-12 02:51:46] "GET /virtual-networks?parent_id=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003611 10.0.0.130 - - [2026-02-12 02:51:46] "GET /virtual-network/6e4a4642-4af6-425e-a7c0-227047e502c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008891 10.0.0.130 - - [2026-02-12 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.130 - - [2026-02-12 02:51:46] "GET /routing-instance/b816b7bf-3d68-47f5-82b5-56f1880ff0cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005927 10.0.0.130 - - [2026-02-12 02:51:46] "GET /route-target/6cb7aaed-eea9-428e-b8f5-3d739fcd0330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005100 10.0.0.130 - - [2026-02-12 02:51:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004851 10.0.0.130 - - [2026-02-12 02:51:46] "GET /virtual-machine/cba43e17-1bca-4c7b-bc01-718278b8a08b HTTP/1.1" 200 1299 0.005907 10.0.0.130 - - [2026-02-12 02:51:47] "POST /neutron/port HTTP/1.1" 200 151 0.159884 10.0.0.130 - - [2026-02-12 02:51:48] "GET /virtual-machine/cba43e17-1bca-4c7b-bc01-718278b8a08b HTTP/1.1" 404 171 0.003889 10.0.0.130 - - [2026-02-12 02:51:48] "GET /virtual-machine/cba43e17-1bca-4c7b-bc01-718278b8a08b HTTP/1.1" 404 171 0.003345 10.0.0.130 - - [2026-02-12 02:51:49] "GET /virtual-machine/cba43e17-1bca-4c7b-bc01-718278b8a08b HTTP/1.1" 404 171 0.004144 10.0.0.130 - - [2026-02-12 02:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.130 - - [2026-02-12 02:51:49] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003408 10.0.0.130 - - [2026-02-12 02:51:49] "GET /virtual-networks?parent_id=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003341 10.0.0.130 - - [2026-02-12 02:51:49] "GET /virtual-network/8903ffe5-adac-4205-920c-0aa932ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005767 10.0.0.130 - - [2026-02-12 02:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.130 - - [2026-02-12 02:51:49] "GET /routing-instance/71adf4aa-8bcf-4513-9157-c86971cf9142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004045 10.0.0.130 - - [2026-02-12 02:51:49] "GET /route-target/e5de2aff-5d13-41d9-9823-c517bcd6a2f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004394 10.0.0.130 - - [2026-02-12 02:51:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004487 10.0.0.23 - - [2026-02-12 02:51:49] "GET /obj-perms HTTP/1.1" 200 5032 0.003928 10.0.0.130 - - [2026-02-12 02:51:58] "GET /obj-perms HTTP/1.1" 200 5032 0.003861 10.0.0.23 - - [2026-02-12 02:51:58] "GET /obj-perms HTTP/1.1" 200 5032 0.003736 10.0.0.130 - - [2026-02-12 02:52:07] "GET /obj-perms HTTP/1.1" 200 5032 0.003836 10.0.0.23 - - [2026-02-12 02:52:07] "GET /obj-perms HTTP/1.1" 200 5032 0.004730 10.0.0.130 - - [2026-02-12 02:52:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004558 10.0.0.23 - - [2026-02-12 02:52:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004565 10.0.0.130 - - [2026-02-12 02:52:17] "GET /virtual-network/6e4a4642-4af6-425e-a7c0-227047e502c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006752 10.0.0.130 - - [2026-02-12 02:52:17] "POST /neutron/network HTTP/1.1" 200 1074 0.020070 10.0.0.130 - - [2026-02-12 02:52:17] "GET /virtual-network/6e4a4642-4af6-425e-a7c0-227047e502c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.008581 10.0.0.130 - - [2026-02-12 02:52:17] "DELETE /network-policy/5c839971-002d-4cbb-92e2-6290ccbb7fcb HTTP/1.1" 200 115 0.032747 10.0.0.130 - - [2026-02-12 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2026-02-12 02:52:17] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.024336 10.0.0.130 - - [2026-02-12 02:52:17] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057042 10.0.0.130 - - [2026-02-12 02:52:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-34643865&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005082 10.0.0.130 - - [2026-02-12 02:52:17] "DELETE /network-policy/41d4c9ec-8334-4ea3-bffa-dd2d4bd9adf7 HTTP/1.1" 200 115 0.032319 10.0.0.130 - - [2026-02-12 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.23 - - [2026-02-12 02:52:17] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001001 10.0.0.130 - - [2026-02-12 02:52:17] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037499 10.0.0.130 - - [2026-02-12 02:52:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-34643865&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005627 10.0.0.130 - - [2026-02-12 02:52:17] "DELETE /network-policy/036229c6-c1b8-4eee-ab09-30fe7b5de331 HTTP/1.1" 200 115 0.035164 10.0.0.130 - - [2026-02-12 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.23 - - [2026-02-12 02:52:18] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001321 10.0.0.130 - - [2026-02-12 02:52:18] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037820 10.0.0.130 - - [2026-02-12 02:52:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-34643865&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006125 10.0.0.130 - - [2026-02-12 02:52:18] "DELETE /network-policy/2f5130b6-ae12-4ff9-a148-30c6ba57aeab HTTP/1.1" 200 115 0.035987 10.0.0.130 - - [2026-02-12 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.23 - - [2026-02-12 02:52:18] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000864 10.0.0.130 - - [2026-02-12 02:52:18] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039553 10.0.0.130 - - [2026-02-12 02:52:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-34643865&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005746 10.0.0.130 - - [2026-02-12 02:52:18] "DELETE /network-policy/efabff69-f276-41f0-8ca1-c92560c379c2 HTTP/1.1" 200 115 0.033154 10.0.0.130 - - [2026-02-12 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006561 10.0.0.23 - - [2026-02-12 02:52:18] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000999 10.0.0.130 - - [2026-02-12 02:52:18] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037845 10.0.0.130 - - [2026-02-12 02:52:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-34643865&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.006177 10.0.0.130 - - [2026-02-12 02:52:18] "DELETE /network-policy/8d336242-1b92-4f3e-a4f3-2d57057cf1d0 HTTP/1.1" 200 115 0.035714 10.0.0.130 - - [2026-02-12 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.23 - - [2026-02-12 02:52:18] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000987 10.0.0.130 - - [2026-02-12 02:52:18] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037450 10.0.0.130 - - [2026-02-12 02:52:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-34643865&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005950 10.0.0.130 - - [2026-02-12 02:52:18] "DELETE /network-policy/3270acbe-34d3-44d0-99bf-db6c13c8edd4 HTTP/1.1" 200 115 0.039536 10.0.0.130 - - [2026-02-12 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.23 - - [2026-02-12 02:52:18] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000923 10.0.0.130 - - [2026-02-12 02:52:18] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037248 10.0.0.130 - - [2026-02-12 02:52:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-34643865&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005326 10.0.0.130 - - [2026-02-12 02:52:19] "DELETE /network-policy/8a4e72ae-bfd4-4b4c-a696-c9761c9d7b33 HTTP/1.1" 200 115 0.037521 10.0.0.130 - - [2026-02-12 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2026-02-12 02:52:19] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000920 10.0.0.130 - - [2026-02-12 02:52:19] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038630 10.0.0.130 - - [2026-02-12 02:52:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-34643865&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.004746 10.0.0.130 - - [2026-02-12 02:52:19] "DELETE /network-policy/d7e2e0b3-d8fc-4f97-be7f-0e4d4ec31dad HTTP/1.1" 200 115 0.031430 10.0.0.130 - - [2026-02-12 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.23 - - [2026-02-12 02:52:19] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001326 10.0.0.130 - - [2026-02-12 02:52:19] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037960 10.0.0.130 - - [2026-02-12 02:52:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-34643865&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004979 10.0.0.130 - - [2026-02-12 02:52:19] "DELETE /network-policy/0ef312d5-4394-4a37-9a00-0934581e724a HTTP/1.1" 200 115 0.032353 10.0.0.130 - - [2026-02-12 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.23 - - [2026-02-12 02:52:19] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001222 10.0.0.130 - - [2026-02-12 02:52:19] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047002 10.0.0.130 - - [2026-02-12 02:52:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-34643865&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005758 10.0.0.23 - - [2026-02-12 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.130 - - [2026-02-12 02:52:20] "GET /obj-perms HTTP/1.1" 200 5075 0.073219 10.0.0.130 - - [2026-02-12 02:52:20] "POST /neutron/network HTTP/1.1" 200 1074 0.009057 10.0.0.23 - - [2026-02-12 02:52:20] "DELETE /route-target/e5de2aff-5d13-41d9-9823-c517bcd6a2f7 HTTP/1.1" 200 115 0.021340 10.0.0.22 - - [2026-02-12 02:52:20] "GET /obj-perms HTTP/1.1" 200 5075 0.056138 10.0.0.130 - - [2026-02-12 02:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.130 - - [2026-02-12 02:52:20] "DELETE /network-ipam/bc7347d0-9afa-466f-b935-7851220a7caa HTTP/1.1" 200 115 0.030647 10.0.0.130 - - [2026-02-12 02:52:20] "POST /fqname-to-id HTTP/1.1" 404 248 0.002570 10.0.0.23 - - [2026-02-12 02:52:20] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000834 10.0.0.23 - - [2026-02-12 02:52:20] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.039058 10.0.0.23 - - [2026-02-12 02:52:20] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001061 10.0.0.23 - - [2026-02-12 02:52:20] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?fields=security_groups HTTP/1.1" 200 1392 0.037581 10.0.0.23 - - [2026-02-12 02:52:20] "DELETE /security-group/56a85271-5c12-4fe0-aaa3-f4235957c766 HTTP/1.1" 200 115 0.041405 10.0.0.23 - - [2026-02-12 02:52:21] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002515 10.0.0.23 - - [2026-02-12 02:52:21] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?fields=application_policy_sets HTTP/1.1" 200 1431 0.060601 10.0.0.130 - - [2026-02-12 02:52:21] "DELETE /project/8e6a5402-c475-44cb-b031-490ee69ea4ca HTTP/1.1" 200 115 0.399955 10.0.0.23 - - [2026-02-12 02:52:21] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001433 10.0.0.130 - - [2026-02-12 02:52:21] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?fields=projects HTTP/1.1" 200 1439 0.014002 10.0.0.23 - - [2026-02-12 02:52:22] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004316 10.0.0.23 - - [2026-02-12 02:52:22] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.23 - - [2026-02-12 02:52:22] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048847 10.0.0.23 - - [2026-02-12 02:52:22] "POST /id-to-fqname HTTP/1.1" 200 196 0.004602 10.0.0.23 - - [2026-02-12 02:52:22] "POST /fqname-to-id HTTP/1.1" 404 205 0.002935 10.0.0.23 - - [2026-02-12 02:52:22] "POST /security-groups HTTP/1.1" 200 597 0.073024 10.0.0.23 - - [2026-02-12 02:52:22] "POST /fqname-to-id HTTP/1.1" 404 240 0.003349 10.0.0.23 - - [2026-02-12 02:52:22] "POST /projects HTTP/1.1" 200 597 0.269955 10.0.0.23 - - [2026-02-12 02:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.338587 10.0.0.23 - - [2026-02-12 02:52:22] "POST /access-control-lists HTTP/1.1" 200 600 0.036305 10.0.0.130 - - [2026-02-12 02:52:23] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.496901 10.0.0.23 - - [2026-02-12 02:52:23] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000908 10.0.0.130 - - [2026-02-12 02:52:23] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?fields=virtual_networks HTTP/1.1" 200 1055 0.047170 10.0.0.23 - - [2026-02-12 02:52:23] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000883 10.0.0.130 - - [2026-02-12 02:52:23] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.033116 10.0.0.23 - - [2026-02-12 02:52:23] "GET /projects?obj_uuids=8e6a5402-c475-44cb-b031-490ee69ea4ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001390 10.0.0.130 - - [2026-02-12 02:52:23] "GET /project/8e6a5402-c475-44cb-b031-490ee69ea4ca?fields=security_groups HTTP/1.1" 200 1287 0.050820 10.0.0.130 - - [2026-02-12 02:52:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.027134 10.0.0.23 - - [2026-02-12 02:52:24] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003338 10.0.0.23 - - [2026-02-12 02:52:24] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.23 - - [2026-02-12 02:52:24] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006834 10.0.0.23 - - [2026-02-12 02:52:24] "POST /id-to-fqname HTTP/1.1" 200 202 0.003006 10.0.0.23 - - [2026-02-12 02:52:24] "POST /fqname-to-id HTTP/1.1" 404 211 0.003925 10.0.0.23 - - [2026-02-12 02:52:24] "POST /security-groups HTTP/1.1" 200 603 0.069452 10.0.0.23 - - [2026-02-12 02:52:24] "POST /projects HTTP/1.1" 200 609 0.274878 10.0.0.23 - - [2026-02-12 02:52:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.009738 10.0.0.23 - - [2026-02-12 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.350130 10.0.0.130 - - [2026-02-12 02:52:24] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.484805 10.0.0.130 - - [2026-02-12 02:52:25] "GET / HTTP/1.1" 200 35931 0.001447 10.0.0.130 - - [2026-02-12 02:52:27] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000439 10.0.0.23 - - [2026-02-12 02:52:28] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.130 - - [2026-02-12 02:52:28] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.066329 10.0.0.130 - - [2026-02-12 02:52:28] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.130 - - [2026-02-12 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.23 - - [2026-02-12 02:52:29] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.130 - - [2026-02-12 02:52:29] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006569 10.0.0.130 - - [2026-02-12 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.23 - - [2026-02-12 02:52:29] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000913 10.0.0.130 - - [2026-02-12 02:52:29] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040156 10.0.0.130 - - [2026-02-12 02:52:30] "GET /domains HTTP/1.1" 401 293 0.000367 10.0.0.130 - - [2026-02-12 02:52:30] "GET /domains HTTP/1.1" 200 280 0.034089 10.0.0.23 - - [2026-02-12 02:52:30] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.130 - - [2026-02-12 02:52:30] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031 HTTP/1.1" 200 2972 0.009741 10.0.0.23 - - [2026-02-12 02:52:30] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000767 10.0.0.130 - - [2026-02-12 02:52:30] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740 HTTP/1.1" 200 1934 0.079871 10.0.0.130 - - [2026-02-12 02:52:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.010947 10.0.0.130 - - [2026-02-12 02:52:30] "POST /network-ipams HTTP/1.1" 200 621 0.023289 10.0.0.130 - - [2026-02-12 02:52:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003333 10.0.0.130 - - [2026-02-12 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.130 - - [2026-02-12 02:52:30] "GET /network-ipam/32901cea-0a33-4f49-b68a-a37d81cdcc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.005541 10.0.0.130 - - [2026-02-12 02:52:30] "PUT /network-ipam/32901cea-0a33-4f49-b68a-a37d81cdcc45 HTTP/1.1" 200 258 0.012050 10.0.0.130 - - [2026-02-12 02:52:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.130 - - [2026-02-12 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.034935 10.0.0.23 - - [2026-02-12 02:52:31] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000813 10.0.0.130 - - [2026-02-12 02:52:31] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.058208 10.0.0.23 - - [2026-02-12 02:52:31] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.130 - - [2026-02-12 02:52:31] "POST /neutron/network HTTP/1.1" 200 623 0.157495 10.0.0.23 - - [2026-02-12 02:52:31] "POST /ref-update HTTP/1.1" 200 156 0.061460 10.0.0.23 - - [2026-02-12 02:52:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006829 10.0.0.130 - - [2026-02-12 02:52:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.226100 10.0.0.130 - - [2026-02-12 02:52:32] "POST /id-to-fqname HTTP/1.1" 200 235 0.001319 10.0.0.130 - - [2026-02-12 02:52:32] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005391 10.0.0.130 - - [2026-02-12 02:52:32] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005754 10.0.0.130 - - [2026-02-12 02:52:32] "POST /neutron/network HTTP/1.1" 200 1337 0.010709 10.0.0.130 - - [2026-02-12 02:52:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.010047 10.0.0.130 - - [2026-02-12 02:52:33] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005155 10.0.0.130 - - [2026-02-12 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.23 - - [2026-02-12 02:52:34] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001558 10.0.0.130 - - [2026-02-12 02:52:34] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042904 10.0.0.23 - - [2026-02-12 02:52:35] "POST /useragent-kv HTTP/1.1" 200 115 0.006847 10.0.0.130 - - [2026-02-12 02:52:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.197304 10.0.0.22 - - [2026-02-12 02:52:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.041565 10.0.0.130 - - [2026-02-12 02:52:35] "POST /neutron/network HTTP/1.1" 200 1337 0.013553 10.0.0.130 - - [2026-02-12 02:52:35] "POST /id-to-fqname HTTP/1.1" 200 235 0.001027 10.0.0.130 - - [2026-02-12 02:52:35] "GET /virtual-network/3de054c3-cf18-45ce-8f5b-008fe183e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005254 10.0.0.130 - - [2026-02-12 02:52:35] "GET /virtual-network/3de054c3-cf18-45ce-8f5b-008fe183e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005669 10.0.0.130 - - [2026-02-12 02:52:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.007838 10.0.0.130 - - [2026-02-12 02:52:35] "GET /virtual-network/3de054c3-cf18-45ce-8f5b-008fe183e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005399 10.0.0.23 - - [2026-02-12 02:52:36] "GET /obj-perms HTTP/1.1" 200 5038 0.060382 10.0.0.130 - - [2026-02-12 02:52:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003757 10.0.0.130 - - [2026-02-12 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.23 - - [2026-02-12 02:52:36] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.130 - - [2026-02-12 02:52:36] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.035559 10.0.0.130 - - [2026-02-12 02:52:36] "POST /network-policys HTTP/1.1" 200 533 0.024768 10.0.0.130 - - [2026-02-12 02:52:36] "GET /network-policy/f2f86e65-1e10-4ac9-a1e2-93fc96ea5053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006531 10.0.0.130 - - [2026-02-12 02:52:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.002936 10.0.0.130 - - [2026-02-12 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.23 - - [2026-02-12 02:52:36] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.130 - - [2026-02-12 02:52:36] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.050406 10.0.0.130 - - [2026-02-12 02:52:36] "POST /network-policys HTTP/1.1" 200 533 0.026094 10.0.0.130 - - [2026-02-12 02:52:37] "GET /network-policy/73b3df35-5fce-498a-8acb-f3650a222ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006143 10.0.0.130 - - [2026-02-12 02:52:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.003576 10.0.0.130 - - [2026-02-12 02:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.23 - - [2026-02-12 02:52:37] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.130 - - [2026-02-12 02:52:37] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045372 10.0.0.130 - - [2026-02-12 02:52:37] "POST /network-policys HTTP/1.1" 200 533 0.028132 10.0.0.130 - - [2026-02-12 02:52:37] "GET /network-policy/303674e9-60ac-466d-9d87-25c23552f969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007277 10.0.0.130 - - [2026-02-12 02:52:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.003607 10.0.0.130 - - [2026-02-12 02:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.23 - - [2026-02-12 02:52:37] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001584 10.0.0.130 - - [2026-02-12 02:52:37] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044436 10.0.0.130 - - [2026-02-12 02:52:37] "POST /network-policys HTTP/1.1" 200 533 0.031245 10.0.0.130 - - [2026-02-12 02:52:37] "GET /network-policy/2f324aab-0049-4e34-af09-7686be21787f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005906 10.0.0.130 - - [2026-02-12 02:52:37] "POST /fqname-to-id HTTP/1.1" 404 213 0.002969 10.0.0.130 - - [2026-02-12 02:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.23 - - [2026-02-12 02:52:38] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.130 - - [2026-02-12 02:52:38] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042967 10.0.0.130 - - [2026-02-12 02:52:38] "POST /network-policys HTTP/1.1" 200 537 0.027255 10.0.0.130 - - [2026-02-12 02:52:38] "GET /network-policy/c25c2c51-4fe3-4191-bc5c-e55b481ea939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006085 10.0.0.130 - - [2026-02-12 02:52:38] "POST /fqname-to-id HTTP/1.1" 404 212 0.003174 10.0.0.130 - - [2026-02-12 02:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.23 - - [2026-02-12 02:52:38] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.130 - - [2026-02-12 02:52:38] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045419 10.0.0.130 - - [2026-02-12 02:52:38] "POST /network-policys HTTP/1.1" 200 535 0.030154 10.0.0.130 - - [2026-02-12 02:52:38] "GET /network-policy/a09c4bcf-fa02-4a86-b2e3-1763ea1daaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.071022 10.0.0.130 - - [2026-02-12 02:52:38] "POST /fqname-to-id HTTP/1.1" 404 212 0.003071 10.0.0.130 - - [2026-02-12 02:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.23 - - [2026-02-12 02:52:38] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.130 - - [2026-02-12 02:52:38] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044515 10.0.0.130 - - [2026-02-12 02:52:38] "POST /network-policys HTTP/1.1" 200 535 0.031219 10.0.0.130 - - [2026-02-12 02:52:38] "GET /network-policy/f8b74d90-e4da-4efa-b0a0-8a6c00853955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006173 10.0.0.130 - - [2026-02-12 02:52:39] "POST /fqname-to-id HTTP/1.1" 404 212 0.002898 10.0.0.130 - - [2026-02-12 02:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2026-02-12 02:52:39] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.130 - - [2026-02-12 02:52:39] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043351 10.0.0.130 - - [2026-02-12 02:52:39] "POST /network-policys HTTP/1.1" 200 535 0.033777 10.0.0.130 - - [2026-02-12 02:52:39] "GET /network-policy/f2c27453-3f84-4e9e-819e-1190ac430f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.013319 10.0.0.130 - - [2026-02-12 02:52:39] "POST /fqname-to-id HTTP/1.1" 404 212 0.002999 10.0.0.130 - - [2026-02-12 02:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.23 - - [2026-02-12 02:52:39] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.130 - - [2026-02-12 02:52:39] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.036370 10.0.0.130 - - [2026-02-12 02:52:39] "POST /network-policys HTTP/1.1" 200 535 0.024362 10.0.0.130 - - [2026-02-12 02:52:39] "GET /network-policy/5e2e6e13-28bd-4335-816f-eb4a7ade7ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006146 10.0.0.130 - - [2026-02-12 02:52:39] "POST /fqname-to-id HTTP/1.1" 404 214 0.003261 10.0.0.130 - - [2026-02-12 02:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.23 - - [2026-02-12 02:52:39] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.130 - - [2026-02-12 02:52:39] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041260 10.0.0.130 - - [2026-02-12 02:52:40] "POST /network-policys HTTP/1.1" 200 539 0.023973 10.0.0.130 - - [2026-02-12 02:52:40] "GET /network-policy/b4957057-c6ba-4935-9a38-68e62892c927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005956 10.0.0.130 - - [2026-02-12 02:52:40] "POST /neutron/network HTTP/1.1" 200 1337 0.027698 10.0.0.23 - - [2026-02-12 02:52:40] "POST /fqname-to-id HTTP/1.1" 404 252 0.007751 10.0.0.130 - - [2026-02-12 02:52:40] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008631 10.0.0.130 - - [2026-02-12 02:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.130 - - [2026-02-12 02:52:40] "GET /network-policy/f2f86e65-1e10-4ac9-a1e2-93fc96ea5053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004239 10.0.0.130 - - [2026-02-12 02:52:40] "POST /neutron/network HTTP/1.1" 200 1337 0.009754 10.0.0.23 - - [2026-02-12 02:52:40] "POST /access-control-lists HTTP/1.1" 200 609 0.031089 10.0.0.130 - - [2026-02-12 02:52:40] "GET /virtual-network/3de054c3-cf18-45ce-8f5b-008fe183e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.011868 10.0.0.130 - - [2026-02-12 02:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.130 - - [2026-02-12 02:52:41] "GET /network-policy/c25c2c51-4fe3-4191-bc5c-e55b481ea939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003863 10.0.0.130 - - [2026-02-12 02:52:41] "POST /id-to-fqname HTTP/1.1" 200 235 0.001183 10.0.0.130 - - [2026-02-12 02:52:41] "POST /neutron/network HTTP/1.1" 200 1435 0.006491 10.0.0.23 - - [2026-02-12 02:52:42] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.130 - - [2026-02-12 02:52:42] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.066612 10.0.0.130 - - [2026-02-12 02:52:42] "POST /neutron/port HTTP/1.1" 200 117 0.005976 10.0.0.130 - - [2026-02-12 02:52:42] "POST /id-to-fqname HTTP/1.1" 200 235 0.001126 10.0.0.130 - - [2026-02-12 02:52:42] "POST /neutron/network HTTP/1.1" 200 1435 0.013659 10.0.0.130 - - [2026-02-12 02:52:43] "POST /neutron/port HTTP/1.1" 200 1174 0.020546 10.0.0.23 - - [2026-02-12 02:52:43] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000804 10.0.0.130 - - [2026-02-12 02:52:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007221 10.0.0.130 - - [2026-02-12 02:52:43] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.066948 10.0.0.130 - - [2026-02-12 02:52:43] "POST /neutron/network HTTP/1.1" 200 1427 0.040753 10.0.0.130 - - [2026-02-12 02:52:43] "POST /neutron/network HTTP/1.1" 200 1425 0.010201 10.0.0.130 - - [2026-02-12 02:52:43] "POST /neutron/port HTTP/1.1" 200 117 0.006086 10.0.0.130 - - [2026-02-12 02:52:43] "POST /neutron/network HTTP/1.1" 200 1437 0.006547 10.0.0.23 - - [2026-02-12 02:52:44] "PUT /access-control-list/781d31fb-f64d-452b-b702-49581fa37141 HTTP/1.1" 200 272 0.013469 10.0.0.130 - - [2026-02-12 02:52:44] "POST /neutron/port HTTP/1.1" 200 1174 0.018197 10.0.0.130 - - [2026-02-12 02:52:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005081 10.0.0.130 - - [2026-02-12 02:52:44] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.130 - - [2026-02-12 02:52:48] "POST /neutron/port HTTP/1.1" 200 1238 0.019181 10.0.0.130 - - [2026-02-12 02:52:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007084 10.0.0.130 - - [2026-02-12 02:52:49] "GET /virtual-machine/d80670a2-ebee-4447-abf7-45f92f4a33eb HTTP/1.1" 401 293 0.000441 10.0.0.130 - - [2026-02-12 02:52:49] "GET /virtual-machine/d80670a2-ebee-4447-abf7-45f92f4a33eb HTTP/1.1" 200 1305 0.044780 10.0.0.130 - - [2026-02-12 02:52:49] "GET /virtual-machine-interface/33db172d-c1da-4c78-9b99-24260da02fff HTTP/1.1" 200 3169 0.006760 10.0.0.130 - - [2026-02-12 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.130 - - [2026-02-12 02:52:49] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004488 10.0.0.130 - - [2026-02-12 02:52:49] "GET /virtual-networks?parent_id=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003609 10.0.0.130 - - [2026-02-12 02:52:49] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008120 10.0.0.130 - - [2026-02-12 02:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.130 - - [2026-02-12 02:52:52] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005628 10.0.0.130 - - [2026-02-12 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.130 - - [2026-02-12 02:52:56] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004862 10.0.0.130 - - [2026-02-12 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.130 - - [2026-02-12 02:53:00] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005120 10.0.0.130 - - [2026-02-12 02:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.130 - - [2026-02-12 02:53:04] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004822 10.0.0.23 - - [2026-02-12 02:53:08] "DELETE /project/8e6a5402-c475-44cb-b031-490ee69ea4ca HTTP/1.1" 404 177 0.005009 10.0.0.23 - - [2026-02-12 02:53:08] "DELETE /project/8e6a5402c47544cbb031490ee69ea4ca HTTP/1.1" 404 173 0.003554 10.0.0.23 - - [2026-02-12 02:53:08] "DELETE /project/883e4425eb2243219646e4f2f4af0740 HTTP/1.1" 404 173 0.004811 10.0.0.130 - - [2026-02-12 02:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.130 - - [2026-02-12 02:53:09] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005682 10.0.0.130 - - [2026-02-12 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.130 - - [2026-02-12 02:53:13] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007100 10.0.0.130 - - [2026-02-12 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.130 - - [2026-02-12 02:53:17] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005404 10.0.0.130 - - [2026-02-12 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.130 - - [2026-02-12 02:53:21] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003524 10.0.0.130 - - [2026-02-12 02:53:21] "GET /obj-perms HTTP/1.1" 200 5075 0.052559 10.0.0.130 - - [2026-02-12 02:53:21] "GET /virtual-networks?parent_id=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002515 10.0.0.130 - - [2026-02-12 02:53:21] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006117 10.0.0.130 - - [2026-02-12 02:53:21] "POST /neutron/port HTTP/1.1" 200 1238 0.023812 10.0.0.130 - - [2026-02-12 02:53:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006551 10.0.0.130 - - [2026-02-12 02:53:30] "POST /neutron/port HTTP/1.1" 200 1238 0.015717 10.0.0.130 - - [2026-02-12 02:53:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003548 10.0.0.130 - - [2026-02-12 02:53:30] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.130 - - [2026-02-12 02:53:31] "POST /neutron/port HTTP/1.1" 200 1238 0.026444 10.0.0.130 - - [2026-02-12 02:53:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.032590 10.0.0.130 - - [2026-02-12 02:53:34] "POST /neutron/network HTTP/1.1" 200 1437 0.008553 10.0.0.130 - - [2026-02-12 02:53:34] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016616 10.0.0.130 - - [2026-02-12 02:53:34] "POST /neutron/network HTTP/1.1" 200 1427 0.010992 10.0.0.130 - - [2026-02-12 02:53:42] "POST /neutron/port HTTP/1.1" 200 1238 0.021474 10.0.0.130 - - [2026-02-12 02:53:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008643 10.0.0.130 - - [2026-02-12 02:53:42] "GET /virtual-machine/cde3241f-c718-4a40-9804-a09d190aa0e7 HTTP/1.1" 200 1305 0.011409 10.0.0.130 - - [2026-02-12 02:53:42] "GET /virtual-machine-interface/45076b22-8a42-45d8-b077-c73d2b1a630b HTTP/1.1" 200 3169 0.006582 10.0.0.130 - - [2026-02-12 02:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.130 - - [2026-02-12 02:53:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004053 10.0.0.130 - - [2026-02-12 02:53:42] "GET /virtual-networks?parent_id=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003039 10.0.0.130 - - [2026-02-12 02:53:42] "GET /virtual-network/3de054c3-cf18-45ce-8f5b-008fe183e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006775 10.0.0.130 - - [2026-02-12 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005005 10.0.0.130 - - [2026-02-12 02:53:43] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004960 10.0.0.130 - - [2026-02-12 02:53:43] "GET /virtual-networks?parent_id=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002999 10.0.0.130 - - [2026-02-12 02:53:43] "GET /virtual-network/3de054c3-cf18-45ce-8f5b-008fe183e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006336 10.0.0.130 - - [2026-02-12 02:53:43] "POST /neutron/port HTTP/1.1" 200 2322 0.021105 10.0.0.130 - - [2026-02-12 02:53:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006650 10.0.0.130 - - [2026-02-12 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.130 - - [2026-02-12 02:53:44] "GET /network-policy/c25c2c51-4fe3-4191-bc5c-e55b481ea939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003194 10.0.0.130 - - [2026-02-12 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.130 - - [2026-02-12 02:53:44] "GET /network-policy/f2f86e65-1e10-4ac9-a1e2-93fc96ea5053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.003794 10.0.0.130 - - [2026-02-12 02:53:44] "POST /neutron/network HTTP/1.1" 200 1425 0.012884 10.0.0.22 - - [2026-02-12 02:53:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.011061 10.0.0.23 - - [2026-02-12 02:53:44] "PUT /access-control-list/ec4b1d65-d42a-496a-9a6d-57538956fec9 HTTP/1.1" 200 272 0.035386 10.0.0.130 - - [2026-02-12 02:53:44] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007099 10.0.0.130 - - [2026-02-12 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.130 - - [2026-02-12 02:53:44] "GET /network-policy/73b3df35-5fce-498a-8acb-f3650a222ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003994 10.0.0.130 - - [2026-02-12 02:54:05] "POST /neutron/network HTTP/1.1" 200 1425 0.013568 10.0.0.130 - - [2026-02-12 02:54:06] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.008221 10.0.0.130 - - [2026-02-12 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006504 10.0.0.130 - - [2026-02-12 02:54:06] "GET /network-policy/b4957057-c6ba-4935-9a38-68e62892c927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005145 10.0.0.130 - - [2026-02-12 02:54:18] "POST /neutron/network HTTP/1.1" 200 1428 0.011419 10.0.0.23 - - [2026-02-12 02:54:18] "PUT /access-control-list/ec4b1d65-d42a-496a-9a6d-57538956fec9 HTTP/1.1" 200 272 0.014791 10.0.0.130 - - [2026-02-12 02:54:18] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007123 10.0.0.130 - - [2026-02-12 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.130 - - [2026-02-12 02:54:18] "GET /network-policy/303674e9-60ac-466d-9d87-25c23552f969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003934 10.0.0.22 - - [2026-02-12 02:54:21] "GET /obj-perms HTTP/1.1" 200 5075 0.052356 10.0.0.130 - - [2026-02-12 02:54:30] "POST /neutron/network HTTP/1.1" 200 1425 0.010313 10.0.0.22 - - [2026-02-12 02:54:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.010812 10.0.0.130 - - [2026-02-12 02:54:30] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.015803 10.0.0.130 - - [2026-02-12 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.130 - - [2026-02-12 02:54:31] "GET /network-policy/2f324aab-0049-4e34-af09-7686be21787f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004050 10.0.0.130 - - [2026-02-12 02:54:31] "POST /neutron/port HTTP/1.1" 200 1238 0.017236 10.0.0.130 - - [2026-02-12 02:54:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006914 10.0.0.130 - - [2026-02-12 02:54:31] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.130 - - [2026-02-12 02:54:36] "POST /neutron/port HTTP/1.1" 200 1238 0.016218 10.0.0.130 - - [2026-02-12 02:54:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003581 10.0.0.130 - - [2026-02-12 02:54:36] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.130 - - [2026-02-12 02:54:40] "POST /neutron/network HTTP/1.1" 200 1425 0.009924 10.0.0.23 - - [2026-02-12 02:54:41] "PUT /access-control-list/ec4b1d65-d42a-496a-9a6d-57538956fec9 HTTP/1.1" 200 272 0.017049 10.0.0.130 - - [2026-02-12 02:54:41] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.011134 10.0.0.130 - - [2026-02-12 02:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.130 - - [2026-02-12 02:54:41] "GET /network-policy/a09c4bcf-fa02-4a86-b2e3-1763ea1daaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005049 10.0.0.22 - - [2026-02-12 02:54:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.22 - - [2026-02-12 02:54:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.130 - - [2026-02-12 02:54:53] "POST /neutron/network HTTP/1.1" 200 1426 0.010264 10.0.0.22 - - [2026-02-12 02:54:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000319 10.0.0.22 - - [2026-02-12 02:54:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000334 10.0.0.130 - - [2026-02-12 02:54:53] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008759 10.0.0.23 - - [2026-02-12 02:54:53] "POST /ref-update HTTP/1.1" 200 156 0.033503 10.0.0.130 - - [2026-02-12 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008394 10.0.0.130 - - [2026-02-12 02:54:53] "GET /network-policy/f8b74d90-e4da-4efa-b0a0-8a6c00853955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.003968 10.0.0.23 - - [2026-02-12 02:54:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.23 - - [2026-02-12 02:54:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.23 - - [2026-02-12 02:54:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.23 - - [2026-02-12 02:54:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.130 - - [2026-02-12 02:54:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.130 - - [2026-02-12 02:54:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.130 - - [2026-02-12 02:54:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.130 - - [2026-02-12 02:54:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.130 - - [2026-02-12 02:55:04] "POST /neutron/network HTTP/1.1" 200 1426 0.010595 10.0.0.22 - - [2026-02-12 02:55:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.004730 10.0.0.130 - - [2026-02-12 02:55:04] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007407 10.0.0.130 - - [2026-02-12 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.130 - - [2026-02-12 02:55:04] "GET /network-policy/f2c27453-3f84-4e9e-819e-1190ac430f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004104 10.0.0.130 - - [2026-02-12 02:55:16] "POST /neutron/network HTTP/1.1" 200 1426 0.009992 10.0.0.130 - - [2026-02-12 02:55:16] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008281 10.0.0.130 - - [2026-02-12 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.130 - - [2026-02-12 02:55:16] "GET /network-policy/5e2e6e13-28bd-4335-816f-eb4a7ade7ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004207 10.0.0.130 - - [2026-02-12 02:55:26] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005345 10.0.0.130 - - [2026-02-12 02:55:26] "POST /neutron/network HTTP/1.1" 200 1426 0.010900 10.0.0.23 - - [2026-02-12 02:55:26] "DELETE /access-control-list/ec4b1d65-d42a-496a-9a6d-57538956fec9 HTTP/1.1" 200 115 0.040229 10.0.0.130 - - [2026-02-12 02:55:26] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008337 10.0.0.130 - - [2026-02-12 02:55:26] "GET /virtual-machine/cde3241f-c718-4a40-9804-a09d190aa0e7 HTTP/1.1" 200 1305 0.003964 10.0.0.130 - - [2026-02-12 02:55:27] "POST /neutron/port HTTP/1.1" 200 1238 0.015381 10.0.0.130 - - [2026-02-12 02:55:28] "GET /virtual-machine/cde3241f-c718-4a40-9804-a09d190aa0e7 HTTP/1.1" 404 171 0.004473 10.0.0.130 - - [2026-02-12 02:55:28] "GET /virtual-machine/cde3241f-c718-4a40-9804-a09d190aa0e7 HTTP/1.1" 404 171 0.002605 10.0.0.130 - - [2026-02-12 02:55:28] "GET /virtual-machine/cde3241f-c718-4a40-9804-a09d190aa0e7 HTTP/1.1" 404 171 0.002594 10.0.0.130 - - [2026-02-12 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.130 - - [2026-02-12 02:55:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003449 10.0.0.130 - - [2026-02-12 02:55:28] "GET /virtual-networks?parent_id=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002515 10.0.0.130 - - [2026-02-12 02:55:28] "GET /virtual-network/3de054c3-cf18-45ce-8f5b-008fe183e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005911 10.0.0.130 - - [2026-02-12 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.130 - - [2026-02-12 02:55:29] "GET /routing-instance/0f88929d-ab5a-43b8-af0d-ab62a0088b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004540 10.0.0.130 - - [2026-02-12 02:55:29] "GET /route-target/34be116e-7f1e-481e-b045-e991c9a63941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004251 10.0.0.23 - - [2026-02-12 02:55:29] "GET /obj-perms HTTP/1.1" 200 5038 0.003893 10.0.0.130 - - [2026-02-12 02:55:31] "POST /neutron/port HTTP/1.1" 200 1238 0.058765 10.0.0.130 - - [2026-02-12 02:55:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003658 10.0.0.130 - - [2026-02-12 02:55:31] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.130 - - [2026-02-12 02:55:32] "GET /obj-perms HTTP/1.1" 200 5038 0.064362 10.0.0.23 - - [2026-02-12 02:55:38] "GET /obj-perms HTTP/1.1" 200 5038 0.004000 10.0.0.130 - - [2026-02-12 02:55:41] "GET /obj-perms HTTP/1.1" 200 5038 0.003829 10.0.0.23 - - [2026-02-12 02:55:47] "GET /obj-perms HTTP/1.1" 200 5038 0.003464 10.0.0.130 - - [2026-02-12 02:55:47] "GET /obj-perms HTTP/1.1" 200 5038 0.003540 10.0.0.130 - - [2026-02-12 02:55:47] "GET /virtual-machine/d80670a2-ebee-4447-abf7-45f92f4a33eb HTTP/1.1" 200 1305 0.004326 10.0.0.130 - - [2026-02-12 02:55:48] "POST /neutron/port HTTP/1.1" 200 1238 0.016774 10.0.0.130 - - [2026-02-12 02:55:49] "GET /virtual-machine/d80670a2-ebee-4447-abf7-45f92f4a33eb HTTP/1.1" 404 171 0.003037 10.0.0.130 - - [2026-02-12 02:55:49] "GET /virtual-machine/d80670a2-ebee-4447-abf7-45f92f4a33eb HTTP/1.1" 404 171 0.002347 10.0.0.130 - - [2026-02-12 02:55:49] "GET /virtual-machine/d80670a2-ebee-4447-abf7-45f92f4a33eb HTTP/1.1" 404 171 0.002295 10.0.0.130 - - [2026-02-12 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.130 - - [2026-02-12 02:55:50] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002954 10.0.0.130 - - [2026-02-12 02:55:50] "GET /virtual-networks?parent_id=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002567 10.0.0.130 - - [2026-02-12 02:55:50] "GET /virtual-network/8dd18306-319b-4305-9a56-630d21e9a730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006866 10.0.0.130 - - [2026-02-12 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.130 - - [2026-02-12 02:55:50] "GET /routing-instance/393f4d45-d08e-4bda-be49-61fb952de1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004405 10.0.0.130 - - [2026-02-12 02:55:50] "GET /route-target/84ec58a3-f0c7-49aa-a36e-e356343cc7ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004732 10.0.0.130 - - [2026-02-12 02:55:53] "GET /obj-perms HTTP/1.1" 200 5038 0.003676 10.0.0.23 - - [2026-02-12 02:55:53] "GET /obj-perms HTTP/1.1" 200 5038 0.003520 10.0.0.130 - - [2026-02-12 02:56:02] "GET /obj-perms HTTP/1.1" 200 5038 0.003924 10.0.0.23 - - [2026-02-12 02:56:02] "GET /obj-perms HTTP/1.1" 200 5038 0.004180 10.0.0.130 - - [2026-02-12 02:56:11] "GET /obj-perms HTTP/1.1" 200 5038 0.003752 10.0.0.23 - - [2026-02-12 02:56:11] "GET /obj-perms HTTP/1.1" 200 5038 0.003400 10.0.0.130 - - [2026-02-12 02:56:17] "GET /obj-perms HTTP/1.1" 200 5038 0.003375 10.0.0.22 - - [2026-02-12 02:56:17] "GET /obj-perms HTTP/1.1" 200 5038 0.049980 10.0.0.23 - - [2026-02-12 02:56:17] "GET /obj-perms HTTP/1.1" 200 5038 0.003540 10.0.0.130 - - [2026-02-12 02:56:18] "GET /virtual-network/3de054c3-cf18-45ce-8f5b-008fe183e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006304 10.0.0.130 - - [2026-02-12 02:56:18] "POST /neutron/network HTTP/1.1" 200 1427 0.009725 10.0.0.22 - - [2026-02-12 02:56:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.005674 10.0.0.23 - - [2026-02-12 02:56:18] "POST /ref-update HTTP/1.1" 200 156 0.021930 10.0.0.130 - - [2026-02-12 02:56:18] "GET /virtual-network/3de054c3-cf18-45ce-8f5b-008fe183e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.010712 10.0.0.130 - - [2026-02-12 02:56:18] "DELETE /network-policy/b4957057-c6ba-4935-9a38-68e62892c927 HTTP/1.1" 200 115 0.031796 10.0.0.130 - - [2026-02-12 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.23 - - [2026-02-12 02:56:18] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.130 - - [2026-02-12 02:56:18] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.035779 10.0.0.130 - - [2026-02-12 02:56:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-24408540&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005343 10.0.0.130 - - [2026-02-12 02:56:18] "DELETE /network-policy/5e2e6e13-28bd-4335-816f-eb4a7ade7ec9 HTTP/1.1" 200 115 0.033436 10.0.0.130 - - [2026-02-12 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.23 - - [2026-02-12 02:56:18] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.130 - - [2026-02-12 02:56:18] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.034029 10.0.0.130 - - [2026-02-12 02:56:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-24408540&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005946 10.0.0.130 - - [2026-02-12 02:56:18] "DELETE /network-policy/f2c27453-3f84-4e9e-819e-1190ac430f81 HTTP/1.1" 200 115 0.035316 10.0.0.130 - - [2026-02-12 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.23 - - [2026-02-12 02:56:18] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.130 - - [2026-02-12 02:56:18] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041878 10.0.0.130 - - [2026-02-12 02:56:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-24408540&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006160 10.0.0.130 - - [2026-02-12 02:56:19] "DELETE /network-policy/f8b74d90-e4da-4efa-b0a0-8a6c00853955 HTTP/1.1" 200 115 0.039719 10.0.0.130 - - [2026-02-12 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.23 - - [2026-02-12 02:56:19] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.130 - - [2026-02-12 02:56:19] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.041695 10.0.0.130 - - [2026-02-12 02:56:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-24408540&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005266 10.0.0.130 - - [2026-02-12 02:56:19] "DELETE /network-policy/a09c4bcf-fa02-4a86-b2e3-1763ea1daaa7 HTTP/1.1" 200 115 0.036268 10.0.0.130 - - [2026-02-12 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.23 - - [2026-02-12 02:56:19] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.130 - - [2026-02-12 02:56:19] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.033651 10.0.0.130 - - [2026-02-12 02:56:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-24408540&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005187 10.0.0.130 - - [2026-02-12 02:56:19] "DELETE /network-policy/c25c2c51-4fe3-4191-bc5c-e55b481ea939 HTTP/1.1" 200 115 0.034227 10.0.0.130 - - [2026-02-12 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2026-02-12 02:56:19] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.130 - - [2026-02-12 02:56:19] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.037729 10.0.0.130 - - [2026-02-12 02:56:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-24408540&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005218 10.0.0.130 - - [2026-02-12 02:56:19] "DELETE /network-policy/2f324aab-0049-4e34-af09-7686be21787f HTTP/1.1" 200 115 0.032666 10.0.0.130 - - [2026-02-12 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005675 10.0.0.23 - - [2026-02-12 02:56:19] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.130 - - [2026-02-12 02:56:19] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.035967 10.0.0.130 - - [2026-02-12 02:56:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-24408540&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005005 10.0.0.130 - - [2026-02-12 02:56:19] "DELETE /network-policy/303674e9-60ac-466d-9d87-25c23552f969 HTTP/1.1" 200 115 0.038215 10.0.0.130 - - [2026-02-12 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2026-02-12 02:56:19] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.130 - - [2026-02-12 02:56:19] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.032830 10.0.0.130 - - [2026-02-12 02:56:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-24408540&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005648 10.0.0.130 - - [2026-02-12 02:56:20] "DELETE /network-policy/73b3df35-5fce-498a-8acb-f3650a222ce0 HTTP/1.1" 200 115 0.040845 10.0.0.130 - - [2026-02-12 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2026-02-12 02:56:20] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.130 - - [2026-02-12 02:56:20] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.040395 10.0.0.130 - - [2026-02-12 02:56:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-24408540&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005445 10.0.0.130 - - [2026-02-12 02:56:20] "DELETE /network-policy/f2f86e65-1e10-4ac9-a1e2-93fc96ea5053 HTTP/1.1" 200 115 0.038067 10.0.0.130 - - [2026-02-12 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.23 - - [2026-02-12 02:56:20] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.130 - - [2026-02-12 02:56:20] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042103 10.0.0.130 - - [2026-02-12 02:56:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-24408540&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005965 10.0.0.130 - - [2026-02-12 02:56:20] "POST /neutron/network HTTP/1.1" 200 1337 0.010451 10.0.0.23 - - [2026-02-12 02:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002487 10.0.0.23 - - [2026-02-12 02:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002422 10.0.0.23 - - [2026-02-12 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2026-02-12 02:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002947 10.0.0.23 - - [2026-02-12 02:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004652 10.0.0.23 - - [2026-02-12 02:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002164 10.0.0.23 - - [2026-02-12 02:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002053 10.0.0.130 - - [2026-02-12 02:56:21] "POST /neutron/network HTTP/1.1" 200 151 0.156673 10.0.0.130 - - [2026-02-12 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.130 - - [2026-02-12 02:56:21] "DELETE /network-ipam/32901cea-0a33-4f49-b68a-a37d81cdcc45 HTTP/1.1" 200 115 0.039328 10.0.0.130 - - [2026-02-12 02:56:21] "POST /fqname-to-id HTTP/1.1" 404 260 0.003317 10.0.0.23 - - [2026-02-12 02:56:21] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.23 - - [2026-02-12 02:56:21] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.050786 10.0.0.23 - - [2026-02-12 02:56:21] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.23 - - [2026-02-12 02:56:21] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?fields=security_groups HTTP/1.1" 200 1409 0.054561 10.0.0.23 - - [2026-02-12 02:56:21] "DELETE /security-group/bccd7232-7b31-4e1d-8357-950c473da741 HTTP/1.1" 200 115 0.069155 10.0.0.23 - - [2026-02-12 02:56:21] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.23 - - [2026-02-12 02:56:21] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?fields=application_policy_sets HTTP/1.1" 200 1448 0.063712 10.0.0.23 - - [2026-02-12 02:56:21] "DELETE /access-control-list/43e76511-1eb1-4b56-aa14-1b8ac60318e5 HTTP/1.1" 200 115 0.050491 10.0.0.130 - - [2026-02-12 02:56:21] "DELETE /project/883e4425-eb22-4321-9646-e4f2f4af0740 HTTP/1.1" 200 115 0.444209 10.0.0.23 - - [2026-02-12 02:56:21] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.130 - - [2026-02-12 02:56:21] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?fields=projects HTTP/1.1" 200 1439 0.015331 10.0.0.23 - - [2026-02-12 02:56:23] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003220 10.0.0.23 - - [2026-02-12 02:56:23] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002249 10.0.0.23 - - [2026-02-12 02:56:23] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051583 10.0.0.23 - - [2026-02-12 02:56:23] "POST /id-to-fqname HTTP/1.1" 200 202 0.003279 10.0.0.23 - - [2026-02-12 02:56:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.003968 10.0.0.23 - - [2026-02-12 02:56:23] "POST /security-groups HTTP/1.1" 200 603 0.069038 10.0.0.23 - - [2026-02-12 02:56:23] "POST /projects HTTP/1.1" 200 609 0.264575 10.0.0.23 - - [2026-02-12 02:56:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.008110 10.0.0.23 - - [2026-02-12 02:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.351445 10.0.0.130 - - [2026-02-12 02:56:23] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.716806 10.0.0.23 - - [2026-02-12 02:56:23] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.130 - - [2026-02-12 02:56:24] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?fields=virtual_networks HTTP/1.1" 200 1066 0.057133 10.0.0.23 - - [2026-02-12 02:56:24] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.130 - - [2026-02-12 02:56:24] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.043176 10.0.0.23 - - [2026-02-12 02:56:24] "GET /projects?obj_uuids=883e4425-eb22-4321-9646-e4f2f4af0740&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001423 10.0.0.130 - - [2026-02-12 02:56:24] "GET /project/883e4425-eb22-4321-9646-e4f2f4af0740?fields=security_groups HTTP/1.1" 200 1304 0.063178 10.0.0.130 - - [2026-02-12 02:56:25] "POST /fqname-to-id HTTP/1.1" 404 182 0.028284 10.0.0.23 - - [2026-02-12 02:56:25] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003852 10.0.0.23 - - [2026-02-12 02:56:25] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.23 - - [2026-02-12 02:56:25] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008984 10.0.0.23 - - [2026-02-12 02:56:25] "POST /id-to-fqname HTTP/1.1" 200 184 0.005033 10.0.0.23 - - [2026-02-12 02:56:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.004041 10.0.0.23 - - [2026-02-12 02:56:25] "POST /security-groups HTTP/1.1" 200 585 0.077126 10.0.0.23 - - [2026-02-12 02:56:25] "POST /projects HTTP/1.1" 200 573 0.290424 10.0.0.23 - - [2026-02-12 02:56:25] "POST /access-control-lists HTTP/1.1" 200 590 0.029483 10.0.0.23 - - [2026-02-12 02:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.360432 10.0.0.130 - - [2026-02-12 02:56:25] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.505579 10.0.0.130 - - [2026-02-12 02:56:26] "GET / HTTP/1.1" 200 35931 0.001540 10.0.0.130 - - [2026-02-12 02:56:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000509 10.0.0.130 - - [2026-02-12 02:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.056817 10.0.0.23 - - [2026-02-12 02:56:27] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001121 10.0.0.130 - - [2026-02-12 02:56:27] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045495 10.0.0.23 - - [2026-02-12 02:56:27] "POST /route-targets HTTP/1.1" 200 327 0.010839 10.0.0.23 - - [2026-02-12 02:56:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008449 10.0.0.130 - - [2026-02-12 02:56:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.224973 10.0.0.130 - - [2026-02-12 02:56:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001388 10.0.0.130 - - [2026-02-12 02:56:28] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006363 10.0.0.130 - - [2026-02-12 02:56:28] "POST /neutron/network HTTP/1.1" 200 990 0.007877 10.0.0.130 - - [2026-02-12 02:56:28] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006500 10.0.0.130 - - [2026-02-12 02:56:28] "POST /neutron/subnet HTTP/1.1" 200 823 0.009955 10.0.0.130 - - [2026-02-12 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.23 - - [2026-02-12 02:56:28] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000860 10.0.0.130 - - [2026-02-12 02:56:28] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.044157 10.0.0.23 - - [2026-02-12 02:56:28] "POST /ref-update HTTP/1.1" 200 156 0.017571 10.0.0.23 - - [2026-02-12 02:56:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003148 10.0.0.130 - - [2026-02-12 02:56:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.189585 10.0.0.130 - - [2026-02-12 02:56:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.001392 10.0.0.130 - - [2026-02-12 02:56:29] "GET /virtual-network/1322759a-4682-4ed8-b240-62e43b3643d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007852 10.0.0.130 - - [2026-02-12 02:56:29] "POST /neutron/network HTTP/1.1" 200 991 0.010977 10.0.0.130 - - [2026-02-12 02:56:29] "GET /virtual-network/1322759a-4682-4ed8-b240-62e43b3643d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005618 10.0.0.130 - - [2026-02-12 02:56:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.011097 10.0.0.130 - - [2026-02-12 02:56:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.001567 10.0.0.23 - - [2026-02-12 02:56:30] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000914 10.0.0.130 - - [2026-02-12 02:56:30] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.080932 10.0.0.130 - - [2026-02-12 02:56:30] "POST /neutron/port HTTP/1.1" 200 117 0.007027 10.0.0.130 - - [2026-02-12 02:56:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001246 10.0.0.130 - - [2026-02-12 02:56:30] "POST /neutron/network HTTP/1.1" 200 1000 0.006349 10.0.0.130 - - [2026-02-12 02:56:31] "POST /neutron/port HTTP/1.1" 200 1159 0.077460 10.0.0.23 - - [2026-02-12 02:56:31] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000880 10.0.0.130 - - [2026-02-12 02:56:31] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.085744 10.0.0.130 - - [2026-02-12 02:56:31] "POST /neutron/port HTTP/1.1" 200 1213 0.116261 10.0.0.130 - - [2026-02-12 02:56:31] "POST /neutron/port HTTP/1.1" 200 1223 0.029366 10.0.0.130 - - [2026-02-12 02:56:31] "POST /neutron/subnet HTTP/1.1" 200 1375 0.038851 10.0.0.130 - - [2026-02-12 02:56:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001098 10.0.0.130 - - [2026-02-12 02:56:31] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.130 - - [2026-02-12 02:56:32] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009131 10.0.0.23 - - [2026-02-12 02:56:32] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001027 10.0.0.130 - - [2026-02-12 02:56:32] "POST /neutron/port HTTP/1.1" 200 1159 0.338486 10.0.0.130 - - [2026-02-12 02:56:32] "POST /neutron/port HTTP/1.1" 200 1213 0.110510 10.0.0.130 - - [2026-02-12 02:56:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004202 10.0.0.130 - - [2026-02-12 02:56:33] "POST /neutron/port HTTP/1.1" 200 117 0.000970 10.0.0.23 - - [2026-02-12 02:56:33] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000953 10.0.0.130 - - [2026-02-12 02:56:33] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.071889 10.0.0.130 - - [2026-02-12 02:56:33] "POST /neutron/port HTTP/1.1" 200 2292 0.030679 10.0.0.130 - - [2026-02-12 02:56:33] "POST /neutron/port HTTP/1.1" 200 1223 0.024880 10.0.0.130 - - [2026-02-12 02:56:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006794 10.0.0.130 - - [2026-02-12 02:56:33] "GET /virtual-machine/d007f65b-d5a1-4124-89ba-e0951959c851 HTTP/1.1" 401 293 0.000530 10.0.0.130 - - [2026-02-12 02:56:33] "POST /neutron/network HTTP/1.1" 200 1001 0.009567 10.0.0.130 - - [2026-02-12 02:56:34] "GET /virtual-machine/d007f65b-d5a1-4124-89ba-e0951959c851 HTTP/1.1" 200 1286 0.044176 10.0.0.130 - - [2026-02-12 02:56:34] "GET /virtual-machine-interface/12b609c0-aa10-40d1-ab0a-1eaa703f9ad3 HTTP/1.1" 200 3105 0.005769 10.0.0.130 - - [2026-02-12 02:56:34] "POST /neutron/port HTTP/1.1" 200 1160 0.026693 10.0.0.130 - - [2026-02-12 02:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.130 - - [2026-02-12 02:56:34] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004216 10.0.0.130 - - [2026-02-12 02:56:34] "GET /virtual-networks?parent_id=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003053 10.0.0.130 - - [2026-02-12 02:56:34] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006722 10.0.0.130 - - [2026-02-12 02:56:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005452 10.0.0.130 - - [2026-02-12 02:56:34] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.130 - - [2026-02-12 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.130 - - [2026-02-12 02:56:37] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005086 10.0.0.130 - - [2026-02-12 02:56:37] "POST /neutron/port HTTP/1.1" 200 1223 0.017106 10.0.0.130 - - [2026-02-12 02:56:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003638 10.0.0.130 - - [2026-02-12 02:56:38] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.130 - - [2026-02-12 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.130 - - [2026-02-12 02:56:41] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006098 10.0.0.130 - - [2026-02-12 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.130 - - [2026-02-12 02:56:45] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.004769 10.0.0.130 - - [2026-02-12 02:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.130 - - [2026-02-12 02:56:49] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005463 10.0.0.130 - - [2026-02-12 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.130 - - [2026-02-12 02:56:53] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.004838 10.0.0.130 - - [2026-02-12 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.130 - - [2026-02-12 02:56:57] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005402 10.0.0.130 - - [2026-02-12 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201 10.0.0.130 - - [2026-02-12 02:57:02] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007387 10.0.0.130 - - [2026-02-12 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.130 - - [2026-02-12 02:57:06] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.004753 10.0.0.23 - - [2026-02-12 02:57:08] "DELETE /project/883e4425-eb22-4321-9646-e4f2f4af0740 HTTP/1.1" 404 177 0.004419 10.0.0.23 - - [2026-02-12 02:57:08] "DELETE /project/883e4425eb2243219646e4f2f4af0740 HTTP/1.1" 404 173 0.004103 10.0.0.23 - - [2026-02-12 02:57:08] "DELETE /project/e927686f1f4f44dfb038931676a559f0 HTTP/1.1" 404 173 0.003395 10.0.0.130 - - [2026-02-12 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.130 - - [2026-02-12 02:57:10] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005047 10.0.0.130 - - [2026-02-12 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.130 - - [2026-02-12 02:57:12] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003269 10.0.0.130 - - [2026-02-12 02:57:12] "GET /virtual-networks?parent_id=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002931 10.0.0.130 - - [2026-02-12 02:57:12] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005562 10.0.0.130 - - [2026-02-12 02:57:12] "POST /neutron/port HTTP/1.1" 200 1223 0.014869 10.0.0.130 - - [2026-02-12 02:57:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006725 10.0.0.130 - - [2026-02-12 02:57:22] "POST /neutron/port HTTP/1.1" 200 1223 0.015807 10.0.0.130 - - [2026-02-12 02:57:27] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006856 10.0.0.130 - - [2026-02-12 02:57:28] "POST /neutron/port HTTP/1.1" 200 1224 0.021210 10.0.0.130 - - [2026-02-12 02:57:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008526 10.0.0.130 - - [2026-02-12 02:57:33] "POST /neutron/port HTTP/1.1" 200 1223 0.017400 10.0.0.130 - - [2026-02-12 02:57:33] "GET /virtual-machine/631a164a-44f7-47da-8d4e-3c5c35ec378b HTTP/1.1" 200 1286 0.005442 10.0.0.130 - - [2026-02-12 02:57:33] "GET /virtual-machine-interface/a5fa9880-57cf-4956-9cf1-5aa4649e722d HTTP/1.1" 200 3106 0.004693 10.0.0.130 - - [2026-02-12 02:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.130 - - [2026-02-12 02:57:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003254 10.0.0.130 - - [2026-02-12 02:57:33] "GET /virtual-networks?parent_id=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002880 10.0.0.130 - - [2026-02-12 02:57:33] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005901 10.0.0.130 - - [2026-02-12 02:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.130 - - [2026-02-12 02:57:34] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004142 10.0.0.130 - - [2026-02-12 02:57:34] "GET /virtual-networks?parent_id=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003282 10.0.0.130 - - [2026-02-12 02:57:34] "GET /virtual-network/5c39be5a-af54-47a2-af42-76f74874477a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.009464 10.0.0.130 - - [2026-02-12 02:57:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011358 10.0.0.130 - - [2026-02-12 02:57:35] "POST /neutron/network HTTP/1.1" 200 1000 0.007220 10.0.0.130 - - [2026-02-12 02:57:35] "POST /neutron/subnet HTTP/1.1" 200 1375 0.011720 10.0.0.130 - - [2026-02-12 02:57:35] "POST /neutron/network HTTP/1.1" 200 990 0.009530 10.0.0.130 - - [2026-02-12 02:57:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007092 10.0.0.130 - - [2026-02-12 02:57:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008597 10.0.0.130 - - [2026-02-12 02:57:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005246 10.0.0.130 - - [2026-02-12 02:57:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006963 10.0.0.130 - - [2026-02-12 02:57:40] "GET /virtual-machine/e6edd700-731f-400d-ae6b-874ad4874ef2 HTTP/1.1" 200 1287 0.007668 10.0.0.130 - - [2026-02-12 02:57:40] "GET /virtual-machine-interface/99774745-3f07-4b5b-a36c-23326302ce4b HTTP/1.1" 200 3106 0.006976 10.0.0.130 - - [2026-02-12 02:57:40] "POST /neutron/network HTTP/1.1" 200 990 0.011511 10.0.0.130 - - [2026-02-12 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.130 - - [2026-02-12 02:57:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003344 10.0.0.130 - - [2026-02-12 02:57:40] "GET /virtual-networks?parent_id=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002927 10.0.0.130 - - [2026-02-12 02:57:40] "GET /virtual-network/1322759a-4682-4ed8-b240-62e43b3643d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007123 10.0.0.130 - - [2026-02-12 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.130 - - [2026-02-12 02:57:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003134 10.0.0.130 - - [2026-02-12 02:57:41] "GET /virtual-networks?parent_id=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002352 10.0.0.130 - - [2026-02-12 02:57:41] "GET /virtual-network/1322759a-4682-4ed8-b240-62e43b3643d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005465 10.0.0.130 - - [2026-02-12 02:57:42] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005877 10.0.0.130 - - [2026-02-12 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.130 - - [2026-02-12 02:57:42] "GET /global-qos-config/56908450-45d9-4289-90cb-8e6befb01bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.005751 10.0.0.130 - - [2026-02-12 02:57:43] "POST /fqname-to-id HTTP/1.1" 404 222 0.003976 10.0.0.130 - - [2026-02-12 02:57:43] "POST /forwarding-classs HTTP/1.1" 200 576 0.034713 10.0.0.130 - - [2026-02-12 02:57:43] "POST /id-to-fqname HTTP/1.1" 200 232 0.005050 10.0.0.130 - - [2026-02-12 02:57:43] "GET /forwarding-class/cf108e5e-4949-44fa-a211-f8806eff92a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.004495 10.0.0.23 - - [2026-02-12 02:57:43] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.031080 10.0.0.130 - - [2026-02-12 02:57:43] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.076454 10.0.0.130 - - [2026-02-12 02:57:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.003072 10.0.0.130 - - [2026-02-12 02:57:43] "POST /qos-configs HTTP/1.1" 200 543 0.026825 10.0.0.130 - - [2026-02-12 02:57:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.003746 10.0.0.130 - - [2026-02-12 02:57:43] "GET /qos-config/d611d567-41ee-4e51-a795-283fa32465c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.004276 10.0.0.130 - - [2026-02-12 02:57:43] "GET /virtual-machine-interface/12b609c0-aa10-40d1-ab0a-1eaa703f9ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005491 10.0.0.130 - - [2026-02-12 02:57:43] "POST /ref-update HTTP/1.1" 200 156 0.015668 10.0.0.130 - - [2026-02-12 02:57:43] "POST /neutron/port HTTP/1.1" 200 1223 0.017635 10.0.0.130 - - [2026-02-12 02:57:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006981 10.0.0.130 - - [2026-02-12 02:57:44] "POST /neutron/network HTTP/1.1" 200 964 0.013260 10.0.0.130 - - [2026-02-12 02:57:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.001140 10.0.0.130 - - [2026-02-12 02:57:44] "GET /virtual-machine/d007f65b-d5a1-4124-89ba-e0951959c851 HTTP/1.1" 200 1286 0.003460 10.0.0.130 - - [2026-02-12 02:57:44] "GET /virtual-machine-interface/12b609c0-aa10-40d1-ab0a-1eaa703f9ad3 HTTP/1.1" 200 3352 0.006234 10.0.0.130 - - [2026-02-12 02:57:44] "GET /instance-ip/aab19af6-4bd0-48bd-9fe9-1182fa28ae3d HTTP/1.1" 200 1628 0.005426 10.0.0.130 - - [2026-02-12 02:57:44] "GET /instance-ip/abb50bdb-b535-4688-a06a-7cdbd22e3025 HTTP/1.1" 200 1608 0.011303 10.0.0.130 - - [2026-02-12 02:57:44] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006358 10.0.0.130 - - [2026-02-12 02:57:44] "POST /neutron/port HTTP/1.1" 200 1223 0.015993 10.0.0.130 - - [2026-02-12 02:57:44] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006365 10.0.0.130 - - [2026-02-12 02:57:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.001299 10.0.0.130 - - [2026-02-12 02:57:44] "GET /virtual-machine/631a164a-44f7-47da-8d4e-3c5c35ec378b HTTP/1.1" 200 1286 0.004000 10.0.0.130 - - [2026-02-12 02:57:44] "GET /virtual-machine-interface/a5fa9880-57cf-4956-9cf1-5aa4649e722d HTTP/1.1" 200 3106 0.004204 10.0.0.130 - - [2026-02-12 02:57:44] "GET /instance-ip/560c01f2-110a-4b37-ad5a-220e7e8e7c17 HTTP/1.1" 200 1607 0.004949 10.0.0.130 - - [2026-02-12 02:57:44] "GET /instance-ip/614ae6f7-dc91-4108-9ac8-738e95101421 HTTP/1.1" 200 1627 0.004515 10.0.0.130 - - [2026-02-12 02:58:09] "GET /virtual-machine-interface/12b609c0-aa10-40d1-ab0a-1eaa703f9ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.005741 10.0.0.130 - - [2026-02-12 02:58:09] "POST /ref-update HTTP/1.1" 200 156 0.017117 10.0.0.130 - - [2026-02-12 02:58:09] "DELETE /qos-config/d611d567-41ee-4e51-a795-283fa32465c8 HTTP/1.1" 200 115 0.042010 10.0.0.130 - - [2026-02-12 02:58:09] "POST /id-to-fqname HTTP/1.1" 200 232 0.001120 10.0.0.130 - - [2026-02-12 02:58:09] "DELETE /forwarding-class/cf108e5e-4949-44fa-a211-f8806eff92a9 HTTP/1.1" 200 115 0.030044 10.0.0.130 - - [2026-02-12 02:58:11] "POST /neutron/network HTTP/1.1" 200 991 0.008369 10.0.0.130 - - [2026-02-12 02:58:11] "POST /neutron/port HTTP/1.1" 200 1223 0.023260 10.0.0.130 - - [2026-02-12 02:58:12] "POST /neutron/port HTTP/1.1" 200 151 0.298344 10.0.0.130 - - [2026-02-12 02:58:12] "POST /neutron/port HTTP/1.1" 200 151 0.362921 10.0.0.23 - - [2026-02-12 02:58:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005955 10.0.0.23 - - [2026-02-12 02:58:13] "POST /useragent-kv HTTP/1.1" 200 115 0.013362 10.0.0.23 - - [2026-02-12 02:58:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002431 10.0.0.23 - - [2026-02-12 02:58:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002232 10.0.0.130 - - [2026-02-12 02:58:13] "POST /neutron/network HTTP/1.1" 200 151 0.139573 10.0.0.23 - - [2026-02-12 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.041930 10.0.0.23 - - [2026-02-12 02:58:13] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000868 10.0.0.23 - - [2026-02-12 02:58:13] "DELETE /route-target/c8d0be83-a7c2-45de-ae1a-99161da23079 HTTP/1.1" 200 115 0.025941 10.0.0.130 - - [2026-02-12 02:58:13] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.042341 10.0.0.23 - - [2026-02-12 02:58:13] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001868 10.0.0.130 - - [2026-02-12 02:58:13] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?fields=virtual_networks HTTP/1.1" 200 1031 0.033401 10.0.0.23 - - [2026-02-12 02:58:13] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000906 10.0.0.130 - - [2026-02-12 02:58:13] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.042605 10.0.0.23 - - [2026-02-12 02:58:14] "GET /projects?obj_uuids=e927686f-1f4f-44df-b038-931676a559f0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000905 10.0.0.130 - - [2026-02-12 02:58:14] "GET /project/e927686f-1f4f-44df-b038-931676a559f0?fields=security_groups HTTP/1.1" 200 1251 0.042928 10.0.0.130 - - [2026-02-12 02:58:14] "POST /fqname-to-id HTTP/1.1" 404 181 0.025751 10.0.0.23 - - [2026-02-12 02:58:14] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002549 10.0.0.23 - - [2026-02-12 02:58:14] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.23 - - [2026-02-12 02:58:14] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010237 10.0.0.23 - - [2026-02-12 02:58:15] "POST /id-to-fqname HTTP/1.1" 200 183 0.002045 10.0.0.23 - - [2026-02-12 02:58:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.003759 10.0.0.23 - - [2026-02-12 02:58:15] "POST /security-groups HTTP/1.1" 200 584 0.080871 10.0.0.23 - - [2026-02-12 02:58:15] "POST /projects HTTP/1.1" 200 571 0.287611 10.0.0.23 - - [2026-02-12 02:58:15] "POST /fqname-to-id HTTP/1.1" 404 226 0.009642 10.0.0.23 - - [2026-02-12 02:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.357135 10.0.0.130 - - [2026-02-12 02:58:15] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.500881 10.0.0.130 - - [2026-02-12 02:58:16] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.130 - - [2026-02-12 02:58:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.130 - - [2026-02-12 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.069785 10.0.0.23 - - [2026-02-12 02:58:18] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001096 10.0.0.130 - - [2026-02-12 02:58:18] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.051210 10.0.0.130 - - [2026-02-12 02:58:18] "POST /neutron/network HTTP/1.1" 200 117 0.044133 10.0.0.23 - - [2026-02-12 02:58:19] "POST /ref-update HTTP/1.1" 200 156 0.025396 10.0.0.130 - - [2026-02-12 02:58:19] "POST /neutron/network HTTP/1.1" 200 832 0.013452 10.0.0.130 - - [2026-02-12 02:58:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001059 10.0.0.130 - - [2026-02-12 02:58:19] "GET /virtual-network/71184ded-2130-496f-a1a0-1e780198b133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004311 10.0.0.130 - - [2026-02-12 02:58:19] "GET /virtual-network/71184ded-2130-496f-a1a0-1e780198b133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004950 10.0.0.130 - - [2026-02-12 02:58:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.008984 10.0.0.130 - - [2026-02-12 02:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.130 - - [2026-02-12 02:58:19] "GET /virtual-network/71184ded-2130-496f-a1a0-1e780198b133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.011392 10.0.0.130 - - [2026-02-12 02:58:19] "PUT /virtual-network/71184ded-2130-496f-a1a0-1e780198b133 HTTP/1.1" 200 264 0.057592 10.0.0.130 - - [2026-02-12 02:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005455 10.0.0.23 - - [2026-02-12 02:58:19] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000967 10.0.0.130 - - [2026-02-12 02:58:19] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.036642 10.0.0.23 - - [2026-02-12 02:58:19] "POST /route-targets HTTP/1.1" 200 327 0.013177 10.0.0.23 - - [2026-02-12 02:58:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008098 10.0.0.130 - - [2026-02-12 02:58:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.253939 10.0.0.130 - - [2026-02-12 02:58:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001235 10.0.0.130 - - [2026-02-12 02:58:20] "GET /virtual-network/3e81b272-3bd8-4e8a-8f3b-9ede40410c4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005492 10.0.0.130 - - [2026-02-12 02:58:20] "GET /virtual-network/3e81b272-3bd8-4e8a-8f3b-9ede40410c4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005105 10.0.0.130 - - [2026-02-12 02:58:20] "POST /neutron/network HTTP/1.1" 200 833 0.006414 10.0.0.130 - - [2026-02-12 02:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.130 - - [2026-02-12 02:58:20] "GET /virtual-network/3e81b272-3bd8-4e8a-8f3b-9ede40410c4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005570 10.0.0.130 - - [2026-02-12 02:58:20] "PUT /virtual-network/3e81b272-3bd8-4e8a-8f3b-9ede40410c4a HTTP/1.1" 200 264 0.045815 10.0.0.130 - - [2026-02-12 02:58:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001429 10.0.0.23 - - [2026-02-12 02:58:21] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000971 10.0.0.130 - - [2026-02-12 02:58:21] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.074700 10.0.0.130 - - [2026-02-12 02:58:21] "POST /neutron/network HTTP/1.1" 200 832 0.036083 10.0.0.130 - - [2026-02-12 02:58:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001323 10.0.0.130 - - [2026-02-12 02:58:21] "POST /neutron/port HTTP/1.1" 200 117 0.005499 10.0.0.23 - - [2026-02-12 02:58:22] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 10.0.0.130 - - [2026-02-12 02:58:22] "POST /neutron/port HTTP/1.1" 200 1054 0.277119 10.0.0.130 - - [2026-02-12 02:58:22] "POST /neutron/port HTTP/1.1" 200 1108 0.083179 10.0.0.130 - - [2026-02-12 02:58:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.011917 10.0.0.23 - - [2026-02-12 02:58:22] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001138 10.0.0.130 - - [2026-02-12 02:58:22] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.065801 10.0.0.130 - - [2026-02-12 02:58:22] "POST /neutron/network HTTP/1.1" 200 833 0.007002 10.0.0.130 - - [2026-02-12 02:58:22] "POST /neutron/port HTTP/1.1" 200 117 0.006052 10.0.0.130 - - [2026-02-12 02:58:23] "POST /neutron/network HTTP/1.1" 200 843 0.006452 10.0.0.130 - - [2026-02-12 02:58:23] "POST /neutron/port HTTP/1.1" 200 1055 0.018140 10.0.0.130 - - [2026-02-12 02:58:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003600 10.0.0.130 - - [2026-02-12 02:58:23] "POST /neutron/network HTTP/1.1" 200 833 0.006722 10.0.0.130 - - [2026-02-12 02:58:24] "GET /obj-perms HTTP/1.1" 200 5075 0.063261 10.0.0.130 - - [2026-02-12 02:58:28] "POST /neutron/port HTTP/1.1" 200 1118 0.015655 10.0.0.130 - - [2026-02-12 02:58:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007701 10.0.0.130 - - [2026-02-12 02:58:28] "GET /virtual-machine/ccf62563-8240-4224-81c0-e42b55268d8e HTTP/1.1" 401 293 0.000383 10.0.0.130 - - [2026-02-12 02:58:28] "GET /virtual-machine/ccf62563-8240-4224-81c0-e42b55268d8e HTTP/1.1" 200 1285 0.027517 10.0.0.130 - - [2026-02-12 02:58:28] "GET /virtual-machine-interface/ed4377bf-6c56-4ef2-bf09-28401c09dad3 HTTP/1.1" 200 2928 0.005409 10.0.0.130 - - [2026-02-12 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.130 - - [2026-02-12 02:58:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003814 10.0.0.130 - - [2026-02-12 02:58:28] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002552 10.0.0.130 - - [2026-02-12 02:58:28] "GET /virtual-network/71184ded-2130-496f-a1a0-1e780198b133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005340 10.0.0.130 - - [2026-02-12 02:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.130 - - [2026-02-12 02:58:31] "GET /virtual-network/71184ded-2130-496f-a1a0-1e780198b133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004579 10.0.0.130 - - [2026-02-12 02:58:32] "POST /neutron/port HTTP/1.1" 200 1119 0.049482 10.0.0.130 - - [2026-02-12 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.130 - - [2026-02-12 02:58:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003222 10.0.0.130 - - [2026-02-12 02:58:33] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005603 10.0.0.130 - - [2026-02-12 02:58:33] "GET /virtual-network/71184ded-2130-496f-a1a0-1e780198b133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.009105 10.0.0.130 - - [2026-02-12 02:58:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007265 10.0.0.130 - - [2026-02-12 02:58:34] "POST /neutron/port HTTP/1.1" 200 1119 0.015496 10.0.0.130 - - [2026-02-12 02:58:34] "GET /virtual-machine/df044001-57b0-48d1-985f-bdec998e09de HTTP/1.1" 200 1286 0.005768 10.0.0.130 - - [2026-02-12 02:58:34] "GET /virtual-machine-interface/9ee9bf89-a031-4574-b46e-d5d9a6a13804 HTTP/1.1" 200 2928 0.004631 10.0.0.130 - - [2026-02-12 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.130 - - [2026-02-12 02:58:34] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003658 10.0.0.130 - - [2026-02-12 02:58:34] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002304 10.0.0.130 - - [2026-02-12 02:58:34] "GET /virtual-network/3e81b272-3bd8-4e8a-8f3b-9ede40410c4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005823 10.0.0.130 - - [2026-02-12 02:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.130 - - [2026-02-12 02:58:35] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003242 10.0.0.130 - - [2026-02-12 02:58:35] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003276 10.0.0.130 - - [2026-02-12 02:58:35] "GET /virtual-network/3e81b272-3bd8-4e8a-8f3b-9ede40410c4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005472 10.0.0.130 - - [2026-02-12 02:58:35] "POST /routing-policys HTTP/1.1" 200 534 0.024230 10.0.0.130 - - [2026-02-12 02:58:35] "GET /virtual-network/71184ded-2130-496f-a1a0-1e780198b133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.012946 10.0.0.130 - - [2026-02-12 02:58:35] "PUT /virtual-network/71184ded-2130-496f-a1a0-1e780198b133 HTTP/1.1" 200 264 0.053347 10.0.0.23 - - [2026-02-12 02:58:35] "POST /ref-update HTTP/1.1" 200 156 0.031415 10.0.0.130 - - [2026-02-12 02:58:39] "POST /ref-update HTTP/1.1" 200 156 0.051765 10.0.0.130 - - [2026-02-12 02:58:39] "DELETE /routing-policy/8ac98966-db23-47c0-a9be-e137fd348e40 HTTP/1.1" 200 115 0.044352 10.0.0.130 - - [2026-02-12 02:58:40] "POST /neutron/network HTTP/1.1" 400 204 0.013837 10.0.0.130 - - [2026-02-12 02:58:40] "POST /neutron/port HTTP/1.1" 200 151 0.177000 10.0.0.130 - - [2026-02-12 02:58:40] "POST /neutron/port HTTP/1.1" 200 151 0.173308 10.0.0.130 - - [2026-02-12 02:58:42] "POST /neutron/network HTTP/1.1" 200 832 0.007642 10.0.0.23 - - [2026-02-12 02:58:42] "DELETE /route-target/b7226a92-0ebd-425c-8e63-541bc1b16189 HTTP/1.1" 200 115 0.032032 10.0.0.23 - - [2026-02-12 02:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005198 10.0.0.23 - - [2026-02-12 02:58:42] "DELETE /route-target/8e6c4aa5-48cc-4578-b3c2-563b10a95d8d HTTP/1.1" 200 115 0.035261 10.0.0.130 - - [2026-02-12 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2026-02-12 02:58:44] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000909 10.0.0.130 - - [2026-02-12 02:58:45] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.031391 10.0.0.23 - - [2026-02-12 02:58:45] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001059 10.0.0.130 - - [2026-02-12 02:58:45] "POST /neutron/network HTTP/1.1" 200 612 0.119813 10.0.0.130 - - [2026-02-12 02:58:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.002995 10.0.0.130 - - [2026-02-12 02:58:45] "GET /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004722 10.0.0.130 - - [2026-02-12 02:58:45] "POST /neutron/network HTTP/1.1" 200 829 0.006279 10.0.0.130 - - [2026-02-12 02:58:45] "GET /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004442 10.0.0.130 - - [2026-02-12 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.130 - - [2026-02-12 02:58:45] "GET /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.012089 10.0.0.130 - - [2026-02-12 02:58:45] "PUT /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8 HTTP/1.1" 200 264 0.056811 10.0.0.23 - - [2026-02-12 02:58:45] "POST /route-targets HTTP/1.1" 200 323 0.025515 10.0.0.130 - - [2026-02-12 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008229 10.0.0.23 - - [2026-02-12 02:58:45] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000920 10.0.0.130 - - [2026-02-12 02:58:45] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041603 10.0.0.130 - - [2026-02-12 02:58:45] "POST /neutron/network HTTP/1.1" 200 117 0.019807 10.0.0.23 - - [2026-02-12 02:58:46] "POST /ref-update HTTP/1.1" 200 156 0.021285 10.0.0.130 - - [2026-02-12 02:58:46] "POST /neutron/network HTTP/1.1" 200 832 0.007511 10.0.0.130 - - [2026-02-12 02:58:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.000875 10.0.0.130 - - [2026-02-12 02:58:46] "GET /virtual-network/b8d02485-363c-4c0e-bfab-ea9b4c30d5c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004397 10.0.0.130 - - [2026-02-12 02:58:46] "GET /virtual-network/b8d02485-363c-4c0e-bfab-ea9b4c30d5c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004734 10.0.0.130 - - [2026-02-12 02:58:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.007906 10.0.0.130 - - [2026-02-12 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.130 - - [2026-02-12 02:58:46] "GET /virtual-network/b8d02485-363c-4c0e-bfab-ea9b4c30d5c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004449 10.0.0.130 - - [2026-02-12 02:58:46] "PUT /virtual-network/b8d02485-363c-4c0e-bfab-ea9b4c30d5c4 HTTP/1.1" 200 264 0.047138 10.0.0.130 - - [2026-02-12 02:58:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001320 10.0.0.23 - - [2026-02-12 02:58:47] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001001 10.0.0.130 - - [2026-02-12 02:58:47] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.068478 10.0.0.130 - - [2026-02-12 02:58:47] "POST /neutron/port HTTP/1.1" 200 117 0.006800 10.0.0.130 - - [2026-02-12 02:58:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001327 10.0.0.130 - - [2026-02-12 02:58:47] "POST /neutron/network HTTP/1.1" 200 842 0.006999 10.0.0.130 - - [2026-02-12 02:58:48] "POST /neutron/port HTTP/1.1" 200 1051 0.015422 10.0.0.130 - - [2026-02-12 02:58:48] "POST /neutron/port HTTP/1.1" 200 1115 0.020010 10.0.0.23 - - [2026-02-12 02:58:48] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000997 10.0.0.130 - - [2026-02-12 02:58:48] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.130 - - [2026-02-12 02:58:48] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.089503 10.0.0.130 - - [2026-02-12 02:58:48] "POST /neutron/port HTTP/1.1" 200 1115 0.023704 10.0.0.130 - - [2026-02-12 02:58:49] "POST /neutron/port HTTP/1.1" 200 1115 0.022973 10.0.0.23 - - [2026-02-12 02:58:49] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000934 10.0.0.130 - - [2026-02-12 02:58:49] "POST /neutron/port HTTP/1.1" 200 1054 0.246668 10.0.0.130 - - [2026-02-12 02:58:49] "POST /neutron/port HTTP/1.1" 200 1108 0.114930 10.0.0.130 - - [2026-02-12 02:58:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.011314 10.0.0.130 - - [2026-02-12 02:58:54] "POST /neutron/port HTTP/1.1" 200 1115 0.016936 10.0.0.130 - - [2026-02-12 02:58:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009139 10.0.0.130 - - [2026-02-12 02:58:54] "GET /virtual-machine/693f28e3-f780-459d-9891-2827409c4178 HTTP/1.1" 200 1285 0.005478 10.0.0.130 - - [2026-02-12 02:58:54] "GET /virtual-machine-interface/99ee1721-4674-49b4-ac62-eda737a2452b HTTP/1.1" 200 2928 0.004801 10.0.0.130 - - [2026-02-12 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.130 - - [2026-02-12 02:58:54] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003583 10.0.0.130 - - [2026-02-12 02:58:54] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003279 10.0.0.130 - - [2026-02-12 02:58:54] "GET /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005654 10.0.0.23 - - [2026-02-12 02:58:54] "DELETE /access-control-list/432224e1-e2e7-4511-b40e-515675714970 HTTP/1.1" 200 115 0.034142 10.0.0.130 - - [2026-02-12 02:58:57] "POST /neutron/port HTTP/1.1" 200 1115 0.017863 10.0.0.130 - - [2026-02-12 02:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.130 - - [2026-02-12 02:58:57] "GET /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.004744 10.0.0.130 - - [2026-02-12 02:58:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008056 10.0.0.130 - - [2026-02-12 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.130 - - [2026-02-12 02:58:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003309 10.0.0.130 - - [2026-02-12 02:58:59] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002728 10.0.0.130 - - [2026-02-12 02:58:59] "GET /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006493 10.0.0.130 - - [2026-02-12 02:58:59] "POST /neutron/port HTTP/1.1" 200 1118 0.018858 10.0.0.130 - - [2026-02-12 02:59:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010398 10.0.0.130 - - [2026-02-12 02:59:00] "GET /virtual-machine/12cc6d1a-ac85-4a52-a671-423855b15233 HTTP/1.1" 200 1285 0.005580 10.0.0.130 - - [2026-02-12 02:59:00] "GET /virtual-machine-interface/a0f5915b-9820-48f7-aab6-59e4f2b61e6e HTTP/1.1" 200 2928 0.004643 10.0.0.130 - - [2026-02-12 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.130 - - [2026-02-12 02:59:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003821 10.0.0.130 - - [2026-02-12 02:59:00] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003421 10.0.0.130 - - [2026-02-12 02:59:00] "GET /virtual-network/b8d02485-363c-4c0e-bfab-ea9b4c30d5c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006782 10.0.0.130 - - [2026-02-12 02:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.130 - - [2026-02-12 02:59:01] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003949 10.0.0.130 - - [2026-02-12 02:59:01] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003350 10.0.0.130 - - [2026-02-12 02:59:01] "GET /virtual-network/b8d02485-363c-4c0e-bfab-ea9b4c30d5c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005263 10.0.0.130 - - [2026-02-12 02:59:01] "POST /routing-policys HTTP/1.1" 200 534 0.026202 10.0.0.130 - - [2026-02-12 02:59:01] "GET /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.012843 10.0.0.130 - - [2026-02-12 02:59:01] "PUT /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8 HTTP/1.1" 200 264 0.048570 10.0.0.130 - - [2026-02-12 02:59:05] "POST /routing-policys HTTP/1.1" 200 534 0.024927 10.0.0.130 - - [2026-02-12 02:59:05] "GET /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.010304 10.0.0.130 - - [2026-02-12 02:59:05] "PUT /virtual-network/12f2b796-a7cd-4ac4-ac35-1ff5b4a21cc8 HTTP/1.1" 200 264 0.074761 10.0.0.23 - - [2026-02-12 02:59:05] "POST /ref-update HTTP/1.1" 200 156 0.029931 10.0.0.130 - - [2026-02-12 02:59:05] "POST /ref-update HTTP/1.1" 200 156 0.058530 10.0.0.130 - - [2026-02-12 02:59:05] "DELETE /routing-policy/08c2d4e6-c277-44bc-9c42-6e28a1ef2a98 HTTP/1.1" 200 115 0.032220 10.0.0.130 - - [2026-02-12 02:59:05] "POST /ref-update HTTP/1.1" 200 156 0.058181 10.0.0.130 - - [2026-02-12 02:59:05] "DELETE /routing-policy/e06b063c-c131-404f-8620-01d65dd65b28 HTTP/1.1" 200 115 0.032160 10.0.0.130 - - [2026-02-12 02:59:06] "POST /neutron/port HTTP/1.1" 200 1118 0.018718 10.0.0.130 - - [2026-02-12 02:59:06] "POST /neutron/port HTTP/1.1" 200 1115 0.030237 10.0.0.130 - - [2026-02-12 02:59:07] "POST /neutron/network HTTP/1.1" 200 832 0.012269 10.0.0.23 - - [2026-02-12 02:59:08] "DELETE /route-target/3697ae44-e2ac-40c1-9922-b0073bd9b57e HTTP/1.1" 200 115 0.026083 10.0.0.23 - - [2026-02-12 02:59:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003926 10.0.0.23 - - [2026-02-12 02:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.23 - - [2026-02-12 02:59:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003885 10.0.0.130 - - [2026-02-12 02:59:08] "POST /neutron/network HTTP/1.1" 200 151 0.124415 10.0.0.23 - - [2026-02-12 02:59:08] "DELETE /route-target/2bfc5996-106d-4641-bd07-39b5a126ed46 HTTP/1.1" 200 115 0.022617 10.0.0.23 - - [2026-02-12 02:59:08] "DELETE /project/e927686f-1f4f-44df-b038-931676a559f0 HTTP/1.1" 404 177 0.004616 10.0.0.23 - - [2026-02-12 02:59:08] "DELETE /project/d307445bc2344b5da77155b52ba3ff89 HTTP/1.1" 404 173 0.004206 10.0.0.130 - - [2026-02-12 02:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2026-02-12 02:59:10] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000887 10.0.0.130 - - [2026-02-12 02:59:10] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.037072 10.0.0.23 - - [2026-02-12 02:59:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007343 10.0.0.130 - - [2026-02-12 02:59:11] "POST /neutron/subnet HTTP/1.1" 200 714 0.245585 10.0.0.130 - - [2026-02-12 02:59:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001239 10.0.0.130 - - [2026-02-12 02:59:11] "GET /virtual-network/cd804204-5438-4230-be2a-a2f523774792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005041 10.0.0.130 - - [2026-02-12 02:59:11] "GET /virtual-network/cd804204-5438-4230-be2a-a2f523774792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004795 10.0.0.130 - - [2026-02-12 02:59:11] "POST /neutron/network HTTP/1.1" 200 829 0.015099 10.0.0.130 - - [2026-02-12 02:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.130 - - [2026-02-12 02:59:11] "GET /virtual-network/cd804204-5438-4230-be2a-a2f523774792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007724 10.0.0.23 - - [2026-02-12 02:59:11] "POST /route-targets HTTP/1.1" 200 323 0.022413 10.0.0.130 - - [2026-02-12 02:59:11] "PUT /virtual-network/cd804204-5438-4230-be2a-a2f523774792 HTTP/1.1" 200 264 0.068791 10.0.0.130 - - [2026-02-12 02:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011280 10.0.0.23 - - [2026-02-12 02:59:11] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001201 10.0.0.130 - - [2026-02-12 02:59:11] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.056101 10.0.0.23 - - [2026-02-12 02:59:11] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001018 10.0.0.130 - - [2026-02-12 02:59:11] "POST /neutron/network HTTP/1.1" 200 612 0.122625 10.0.0.23 - - [2026-02-12 02:59:11] "POST /ref-update HTTP/1.1" 200 156 0.020099 10.0.0.130 - - [2026-02-12 02:59:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.003053 10.0.0.130 - - [2026-02-12 02:59:12] "GET /virtual-network/874b9ce6-7967-4917-8a2f-6ce411b09641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006514 10.0.0.130 - - [2026-02-12 02:59:12] "POST /neutron/network HTTP/1.1" 200 832 0.006411 10.0.0.130 - - [2026-02-12 02:59:12] "GET /virtual-network/874b9ce6-7967-4917-8a2f-6ce411b09641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006967 10.0.0.130 - - [2026-02-12 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.130 - - [2026-02-12 02:59:12] "GET /virtual-network/874b9ce6-7967-4917-8a2f-6ce411b09641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004951 10.0.0.130 - - [2026-02-12 02:59:12] "PUT /virtual-network/874b9ce6-7967-4917-8a2f-6ce411b09641 HTTP/1.1" 200 264 0.100333 10.0.0.130 - - [2026-02-12 02:59:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001647 10.0.0.130 - - [2026-02-12 02:59:12] "POST /neutron/network HTTP/1.1" 200 839 0.007137 10.0.0.23 - - [2026-02-12 02:59:13] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000904 10.0.0.130 - - [2026-02-12 02:59:13] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.062266 10.0.0.130 - - [2026-02-12 02:59:13] "POST /neutron/port HTTP/1.1" 200 117 0.005939 10.0.0.130 - - [2026-02-12 02:59:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001058 10.0.0.130 - - [2026-02-12 02:59:13] "POST /neutron/network HTTP/1.1" 200 839 0.005932 10.0.0.130 - - [2026-02-12 02:59:14] "POST /neutron/port HTTP/1.1" 200 1051 0.013569 10.0.0.130 - - [2026-02-12 02:59:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003237 10.0.0.130 - - [2026-02-12 02:59:14] "POST /neutron/network HTTP/1.1" 200 829 0.006788 10.0.0.23 - - [2026-02-12 02:59:14] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001332 10.0.0.130 - - [2026-02-12 02:59:14] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.087111 10.0.0.130 - - [2026-02-12 02:59:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007576 10.0.0.130 - - [2026-02-12 02:59:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007885 10.0.0.130 - - [2026-02-12 02:59:15] "POST /neutron/port HTTP/1.1" 200 1054 0.021582 10.0.0.130 - - [2026-02-12 02:59:15] "POST /neutron/port HTTP/1.1" 200 1118 0.017819 10.0.0.130 - - [2026-02-12 02:59:15] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.130 - - [2026-02-12 02:59:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007608 10.0.0.130 - - [2026-02-12 02:59:20] "POST /neutron/port HTTP/1.1" 200 1115 0.020556 10.0.0.130 - - [2026-02-12 02:59:20] "GET /virtual-machine/c5bca6ea-2e8d-4058-8e7f-57898c496c60 HTTP/1.1" 200 1286 0.006154 10.0.0.130 - - [2026-02-12 02:59:20] "GET /virtual-machine-interface/7b36ccbc-92a7-40fe-a5e7-ba373b330738 HTTP/1.1" 200 2927 0.004487 10.0.0.130 - - [2026-02-12 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.130 - - [2026-02-12 02:59:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003511 10.0.0.130 - - [2026-02-12 02:59:20] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002555 10.0.0.130 - - [2026-02-12 02:59:20] "GET /virtual-network/cd804204-5438-4230-be2a-a2f523774792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006822 10.0.0.130 - - [2026-02-12 02:59:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006368 10.0.0.130 - - [2026-02-12 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.130 - - [2026-02-12 02:59:23] "GET /virtual-network/cd804204-5438-4230-be2a-a2f523774792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005016 10.0.0.23 - - [2026-02-12 02:59:25] "GET /obj-perms HTTP/1.1" 200 5075 0.053740 10.0.0.130 - - [2026-02-12 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.130 - - [2026-02-12 02:59:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003520 10.0.0.130 - - [2026-02-12 02:59:25] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003061 10.0.0.130 - - [2026-02-12 02:59:25] "GET /virtual-network/cd804204-5438-4230-be2a-a2f523774792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007572 10.0.0.130 - - [2026-02-12 02:59:25] "POST /neutron/port HTTP/1.1" 200 1118 0.019716 10.0.0.130 - - [2026-02-12 02:59:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007057 10.0.0.130 - - [2026-02-12 02:59:25] "GET /virtual-machine/d2eb9737-bfc6-4a0d-a190-062047883267 HTTP/1.1" 200 1286 0.005507 10.0.0.130 - - [2026-02-12 02:59:25] "GET /virtual-machine-interface/28c8b7c3-2b46-4851-b308-6d7db67947a1 HTTP/1.1" 200 2927 0.005006 10.0.0.130 - - [2026-02-12 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.130 - - [2026-02-12 02:59:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003011 10.0.0.130 - - [2026-02-12 02:59:26] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002690 10.0.0.130 - - [2026-02-12 02:59:26] "GET /virtual-network/874b9ce6-7967-4917-8a2f-6ce411b09641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005551 10.0.0.130 - - [2026-02-12 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.130 - - [2026-02-12 02:59:27] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003200 10.0.0.130 - - [2026-02-12 02:59:27] "GET /virtual-networks?parent_id=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002645 10.0.0.130 - - [2026-02-12 02:59:27] "GET /virtual-network/874b9ce6-7967-4917-8a2f-6ce411b09641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005296 10.0.0.130 - - [2026-02-12 02:59:27] "POST /interface-route-tables HTTP/1.1" 200 574 0.029990 10.0.0.130 - - [2026-02-12 02:59:27] "GET /interface-route-table/daf515a7-ec12-4ae0-ac5c-d71ef29f7ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1308 0.009619 10.0.0.130 - - [2026-02-12 02:59:27] "GET /virtual-machine-interface/7b36ccbc-92a7-40fe-a5e7-ba373b330738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006412 10.0.0.130 - - [2026-02-12 02:59:27] "POST /ref-update HTTP/1.1" 200 156 0.019058 10.0.0.130 - - [2026-02-12 02:59:27] "POST /routing-policys HTTP/1.1" 200 534 0.035852 10.0.0.130 - - [2026-02-12 02:59:27] "GET /virtual-network/cd804204-5438-4230-be2a-a2f523774792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006190 10.0.0.130 - - [2026-02-12 02:59:27] "PUT /virtual-network/cd804204-5438-4230-be2a-a2f523774792 HTTP/1.1" 200 264 0.069617 10.0.0.130 - - [2026-02-12 02:59:31] "POST /ref-update HTTP/1.1" 200 156 0.061672 10.0.0.23 - - [2026-02-12 02:59:31] "POST /ref-update HTTP/1.1" 200 156 0.031185 10.0.0.130 - - [2026-02-12 02:59:31] "DELETE /routing-policy/08b75a56-8f48-4c25-ab05-e7d534050126 HTTP/1.1" 200 115 0.057150 10.0.0.130 - - [2026-02-12 02:59:31] "POST /neutron/network HTTP/1.1" 200 832 0.010286 10.0.0.130 - - [2026-02-12 02:59:32] "POST /neutron/port HTTP/1.1" 200 1108 0.017493 10.0.0.130 - - [2026-02-12 02:59:32] "POST /neutron/port HTTP/1.1" 200 1105 0.016221 10.0.0.23 - - [2026-02-12 02:59:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003197 10.0.0.23 - - [2026-02-12 02:59:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003581 10.0.0.130 - - [2026-02-12 02:59:33] "POST /neutron/network HTTP/1.1" 200 151 0.118610 10.0.0.23 - - [2026-02-12 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.23 - - [2026-02-12 02:59:34] "DELETE /route-target/ef342c82-07b9-4ec7-9dbb-ca46a81c7578 HTTP/1.1" 200 115 0.023558 10.0.0.23 - - [2026-02-12 02:59:35] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001562 10.0.0.130 - - [2026-02-12 02:59:35] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.044240 10.0.0.23 - - [2026-02-12 02:59:35] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000851 10.0.0.130 - - [2026-02-12 02:59:35] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?fields=virtual_networks HTTP/1.1" 200 1029 0.036252 10.0.0.23 - - [2026-02-12 02:59:35] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000918 10.0.0.130 - - [2026-02-12 02:59:35] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.038808 10.0.0.23 - - [2026-02-12 02:59:35] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000964 10.0.0.130 - - [2026-02-12 02:59:35] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?fields=security_groups HTTP/1.1" 200 1248 0.036473 10.0.0.130 - - [2026-02-12 02:59:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.026674 10.0.0.23 - - [2026-02-12 02:59:36] "GET /projects?obj_uuids=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003851 10.0.0.23 - - [2026-02-12 02:59:36] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001593 10.0.0.23 - - [2026-02-12 02:59:36] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.017425 10.0.0.23 - - [2026-02-12 02:59:36] "POST /id-to-fqname HTTP/1.1" 200 194 0.005787 10.0.0.23 - - [2026-02-12 02:59:36] "POST /fqname-to-id HTTP/1.1" 404 203 0.006551 10.0.0.23 - - [2026-02-12 02:59:36] "POST /security-groups HTTP/1.1" 200 595 0.028285 10.0.0.23 - - [2026-02-12 02:59:36] "POST /fqname-to-id HTTP/1.1" 404 238 0.004199 10.0.0.23 - - [2026-02-12 02:59:36] "POST /projects HTTP/1.1" 200 593 0.228494 10.0.0.23 - - [2026-02-12 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.260509 10.0.0.23 - - [2026-02-12 02:59:36] "POST /access-control-lists HTTP/1.1" 200 598 0.029794 10.0.0.130 - - [2026-02-12 02:59:36] "GET /project/798cebb7-49f0-48e3-85b1-1bd96cc59817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.421002 10.0.0.130 - - [2026-02-12 02:59:37] "GET / HTTP/1.1" 200 35931 0.001921 10.0.0.130 - - [2026-02-12 02:59:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.130 - - [2026-02-12 02:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.055685 10.0.0.23 - - [2026-02-12 02:59:40] "GET /projects?obj_uuids=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000837 10.0.0.130 - - [2026-02-12 02:59:40] "GET /project/798cebb7-49f0-48e3-85b1-1bd96cc59817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.034266 10.0.0.130 - - [2026-02-12 02:59:40] "POST /neutron/network HTTP/1.1" 200 117 0.037585 10.0.0.130 - - [2026-02-12 02:59:40] "POST /neutron/network HTTP/1.1" 200 830 0.009201 10.0.0.130 - - [2026-02-12 02:59:40] "POST /id-to-fqname HTTP/1.1" 200 226 0.000852 10.0.0.130 - - [2026-02-12 02:59:40] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004255 10.0.0.130 - - [2026-02-12 02:59:40] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006693 10.0.0.130 - - [2026-02-12 02:59:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.008462 10.0.0.130 - - [2026-02-12 02:59:41] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004978 10.0.0.22 - - [2026-02-12 02:59:42] "GET /obj-perms HTTP/1.1" 200 5057 0.065524 10.0.0.130 - - [2026-02-12 02:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.130 - - [2026-02-12 02:59:42] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005467 10.0.0.23 - - [2026-02-12 02:59:42] "POST /route-targets HTTP/1.1" 200 327 0.021085 10.0.0.130 - - [2026-02-12 02:59:42] "PUT /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5 HTTP/1.1" 200 264 0.068979 10.0.0.130 - - [2026-02-12 02:59:47] "POST /id-to-fqname HTTP/1.1" 200 226 0.001326 10.0.0.23 - - [2026-02-12 02:59:48] "GET /projects?obj_uuids=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000929 10.0.0.130 - - [2026-02-12 02:59:48] "GET /project/798cebb7-49f0-48e3-85b1-1bd96cc59817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056030 10.0.0.130 - - [2026-02-12 02:59:48] "POST /neutron/port HTTP/1.1" 200 117 0.006414 10.0.0.130 - - [2026-02-12 02:59:49] "POST /neutron/network HTTP/1.1" 200 840 0.008373 10.0.0.130 - - [2026-02-12 02:59:49] "POST /neutron/port HTTP/1.1" 200 1062 0.016313 10.0.0.130 - - [2026-02-12 02:59:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003988 10.0.0.130 - - [2026-02-12 02:59:49] "POST /neutron/network HTTP/1.1" 200 830 0.007366 10.0.0.22 - - [2026-02-12 02:59:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.22 - - [2026-02-12 02:59:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.22 - - [2026-02-12 02:59:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.22 - - [2026-02-12 02:59:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2026-02-12 02:59:53] "POST /neutron/port HTTP/1.1" 200 1126 0.018663 10.0.0.23 - - [2026-02-12 02:59:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.23 - - [2026-02-12 02:59:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.23 - - [2026-02-12 02:59:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.130 - - [2026-02-12 02:59:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007783 10.0.0.130 - - [2026-02-12 02:59:54] "GET /virtual-machine/e746297d-d361-4295-81eb-a1784cd41b3d HTTP/1.1" 401 293 0.000382 10.0.0.23 - - [2026-02-12 02:59:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000270 10.0.0.130 - - [2026-02-12 02:59:54] "GET /virtual-machine/e746297d-d361-4295-81eb-a1784cd41b3d HTTP/1.1" 200 1296 0.030191 10.0.0.130 - - [2026-02-12 02:59:54] "GET /virtual-machine-interface/afdd3511-dfc5-4216-8c56-e69343630a25 HTTP/1.1" 200 2968 0.006549 10.0.0.130 - - [2026-02-12 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.130 - - [2026-02-12 02:59:54] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003300 10.0.0.130 - - [2026-02-12 02:59:54] "GET /virtual-networks?parent_id=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002451 10.0.0.130 - - [2026-02-12 02:59:54] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005819 10.0.0.23 - - [2026-02-12 02:59:55] "DELETE /access-control-list/5eaa0e72-d2da-4325-8877-36fc4ca15ca4 HTTP/1.1" 200 115 0.027862 10.0.0.130 - - [2026-02-12 02:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.130 - - [2026-02-12 02:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.130 - - [2026-02-12 02:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.130 - - [2026-02-12 02:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.130 - - [2026-02-12 02:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.130 - - [2026-02-12 02:59:57] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004539 10.0.0.130 - - [2026-02-12 03:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.130 - - [2026-02-12 03:00:01] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005596 10.0.0.130 - - [2026-02-12 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.130 - - [2026-02-12 03:00:05] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005903 10.0.0.23 - - [2026-02-12 03:00:08] "DELETE /project/798cebb749f048e385b11bd96cc59817 HTTP/1.1" 404 173 0.005867 10.0.0.23 - - [2026-02-12 03:00:08] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001296 10.0.0.23 - - [2026-02-12 03:00:08] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.048450 10.0.0.23 - - [2026-02-12 03:00:08] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000853 10.0.0.23 - - [2026-02-12 03:00:08] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?fields=security_groups HTTP/1.1" 200 1099 0.033619 10.0.0.23 - - [2026-02-12 03:00:08] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000901 10.0.0.23 - - [2026-02-12 03:00:08] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?fields=application_policy_sets HTTP/1.1" 200 1392 0.033306 10.0.0.23 - - [2026-02-12 03:00:08] "DELETE /project/d307445b-c234-4b5d-a771-55b52ba3ff89 HTTP/1.1" 409 278 0.214852 10.0.0.130 - - [2026-02-12 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.130 - - [2026-02-12 03:00:09] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004740 10.0.0.130 - - [2026-02-12 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.130 - - [2026-02-12 03:00:14] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005511 10.0.0.130 - - [2026-02-12 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.130 - - [2026-02-12 03:00:18] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005261 10.0.0.130 - - [2026-02-12 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.130 - - [2026-02-12 03:00:22] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004774 10.0.0.130 - - [2026-02-12 03:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.130 - - [2026-02-12 03:00:26] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005028 10.0.0.130 - - [2026-02-12 03:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005927 10.0.0.130 - - [2026-02-12 03:00:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003361 10.0.0.130 - - [2026-02-12 03:00:28] "GET /virtual-networks?parent_id=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002781 10.0.0.130 - - [2026-02-12 03:00:28] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005696 10.0.0.130 - - [2026-02-12 03:00:33] "POST /neutron/port HTTP/1.1" 200 1126 0.016455 10.0.0.130 - - [2026-02-12 03:00:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007992 10.0.0.130 - - [2026-02-12 03:00:42] "POST /neutron/port HTTP/1.1" 200 1126 0.043051 10.0.0.130 - - [2026-02-12 03:00:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005503 10.0.0.130 - - [2026-02-12 03:00:42] "POST /neutron/network HTTP/1.1" 200 830 0.009162 10.0.0.130 - - [2026-02-12 03:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.130 - - [2026-02-12 03:00:49] "GET /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006231 10.0.0.130 - - [2026-02-12 03:00:49] "PUT /virtual-network/09b86b27-09cc-4787-8b74-5d9c9d2508c5 HTTP/1.1" 200 264 0.051198 10.0.0.23 - - [2026-02-12 03:00:49] "DELETE /route-target/ef8b36e7-fbbe-4f45-a947-30868308d732 HTTP/1.1" 200 115 0.023298 10.0.0.130 - - [2026-02-12 03:00:54] "POST /neutron/network HTTP/1.1" 200 830 0.008132 10.0.0.130 - - [2026-02-12 03:00:54] "POST /neutron/port HTTP/1.1" 200 1116 0.012616 10.0.0.23 - - [2026-02-12 03:00:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005782 10.0.0.23 - - [2026-02-12 03:00:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002741 10.0.0.130 - - [2026-02-12 03:00:56] "POST /neutron/network HTTP/1.1" 200 151 0.144505 10.0.0.130 - - [2026-02-12 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2026-02-12 03:00:59] "GET /projects?obj_uuids=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000912 10.0.0.130 - - [2026-02-12 03:00:59] "GET /project/798cebb7-49f0-48e3-85b1-1bd96cc59817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.038715 10.0.0.23 - - [2026-02-12 03:00:59] "POST /route-targets HTTP/1.1" 200 327 0.011847 10.0.0.23 - - [2026-02-12 03:00:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007105 10.0.0.130 - - [2026-02-12 03:00:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.179498 10.0.0.130 - - [2026-02-12 03:00:59] "POST /id-to-fqname HTTP/1.1" 200 226 0.001277 10.0.0.130 - - [2026-02-12 03:00:59] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005121 10.0.0.130 - - [2026-02-12 03:00:59] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005517 10.0.0.130 - - [2026-02-12 03:00:59] "POST /neutron/network HTTP/1.1" 200 830 0.006683 10.0.0.130 - - [2026-02-12 03:01:00] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005249 10.0.0.130 - - [2026-02-12 03:01:00] "GET /obj-perms HTTP/1.1" 200 5057 0.081386 10.0.0.23 - - [2026-02-12 03:01:00] "GET /obj-perms HTTP/1.1" 200 5057 0.056922 10.0.0.130 - - [2026-02-12 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.130 - - [2026-02-12 03:01:00] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006222 10.0.0.130 - - [2026-02-12 03:01:00] "PUT /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8 HTTP/1.1" 200 264 0.058641 10.0.0.23 - - [2026-02-12 03:01:00] "POST /ref-update HTTP/1.1" 200 156 0.029592 10.0.0.130 - - [2026-02-12 03:01:05] "POST /id-to-fqname HTTP/1.1" 200 226 0.001309 10.0.0.23 - - [2026-02-12 03:01:06] "GET /projects?obj_uuids=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001038 10.0.0.130 - - [2026-02-12 03:01:06] "GET /project/798cebb7-49f0-48e3-85b1-1bd96cc59817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.073773 10.0.0.130 - - [2026-02-12 03:01:06] "POST /neutron/network HTTP/1.1" 200 830 0.007727 10.0.0.130 - - [2026-02-12 03:01:06] "POST /neutron/port HTTP/1.1" 200 117 0.008371 10.0.0.130 - - [2026-02-12 03:01:07] "POST /neutron/port HTTP/1.1" 200 1062 0.016263 10.0.0.130 - - [2026-02-12 03:01:07] "POST /neutron/port HTTP/1.1" 200 1126 0.019543 10.0.0.130 - - [2026-02-12 03:01:07] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.130 - - [2026-02-12 03:01:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007181 10.0.0.130 - - [2026-02-12 03:01:12] "POST /neutron/port HTTP/1.1" 200 1126 0.026212 10.0.0.130 - - [2026-02-12 03:01:12] "GET /virtual-machine/d8b98756-694c-4e1a-b052-6301db6a82fc HTTP/1.1" 200 1297 0.006694 10.0.0.130 - - [2026-02-12 03:01:12] "GET /virtual-machine-interface/65033f5f-6fea-437a-97a1-c5bea1b06483 HTTP/1.1" 200 2967 0.005388 10.0.0.130 - - [2026-02-12 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.130 - - [2026-02-12 03:01:12] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003467 10.0.0.130 - - [2026-02-12 03:01:12] "GET /virtual-networks?parent_id=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002767 10.0.0.130 - - [2026-02-12 03:01:12] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006917 10.0.0.130 - - [2026-02-12 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.130 - - [2026-02-12 03:01:15] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004776 10.0.0.130 - - [2026-02-12 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.130 - - [2026-02-12 03:01:19] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005022 10.0.0.130 - - [2026-02-12 03:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.130 - - [2026-02-12 03:01:23] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005045 10.0.0.22 - - [2026-02-12 03:01:27] "GET /obj-perms HTTP/1.1" 200 5075 0.050807 10.0.0.130 - - [2026-02-12 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.130 - - [2026-02-12 03:01:27] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004602 10.0.0.130 - - [2026-02-12 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.130 - - [2026-02-12 03:01:31] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005069 10.0.0.130 - - [2026-02-12 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.130 - - [2026-02-12 03:01:35] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004780 10.0.0.130 - - [2026-02-12 03:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.130 - - [2026-02-12 03:01:39] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005061 10.0.0.130 - - [2026-02-12 03:01:42] "POST /neutron/port HTTP/1.1" 200 1126 0.043120 10.0.0.130 - - [2026-02-12 03:01:42] "POST /neutron/subnet HTTP/1.1" 200 689 0.012102 10.0.0.130 - - [2026-02-12 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.130 - - [2026-02-12 03:01:44] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005006 10.0.0.130 - - [2026-02-12 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.130 - - [2026-02-12 03:01:46] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003046 10.0.0.130 - - [2026-02-12 03:01:46] "GET /virtual-networks?parent_id=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002732 10.0.0.130 - - [2026-02-12 03:01:46] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007729 10.0.0.130 - - [2026-02-12 03:01:46] "POST /neutron/port HTTP/1.1" 200 1126 0.015684 10.0.0.130 - - [2026-02-12 03:01:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007585 10.0.0.130 - - [2026-02-12 03:01:57] "POST /neutron/port HTTP/1.1" 200 1126 0.015387 10.0.0.130 - - [2026-02-12 03:02:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007451 10.0.0.130 - - [2026-02-12 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.130 - - [2026-02-12 03:02:07] "GET /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005407 10.0.0.130 - - [2026-02-12 03:02:07] "PUT /virtual-network/416bbde7-c62e-44cb-80a2-8216969123c8 HTTP/1.1" 200 264 0.044078 10.0.0.23 - - [2026-02-12 03:02:07] "DELETE /route-target/2c89a88d-6ad2-4daa-b15d-ca88eb7b6b55 HTTP/1.1" 200 115 0.027104 10.0.0.130 - - [2026-02-12 03:02:12] "POST /neutron/port HTTP/1.1" 200 1126 0.016999 10.0.0.130 - - [2026-02-12 03:02:14] "POST /neutron/network HTTP/1.1" 200 830 0.006188 10.0.0.23 - - [2026-02-12 03:02:16] "GET /projects?obj_uuids=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000973 10.0.0.130 - - [2026-02-12 03:02:16] "GET /project/798cebb7-49f0-48e3-85b1-1bd96cc59817?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.080057 10.0.0.23 - - [2026-02-12 03:02:16] "GET /projects?obj_uuids=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000965 10.0.0.130 - - [2026-02-12 03:02:16] "GET /project/798cebb7-49f0-48e3-85b1-1bd96cc59817?fields=virtual_networks HTTP/1.1" 200 1049 0.038258 10.0.0.23 - - [2026-02-12 03:02:16] "GET /projects?obj_uuids=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000944 10.0.0.130 - - [2026-02-12 03:02:16] "GET /project/798cebb7-49f0-48e3-85b1-1bd96cc59817?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.043891 10.0.0.23 - - [2026-02-12 03:02:16] "GET /projects?obj_uuids=798cebb7-49f0-48e3-85b1-1bd96cc59817&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001266 10.0.0.130 - - [2026-02-12 03:02:16] "GET /project/798cebb7-49f0-48e3-85b1-1bd96cc59817?fields=security_groups HTTP/1.1" 200 1279 0.037270 10.0.0.130 - - [2026-02-12 03:02:17] "POST /fqname-to-id HTTP/1.1" 404 213 0.024819 10.0.0.23 - - [2026-02-12 03:02:17] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002787 10.0.0.23 - - [2026-02-12 03:02:17] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.23 - - [2026-02-12 03:02:17] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033215 10.0.0.23 - - [2026-02-12 03:02:17] "POST /id-to-fqname HTTP/1.1" 200 216 0.001694 10.0.0.23 - - [2026-02-12 03:02:17] "POST /fqname-to-id HTTP/1.1" 404 227 0.004041 10.0.0.23 - - [2026-02-12 03:02:17] "POST /security-groups HTTP/1.1" 200 616 0.029441 10.0.0.23 - - [2026-02-12 03:02:17] "POST /fqname-to-id HTTP/1.1" 404 259 0.009264 10.0.0.23 - - [2026-02-12 03:02:17] "POST /projects HTTP/1.1" 200 635 0.220675 10.0.0.23 - - [2026-02-12 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.290914 10.0.0.23 - - [2026-02-12 03:02:17] "POST /access-control-lists HTTP/1.1" 200 619 0.024345 10.0.0.130 - - [2026-02-12 03:02:17] "GET /project/4601001c-e01e-46ad-b089-fa46c6e0e5a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.447682 10.0.0.130 - - [2026-02-12 03:02:18] "GET / HTTP/1.1" 200 35931 0.002764 10.0.0.130 - - [2026-02-12 03:02:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.130 - - [2026-02-12 03:02:20] "POST /fqname-to-id HTTP/1.1" 404 249 0.056561 10.0.0.23 - - [2026-02-12 03:02:20] "POST /fqname-to-id HTTP/1.1" 404 280 0.006350 10.0.0.23 - - [2026-02-12 03:02:21] "PUT /access-control-list/ec1d2392-a874-4800-8c50-15735eb5fdfc HTTP/1.1" 200 272 0.017588 10.0.0.23 - - [2026-02-12 03:02:21] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001113 10.0.0.130 - - [2026-02-12 03:02:21] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.105929 10.0.0.130 - - [2026-02-12 03:02:21] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018787 10.0.0.23 - - [2026-02-12 03:02:21] "PUT /access-control-list/ec1d2392-a874-4800-8c50-15735eb5fdfc HTTP/1.1" 200 272 0.010697 10.0.0.130 - - [2026-02-12 03:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.130 - - [2026-02-12 03:02:21] "GET /security-group/c2a3d8ed-32a3-406a-9f82-a2268ceff90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004791 10.0.0.130 - - [2026-02-12 03:02:22] "POST /neutron/security_group HTTP/1.1" 200 1025 0.004335 10.0.0.130 - - [2026-02-12 03:02:22] "POST /fqname-to-id HTTP/1.1" 404 249 0.003065 10.0.0.23 - - [2026-02-12 03:02:22] "DELETE /access-control-list/ec1d2392-a874-4800-8c50-15735eb5fdfc HTTP/1.1" 200 115 0.036238 10.0.0.130 - - [2026-02-12 03:02:22] "POST /fqname-to-id HTTP/1.1" 404 249 0.003198 10.0.0.23 - - [2026-02-12 03:02:22] "POST /fqname-to-id HTTP/1.1" 404 280 0.007404 10.0.0.23 - - [2026-02-12 03:02:23] "PUT /access-control-list/f41f5c51-19dc-476e-8735-56401a66ddc3 HTTP/1.1" 200 272 0.022066 10.0.0.23 - - [2026-02-12 03:02:23] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001186 10.0.0.130 - - [2026-02-12 03:02:23] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.051114 10.0.0.130 - - [2026-02-12 03:02:23] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015438 10.0.0.23 - - [2026-02-12 03:02:23] "PUT /access-control-list/f41f5c51-19dc-476e-8735-56401a66ddc3 HTTP/1.1" 200 272 0.014820 10.0.0.130 - - [2026-02-12 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.130 - - [2026-02-12 03:02:23] "GET /security-group/131c0c7d-8775-41dc-a1a4-8b9d4ad90bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.016317 10.0.0.23 - - [2026-02-12 03:02:24] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000939 10.0.0.130 - - [2026-02-12 03:02:24] "POST /neutron/security_group_rule HTTP/1.1" 200 2207 0.042726 10.0.0.130 - - [2026-02-12 03:02:24] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.116659 10.0.0.23 - - [2026-02-12 03:02:24] "PUT /access-control-list/f41f5c51-19dc-476e-8735-56401a66ddc3 HTTP/1.1" 200 272 0.015982 10.0.0.130 - - [2026-02-12 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.23 - - [2026-02-12 03:02:24] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000859 10.0.0.130 - - [2026-02-12 03:02:24] "GET /project/4601001c-e01e-46ad-b089-fa46c6e0e5a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.040667 10.0.0.23 - - [2026-02-12 03:02:24] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000910 10.0.0.130 - - [2026-02-12 03:02:24] "POST /neutron/network HTTP/1.1" 200 720 0.107349 10.0.0.23 - - [2026-02-12 03:02:24] "POST /ref-update HTTP/1.1" 200 156 0.023797 10.0.0.22 - - [2026-02-12 03:02:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.045003 10.0.0.130 - - [2026-02-12 03:02:25] "POST /neutron/network HTTP/1.1" 200 1111 0.009616 10.0.0.130 - - [2026-02-12 03:02:25] "POST /id-to-fqname HTTP/1.1" 200 290 0.001193 10.0.0.130 - - [2026-02-12 03:02:25] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005064 10.0.0.130 - - [2026-02-12 03:02:25] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005648 10.0.0.130 - - [2026-02-12 03:02:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.008898 10.0.0.130 - - [2026-02-12 03:02:25] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005139 10.0.0.130 - - [2026-02-12 03:02:26] "POST /id-to-fqname HTTP/1.1" 200 290 0.002188 10.0.0.130 - - [2026-02-12 03:02:27] "POST /neutron/network HTTP/1.1" 200 1121 0.006948 10.0.0.23 - - [2026-02-12 03:02:27] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000948 10.0.0.130 - - [2026-02-12 03:02:27] "GET /project/4601001c-e01e-46ad-b089-fa46c6e0e5a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.210686 10.0.0.130 - - [2026-02-12 03:02:28] "GET /obj-perms HTTP/1.1" 200 5075 0.102535 10.0.0.130 - - [2026-02-12 03:02:28] "POST /neutron/port HTTP/1.1" 200 117 0.007242 10.0.0.130 - - [2026-02-12 03:02:28] "POST /id-to-fqname HTTP/1.1" 200 290 0.001193 10.0.0.130 - - [2026-02-12 03:02:28] "POST /neutron/network HTTP/1.1" 200 1121 0.006527 10.0.0.23 - - [2026-02-12 03:02:28] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000926 10.0.0.130 - - [2026-02-12 03:02:29] "POST /neutron/port HTTP/1.1" 200 1190 0.315265 10.0.0.130 - - [2026-02-12 03:02:29] "POST /neutron/port HTTP/1.1" 200 1244 0.103778 10.0.0.23 - - [2026-02-12 03:02:29] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000944 10.0.0.130 - - [2026-02-12 03:02:29] "GET /project/4601001c-e01e-46ad-b089-fa46c6e0e5a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.113497 10.0.0.130 - - [2026-02-12 03:02:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004054 10.0.0.130 - - [2026-02-12 03:02:29] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.130 - - [2026-02-12 03:02:29] "POST /neutron/port HTTP/1.1" 200 1254 0.022560 10.0.0.130 - - [2026-02-12 03:02:29] "POST /neutron/port HTTP/1.1" 200 1254 0.016956 10.0.0.23 - - [2026-02-12 03:02:30] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000933 10.0.0.130 - - [2026-02-12 03:02:30] "POST /neutron/security_group HTTP/1.1" 200 3458 0.039656 10.0.0.130 - - [2026-02-12 03:02:30] "POST /neutron/port HTTP/1.1" 200 1190 0.020559 10.0.0.130 - - [2026-02-12 03:02:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003679 10.0.0.130 - - [2026-02-12 03:02:30] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.130 - - [2026-02-12 03:02:34] "POST /neutron/port HTTP/1.1" 200 1254 0.015557 10.0.0.130 - - [2026-02-12 03:02:34] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006931 10.0.0.130 - - [2026-02-12 03:02:35] "POST /neutron/port HTTP/1.1" 200 1254 0.017652 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 401 293 0.000389 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 200 1317 0.034486 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 200 1317 0.004146 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-machine-interface/af849e2d-68d1-41fd-8b00-a436b7f5d26b HTTP/1.1" 200 3418 0.006046 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 200 1317 0.004479 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-machine-interface/af849e2d-68d1-41fd-8b00-a436b7f5d26b HTTP/1.1" 200 3418 0.005962 10.0.0.130 - - [2026-02-12 03:02:35] "GET /instance-ip/2b14a265-69a8-4f16-8bf1-1d2a225a91b2 HTTP/1.1" 200 1735 0.007103 10.0.0.130 - - [2026-02-12 03:02:35] "GET /instance-ip/9efbfded-7261-4199-a857-8943c3d0764e HTTP/1.1" 200 1714 0.008288 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 200 1317 0.004717 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-machine-interface/af849e2d-68d1-41fd-8b00-a436b7f5d26b HTTP/1.1" 200 3418 0.007343 10.0.0.130 - - [2026-02-12 03:02:35] "GET /instance-ip/2b14a265-69a8-4f16-8bf1-1d2a225a91b2 HTTP/1.1" 200 1735 0.004449 10.0.0.130 - - [2026-02-12 03:02:35] "GET /instance-ip/9efbfded-7261-4199-a857-8943c3d0764e HTTP/1.1" 200 1714 0.005523 10.0.0.130 - - [2026-02-12 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.130 - - [2026-02-12 03:02:35] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003051 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008187 10.0.0.130 - - [2026-02-12 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.130 - - [2026-02-12 03:02:35] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004031 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002495 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005859 10.0.0.130 - - [2026-02-12 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.130 - - [2026-02-12 03:02:35] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003580 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002871 10.0.0.130 - - [2026-02-12 03:02:35] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007842 10.0.0.130 - - [2026-02-12 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.130 - - [2026-02-12 03:02:36] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005825 10.0.0.130 - - [2026-02-12 03:02:36] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003945 10.0.0.130 - - [2026-02-12 03:02:36] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005320 10.0.0.130 - - [2026-02-12 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.130 - - [2026-02-12 03:02:36] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004234 10.0.0.130 - - [2026-02-12 03:02:36] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002882 10.0.0.130 - - [2026-02-12 03:02:36] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005414 10.0.0.130 - - [2026-02-12 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.130 - - [2026-02-12 03:02:36] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003738 10.0.0.130 - - [2026-02-12 03:02:36] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004088 10.0.0.130 - - [2026-02-12 03:02:36] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005742 10.0.0.130 - - [2026-02-12 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.130 - - [2026-02-12 03:02:36] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005158 10.0.0.130 - - [2026-02-12 03:02:36] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003417 10.0.0.130 - - [2026-02-12 03:02:36] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006163 10.0.0.130 - - [2026-02-12 03:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.130 - - [2026-02-12 03:02:39] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006790 10.0.0.130 - - [2026-02-12 03:02:43] "POST /neutron/port HTTP/1.1" 200 1254 0.015976 10.0.0.130 - - [2026-02-12 03:02:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.130 - - [2026-02-12 03:02:43] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.130 - - [2026-02-12 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.130 - - [2026-02-12 03:02:43] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.015715 10.0.0.130 - - [2026-02-12 03:02:44] "POST /neutron/port HTTP/1.1" 200 1254 0.020208 10.0.0.130 - - [2026-02-12 03:02:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004406 10.0.0.130 - - [2026-02-12 03:02:44] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.130 - - [2026-02-12 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.130 - - [2026-02-12 03:02:47] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006397 10.0.0.130 - - [2026-02-12 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.130 - - [2026-02-12 03:02:51] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.004980 10.0.0.130 - - [2026-02-12 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.130 - - [2026-02-12 03:02:56] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.004871 10.0.0.130 - - [2026-02-12 03:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.130 - - [2026-02-12 03:03:00] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005314 10.0.0.130 - - [2026-02-12 03:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.130 - - [2026-02-12 03:03:04] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.004940 10.0.0.130 - - [2026-02-12 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.130 - - [2026-02-12 03:03:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003542 10.0.0.130 - - [2026-02-12 03:03:06] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002430 10.0.0.130 - - [2026-02-12 03:03:06] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005775 10.0.0.130 - - [2026-02-12 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.130 - - [2026-02-12 03:03:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004063 10.0.0.130 - - [2026-02-12 03:03:06] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002774 10.0.0.130 - - [2026-02-12 03:03:06] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005280 10.0.0.130 - - [2026-02-12 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.130 - - [2026-02-12 03:03:06] "GET /routing-instance/e4b94a26-7838-4d20-aa16-84b91928171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004141 10.0.0.130 - - [2026-02-12 03:03:06] "GET /route-target/bba30374-114b-4e25-9b76-7ef0d79de481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003884 10.0.0.130 - - [2026-02-12 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.130 - - [2026-02-12 03:03:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003774 10.0.0.130 - - [2026-02-12 03:03:06] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003165 10.0.0.130 - - [2026-02-12 03:03:06] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005490 10.0.0.130 - - [2026-02-12 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.130 - - [2026-02-12 03:03:06] "GET /routing-instance/e4b94a26-7838-4d20-aa16-84b91928171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004452 10.0.0.130 - - [2026-02-12 03:03:06] "GET /route-target/bba30374-114b-4e25-9b76-7ef0d79de481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004770 10.0.0.130 - - [2026-02-12 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.130 - - [2026-02-12 03:03:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003865 10.0.0.130 - - [2026-02-12 03:03:06] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002458 10.0.0.130 - - [2026-02-12 03:03:06] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005600 10.0.0.130 - - [2026-02-12 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.130 - - [2026-02-12 03:03:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004489 10.0.0.130 - - [2026-02-12 03:03:07] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002582 10.0.0.130 - - [2026-02-12 03:03:07] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006932 10.0.0.23 - - [2026-02-12 03:03:07] "GET /obj-perms HTTP/1.1" 200 5099 0.063348 10.0.0.130 - - [2026-02-12 03:03:07] "GET /obj-perms HTTP/1.1" 200 5099 0.057565 10.0.0.23 - - [2026-02-12 03:03:07] "GET /obj-perms HTTP/1.1" 200 5099 0.004141 10.0.0.130 - - [2026-02-12 03:03:07] "GET /obj-perms HTTP/1.1" 200 5099 0.003776 10.0.0.130 - - [2026-02-12 03:03:07] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 200 1317 0.004047 10.0.0.130 - - [2026-02-12 03:03:07] "GET /virtual-machine-interface/af849e2d-68d1-41fd-8b00-a436b7f5d26b HTTP/1.1" 200 3418 0.005514 10.0.0.130 - - [2026-02-12 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.130 - - [2026-02-12 03:03:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003135 10.0.0.130 - - [2026-02-12 03:03:07] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003483 10.0.0.130 - - [2026-02-12 03:03:07] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005698 10.0.0.130 - - [2026-02-12 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.130 - - [2026-02-12 03:03:08] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003711 10.0.0.130 - - [2026-02-12 03:03:08] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002701 10.0.0.130 - - [2026-02-12 03:03:08] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005447 10.0.0.130 - - [2026-02-12 03:03:09] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006901 10.0.0.23 - - [2026-02-12 03:03:09] "DELETE /project/798cebb7-49f0-48e3-85b1-1bd96cc59817 HTTP/1.1" 404 177 0.005761 10.0.0.23 - - [2026-02-12 03:03:09] "DELETE /project/4601001ce01e46adb089fa46c6e0e5a6 HTTP/1.1" 404 173 0.004765 10.0.0.130 - - [2026-02-12 03:03:16] "POST /neutron/port HTTP/1.1" 200 1254 0.016454 10.0.0.130 - - [2026-02-12 03:03:18] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006876 10.0.0.130 - - [2026-02-12 03:03:24] "POST /neutron/port HTTP/1.1" 200 1254 0.015216 10.0.0.22 - - [2026-02-12 03:03:28] "GET /obj-perms HTTP/1.1" 200 5075 0.047096 10.0.0.23 - - [2026-02-12 03:03:28] "GET /obj-perms HTTP/1.1" 200 5075 0.056236 10.0.0.130 - - [2026-02-12 03:03:29] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006356 10.0.0.130 - - [2026-02-12 03:03:29] "POST /neutron/port HTTP/1.1" 200 1254 0.017364 10.0.0.130 - - [2026-02-12 03:03:29] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007576 10.0.0.130 - - [2026-02-12 03:03:29] "GET /virtual-machine/102bba0e-99fd-4054-901d-4994199c022f HTTP/1.1" 200 1317 0.005834 10.0.0.130 - - [2026-02-12 03:03:29] "GET /virtual-machine/102bba0e-99fd-4054-901d-4994199c022f HTTP/1.1" 200 1317 0.002815 10.0.0.130 - - [2026-02-12 03:03:29] "GET /virtual-machine-interface/9920c0f5-4149-4325-867f-68131f77da81 HTTP/1.1" 200 3417 0.004680 10.0.0.130 - - [2026-02-12 03:03:29] "GET /virtual-machine/102bba0e-99fd-4054-901d-4994199c022f HTTP/1.1" 200 1317 0.002712 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-machine-interface/9920c0f5-4149-4325-867f-68131f77da81 HTTP/1.1" 200 3417 0.004075 10.0.0.130 - - [2026-02-12 03:03:30] "GET /instance-ip/80a3c463-61e6-4dbd-9dba-0ccba6bbb2ff HTTP/1.1" 200 1735 0.005008 10.0.0.130 - - [2026-02-12 03:03:30] "GET /instance-ip/deb04f85-4de0-4cdb-bb95-9c17cafa8072 HTTP/1.1" 200 1714 0.004979 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-machine/102bba0e-99fd-4054-901d-4994199c022f HTTP/1.1" 200 1317 0.003042 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-machine-interface/9920c0f5-4149-4325-867f-68131f77da81 HTTP/1.1" 200 3417 0.005222 10.0.0.130 - - [2026-02-12 03:03:30] "GET /instance-ip/80a3c463-61e6-4dbd-9dba-0ccba6bbb2ff HTTP/1.1" 200 1735 0.005025 10.0.0.130 - - [2026-02-12 03:03:30] "GET /instance-ip/deb04f85-4de0-4cdb-bb95-9c17cafa8072 HTTP/1.1" 200 1714 0.005281 10.0.0.130 - - [2026-02-12 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.130 - - [2026-02-12 03:03:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003579 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002542 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005472 10.0.0.130 - - [2026-02-12 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.130 - - [2026-02-12 03:03:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004040 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004576 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005486 10.0.0.130 - - [2026-02-12 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.130 - - [2026-02-12 03:03:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003697 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006157 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005480 10.0.0.130 - - [2026-02-12 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.130 - - [2026-02-12 03:03:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004255 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002930 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005323 10.0.0.130 - - [2026-02-12 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006971 10.0.0.130 - - [2026-02-12 03:03:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005024 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002461 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005420 10.0.0.130 - - [2026-02-12 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.130 - - [2026-02-12 03:03:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003616 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002638 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005414 10.0.0.130 - - [2026-02-12 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.130 - - [2026-02-12 03:03:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005771 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004675 10.0.0.130 - - [2026-02-12 03:03:30] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006789 10.0.0.130 - - [2026-02-12 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.130 - - [2026-02-12 03:03:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004317 10.0.0.130 - - [2026-02-12 03:03:32] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002976 10.0.0.130 - - [2026-02-12 03:03:32] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005746 10.0.0.130 - - [2026-02-12 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.015632 10.0.0.130 - - [2026-02-12 03:03:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003693 10.0.0.130 - - [2026-02-12 03:03:32] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002884 10.0.0.130 - - [2026-02-12 03:03:32] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006171 10.0.0.130 - - [2026-02-12 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.130 - - [2026-02-12 03:03:32] "GET /routing-instance/e4b94a26-7838-4d20-aa16-84b91928171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.007421 10.0.0.130 - - [2026-02-12 03:03:32] "GET /route-target/bba30374-114b-4e25-9b76-7ef0d79de481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003574 10.0.0.130 - - [2026-02-12 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.130 - - [2026-02-12 03:03:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004988 10.0.0.130 - - [2026-02-12 03:03:32] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002843 10.0.0.130 - - [2026-02-12 03:03:32] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006968 10.0.0.130 - - [2026-02-12 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.130 - - [2026-02-12 03:03:32] "GET /routing-instance/e4b94a26-7838-4d20-aa16-84b91928171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.006250 10.0.0.130 - - [2026-02-12 03:03:32] "GET /route-target/bba30374-114b-4e25-9b76-7ef0d79de481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003331 10.0.0.130 - - [2026-02-12 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.130 - - [2026-02-12 03:03:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003785 10.0.0.130 - - [2026-02-12 03:03:32] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002781 10.0.0.130 - - [2026-02-12 03:03:32] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005500 10.0.0.130 - - [2026-02-12 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.130 - - [2026-02-12 03:03:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004542 10.0.0.130 - - [2026-02-12 03:03:32] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004469 10.0.0.130 - - [2026-02-12 03:03:32] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006686 10.0.0.130 - - [2026-02-12 03:03:32] "GET /obj-perms HTTP/1.1" 200 5099 0.003661 10.0.0.23 - - [2026-02-12 03:03:32] "GET /obj-perms HTTP/1.1" 200 5099 0.003870 10.0.0.130 - - [2026-02-12 03:03:32] "GET /obj-perms HTTP/1.1" 200 5099 0.003918 10.0.0.23 - - [2026-02-12 03:03:33] "GET /obj-perms HTTP/1.1" 200 5099 0.003706 10.0.0.130 - - [2026-02-12 03:03:33] "GET /virtual-machine/102bba0e-99fd-4054-901d-4994199c022f HTTP/1.1" 200 1317 0.003778 10.0.0.130 - - [2026-02-12 03:03:33] "GET /virtual-machine-interface/9920c0f5-4149-4325-867f-68131f77da81 HTTP/1.1" 200 3417 0.005175 10.0.0.130 - - [2026-02-12 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.130 - - [2026-02-12 03:03:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003412 10.0.0.130 - - [2026-02-12 03:03:33] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002688 10.0.0.130 - - [2026-02-12 03:03:33] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005728 10.0.0.130 - - [2026-02-12 03:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.130 - - [2026-02-12 03:03:34] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003745 10.0.0.130 - - [2026-02-12 03:03:34] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002437 10.0.0.130 - - [2026-02-12 03:03:34] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005860 10.0.0.130 - - [2026-02-12 03:03:34] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 200 1317 0.004767 10.0.0.130 - - [2026-02-12 03:03:34] "GET /virtual-machine-interface/af849e2d-68d1-41fd-8b00-a436b7f5d26b HTTP/1.1" 200 3418 0.004729 10.0.0.130 - - [2026-02-12 03:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.130 - - [2026-02-12 03:03:34] "GET /security-group/131c0c7d-8775-41dc-a1a4-8b9d4ad90bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003621 10.0.0.130 - - [2026-02-12 03:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.130 - - [2026-02-12 03:03:34] "GET /security-group/131c0c7d-8775-41dc-a1a4-8b9d4ad90bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004550 10.0.0.130 - - [2026-02-12 03:03:34] "POST /neutron/port HTTP/1.1" 200 1254 0.016916 10.0.0.130 - - [2026-02-12 03:03:34] "POST /neutron/port HTTP/1.1" 200 1206 0.071183 10.0.0.130 - - [2026-02-12 03:03:34] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 200 1317 0.007694 10.0.0.130 - - [2026-02-12 03:03:34] "GET /virtual-machine-interface/af849e2d-68d1-41fd-8b00-a436b7f5d26b HTTP/1.1" 200 3362 0.008525 10.0.0.130 - - [2026-02-12 03:03:34] "POST /neutron/port HTTP/1.1" 200 1206 0.014963 10.0.0.130 - - [2026-02-12 03:03:35] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 200 1317 0.003935 10.0.0.130 - - [2026-02-12 03:03:35] "GET /virtual-machine-interface/af849e2d-68d1-41fd-8b00-a436b7f5d26b HTTP/1.1" 200 3418 0.006246 10.0.0.130 - - [2026-02-12 03:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.130 - - [2026-02-12 03:03:35] "GET /security-group/131c0c7d-8775-41dc-a1a4-8b9d4ad90bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005647 10.0.0.130 - - [2026-02-12 03:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002339 10.0.0.130 - - [2026-02-12 03:03:35] "GET /security-group/131c0c7d-8775-41dc-a1a4-8b9d4ad90bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004010 10.0.0.130 - - [2026-02-12 03:03:35] "POST /neutron/security_group HTTP/1.1" 200 1483 0.003499 10.0.0.130 - - [2026-02-12 03:03:44] "POST /neutron/port HTTP/1.1" 200 1254 0.016610 10.0.0.130 - - [2026-02-12 03:03:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003671 10.0.0.130 - - [2026-02-12 03:03:44] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.130 - - [2026-02-12 03:03:45] "POST /neutron/port HTTP/1.1" 200 1254 0.018494 10.0.0.130 - - [2026-02-12 03:03:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003508 10.0.0.130 - - [2026-02-12 03:03:46] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.130 - - [2026-02-12 03:04:29] "GET /obj-perms HTTP/1.1" 200 5075 0.063809 10.0.0.130 - - [2026-02-12 03:04:45] "POST /neutron/port HTTP/1.1" 200 1254 0.018324 10.0.0.130 - - [2026-02-12 03:04:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003823 10.0.0.130 - - [2026-02-12 03:04:45] "POST /neutron/port HTTP/1.1" 200 117 0.001628 10.0.0.130 - - [2026-02-12 03:04:47] "POST /neutron/port HTTP/1.1" 200 1254 0.019829 10.0.0.130 - - [2026-02-12 03:04:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005323 10.0.0.130 - - [2026-02-12 03:04:48] "POST /neutron/port HTTP/1.1" 200 117 0.001644 10.0.0.22 - - [2026-02-12 03:04:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.22 - - [2026-02-12 03:04:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000616 10.0.0.22 - - [2026-02-12 03:04:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.22 - - [2026-02-12 03:04:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.23 - - [2026-02-12 03:04:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.23 - - [2026-02-12 03:04:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.23 - - [2026-02-12 03:04:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.23 - - [2026-02-12 03:04:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.130 - - [2026-02-12 03:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2026-02-12 03:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.130 - - [2026-02-12 03:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.130 - - [2026-02-12 03:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.23 - - [2026-02-12 03:04:58] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.030462 10.0.0.130 - - [2026-02-12 03:04:59] "POST /neutron/security_group_rule HTTP/1.1" 200 2664 0.088509 10.0.0.130 - - [2026-02-12 03:04:59] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.010440 10.0.0.23 - - [2026-02-12 03:04:59] "PUT /access-control-list/f41f5c51-19dc-476e-8735-56401a66ddc3 HTTP/1.1" 200 272 0.048988 10.0.0.130 - - [2026-02-12 03:04:59] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.182300 10.0.0.23 - - [2026-02-12 03:04:59] "PUT /access-control-list/5b6cf06d-9a67-4d7e-96fa-b03fddd74385 HTTP/1.1" 200 272 0.015563 10.0.0.130 - - [2026-02-12 03:05:02] "POST /neutron/port HTTP/1.1" 200 1244 0.027709 10.0.0.130 - - [2026-02-12 03:05:02] "GET /virtual-machine/102bba0e-99fd-4054-901d-4994199c022f HTTP/1.1" 200 1317 0.006218 10.0.0.130 - - [2026-02-12 03:05:03] "POST /neutron/port HTTP/1.1" 200 1216 0.022254 10.0.0.130 - - [2026-02-12 03:05:04] "GET /virtual-machine/102bba0e-99fd-4054-901d-4994199c022f HTTP/1.1" 404 171 0.003763 10.0.0.130 - - [2026-02-12 03:05:04] "GET /virtual-machine/102bba0e-99fd-4054-901d-4994199c022f HTTP/1.1" 404 171 0.002769 10.0.0.130 - - [2026-02-12 03:05:04] "GET /virtual-machine/102bba0e-99fd-4054-901d-4994199c022f HTTP/1.1" 404 171 0.002772 10.0.0.130 - - [2026-02-12 03:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.130 - - [2026-02-12 03:05:04] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003907 10.0.0.130 - - [2026-02-12 03:05:04] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003113 10.0.0.130 - - [2026-02-12 03:05:05] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005959 10.0.0.130 - - [2026-02-12 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.130 - - [2026-02-12 03:05:05] "GET /routing-instance/e4b94a26-7838-4d20-aa16-84b91928171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004707 10.0.0.130 - - [2026-02-12 03:05:05] "GET /route-target/bba30374-114b-4e25-9b76-7ef0d79de481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003749 10.0.0.130 - - [2026-02-12 03:05:11] "GET /obj-perms HTTP/1.1" 200 5099 0.003736 10.0.0.23 - - [2026-02-12 03:05:11] "GET /obj-perms HTTP/1.1" 200 5099 0.003619 10.0.0.130 - - [2026-02-12 03:05:17] "GET /obj-perms HTTP/1.1" 200 5099 0.004116 10.0.0.22 - - [2026-02-12 03:05:17] "GET /obj-perms HTTP/1.1" 200 5099 0.050747 10.0.0.23 - - [2026-02-12 03:05:17] "GET /obj-perms HTTP/1.1" 200 5099 0.003541 10.0.0.130 - - [2026-02-12 03:05:17] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007298 10.0.0.130 - - [2026-02-12 03:05:17] "POST /neutron/port HTTP/1.1" 200 1244 0.015202 10.0.0.130 - - [2026-02-12 03:05:17] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 200 1317 0.004342 10.0.0.130 - - [2026-02-12 03:05:18] "POST /neutron/port HTTP/1.1" 200 1206 0.018238 10.0.0.130 - - [2026-02-12 03:05:19] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 404 171 0.003334 10.0.0.130 - - [2026-02-12 03:05:19] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 404 171 0.002944 10.0.0.130 - - [2026-02-12 03:05:19] "GET /virtual-machine/3350e0f2-1b1b-4d1b-aabe-a52cf26328bf HTTP/1.1" 404 171 0.002661 10.0.0.130 - - [2026-02-12 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.130 - - [2026-02-12 03:05:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005682 10.0.0.130 - - [2026-02-12 03:05:20] "GET /virtual-networks?parent_id=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003837 10.0.0.130 - - [2026-02-12 03:05:20] "GET /virtual-network/3340eaef-8fbf-4f91-946e-fab99a9475c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005799 10.0.0.130 - - [2026-02-12 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.130 - - [2026-02-12 03:05:20] "GET /routing-instance/e4b94a26-7838-4d20-aa16-84b91928171a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004867 10.0.0.130 - - [2026-02-12 03:05:20] "GET /route-target/bba30374-114b-4e25-9b76-7ef0d79de481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003370 10.0.0.130 - - [2026-02-12 03:05:23] "GET /obj-perms HTTP/1.1" 200 5099 0.004128 10.0.0.23 - - [2026-02-12 03:05:26] "GET /obj-perms HTTP/1.1" 200 5099 0.003828 10.0.0.130 - - [2026-02-12 03:05:30] "GET /obj-perms HTTP/1.1" 200 5075 0.054396 10.0.0.23 - - [2026-02-12 03:05:32] "GET /obj-perms HTTP/1.1" 200 5099 0.003780 10.0.0.130 - - [2026-02-12 03:05:38] "GET /obj-perms HTTP/1.1" 200 5099 0.003726 10.0.0.23 - - [2026-02-12 03:05:41] "GET /obj-perms HTTP/1.1" 200 5099 0.003669 10.0.0.130 - - [2026-02-12 03:05:47] "GET /obj-perms HTTP/1.1" 200 5099 0.004735 10.0.0.23 - - [2026-02-12 03:05:47] "GET /obj-perms HTTP/1.1" 200 5099 0.003527 10.0.0.23 - - [2026-02-12 03:05:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006227 10.0.0.23 - - [2026-02-12 03:05:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003989 10.0.0.23 - - [2026-02-12 03:05:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009937 10.0.0.23 - - [2026-02-12 03:05:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.130 - - [2026-02-12 03:05:48] "POST /neutron/network HTTP/1.1" 200 151 0.153849 10.0.0.130 - - [2026-02-12 03:05:48] "POST /fqname-to-id HTTP/1.1" 404 249 0.002769 10.0.0.23 - - [2026-02-12 03:05:48] "DELETE /access-control-list/5b6cf06d-9a67-4d7e-96fa-b03fddd74385 HTTP/1.1" 200 115 0.036681 10.0.0.23 - - [2026-02-12 03:05:49] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000900 10.0.0.130 - - [2026-02-12 03:05:49] "GET /project/4601001c-e01e-46ad-b089-fa46c6e0e5a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.036512 10.0.0.23 - - [2026-02-12 03:05:49] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000807 10.0.0.130 - - [2026-02-12 03:05:49] "GET /project/4601001c-e01e-46ad-b089-fa46c6e0e5a6?fields=virtual_networks HTTP/1.1" 200 1092 0.037371 10.0.0.23 - - [2026-02-12 03:05:50] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002277 10.0.0.130 - - [2026-02-12 03:05:50] "GET /project/4601001c-e01e-46ad-b089-fa46c6e0e5a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.043040 10.0.0.23 - - [2026-02-12 03:05:50] "GET /projects?obj_uuids=4601001c-e01e-46ad-b089-fa46c6e0e5a6&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001048 10.0.0.130 - - [2026-02-12 03:05:50] "GET /project/4601001c-e01e-46ad-b089-fa46c6e0e5a6?fields=security_groups HTTP/1.1" 200 1343 0.038070 10.0.0.130 - - [2026-02-12 03:05:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.027267 10.0.0.23 - - [2026-02-12 03:05:51] "GET /projects?obj_uuids=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003379 10.0.0.23 - - [2026-02-12 03:05:51] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.23 - - [2026-02-12 03:05:51] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006665 10.0.0.23 - - [2026-02-12 03:05:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.004224 10.0.0.23 - - [2026-02-12 03:05:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.006315 10.0.0.23 - - [2026-02-12 03:05:51] "POST /security-groups HTTP/1.1" 200 621 0.027796 10.0.0.23 - - [2026-02-12 03:05:51] "POST /projects HTTP/1.1" 200 645 0.220080 10.0.0.23 - - [2026-02-12 03:05:51] "POST /access-control-lists HTTP/1.1" 200 626 0.022197 10.0.0.23 - - [2026-02-12 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.293374 10.0.0.130 - - [2026-02-12 03:05:51] "GET /project/493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.428383 10.0.0.130 - - [2026-02-12 03:05:52] "GET / HTTP/1.1" 200 35931 0.001537 10.0.0.130 - - [2026-02-12 03:05:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000480 10.0.0.130 - - [2026-02-12 03:05:54] "POST /fqname-to-id HTTP/1.1" 404 254 0.051534 10.0.0.130 - - [2026-02-12 03:05:54] "POST /security-groups HTTP/1.1" 200 595 0.032063 10.0.0.23 - - [2026-02-12 03:05:54] "POST /fqname-to-id HTTP/1.1" 404 286 0.003449 10.0.0.130 - - [2026-02-12 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.130 - - [2026-02-12 03:05:54] "GET /security-group/38c60f5a-b94a-4362-9679-a6266d09df2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004689 10.0.0.130 - - [2026-02-12 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.001978 10.0.0.23 - - [2026-02-12 03:05:54] "POST /access-control-lists HTTP/1.1" 200 646 0.027273 10.0.0.130 - - [2026-02-12 03:05:54] "GET /security-group/38c60f5a-b94a-4362-9679-a6266d09df2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004869 10.0.0.130 - - [2026-02-12 03:05:55] "DELETE /security-group/38c60f5a-b94a-4362-9679-a6266d09df2f HTTP/1.1" 200 115 0.049689 10.0.0.130 - - [2026-02-12 03:05:55] "POST /fqname-to-id HTTP/1.1" 404 254 0.003840 10.0.0.130 - - [2026-02-12 03:05:55] "POST /fqname-to-id HTTP/1.1" 404 254 0.003476 10.0.0.130 - - [2026-02-12 03:05:55] "POST /security-groups HTTP/1.1" 200 595 0.030728 10.0.0.23 - - [2026-02-12 03:05:55] "POST /fqname-to-id HTTP/1.1" 404 286 0.003229 10.0.0.130 - - [2026-02-12 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.23 - - [2026-02-12 03:05:55] "POST /access-control-lists HTTP/1.1" 200 646 0.029170 10.0.0.130 - - [2026-02-12 03:05:55] "GET /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.016706 10.0.0.130 - - [2026-02-12 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.130 - - [2026-02-12 03:05:55] "GET /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005153 10.0.0.130 - - [2026-02-12 03:05:56] "GET /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004131 10.0.0.130 - - [2026-02-12 03:05:56] "PUT /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef HTTP/1.1" 200 262 0.015689 10.0.0.130 - - [2026-02-12 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008503 10.0.0.23 - - [2026-02-12 03:05:56] "GET /projects?obj_uuids=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000995 10.0.0.130 - - [2026-02-12 03:05:56] "GET /project/493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.040529 10.0.0.130 - - [2026-02-12 03:05:56] "POST /neutron/network HTTP/1.1" 200 117 0.042542 10.0.0.23 - - [2026-02-12 03:05:56] "DELETE /access-control-list/0e15afe8-ae97-4fcb-b0d8-08506148e785 HTTP/1.1" 200 115 0.027667 10.0.0.23 - - [2026-02-12 03:05:56] "POST /ref-update HTTP/1.1" 200 156 0.029922 10.0.0.130 - - [2026-02-12 03:05:57] "POST /neutron/network HTTP/1.1" 200 954 0.007848 10.0.0.130 - - [2026-02-12 03:05:57] "POST /id-to-fqname HTTP/1.1" 200 300 0.001367 10.0.0.130 - - [2026-02-12 03:05:57] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.004858 10.0.0.130 - - [2026-02-12 03:05:57] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005968 10.0.0.130 - - [2026-02-12 03:05:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.008396 10.0.0.130 - - [2026-02-12 03:05:57] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005374 10.0.0.130 - - [2026-02-12 03:05:57] "GET /obj-perms HTTP/1.1" 200 5109 0.059944 10.0.0.130 - - [2026-02-12 03:05:58] "POST /id-to-fqname HTTP/1.1" 200 300 0.001355 10.0.0.23 - - [2026-02-12 03:05:59] "GET /projects?obj_uuids=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001298 10.0.0.130 - - [2026-02-12 03:05:59] "GET /project/493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.062446 10.0.0.130 - - [2026-02-12 03:05:59] "POST /neutron/network HTTP/1.1" 200 954 0.030189 10.0.0.130 - - [2026-02-12 03:05:59] "POST /id-to-fqname HTTP/1.1" 200 300 0.001336 10.0.0.130 - - [2026-02-12 03:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.006068 10.0.0.130 - - [2026-02-12 03:06:00] "POST /neutron/network HTTP/1.1" 200 964 0.006624 10.0.0.130 - - [2026-02-12 03:06:00] "POST /neutron/port HTTP/1.1" 200 1090 0.048903 10.0.0.23 - - [2026-02-12 03:06:00] "GET /projects?obj_uuids=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000943 10.0.0.130 - - [2026-02-12 03:06:00] "GET /project/493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.101655 10.0.0.130 - - [2026-02-12 03:06:00] "POST /neutron/network HTTP/1.1" 200 954 0.009733 10.0.0.130 - - [2026-02-12 03:06:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.009991 10.0.0.130 - - [2026-02-12 03:06:01] "POST /neutron/port HTTP/1.1" 200 1155 0.028975 10.0.0.130 - - [2026-02-12 03:06:01] "POST /neutron/port HTTP/1.1" 200 1155 0.015789 10.0.0.23 - - [2026-02-12 03:06:01] "GET /projects?obj_uuids=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001078 10.0.0.130 - - [2026-02-12 03:06:01] "POST /neutron/security_group HTTP/1.1" 200 3298 0.044924 10.0.0.130 - - [2026-02-12 03:06:01] "POST /neutron/port HTTP/1.1" 200 1090 0.015079 10.0.0.130 - - [2026-02-12 03:06:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005243 10.0.0.130 - - [2026-02-12 03:06:02] "POST /neutron/network HTTP/1.1" 200 954 0.006535 10.0.0.130 - - [2026-02-12 03:06:06] "POST /neutron/port HTTP/1.1" 200 1155 0.016106 10.0.0.130 - - [2026-02-12 03:06:06] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006454 10.0.0.130 - - [2026-02-12 03:06:06] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 401 293 0.000413 10.0.0.130 - - [2026-02-12 03:06:06] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 200 1321 0.051626 10.0.0.130 - - [2026-02-12 03:06:06] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 200 1321 0.003516 10.0.0.130 - - [2026-02-12 03:06:06] "GET /virtual-machine-interface/461984ab-9947-4b76-86c9-fbcf5582448c HTTP/1.1" 200 3262 0.004741 10.0.0.130 - - [2026-02-12 03:06:06] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 200 1321 0.003037 10.0.0.130 - - [2026-02-12 03:06:06] "GET /virtual-machine-interface/461984ab-9947-4b76-86c9-fbcf5582448c HTTP/1.1" 200 3262 0.005112 10.0.0.130 - - [2026-02-12 03:06:07] "GET /instance-ip/5b6c94c5-81a7-4ebb-bb62-382d82dd6b3c HTTP/1.1" 200 1730 0.005275 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 200 1321 0.003397 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-machine-interface/461984ab-9947-4b76-86c9-fbcf5582448c HTTP/1.1" 200 3262 0.004386 10.0.0.130 - - [2026-02-12 03:06:07] "GET /instance-ip/5b6c94c5-81a7-4ebb-bb62-382d82dd6b3c HTTP/1.1" 200 1730 0.004141 10.0.0.130 - - [2026-02-12 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.130 - - [2026-02-12 03:06:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003672 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002970 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005319 10.0.0.130 - - [2026-02-12 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.130 - - [2026-02-12 03:06:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002854 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007254 10.0.0.130 - - [2026-02-12 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.130 - - [2026-02-12 03:06:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003158 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007383 10.0.0.130 - - [2026-02-12 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.130 - - [2026-02-12 03:06:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004641 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003067 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005520 10.0.0.130 - - [2026-02-12 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.130 - - [2026-02-12 03:06:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004408 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003343 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006991 10.0.0.130 - - [2026-02-12 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.130 - - [2026-02-12 03:06:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004048 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003357 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005655 10.0.0.130 - - [2026-02-12 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.130 - - [2026-02-12 03:06:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004410 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003202 10.0.0.130 - - [2026-02-12 03:06:07] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005450 10.0.0.23 - - [2026-02-12 03:06:09] "DELETE /project/493c5e9d02ed4bd1a47d7a4b2f08b4d0 HTTP/1.1" 404 173 0.004635 10.0.0.23 - - [2026-02-12 03:06:09] "DELETE /project/4601001c-e01e-46ad-b089-fa46c6e0e5a6 HTTP/1.1" 404 177 0.003494 10.0.0.130 - - [2026-02-12 03:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.130 - - [2026-02-12 03:06:11] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006281 10.0.0.130 - - [2026-02-12 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005932 10.0.0.130 - - [2026-02-12 03:06:15] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006197 10.0.0.130 - - [2026-02-12 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.130 - - [2026-02-12 03:06:19] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.004791 10.0.0.130 - - [2026-02-12 03:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.130 - - [2026-02-12 03:06:23] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005915 10.0.0.130 - - [2026-02-12 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.130 - - [2026-02-12 03:06:27] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.004993 10.0.0.22 - - [2026-02-12 03:06:30] "GET /obj-perms HTTP/1.1" 200 5075 0.052676 10.0.0.130 - - [2026-02-12 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.014607 10.0.0.130 - - [2026-02-12 03:06:31] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.009178 10.0.0.130 - - [2026-02-12 03:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.130 - - [2026-02-12 03:06:35] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006987 10.0.0.130 - - [2026-02-12 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.130 - - [2026-02-12 03:06:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003879 10.0.0.130 - - [2026-02-12 03:06:37] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002871 10.0.0.130 - - [2026-02-12 03:06:37] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005597 10.0.0.130 - - [2026-02-12 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.130 - - [2026-02-12 03:06:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003864 10.0.0.130 - - [2026-02-12 03:06:37] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002542 10.0.0.130 - - [2026-02-12 03:06:38] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006042 10.0.0.130 - - [2026-02-12 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.130 - - [2026-02-12 03:06:38] "GET /routing-instance/5f831e39-5075-485b-bc02-96d549380f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004317 10.0.0.130 - - [2026-02-12 03:06:38] "GET /route-target/90802d5a-4b67-423d-97c5-a8889753a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004207 10.0.0.130 - - [2026-02-12 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.130 - - [2026-02-12 03:06:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004434 10.0.0.130 - - [2026-02-12 03:06:38] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003079 10.0.0.130 - - [2026-02-12 03:06:38] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006567 10.0.0.130 - - [2026-02-12 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.130 - - [2026-02-12 03:06:38] "GET /routing-instance/5f831e39-5075-485b-bc02-96d549380f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005446 10.0.0.130 - - [2026-02-12 03:06:38] "GET /route-target/90802d5a-4b67-423d-97c5-a8889753a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004586 10.0.0.130 - - [2026-02-12 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.130 - - [2026-02-12 03:06:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005082 10.0.0.130 - - [2026-02-12 03:06:38] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004234 10.0.0.130 - - [2026-02-12 03:06:38] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005831 10.0.0.130 - - [2026-02-12 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.130 - - [2026-02-12 03:06:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003881 10.0.0.130 - - [2026-02-12 03:06:38] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002873 10.0.0.130 - - [2026-02-12 03:06:38] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007407 10.0.0.23 - - [2026-02-12 03:06:38] "GET /obj-perms HTTP/1.1" 200 5109 0.053911 10.0.0.130 - - [2026-02-12 03:06:38] "GET /obj-perms HTTP/1.1" 200 5109 0.004442 10.0.0.23 - - [2026-02-12 03:06:39] "GET /obj-perms HTTP/1.1" 200 5109 0.003840 10.0.0.130 - - [2026-02-12 03:06:39] "GET /obj-perms HTTP/1.1" 200 5109 0.003484 10.0.0.130 - - [2026-02-12 03:06:39] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 200 1321 0.003775 10.0.0.130 - - [2026-02-12 03:06:39] "GET /virtual-machine-interface/461984ab-9947-4b76-86c9-fbcf5582448c HTTP/1.1" 200 3262 0.004797 10.0.0.130 - - [2026-02-12 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.130 - - [2026-02-12 03:06:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003167 10.0.0.130 - - [2026-02-12 03:06:39] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003261 10.0.0.130 - - [2026-02-12 03:06:39] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006877 10.0.0.130 - - [2026-02-12 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.130 - - [2026-02-12 03:06:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003819 10.0.0.130 - - [2026-02-12 03:06:40] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002487 10.0.0.130 - - [2026-02-12 03:06:40] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005190 10.0.0.130 - - [2026-02-12 03:06:40] "POST /neutron/port HTTP/1.1" 200 1155 0.016254 10.0.0.130 - - [2026-02-12 03:06:45] "POST /neutron/security_group HTTP/1.1" 200 1292 0.012347 10.0.0.130 - - [2026-02-12 03:06:48] "POST /neutron/port HTTP/1.1" 200 1155 0.020300 10.0.0.130 - - [2026-02-12 03:06:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004109 10.0.0.130 - - [2026-02-12 03:06:48] "POST /neutron/network HTTP/1.1" 200 954 0.006271 10.0.0.130 - - [2026-02-12 03:06:50] "POST /neutron/port HTTP/1.1" 200 1155 0.050155 10.0.0.130 - - [2026-02-12 03:06:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003897 10.0.0.130 - - [2026-02-12 03:06:50] "POST /neutron/network HTTP/1.1" 200 954 0.006845 10.0.0.130 - - [2026-02-12 03:06:56] "POST /neutron/port HTTP/1.1" 200 1155 0.015661 10.0.0.130 - - [2026-02-12 03:06:56] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006667 10.0.0.130 - - [2026-02-12 03:06:56] "POST /neutron/port HTTP/1.1" 200 1155 0.014996 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-machine/e1642613-3831-476a-968f-8c6489e8448c HTTP/1.1" 200 1323 0.005770 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-machine/e1642613-3831-476a-968f-8c6489e8448c HTTP/1.1" 200 1323 0.003616 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-machine-interface/95ba1d32-e685-4c49-834f-386865bb54aa HTTP/1.1" 200 3263 0.005050 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-machine/e1642613-3831-476a-968f-8c6489e8448c HTTP/1.1" 200 1323 0.003433 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-machine-interface/95ba1d32-e685-4c49-834f-386865bb54aa HTTP/1.1" 200 3263 0.005191 10.0.0.130 - - [2026-02-12 03:06:56] "GET /instance-ip/aecfccc7-6fb7-4fe6-ae83-ca039544985e HTTP/1.1" 200 1731 0.006778 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-machine/e1642613-3831-476a-968f-8c6489e8448c HTTP/1.1" 200 1323 0.003913 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-machine-interface/95ba1d32-e685-4c49-834f-386865bb54aa HTTP/1.1" 200 3263 0.005260 10.0.0.130 - - [2026-02-12 03:06:56] "GET /instance-ip/aecfccc7-6fb7-4fe6-ae83-ca039544985e HTTP/1.1" 200 1731 0.003500 10.0.0.130 - - [2026-02-12 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.130 - - [2026-02-12 03:06:56] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003076 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002478 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005509 10.0.0.130 - - [2026-02-12 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.130 - - [2026-02-12 03:06:56] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005807 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002911 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006234 10.0.0.130 - - [2026-02-12 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.130 - - [2026-02-12 03:06:56] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004144 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002877 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005187 10.0.0.130 - - [2026-02-12 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.130 - - [2026-02-12 03:06:56] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004293 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003375 10.0.0.130 - - [2026-02-12 03:06:56] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005766 10.0.0.130 - - [2026-02-12 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.130 - - [2026-02-12 03:06:57] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003960 10.0.0.130 - - [2026-02-12 03:06:57] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003002 10.0.0.130 - - [2026-02-12 03:06:57] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006136 10.0.0.130 - - [2026-02-12 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.130 - - [2026-02-12 03:06:57] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003735 10.0.0.130 - - [2026-02-12 03:06:57] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002547 10.0.0.130 - - [2026-02-12 03:06:57] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005215 10.0.0.130 - - [2026-02-12 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.130 - - [2026-02-12 03:06:57] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004323 10.0.0.130 - - [2026-02-12 03:06:57] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002654 10.0.0.130 - - [2026-02-12 03:06:57] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007021 10.0.0.130 - - [2026-02-12 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.130 - - [2026-02-12 03:06:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003622 10.0.0.130 - - [2026-02-12 03:06:58] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002854 10.0.0.130 - - [2026-02-12 03:06:58] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005601 10.0.0.130 - - [2026-02-12 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.130 - - [2026-02-12 03:06:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004122 10.0.0.130 - - [2026-02-12 03:06:58] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003149 10.0.0.130 - - [2026-02-12 03:06:58] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005253 10.0.0.130 - - [2026-02-12 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.130 - - [2026-02-12 03:06:58] "GET /routing-instance/5f831e39-5075-485b-bc02-96d549380f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.003988 10.0.0.130 - - [2026-02-12 03:06:58] "GET /route-target/90802d5a-4b67-423d-97c5-a8889753a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002814 10.0.0.130 - - [2026-02-12 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.130 - - [2026-02-12 03:06:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003154 10.0.0.130 - - [2026-02-12 03:06:58] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002519 10.0.0.130 - - [2026-02-12 03:06:59] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006771 10.0.0.130 - - [2026-02-12 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.130 - - [2026-02-12 03:06:59] "GET /routing-instance/5f831e39-5075-485b-bc02-96d549380f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004046 10.0.0.130 - - [2026-02-12 03:06:59] "GET /route-target/90802d5a-4b67-423d-97c5-a8889753a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003527 10.0.0.130 - - [2026-02-12 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.130 - - [2026-02-12 03:06:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004120 10.0.0.130 - - [2026-02-12 03:06:59] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002741 10.0.0.130 - - [2026-02-12 03:06:59] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006419 10.0.0.130 - - [2026-02-12 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.130 - - [2026-02-12 03:06:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004136 10.0.0.130 - - [2026-02-12 03:06:59] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003180 10.0.0.130 - - [2026-02-12 03:06:59] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005573 10.0.0.23 - - [2026-02-12 03:06:59] "GET /obj-perms HTTP/1.1" 200 5109 0.003486 10.0.0.130 - - [2026-02-12 03:06:59] "GET /obj-perms HTTP/1.1" 200 5109 0.003547 10.0.0.130 - - [2026-02-12 03:06:59] "GET /obj-perms HTTP/1.1" 200 5109 0.003351 10.0.0.23 - - [2026-02-12 03:06:59] "GET /obj-perms HTTP/1.1" 200 5109 0.004018 10.0.0.130 - - [2026-02-12 03:06:59] "GET /virtual-machine/e1642613-3831-476a-968f-8c6489e8448c HTTP/1.1" 200 1323 0.004818 10.0.0.130 - - [2026-02-12 03:06:59] "GET /virtual-machine-interface/95ba1d32-e685-4c49-834f-386865bb54aa HTTP/1.1" 200 3263 0.005162 10.0.0.130 - - [2026-02-12 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.130 - - [2026-02-12 03:06:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003665 10.0.0.130 - - [2026-02-12 03:06:59] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002946 10.0.0.130 - - [2026-02-12 03:06:59] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005802 10.0.0.130 - - [2026-02-12 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.130 - - [2026-02-12 03:07:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003935 10.0.0.130 - - [2026-02-12 03:07:00] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002728 10.0.0.130 - - [2026-02-12 03:07:00] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.009594 10.0.0.130 - - [2026-02-12 03:07:01] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 200 1321 0.006034 10.0.0.130 - - [2026-02-12 03:07:01] "GET /virtual-machine-interface/461984ab-9947-4b76-86c9-fbcf5582448c HTTP/1.1" 200 3262 0.005389 10.0.0.130 - - [2026-02-12 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.130 - - [2026-02-12 03:07:01] "GET /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.003928 10.0.0.130 - - [2026-02-12 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.130 - - [2026-02-12 03:07:01] "GET /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004491 10.0.0.130 - - [2026-02-12 03:07:01] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009275 10.0.0.130 - - [2026-02-12 03:07:01] "POST /neutron/port HTTP/1.1" 200 1144 0.017823 10.0.0.130 - - [2026-02-12 03:07:01] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 200 1321 0.004811 10.0.0.130 - - [2026-02-12 03:07:01] "GET /virtual-machine-interface/461984ab-9947-4b76-86c9-fbcf5582448c HTTP/1.1" 200 3201 0.006981 10.0.0.130 - - [2026-02-12 03:07:01] "POST /neutron/port HTTP/1.1" 200 1116 0.018428 10.0.0.130 - - [2026-02-12 03:07:01] "POST /neutron/port HTTP/1.1" 200 1144 0.079925 10.0.0.130 - - [2026-02-12 03:07:01] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 200 1321 0.004523 10.0.0.130 - - [2026-02-12 03:07:01] "GET /virtual-machine-interface/461984ab-9947-4b76-86c9-fbcf5582448c HTTP/1.1" 200 3262 0.004713 10.0.0.130 - - [2026-02-12 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.130 - - [2026-02-12 03:07:01] "GET /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.003680 10.0.0.130 - - [2026-02-12 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.130 - - [2026-02-12 03:07:01] "GET /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004417 10.0.0.130 - - [2026-02-12 03:07:01] "DELETE /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef HTTP/1.1" 409 336 0.008370 10.0.0.130 - - [2026-02-12 03:07:31] "GET /obj-perms HTTP/1.1" 200 5075 0.049227 10.0.0.22 - - [2026-02-12 03:07:31] "GET /obj-perms HTTP/1.1" 200 5075 0.063498 10.0.0.130 - - [2026-02-12 03:07:49] "POST /neutron/port HTTP/1.1" 200 1155 0.017492 10.0.0.130 - - [2026-02-12 03:07:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.007912 10.0.0.130 - - [2026-02-12 03:07:51] "POST /neutron/port HTTP/1.1" 200 1155 0.015213 10.0.0.130 - - [2026-02-12 03:07:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003564 10.0.0.130 - - [2026-02-12 03:07:52] "POST /neutron/network HTTP/1.1" 200 954 0.006453 10.0.0.130 - - [2026-02-12 03:08:27] "GET /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004153 10.0.0.130 - - [2026-02-12 03:08:27] "PUT /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef HTTP/1.1" 200 262 0.016365 10.0.0.130 - - [2026-02-12 03:08:30] "POST /neutron/port HTTP/1.1" 200 1144 0.011736 10.0.0.130 - - [2026-02-12 03:08:30] "GET /virtual-machine/e1642613-3831-476a-968f-8c6489e8448c HTTP/1.1" 200 1323 0.004040 10.0.0.130 - - [2026-02-12 03:08:30] "POST /neutron/port HTTP/1.1" 200 1116 0.019231 10.0.0.23 - - [2026-02-12 03:08:32] "GET /obj-perms HTTP/1.1" 200 5075 0.054061 10.0.0.130 - - [2026-02-12 03:08:32] "GET /virtual-machine/e1642613-3831-476a-968f-8c6489e8448c HTTP/1.1" 404 171 0.003105 10.0.0.130 - - [2026-02-12 03:08:32] "GET /virtual-machine/e1642613-3831-476a-968f-8c6489e8448c HTTP/1.1" 404 171 0.003456 10.0.0.130 - - [2026-02-12 03:08:32] "GET /virtual-machine/e1642613-3831-476a-968f-8c6489e8448c HTTP/1.1" 404 171 0.003487 10.0.0.130 - - [2026-02-12 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.130 - - [2026-02-12 03:08:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003874 10.0.0.130 - - [2026-02-12 03:08:32] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.025817 10.0.0.130 - - [2026-02-12 03:08:32] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005455 10.0.0.130 - - [2026-02-12 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.130 - - [2026-02-12 03:08:32] "GET /routing-instance/5f831e39-5075-485b-bc02-96d549380f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.006412 10.0.0.130 - - [2026-02-12 03:08:32] "GET /route-target/90802d5a-4b67-423d-97c5-a8889753a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005719 10.0.0.130 - - [2026-02-12 03:08:36] "GET /obj-perms HTTP/1.1" 200 5109 0.003860 10.0.0.23 - - [2026-02-12 03:08:39] "GET /obj-perms HTTP/1.1" 200 5109 0.004248 10.0.0.130 - - [2026-02-12 03:08:45] "GET /obj-perms HTTP/1.1" 200 5109 0.003548 10.0.0.23 - - [2026-02-12 03:08:48] "GET /obj-perms HTTP/1.1" 200 5109 0.004267 10.0.0.130 - - [2026-02-12 03:08:48] "GET /obj-perms HTTP/1.1" 200 5109 0.004048 10.0.0.130 - - [2026-02-12 03:08:48] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007102 10.0.0.130 - - [2026-02-12 03:08:48] "POST /neutron/port HTTP/1.1" 200 1144 0.011430 10.0.0.130 - - [2026-02-12 03:08:48] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 200 1321 0.004426 10.0.0.130 - - [2026-02-12 03:08:49] "POST /neutron/port HTTP/1.1" 200 1106 0.016870 10.0.0.130 - - [2026-02-12 03:08:50] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 404 171 0.004262 10.0.0.130 - - [2026-02-12 03:08:50] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 404 171 0.003457 10.0.0.130 - - [2026-02-12 03:08:50] "GET /virtual-machine/0392b021-60a5-44e1-bbaa-2880eee759db HTTP/1.1" 404 171 0.002564 10.0.0.130 - - [2026-02-12 03:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.130 - - [2026-02-12 03:08:50] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003017 10.0.0.130 - - [2026-02-12 03:08:50] "GET /virtual-networks?parent_id=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002964 10.0.0.130 - - [2026-02-12 03:08:51] "GET /virtual-network/ec61d76a-8466-4aba-8b44-645e74a0b6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.007076 10.0.0.130 - - [2026-02-12 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.130 - - [2026-02-12 03:08:51] "GET /routing-instance/5f831e39-5075-485b-bc02-96d549380f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.006373 10.0.0.130 - - [2026-02-12 03:08:51] "GET /route-target/90802d5a-4b67-423d-97c5-a8889753a4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003260 10.0.0.23 - - [2026-02-12 03:08:54] "GET /obj-perms HTTP/1.1" 200 5109 0.003586 10.0.0.130 - - [2026-02-12 03:08:57] "GET /obj-perms HTTP/1.1" 200 5109 0.003791 10.0.0.23 - - [2026-02-12 03:09:03] "GET /obj-perms HTTP/1.1" 200 5109 0.004774 10.0.0.130 - - [2026-02-12 03:09:06] "GET /obj-perms HTTP/1.1" 200 5109 0.004488 10.0.0.23 - - [2026-02-12 03:09:12] "GET /obj-perms HTTP/1.1" 200 5109 0.003616 10.0.0.130 - - [2026-02-12 03:09:15] "GET /obj-perms HTTP/1.1" 200 5109 0.003987 10.0.0.23 - - [2026-02-12 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.23 - - [2026-02-12 03:09:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005132 10.0.0.23 - - [2026-02-12 03:09:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002057 10.0.0.130 - - [2026-02-12 03:09:15] "POST /neutron/network HTTP/1.1" 200 151 0.131532 10.0.0.130 - - [2026-02-12 03:09:16] "DELETE /security-group/37dce8a4-e6f0-4cf0-8c80-948026f48fef HTTP/1.1" 200 115 0.040289 10.0.0.130 - - [2026-02-12 03:09:16] "POST /fqname-to-id HTTP/1.1" 404 254 0.003840 10.0.0.23 - - [2026-02-12 03:09:16] "DELETE /access-control-list/ff81a57b-8c26-4f69-879a-23570ce432e6 HTTP/1.1" 200 115 0.026638 10.0.0.23 - - [2026-02-12 03:09:17] "GET /projects?obj_uuids=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001535 10.0.0.130 - - [2026-02-12 03:09:17] "GET /project/493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.066954 10.0.0.23 - - [2026-02-12 03:09:17] "GET /projects?obj_uuids=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000978 10.0.0.130 - - [2026-02-12 03:09:17] "GET /project/493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0?fields=virtual_networks HTTP/1.1" 200 1102 0.035198 10.0.0.23 - - [2026-02-12 03:09:17] "GET /projects?obj_uuids=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001399 10.0.0.130 - - [2026-02-12 03:09:17] "GET /project/493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1102 0.038392 10.0.0.23 - - [2026-02-12 03:09:18] "GET /projects?obj_uuids=493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001276 10.0.0.130 - - [2026-02-12 03:09:18] "GET /project/493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0?fields=security_groups HTTP/1.1" 200 1358 0.042523 10.0.0.130 - - [2026-02-12 03:09:18] "POST /fqname-to-id HTTP/1.1" 404 209 0.034484 10.0.0.23 - - [2026-02-12 03:09:18] "GET /projects?obj_uuids=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003618 10.0.0.23 - - [2026-02-12 03:09:19] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.23 - - [2026-02-12 03:09:19] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.044689 10.0.0.23 - - [2026-02-12 03:09:19] "POST /id-to-fqname HTTP/1.1" 200 212 0.003323 10.0.0.23 - - [2026-02-12 03:09:19] "POST /fqname-to-id HTTP/1.1" 404 222 0.005520 10.0.0.23 - - [2026-02-12 03:09:19] "POST /security-groups HTTP/1.1" 200 612 0.073950 10.0.0.23 - - [2026-02-12 03:09:19] "POST /projects HTTP/1.1" 200 627 0.278866 10.0.0.23 - - [2026-02-12 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.314530 10.0.0.23 - - [2026-02-12 03:09:19] "POST /fqname-to-id HTTP/1.1" 404 254 0.015831 10.0.0.130 - - [2026-02-12 03:09:19] "GET /project/66b98038-e497-405e-ae99-c9974d97de17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.485711 10.0.0.130 - - [2026-02-12 03:09:20] "GET / HTTP/1.1" 200 35931 0.001947 10.0.0.130 - - [2026-02-12 03:09:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.130 - - [2026-02-12 03:09:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.054756 10.0.0.23 - - [2026-02-12 03:09:22] "POST /access-control-lists HTTP/1.1" 200 639 0.030297 10.0.0.23 - - [2026-02-12 03:09:22] "PUT /access-control-list/f45680a0-80ec-4584-8513-841f7ede28f6 HTTP/1.1" 200 272 0.011842 10.0.0.130 - - [2026-02-12 03:09:23] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.034211 10.0.0.23 - - [2026-02-12 03:09:23] "PUT /access-control-list/9cc29d1f-48c5-4c6a-906a-7153bc140612 HTTP/1.1" 200 272 0.014604 10.0.0.130 - - [2026-02-12 03:09:23] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.179325 10.0.0.130 - - [2026-02-12 03:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.130 - - [2026-02-12 03:09:23] "GET /security-group/cb409025-1cdc-4462-b985-da6434832737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007738 10.0.0.130 - - [2026-02-12 03:09:24] "POST /neutron/security_group HTTP/1.1" 200 151 0.044511 10.0.0.130 - - [2026-02-12 03:09:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.003383 10.0.0.23 - - [2026-02-12 03:09:24] "DELETE /access-control-list/f45680a0-80ec-4584-8513-841f7ede28f6 HTTP/1.1" 200 115 0.034089 10.0.0.130 - - [2026-02-12 03:09:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.004177 10.0.0.23 - - [2026-02-12 03:09:24] "POST /access-control-lists HTTP/1.1" 200 639 0.029196 10.0.0.23 - - [2026-02-12 03:09:25] "PUT /access-control-list/1fb9f360-1de3-4304-bcc9-27524330eb29 HTTP/1.1" 200 272 0.014146 10.0.0.130 - - [2026-02-12 03:09:25] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010592 10.0.0.23 - - [2026-02-12 03:09:25] "PUT /access-control-list/b3597f18-5d35-4ed1-883c-b1f52fc91745 HTTP/1.1" 200 272 0.016520 10.0.0.130 - - [2026-02-12 03:09:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.189915 10.0.0.130 - - [2026-02-12 03:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.130 - - [2026-02-12 03:09:25] "GET /security-group/cf60fdec-79f3-4200-be6e-59265a735f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005781 10.0.0.130 - - [2026-02-12 03:09:26] "POST /neutron/security_group_rule HTTP/1.1" 200 546 0.009292 10.0.0.23 - - [2026-02-12 03:09:26] "PUT /access-control-list/b3597f18-5d35-4ed1-883c-b1f52fc91745 HTTP/1.1" 200 272 0.019245 10.0.0.130 - - [2026-02-12 03:09:26] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.148062 10.0.0.130 - - [2026-02-12 03:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.23 - - [2026-02-12 03:09:26] "GET /projects?obj_uuids=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001135 10.0.0.130 - - [2026-02-12 03:09:26] "GET /project/66b98038-e497-405e-ae99-c9974d97de17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.044640 10.0.0.23 - - [2026-02-12 03:09:27] "POST /route-targets HTTP/1.1" 200 327 0.015264 10.0.0.23 - - [2026-02-12 03:09:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005642 10.0.0.130 - - [2026-02-12 03:09:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.197164 10.0.0.130 - - [2026-02-12 03:09:27] "POST /id-to-fqname HTTP/1.1" 200 282 0.001228 10.0.0.130 - - [2026-02-12 03:09:27] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005286 10.0.0.130 - - [2026-02-12 03:09:27] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005557 10.0.0.130 - - [2026-02-12 03:09:27] "POST /neutron/network HTTP/1.1" 200 929 0.006016 10.0.0.130 - - [2026-02-12 03:09:27] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005439 10.0.0.130 - - [2026-02-12 03:09:28] "GET /obj-perms HTTP/1.1" 200 5091 0.059209 10.0.0.22 - - [2026-02-12 03:09:28] "GET /obj-perms HTTP/1.1" 200 5091 0.051212 10.0.0.23 - - [2026-02-12 03:09:28] "GET /obj-perms HTTP/1.1" 200 5091 0.057149 10.0.0.130 - - [2026-02-12 03:09:28] "POST /id-to-fqname HTTP/1.1" 200 282 0.001372 10.0.0.130 - - [2026-02-12 03:09:29] "POST /neutron/network HTTP/1.1" 200 939 0.007885 10.0.0.23 - - [2026-02-12 03:09:29] "GET /projects?obj_uuids=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001333 10.0.0.130 - - [2026-02-12 03:09:29] "GET /project/66b98038-e497-405e-ae99-c9974d97de17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.080331 10.0.0.130 - - [2026-02-12 03:09:30] "POST /neutron/port HTTP/1.1" 200 117 0.006409 10.0.0.130 - - [2026-02-12 03:09:30] "POST /id-to-fqname HTTP/1.1" 200 282 0.001331 10.0.0.130 - - [2026-02-12 03:09:30] "POST /neutron/network HTTP/1.1" 200 939 0.006125 10.0.0.23 - - [2026-02-12 03:09:30] "GET /projects?obj_uuids=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000950 10.0.0.130 - - [2026-02-12 03:09:30] "POST /neutron/port HTTP/1.1" 200 1083 0.267619 10.0.0.130 - - [2026-02-12 03:09:31] "POST /neutron/port HTTP/1.1" 200 1137 0.099654 10.0.0.23 - - [2026-02-12 03:09:31] "GET /projects?obj_uuids=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000916 10.0.0.130 - - [2026-02-12 03:09:31] "GET /project/66b98038-e497-405e-ae99-c9974d97de17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.103681 10.0.0.130 - - [2026-02-12 03:09:31] "POST /neutron/subnet HTTP/1.1" 200 708 0.027391 10.0.0.130 - - [2026-02-12 03:09:31] "POST /neutron/network HTTP/1.1" 200 929 0.006038 10.0.0.130 - - [2026-02-12 03:09:31] "POST /neutron/port HTTP/1.1" 200 117 0.011880 10.0.0.130 - - [2026-02-12 03:09:31] "POST /neutron/network HTTP/1.1" 200 939 0.013588 10.0.0.130 - - [2026-02-12 03:09:32] "POST /neutron/port HTTP/1.1" 200 1083 0.016191 10.0.0.130 - - [2026-02-12 03:09:32] "POST /neutron/port HTTP/1.1" 200 1147 0.016901 10.0.0.130 - - [2026-02-12 03:09:32] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.130 - - [2026-02-12 03:09:36] "POST /neutron/security_group HTTP/1.1" 200 1421 0.006907 10.0.0.130 - - [2026-02-12 03:09:36] "POST /neutron/port HTTP/1.1" 200 1147 0.016515 10.0.0.130 - - [2026-02-12 03:09:36] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007782 10.0.0.130 - - [2026-02-12 03:09:36] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 401 293 0.000358 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 200 1313 0.031810 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 200 1313 0.003392 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-machine-interface/19ec1cbd-f1d1-431f-a3b1-7cdab5839243 HTTP/1.1" 200 3191 0.004325 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 200 1313 0.003175 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-machine-interface/19ec1cbd-f1d1-431f-a3b1-7cdab5839243 HTTP/1.1" 200 3191 0.004416 10.0.0.130 - - [2026-02-12 03:09:37] "GET /instance-ip/9d045a70-c6b0-4682-98e4-7d1ca2f0404d HTTP/1.1" 200 1706 0.006702 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 200 1313 0.003080 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-machine-interface/19ec1cbd-f1d1-431f-a3b1-7cdab5839243 HTTP/1.1" 200 3191 0.004491 10.0.0.130 - - [2026-02-12 03:09:37] "GET /instance-ip/9d045a70-c6b0-4682-98e4-7d1ca2f0404d HTTP/1.1" 200 1706 0.003222 10.0.0.130 - - [2026-02-12 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.130 - - [2026-02-12 03:09:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002940 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002603 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005655 10.0.0.130 - - [2026-02-12 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.130 - - [2026-02-12 03:09:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004196 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002505 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005519 10.0.0.130 - - [2026-02-12 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.130 - - [2026-02-12 03:09:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004138 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002989 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005907 10.0.0.130 - - [2026-02-12 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.130 - - [2026-02-12 03:09:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003711 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002980 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005621 10.0.0.130 - - [2026-02-12 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.130 - - [2026-02-12 03:09:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004595 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003210 10.0.0.130 - - [2026-02-12 03:09:37] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005538 10.0.0.130 - - [2026-02-12 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.130 - - [2026-02-12 03:09:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004629 10.0.0.130 - - [2026-02-12 03:09:38] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003055 10.0.0.130 - - [2026-02-12 03:09:38] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005973 10.0.0.130 - - [2026-02-12 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.130 - - [2026-02-12 03:09:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004156 10.0.0.130 - - [2026-02-12 03:09:38] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003234 10.0.0.130 - - [2026-02-12 03:09:38] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005963 10.0.0.130 - - [2026-02-12 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.130 - - [2026-02-12 03:09:41] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005034 10.0.0.130 - - [2026-02-12 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.130 - - [2026-02-12 03:09:45] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006679 10.0.0.130 - - [2026-02-12 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.130 - - [2026-02-12 03:09:49] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005166 10.0.0.130 - - [2026-02-12 03:09:51] "POST /neutron/network HTTP/1.1" 200 939 0.008548 10.0.0.130 - - [2026-02-12 03:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.001837 10.0.0.22 - - [2026-02-12 03:09:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.22 - - [2026-02-12 03:09:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.130 - - [2026-02-12 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005366 10.0.0.130 - - [2026-02-12 03:09:53] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005514 10.0.0.22 - - [2026-02-12 03:09:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000531 10.0.0.22 - - [2026-02-12 03:09:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000577 10.0.0.23 - - [2026-02-12 03:09:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000531 10.0.0.23 - - [2026-02-12 03:09:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000503 10.0.0.23 - - [2026-02-12 03:09:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.23 - - [2026-02-12 03:09:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000979 10.0.0.130 - - [2026-02-12 03:09:55] "POST /neutron/port HTTP/1.1" 200 1147 0.016194 10.0.0.130 - - [2026-02-12 03:09:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.008588 10.0.0.130 - - [2026-02-12 03:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000576 10.0.0.130 - - [2026-02-12 03:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000650 10.0.0.130 - - [2026-02-12 03:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2026-02-12 03:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.23 - - [2026-02-12 03:09:57] "DELETE /access-control-list/2cb1af6c-4d91-43b6-8c86-9b51e071eaea HTTP/1.1" 200 115 0.036627 10.0.0.130 - - [2026-02-12 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.130 - - [2026-02-12 03:09:57] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.004760 10.0.0.130 - - [2026-02-12 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.130 - - [2026-02-12 03:10:01] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.004937 10.0.0.130 - - [2026-02-12 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.130 - - [2026-02-12 03:10:05] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.004776 10.0.0.23 - - [2026-02-12 03:10:09] "DELETE /project/66b98038e497405eae99c9974d97de17 HTTP/1.1" 404 173 0.002686 10.0.0.23 - - [2026-02-12 03:10:09] "DELETE /project/493c5e9d-02ed-4bd1-a47d-7a4b2f08b4d0 HTTP/1.1" 404 177 0.005396 10.0.0.130 - - [2026-02-12 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.130 - - [2026-02-12 03:10:10] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003515 10.0.0.130 - - [2026-02-12 03:10:10] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002645 10.0.0.130 - - [2026-02-12 03:10:10] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007444 10.0.0.130 - - [2026-02-12 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.130 - - [2026-02-12 03:10:10] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004239 10.0.0.130 - - [2026-02-12 03:10:10] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003087 10.0.0.130 - - [2026-02-12 03:10:10] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006191 10.0.0.130 - - [2026-02-12 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.130 - - [2026-02-12 03:10:10] "GET /routing-instance/19ddc842-57a1-463b-b6e7-d96362c8c9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004345 10.0.0.130 - - [2026-02-12 03:10:10] "GET /route-target/72be4a74-3b40-4bd2-8cd1-6655c747c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003417 10.0.0.130 - - [2026-02-12 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.130 - - [2026-02-12 03:10:10] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.130 - - [2026-02-12 03:10:10] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002929 10.0.0.130 - - [2026-02-12 03:10:10] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005803 10.0.0.130 - - [2026-02-12 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.130 - - [2026-02-12 03:10:10] "GET /routing-instance/19ddc842-57a1-463b-b6e7-d96362c8c9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004606 10.0.0.130 - - [2026-02-12 03:10:10] "GET /route-target/72be4a74-3b40-4bd2-8cd1-6655c747c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004129 10.0.0.130 - - [2026-02-12 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.130 - - [2026-02-12 03:10:10] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003998 10.0.0.130 - - [2026-02-12 03:10:10] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002908 10.0.0.130 - - [2026-02-12 03:10:10] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005455 10.0.0.130 - - [2026-02-12 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.130 - - [2026-02-12 03:10:10] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004366 10.0.0.130 - - [2026-02-12 03:10:10] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002518 10.0.0.130 - - [2026-02-12 03:10:10] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007070 10.0.0.23 - - [2026-02-12 03:10:11] "GET /obj-perms HTTP/1.1" 200 5091 0.003911 10.0.0.130 - - [2026-02-12 03:10:11] "GET /obj-perms HTTP/1.1" 200 5091 0.003318 10.0.0.130 - - [2026-02-12 03:10:11] "GET /obj-perms HTTP/1.1" 200 5091 0.003873 10.0.0.23 - - [2026-02-12 03:10:11] "GET /obj-perms HTTP/1.1" 200 5091 0.003586 10.0.0.130 - - [2026-02-12 03:10:11] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 200 1313 0.004089 10.0.0.130 - - [2026-02-12 03:10:11] "GET /virtual-machine-interface/19ec1cbd-f1d1-431f-a3b1-7cdab5839243 HTTP/1.1" 200 3191 0.004819 10.0.0.130 - - [2026-02-12 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.130 - - [2026-02-12 03:10:11] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003562 10.0.0.130 - - [2026-02-12 03:10:11] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002738 10.0.0.130 - - [2026-02-12 03:10:11] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006833 10.0.0.130 - - [2026-02-12 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.130 - - [2026-02-12 03:10:12] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003683 10.0.0.130 - - [2026-02-12 03:10:12] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002654 10.0.0.130 - - [2026-02-12 03:10:12] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005268 10.0.0.130 - - [2026-02-12 03:10:12] "POST /neutron/port HTTP/1.1" 200 1147 0.019118 10.0.0.130 - - [2026-02-12 03:10:18] "POST /neutron/security_group HTTP/1.1" 200 1421 0.037196 10.0.0.130 - - [2026-02-12 03:10:19] "POST /neutron/port HTTP/1.1" 200 1147 0.014781 10.0.0.130 - - [2026-02-12 03:10:23] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007116 10.0.0.130 - - [2026-02-12 03:10:28] "POST /neutron/port HTTP/1.1" 200 1147 0.016521 10.0.0.130 - - [2026-02-12 03:10:28] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007187 10.0.0.130 - - [2026-02-12 03:10:28] "GET /virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed HTTP/1.1" 200 1313 0.005321 10.0.0.130 - - [2026-02-12 03:10:28] "GET /virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed HTTP/1.1" 200 1313 0.005694 10.0.0.130 - - [2026-02-12 03:10:28] "GET /virtual-machine-interface/0cb1fe4b-484f-473f-a038-6020a8866a17 HTTP/1.1" 200 3190 0.005732 10.0.0.130 - - [2026-02-12 03:10:28] "GET /virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed HTTP/1.1" 200 1313 0.003605 10.0.0.130 - - [2026-02-12 03:10:28] "GET /virtual-machine-interface/0cb1fe4b-484f-473f-a038-6020a8866a17 HTTP/1.1" 200 3190 0.004724 10.0.0.130 - - [2026-02-12 03:10:28] "GET /instance-ip/8037af31-05be-4cb2-a471-68e748425934 HTTP/1.1" 200 1705 0.008125 10.0.0.130 - - [2026-02-12 03:10:28] "GET /virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed HTTP/1.1" 200 1313 0.004533 10.0.0.130 - - [2026-02-12 03:10:28] "GET /virtual-machine-interface/0cb1fe4b-484f-473f-a038-6020a8866a17 HTTP/1.1" 200 3190 0.006026 10.0.0.130 - - [2026-02-12 03:10:28] "GET /instance-ip/8037af31-05be-4cb2-a471-68e748425934 HTTP/1.1" 200 1705 0.004431 10.0.0.130 - - [2026-02-12 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.130 - - [2026-02-12 03:10:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003642 10.0.0.130 - - [2026-02-12 03:10:28] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002820 10.0.0.130 - - [2026-02-12 03:10:28] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007024 10.0.0.130 - - [2026-02-12 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.130 - - [2026-02-12 03:10:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004559 10.0.0.130 - - [2026-02-12 03:10:28] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003245 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007033 10.0.0.130 - - [2026-02-12 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.130 - - [2026-02-12 03:10:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004003 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003219 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007714 10.0.0.130 - - [2026-02-12 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.130 - - [2026-02-12 03:10:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004018 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003087 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005504 10.0.0.130 - - [2026-02-12 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.130 - - [2026-02-12 03:10:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002653 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005426 10.0.0.130 - - [2026-02-12 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.130 - - [2026-02-12 03:10:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005076 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003340 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005846 10.0.0.130 - - [2026-02-12 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.130 - - [2026-02-12 03:10:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003331 10.0.0.130 - - [2026-02-12 03:10:29] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.008018 10.0.0.130 - - [2026-02-12 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.130 - - [2026-02-12 03:10:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003610 10.0.0.130 - - [2026-02-12 03:10:30] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002802 10.0.0.130 - - [2026-02-12 03:10:30] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005703 10.0.0.130 - - [2026-02-12 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.130 - - [2026-02-12 03:10:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003817 10.0.0.130 - - [2026-02-12 03:10:31] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004783 10.0.0.130 - - [2026-02-12 03:10:31] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007747 10.0.0.130 - - [2026-02-12 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005467 10.0.0.130 - - [2026-02-12 03:10:31] "GET /routing-instance/19ddc842-57a1-463b-b6e7-d96362c8c9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004545 10.0.0.130 - - [2026-02-12 03:10:31] "GET /route-target/72be4a74-3b40-4bd2-8cd1-6655c747c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004730 10.0.0.130 - - [2026-02-12 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.130 - - [2026-02-12 03:10:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003988 10.0.0.130 - - [2026-02-12 03:10:31] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002925 10.0.0.130 - - [2026-02-12 03:10:31] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006575 10.0.0.130 - - [2026-02-12 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.130 - - [2026-02-12 03:10:31] "GET /routing-instance/19ddc842-57a1-463b-b6e7-d96362c8c9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.008573 10.0.0.130 - - [2026-02-12 03:10:31] "GET /route-target/72be4a74-3b40-4bd2-8cd1-6655c747c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004709 10.0.0.130 - - [2026-02-12 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.130 - - [2026-02-12 03:10:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006035 10.0.0.130 - - [2026-02-12 03:10:31] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005888 10.0.0.130 - - [2026-02-12 03:10:31] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005715 10.0.0.130 - - [2026-02-12 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.130 - - [2026-02-12 03:10:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005407 10.0.0.130 - - [2026-02-12 03:10:31] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002922 10.0.0.130 - - [2026-02-12 03:10:31] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007322 10.0.0.130 - - [2026-02-12 03:10:31] "GET /obj-perms HTTP/1.1" 200 5091 0.003641 10.0.0.23 - - [2026-02-12 03:10:31] "GET /obj-perms HTTP/1.1" 200 5091 0.004386 10.0.0.130 - - [2026-02-12 03:10:31] "GET /obj-perms HTTP/1.1" 200 5091 0.005374 10.0.0.23 - - [2026-02-12 03:10:32] "GET /obj-perms HTTP/1.1" 200 5091 0.006474 10.0.0.22 - - [2026-02-12 03:10:32] "GET /obj-perms HTTP/1.1" 200 5091 0.004321 10.0.0.130 - - [2026-02-12 03:10:32] "GET /virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed HTTP/1.1" 200 1313 0.004247 10.0.0.130 - - [2026-02-12 03:10:32] "GET /virtual-machine-interface/0cb1fe4b-484f-473f-a038-6020a8866a17 HTTP/1.1" 200 3190 0.005614 10.0.0.130 - - [2026-02-12 03:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.130 - - [2026-02-12 03:10:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003313 10.0.0.130 - - [2026-02-12 03:10:32] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.007668 10.0.0.130 - - [2026-02-12 03:10:32] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005942 10.0.0.130 - - [2026-02-12 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.130 - - [2026-02-12 03:10:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003106 10.0.0.130 - - [2026-02-12 03:10:33] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003017 10.0.0.130 - - [2026-02-12 03:10:33] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005776 10.0.0.130 - - [2026-02-12 03:10:33] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 200 1313 0.004447 10.0.0.130 - - [2026-02-12 03:10:33] "GET /virtual-machine-interface/19ec1cbd-f1d1-431f-a3b1-7cdab5839243 HTTP/1.1" 200 3191 0.005913 10.0.0.130 - - [2026-02-12 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.130 - - [2026-02-12 03:10:33] "GET /security-group/cf60fdec-79f3-4200-be6e-59265a735f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.008192 10.0.0.130 - - [2026-02-12 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006120 10.0.0.130 - - [2026-02-12 03:10:33] "GET /obj-perms HTTP/1.1" 200 5075 0.046392 10.0.0.130 - - [2026-02-12 03:10:33] "GET /security-group/cf60fdec-79f3-4200-be6e-59265a735f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.007958 10.0.0.130 - - [2026-02-12 03:10:33] "POST /neutron/security_group HTTP/1.1" 200 1447 0.004071 10.0.0.130 - - [2026-02-12 03:10:33] "POST /neutron/port HTTP/1.1" 200 1137 0.014699 10.0.0.130 - - [2026-02-12 03:10:33] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 200 1313 0.005041 10.0.0.130 - - [2026-02-12 03:10:33] "GET /virtual-machine-interface/19ec1cbd-f1d1-431f-a3b1-7cdab5839243 HTTP/1.1" 200 3139 0.007259 10.0.0.130 - - [2026-02-12 03:10:33] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007969 10.0.0.130 - - [2026-02-12 03:10:34] "POST /neutron/port HTTP/1.1" 200 1099 0.012776 10.0.0.130 - - [2026-02-12 03:10:34] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 200 1313 0.003877 10.0.0.130 - - [2026-02-12 03:10:34] "GET /virtual-machine-interface/19ec1cbd-f1d1-431f-a3b1-7cdab5839243 HTTP/1.1" 200 3191 0.008972 10.0.0.130 - - [2026-02-12 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.130 - - [2026-02-12 03:10:34] "GET /security-group/cf60fdec-79f3-4200-be6e-59265a735f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.003192 10.0.0.130 - - [2026-02-12 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.130 - - [2026-02-12 03:10:34] "GET /security-group/cf60fdec-79f3-4200-be6e-59265a735f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004967 10.0.0.130 - - [2026-02-12 03:10:34] "POST /neutron/security_group HTTP/1.1" 200 1447 0.004589 10.0.0.130 - - [2026-02-12 03:10:50] "POST /neutron/port HTTP/1.1" 200 1147 0.017253 10.0.0.130 - - [2026-02-12 03:10:50] "POST /neutron/subnet HTTP/1.1" 200 708 0.008239 10.0.0.130 - - [2026-02-12 03:10:54] "POST /neutron/port HTTP/1.1" 200 1147 0.016553 10.0.0.130 - - [2026-02-12 03:10:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003896 10.0.0.130 - - [2026-02-12 03:10:55] "POST /neutron/network HTTP/1.1" 200 929 0.007708 10.0.0.130 - - [2026-02-12 03:11:50] "POST /neutron/network HTTP/1.1" 200 939 0.039463 10.0.0.130 - - [2026-02-12 03:11:50] "POST /neutron/port HTTP/1.1" 200 117 0.001232 10.0.0.130 - - [2026-02-12 03:11:57] "POST /neutron/port HTTP/1.1" 200 1147 0.059184 10.0.0.130 - - [2026-02-12 03:11:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.008670 10.0.0.23 - - [2026-02-12 03:11:57] "GET /projects?obj_uuids=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.032284 10.0.0.130 - - [2026-02-12 03:11:57] "POST /neutron/security_group_rule HTTP/1.1" 200 2632 0.080314 10.0.0.130 - - [2026-02-12 03:11:57] "POST /neutron/security_group_rule HTTP/1.1" 200 549 0.025017 10.0.0.130 - - [2026-02-12 03:11:58] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.180913 10.0.0.23 - - [2026-02-12 03:11:58] "PUT /access-control-list/b3597f18-5d35-4ed1-883c-b1f52fc91745 HTTP/1.1" 200 272 0.049728 10.0.0.130 - - [2026-02-12 03:12:00] "POST /neutron/port HTTP/1.1" 200 1137 0.013509 10.0.0.130 - - [2026-02-12 03:12:00] "GET /virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed HTTP/1.1" 200 1313 0.003951 10.0.0.130 - - [2026-02-12 03:12:01] "POST /neutron/port HTTP/1.1" 200 1109 0.036441 10.0.0.130 - - [2026-02-12 03:12:02] "GET /virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed HTTP/1.1" 404 171 0.003828 10.0.0.130 - - [2026-02-12 03:12:02] "GET /virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed HTTP/1.1" 404 171 0.002846 10.0.0.130 - - [2026-02-12 03:12:02] "GET /virtual-machine/d4c36d53-36a2-46ae-8672-1d48b79132ed HTTP/1.1" 404 171 0.002642 10.0.0.130 - - [2026-02-12 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.130 - - [2026-02-12 03:12:03] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005898 10.0.0.130 - - [2026-02-12 03:12:03] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003033 10.0.0.130 - - [2026-02-12 03:12:03] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007182 10.0.0.130 - - [2026-02-12 03:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.130 - - [2026-02-12 03:12:03] "GET /routing-instance/19ddc842-57a1-463b-b6e7-d96362c8c9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004323 10.0.0.130 - - [2026-02-12 03:12:03] "GET /route-target/72be4a74-3b40-4bd2-8cd1-6655c747c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003541 10.0.0.23 - - [2026-02-12 03:12:03] "GET /obj-perms HTTP/1.1" 200 5091 0.004064 10.0.0.130 - - [2026-02-12 03:12:06] "GET /obj-perms HTTP/1.1" 200 5091 0.004003 10.0.0.23 - - [2026-02-12 03:12:12] "GET /obj-perms HTTP/1.1" 200 5091 0.003555 10.0.0.130 - - [2026-02-12 03:12:15] "GET /obj-perms HTTP/1.1" 200 5091 0.005676 10.0.0.130 - - [2026-02-12 03:12:18] "GET /obj-perms HTTP/1.1" 200 5091 0.003744 10.0.0.23 - - [2026-02-12 03:12:18] "GET /obj-perms HTTP/1.1" 200 5091 0.003539 10.0.0.130 - - [2026-02-12 03:12:18] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007591 10.0.0.130 - - [2026-02-12 03:12:19] "POST /neutron/port HTTP/1.1" 200 1137 0.012511 10.0.0.130 - - [2026-02-12 03:12:19] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 200 1313 0.003964 10.0.0.130 - - [2026-02-12 03:12:19] "POST /neutron/port HTTP/1.1" 200 1099 0.018020 10.0.0.130 - - [2026-02-12 03:12:21] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 404 171 0.003691 10.0.0.130 - - [2026-02-12 03:12:21] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 404 171 0.003238 10.0.0.130 - - [2026-02-12 03:12:21] "GET /virtual-machine/73757c24-01af-428a-af6f-d89c385897dc HTTP/1.1" 404 171 0.003787 10.0.0.130 - - [2026-02-12 03:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.130 - - [2026-02-12 03:12:21] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004073 10.0.0.130 - - [2026-02-12 03:12:21] "GET /virtual-networks?parent_id=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002818 10.0.0.130 - - [2026-02-12 03:12:21] "GET /virtual-network/4272c5ac-3c13-4970-b38d-1c86fa99d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005934 10.0.0.130 - - [2026-02-12 03:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.130 - - [2026-02-12 03:12:21] "GET /routing-instance/19ddc842-57a1-463b-b6e7-d96362c8c9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004151 10.0.0.130 - - [2026-02-12 03:12:21] "GET /route-target/72be4a74-3b40-4bd2-8cd1-6655c747c4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007059 10.0.0.130 - - [2026-02-12 03:12:27] "GET /obj-perms HTTP/1.1" 200 5091 0.005586 10.0.0.23 - - [2026-02-12 03:12:27] "GET /obj-perms HTTP/1.1" 200 5091 0.004542 10.0.0.22 - - [2026-02-12 03:12:35] "GET /obj-perms HTTP/1.1" 200 5075 0.057266 10.0.0.23 - - [2026-02-12 03:12:35] "GET /obj-perms HTTP/1.1" 200 5075 0.046716 10.0.0.130 - - [2026-02-12 03:12:37] "GET /obj-perms HTTP/1.1" 200 5091 0.004872 10.0.0.23 - - [2026-02-12 03:12:43] "GET /obj-perms HTTP/1.1" 200 5091 0.003855 10.0.0.130 - - [2026-02-12 03:12:46] "GET /obj-perms HTTP/1.1" 200 5091 0.004039 10.0.0.23 - - [2026-02-12 03:12:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002942 10.0.0.23 - - [2026-02-12 03:12:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002675 10.0.0.130 - - [2026-02-12 03:12:46] "POST /neutron/network HTTP/1.1" 200 151 0.104975 10.0.0.130 - - [2026-02-12 03:12:46] "POST /fqname-to-id HTTP/1.1" 404 245 0.003851 10.0.0.23 - - [2026-02-12 03:12:46] "DELETE /access-control-list/1fb9f360-1de3-4304-bcc9-27524330eb29 HTTP/1.1" 200 115 0.040204 10.0.0.23 - - [2026-02-12 03:12:48] "GET /projects?obj_uuids=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000929 10.0.0.130 - - [2026-02-12 03:12:48] "GET /project/66b98038-e497-405e-ae99-c9974d97de17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.037781 10.0.0.23 - - [2026-02-12 03:12:48] "GET /projects?obj_uuids=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003312 10.0.0.130 - - [2026-02-12 03:12:48] "GET /project/66b98038-e497-405e-ae99-c9974d97de17?fields=virtual_networks HTTP/1.1" 200 1084 0.041373 10.0.0.23 - - [2026-02-12 03:12:48] "GET /projects?obj_uuids=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000888 10.0.0.130 - - [2026-02-12 03:12:48] "GET /project/66b98038-e497-405e-ae99-c9974d97de17?fields=virtual_machine_interfaces HTTP/1.1" 200 1084 0.056557 10.0.0.23 - - [2026-02-12 03:12:48] "GET /projects?obj_uuids=66b98038-e497-405e-ae99-c9974d97de17&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000881 10.0.0.130 - - [2026-02-12 03:12:48] "GET /project/66b98038-e497-405e-ae99-c9974d97de17?fields=security_groups HTTP/1.1" 200 1331 0.035545 10.0.0.130 - - [2026-02-12 03:12:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.026199 10.0.0.23 - - [2026-02-12 03:12:49] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003524 10.0.0.23 - - [2026-02-12 03:12:49] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.23 - - [2026-02-12 03:12:49] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006273 10.0.0.23 - - [2026-02-12 03:12:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.003911 10.0.0.23 - - [2026-02-12 03:12:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.004694 10.0.0.23 - - [2026-02-12 03:12:49] "POST /security-groups HTTP/1.1" 200 589 0.072119 10.0.0.23 - - [2026-02-12 03:12:49] "POST /projects HTTP/1.1" 200 581 0.262849 10.0.0.23 - - [2026-02-12 03:12:49] "POST /access-control-lists HTTP/1.1" 200 594 0.033351 10.0.0.23 - - [2026-02-12 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.332622 10.0.0.130 - - [2026-02-12 03:12:50] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.484079 10.0.0.130 - - [2026-02-12 03:12:51] "GET / HTTP/1.1" 200 35931 0.001487 10.0.0.130 - - [2026-02-12 03:12:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000605 10.0.0.130 - - [2026-02-12 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.068733 10.0.0.23 - - [2026-02-12 03:12:53] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.130 - - [2026-02-12 03:12:53] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.036160 10.0.0.130 - - [2026-02-12 03:12:53] "POST /neutron/network HTTP/1.1" 200 117 0.042202 10.0.0.23 - - [2026-02-12 03:12:53] "POST /route-targets HTTP/1.1" 200 327 0.012429 10.0.0.130 - - [2026-02-12 03:12:53] "POST /neutron/network HTTP/1.1" 200 834 0.008506 10.0.0.130 - - [2026-02-12 03:12:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.000976 10.0.0.130 - - [2026-02-12 03:12:53] "GET /virtual-network/6e426d03-0e5b-4640-9cdc-a2828d5722ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004780 10.0.0.130 - - [2026-02-12 03:12:53] "GET /virtual-network/6e426d03-0e5b-4640-9cdc-a2828d5722ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005678 10.0.0.130 - - [2026-02-12 03:12:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.007913 10.0.0.130 - - [2026-02-12 03:12:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.000973 10.0.0.23 - - [2026-02-12 03:12:54] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.130 - - [2026-02-12 03:12:54] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.077997 10.0.0.130 - - [2026-02-12 03:12:54] "POST /neutron/port HTTP/1.1" 200 117 0.005872 10.0.0.130 - - [2026-02-12 03:12:55] "POST /neutron/network HTTP/1.1" 200 844 0.007076 10.0.0.130 - - [2026-02-12 03:12:55] "POST /neutron/port HTTP/1.1" 200 1058 0.016002 10.0.0.130 - - [2026-02-12 03:12:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004005 10.0.0.130 - - [2026-02-12 03:12:55] "POST /neutron/network HTTP/1.1" 200 834 0.007959 10.0.0.130 - - [2026-02-12 03:13:00] "POST /neutron/port HTTP/1.1" 200 1122 0.018675 10.0.0.130 - - [2026-02-12 03:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.23 - - [2026-02-12 03:13:00] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.130 - - [2026-02-12 03:13:00] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037512 10.0.0.23 - - [2026-02-12 03:13:00] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.130 - - [2026-02-12 03:13:00] "POST /neutron/network HTTP/1.1" 200 613 0.108627 10.0.0.130 - - [2026-02-12 03:13:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.003480 10.0.0.130 - - [2026-02-12 03:13:00] "GET /virtual-network/6fc982f8-896b-4d14-87fb-6aec1b2fb149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004834 10.0.0.130 - - [2026-02-12 03:13:00] "POST /neutron/network HTTP/1.1" 200 830 0.006188 10.0.0.130 - - [2026-02-12 03:13:00] "GET /virtual-network/6fc982f8-896b-4d14-87fb-6aec1b2fb149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004545 10.0.0.23 - - [2026-02-12 03:13:00] "POST /ref-update HTTP/1.1" 200 156 0.025125 10.0.0.130 - - [2026-02-12 03:13:01] "GET /virtual-network/6fc982f8-896b-4d14-87fb-6aec1b2fb149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005329 10.0.0.130 - - [2026-02-12 03:13:01] "GET /obj-perms HTTP/1.1" 200 5045 0.069061 10.0.0.23 - - [2026-02-12 03:13:02] "GET /obj-perms HTTP/1.1" 200 5045 0.056756 10.0.0.130 - - [2026-02-12 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.23 - - [2026-02-12 03:13:02] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.130 - - [2026-02-12 03:13:02] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037923 10.0.0.130 - - [2026-02-12 03:13:02] "POST /neutron/network HTTP/1.1" 200 117 0.015443 10.0.0.130 - - [2026-02-12 03:13:03] "POST /neutron/network HTTP/1.1" 200 832 0.007660 10.0.0.130 - - [2026-02-12 03:13:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.000911 10.0.0.130 - - [2026-02-12 03:13:03] "GET /virtual-network/9cde8102-951c-4664-b89f-5517c88d6920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004570 10.0.0.130 - - [2026-02-12 03:13:03] "GET /virtual-network/9cde8102-951c-4664-b89f-5517c88d6920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004959 10.0.0.130 - - [2026-02-12 03:13:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.128376 10.0.0.130 - - [2026-02-12 03:13:03] "GET /virtual-network/9cde8102-951c-4664-b89f-5517c88d6920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005403 10.0.0.22 - - [2026-02-12 03:13:04] "GET /obj-perms HTTP/1.1" 200 5045 0.051824 10.0.0.130 - - [2026-02-12 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.23 - - [2026-02-12 03:13:04] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.130 - - [2026-02-12 03:13:04] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.038279 10.0.0.23 - - [2026-02-12 03:13:04] "POST /route-targets HTTP/1.1" 200 327 0.015081 10.0.0.23 - - [2026-02-12 03:13:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006688 10.0.0.130 - - [2026-02-12 03:13:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.228948 10.0.0.130 - - [2026-02-12 03:13:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001302 10.0.0.130 - - [2026-02-12 03:13:04] "GET /virtual-network/292ee58d-54a9-4363-8f17-8c251d2855c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004884 10.0.0.130 - - [2026-02-12 03:13:04] "GET /virtual-network/292ee58d-54a9-4363-8f17-8c251d2855c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006776 10.0.0.130 - - [2026-02-12 03:13:04] "POST /neutron/network HTTP/1.1" 200 833 0.005969 10.0.0.130 - - [2026-02-12 03:13:04] "GET /virtual-network/292ee58d-54a9-4363-8f17-8c251d2855c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005098 10.0.0.130 - - [2026-02-12 03:13:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001490 10.0.0.130 - - [2026-02-12 03:13:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007273 10.0.0.23 - - [2026-02-12 03:13:06] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001390 10.0.0.130 - - [2026-02-12 03:13:06] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.070230 10.0.0.130 - - [2026-02-12 03:13:06] "POST /neutron/port HTTP/1.1" 200 1122 0.017334 10.0.0.130 - - [2026-02-12 03:13:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001290 10.0.0.130 - - [2026-02-12 03:13:06] "POST /neutron/port HTTP/1.1" 200 1122 0.017175 10.0.0.130 - - [2026-02-12 03:13:06] "POST /neutron/network HTTP/1.1" 200 842 0.006939 10.0.0.130 - - [2026-02-12 03:13:07] "POST /neutron/port HTTP/1.1" 200 1058 0.029455 10.0.0.23 - - [2026-02-12 03:13:07] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.130 - - [2026-02-12 03:13:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010440 10.0.0.130 - - [2026-02-12 03:13:07] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.103173 10.0.0.130 - - [2026-02-12 03:13:07] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.23 - - [2026-02-12 03:13:07] "DELETE /access-control-list/f47ea5a3-2726-49a8-ab20-6d176c19b773 HTTP/1.1" 200 115 0.036627 10.0.0.130 - - [2026-02-12 03:13:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008525 10.0.0.130 - - [2026-02-12 03:13:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003042 10.0.0.130 - - [2026-02-12 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.23 - - [2026-02-12 03:13:08] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.130 - - [2026-02-12 03:13:08] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007648 10.0.0.130 - - [2026-02-12 03:13:08] "POST /service-templates HTTP/1.1" 200 543 0.039250 10.0.0.130 - - [2026-02-12 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.130 - - [2026-02-12 03:13:08] "GET /service-template/21b6e1f0-b336-4222-b7ae-263a297566b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007082 10.0.0.130 - - [2026-02-12 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.130 - - [2026-02-12 03:13:08] "GET /service-template/21b6e1f0-b336-4222-b7ae-263a297566b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006824 10.0.0.23 - - [2026-02-12 03:13:08] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.130 - - [2026-02-12 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001180 10.0.0.130 - - [2026-02-12 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001573 10.0.0.130 - - [2026-02-12 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001280 10.0.0.130 - - [2026-02-12 03:13:08] "POST /neutron/port HTTP/1.1" 200 1057 0.306000 10.0.0.130 - - [2026-02-12 03:13:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008680 10.0.0.130 - - [2026-02-12 03:13:08] "POST /neutron/port HTTP/1.1" 200 1121 0.022520 10.0.0.130 - - [2026-02-12 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.130 - - [2026-02-12 03:13:08] "DELETE /service-template/21b6e1f0-b336-4222-b7ae-263a297566b1 HTTP/1.1" 200 115 0.026582 10.0.0.130 - - [2026-02-12 03:13:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.002778 10.0.0.130 - - [2026-02-12 03:13:08] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.130 - - [2026-02-12 03:13:09] "POST /neutron/network HTTP/1.1" 400 204 0.013854 10.0.0.23 - - [2026-02-12 03:13:09] "DELETE /project/66cb7e9eb21f4d7d8e19e6c99b47ab93 HTTP/1.1" 404 173 0.002435 10.0.0.23 - - [2026-02-12 03:13:09] "DELETE /project/66b98038-e497-405e-ae99-c9974d97de17 HTTP/1.1" 404 177 0.005256 10.0.0.130 - - [2026-02-12 03:13:09] "POST /neutron/port HTTP/1.1" 200 151 0.183246 10.0.0.130 - - [2026-02-12 03:13:10] "POST /neutron/port HTTP/1.1" 200 151 0.144618 10.0.0.130 - - [2026-02-12 03:13:11] "POST /neutron/port HTTP/1.1" 200 117 0.007940 10.0.0.23 - - [2026-02-12 03:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.130 - - [2026-02-12 03:13:11] "POST /neutron/network HTTP/1.1" 200 830 0.007721 10.0.0.23 - - [2026-02-12 03:13:12] "DELETE /route-target/09a0cfd0-15a9-481f-a434-3fb4c86b23f9 HTTP/1.1" 200 115 0.038408 10.0.0.130 - - [2026-02-12 03:13:12] "POST /neutron/network HTTP/1.1" 400 204 0.013272 10.0.0.130 - - [2026-02-12 03:13:13] "POST /neutron/port HTTP/1.1" 200 151 0.192678 10.0.0.130 - - [2026-02-12 03:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2026-02-12 03:13:17] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.130 - - [2026-02-12 03:13:17] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.062886 10.0.0.130 - - [2026-02-12 03:13:17] "POST /neutron/network HTTP/1.1" 200 117 0.013769 10.0.0.23 - - [2026-02-12 03:13:17] "POST /route-targets HTTP/1.1" 200 327 0.011408 10.0.0.130 - - [2026-02-12 03:13:17] "POST /neutron/network HTTP/1.1" 200 830 0.008821 10.0.0.130 - - [2026-02-12 03:13:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.000926 10.0.0.130 - - [2026-02-12 03:13:17] "GET /virtual-network/cb8f9cb6-4344-4761-9fd0-1f883a76a73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004329 10.0.0.130 - - [2026-02-12 03:13:17] "GET /virtual-network/cb8f9cb6-4344-4761-9fd0-1f883a76a73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005556 10.0.0.130 - - [2026-02-12 03:13:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.010032 10.0.0.130 - - [2026-02-12 03:13:17] "GET /virtual-network/cb8f9cb6-4344-4761-9fd0-1f883a76a73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007171 10.0.0.130 - - [2026-02-12 03:13:18] "GET /obj-perms HTTP/1.1" 200 5045 0.004612 10.0.0.23 - - [2026-02-12 03:13:18] "GET /obj-perms HTTP/1.1" 200 5045 0.004017 10.0.0.130 - - [2026-02-12 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.23 - - [2026-02-12 03:13:18] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.130 - - [2026-02-12 03:13:18] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.052644 10.0.0.23 - - [2026-02-12 03:13:18] "POST /ref-update HTTP/1.1" 200 156 0.028957 10.0.0.23 - - [2026-02-12 03:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009682 10.0.0.130 - - [2026-02-12 03:13:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.157914 10.0.0.130 - - [2026-02-12 03:13:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001222 10.0.0.130 - - [2026-02-12 03:13:18] "GET /virtual-network/2efcd6ff-bb9c-44a9-9524-b999750d9874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005261 10.0.0.130 - - [2026-02-12 03:13:18] "GET /virtual-network/2efcd6ff-bb9c-44a9-9524-b999750d9874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005715 10.0.0.130 - - [2026-02-12 03:13:18] "POST /neutron/network HTTP/1.1" 200 831 0.006174 10.0.0.130 - - [2026-02-12 03:13:18] "GET /virtual-network/2efcd6ff-bb9c-44a9-9524-b999750d9874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005189 10.0.0.22 - - [2026-02-12 03:13:19] "GET /obj-perms HTTP/1.1" 200 5045 0.004359 10.0.0.130 - - [2026-02-12 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2026-02-12 03:13:19] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000849 10.0.0.130 - - [2026-02-12 03:13:19] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.034528 10.0.0.23 - - [2026-02-12 03:13:19] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.130 - - [2026-02-12 03:13:19] "POST /neutron/network HTTP/1.1" 200 615 0.108569 10.0.0.130 - - [2026-02-12 03:13:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.003479 10.0.0.130 - - [2026-02-12 03:13:19] "GET /virtual-network/4225a844-1228-45d5-a7e3-4d82554616ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006447 10.0.0.130 - - [2026-02-12 03:13:19] "POST /neutron/network HTTP/1.1" 200 834 0.006416 10.0.0.130 - - [2026-02-12 03:13:19] "GET /virtual-network/4225a844-1228-45d5-a7e3-4d82554616ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005742 10.0.0.130 - - [2026-02-12 03:13:19] "GET /virtual-network/4225a844-1228-45d5-a7e3-4d82554616ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005295 10.0.0.130 - - [2026-02-12 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.23 - - [2026-02-12 03:13:20] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000837 10.0.0.130 - - [2026-02-12 03:13:20] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046858 10.0.0.130 - - [2026-02-12 03:13:20] "POST /neutron/network HTTP/1.1" 200 117 0.016597 10.0.0.23 - - [2026-02-12 03:13:20] "POST /route-targets HTTP/1.1" 200 327 0.011785 10.0.0.130 - - [2026-02-12 03:13:20] "POST /neutron/network HTTP/1.1" 200 843 0.007759 10.0.0.130 - - [2026-02-12 03:13:20] "POST /id-to-fqname HTTP/1.1" 200 229 0.000952 10.0.0.130 - - [2026-02-12 03:13:20] "GET /virtual-network/a72b10b4-18fc-48ec-a36d-5470dd7326b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004038 10.0.0.130 - - [2026-02-12 03:13:20] "GET /virtual-network/a72b10b4-18fc-48ec-a36d-5470dd7326b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004769 10.0.0.130 - - [2026-02-12 03:13:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.008749 10.0.0.130 - - [2026-02-12 03:13:21] "GET /virtual-network/a72b10b4-18fc-48ec-a36d-5470dd7326b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005349 10.0.0.130 - - [2026-02-12 03:13:21] "GET /obj-perms HTTP/1.1" 200 5045 0.003930 10.0.0.23 - - [2026-02-12 03:13:21] "GET /obj-perms HTTP/1.1" 200 5045 0.003573 10.0.0.130 - - [2026-02-12 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.23 - - [2026-02-12 03:13:21] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001946 10.0.0.130 - - [2026-02-12 03:13:21] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046326 10.0.0.23 - - [2026-02-12 03:13:21] "POST /ref-update HTTP/1.1" 200 156 0.023097 10.0.0.23 - - [2026-02-12 03:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005313 10.0.0.130 - - [2026-02-12 03:13:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.225135 10.0.0.130 - - [2026-02-12 03:13:21] "POST /id-to-fqname HTTP/1.1" 200 230 0.001469 10.0.0.130 - - [2026-02-12 03:13:21] "GET /virtual-network/25a6215e-e0eb-4228-81e8-6d92f181f7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005301 10.0.0.130 - - [2026-02-12 03:13:21] "GET /virtual-network/25a6215e-e0eb-4228-81e8-6d92f181f7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005788 10.0.0.130 - - [2026-02-12 03:13:21] "POST /neutron/network HTTP/1.1" 200 846 0.006696 10.0.0.130 - - [2026-02-12 03:13:22] "GET /virtual-network/25a6215e-e0eb-4228-81e8-6d92f181f7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005243 10.0.0.22 - - [2026-02-12 03:13:22] "GET /obj-perms HTTP/1.1" 200 5045 0.003445 10.0.0.130 - - [2026-02-12 03:13:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001404 10.0.0.23 - - [2026-02-12 03:13:23] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.130 - - [2026-02-12 03:13:23] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.064644 10.0.0.130 - - [2026-02-12 03:13:23] "POST /neutron/network HTTP/1.1" 200 831 0.032850 10.0.0.130 - - [2026-02-12 03:13:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001844 10.0.0.130 - - [2026-02-12 03:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.006644 10.0.0.23 - - [2026-02-12 03:13:23] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.130 - - [2026-02-12 03:13:24] "POST /neutron/port HTTP/1.1" 200 1057 0.259474 10.0.0.130 - - [2026-02-12 03:13:24] "POST /neutron/port HTTP/1.1" 200 1111 0.101769 10.0.0.130 - - [2026-02-12 03:13:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.008514 10.0.0.23 - - [2026-02-12 03:13:24] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.130 - - [2026-02-12 03:13:24] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.062342 10.0.0.130 - - [2026-02-12 03:13:24] "POST /neutron/network HTTP/1.1" 200 834 0.007407 10.0.0.130 - - [2026-02-12 03:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.005559 10.0.0.130 - - [2026-02-12 03:13:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.003179 10.0.0.130 - - [2026-02-12 03:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.23 - - [2026-02-12 03:13:24] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.130 - - [2026-02-12 03:13:24] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007078 10.0.0.130 - - [2026-02-12 03:13:24] "POST /service-templates HTTP/1.1" 200 543 0.047040 10.0.0.130 - - [2026-02-12 03:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.130 - - [2026-02-12 03:13:25] "GET /service-template/4330a023-695b-4204-a8fa-7ec9e0c6873d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006238 10.0.0.130 - - [2026-02-12 03:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.130 - - [2026-02-12 03:13:25] "GET /service-template/4330a023-695b-4204-a8fa-7ec9e0c6873d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004474 10.0.0.130 - - [2026-02-12 03:13:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001021 10.0.0.130 - - [2026-02-12 03:13:25] "POST /id-to-fqname HTTP/1.1" 200 229 0.001276 10.0.0.130 - - [2026-02-12 03:13:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.002206 10.0.0.130 - - [2026-02-12 03:13:25] "POST /neutron/port HTTP/1.1" 200 1058 0.025476 10.0.0.130 - - [2026-02-12 03:13:25] "POST /neutron/port HTTP/1.1" 200 1112 0.108680 10.0.0.130 - - [2026-02-12 03:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.130 - - [2026-02-12 03:13:25] "DELETE /service-template/4330a023-695b-4204-a8fa-7ec9e0c6873d HTTP/1.1" 200 115 0.033859 10.0.0.130 - - [2026-02-12 03:13:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003230 10.0.0.130 - - [2026-02-12 03:13:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004688 10.0.0.130 - - [2026-02-12 03:13:25] "POST /neutron/network HTTP/1.1" 200 834 0.007142 10.0.0.130 - - [2026-02-12 03:13:26] "POST /neutron/network HTTP/1.1" 200 843 0.006073 10.0.0.23 - - [2026-02-12 03:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.130 - - [2026-02-12 03:13:26] "POST /neutron/port HTTP/1.1" 200 1111 0.013427 10.0.0.130 - - [2026-02-12 03:13:26] "POST /neutron/network HTTP/1.1" 400 204 0.022547 10.0.0.130 - - [2026-02-12 03:13:27] "POST /neutron/port HTTP/1.1" 200 151 0.184143 10.0.0.130 - - [2026-02-12 03:13:27] "POST /neutron/network HTTP/1.1" 200 117 0.015218 10.0.0.23 - - [2026-02-12 03:13:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.23 - - [2026-02-12 03:13:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002805 10.0.0.130 - - [2026-02-12 03:13:28] "POST /neutron/network HTTP/1.1" 200 151 0.112635 10.0.0.23 - - [2026-02-12 03:13:28] "DELETE /route-target/d3944a4b-2b1d-4df3-b1cf-e5e7b1f3a15f HTTP/1.1" 200 115 0.029602 10.0.0.130 - - [2026-02-12 03:13:29] "POST /neutron/network HTTP/1.1" 200 830 0.006737 10.0.0.23 - - [2026-02-12 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005220 10.0.0.23 - - [2026-02-12 03:13:30] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.130 - - [2026-02-12 03:13:30] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037555 10.0.0.23 - - [2026-02-12 03:13:30] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000894 10.0.0.130 - - [2026-02-12 03:13:30] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?fields=virtual_networks HTTP/1.1" 200 1038 0.037183 10.0.0.23 - - [2026-02-12 03:13:31] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.130 - - [2026-02-12 03:13:31] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.066802 10.0.0.23 - - [2026-02-12 03:13:31] "GET /projects?obj_uuids=66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.130 - - [2026-02-12 03:13:31] "GET /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93?fields=security_groups HTTP/1.1" 200 1262 0.050727 10.0.0.130 - - [2026-02-12 03:13:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.034433 10.0.0.23 - - [2026-02-12 03:13:32] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003587 10.0.0.23 - - [2026-02-12 03:13:32] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.23 - - [2026-02-12 03:13:32] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007769 10.0.0.23 - - [2026-02-12 03:13:32] "POST /id-to-fqname HTTP/1.1" 200 188 0.009610 10.0.0.23 - - [2026-02-12 03:13:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.009984 10.0.0.23 - - [2026-02-12 03:13:32] "POST /security-groups HTTP/1.1" 200 589 0.073634 10.0.0.23 - - [2026-02-12 03:13:32] "POST /projects HTTP/1.1" 200 581 0.303026 10.0.0.23 - - [2026-02-12 03:13:32] "POST /access-control-lists HTTP/1.1" 200 594 0.028834 10.0.0.23 - - [2026-02-12 03:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.378348 10.0.0.130 - - [2026-02-12 03:13:32] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.531013 10.0.0.130 - - [2026-02-12 03:13:33] "GET / HTTP/1.1" 200 35931 0.002401 10.0.0.130 - - [2026-02-12 03:13:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000457 10.0.0.130 - - [2026-02-12 03:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.362739 10.0.0.23 - - [2026-02-12 03:13:36] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.130 - - [2026-02-12 03:13:36] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.034623 10.0.0.23 - - [2026-02-12 03:13:36] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.130 - - [2026-02-12 03:13:36] "POST /neutron/network HTTP/1.1" 200 613 0.145784 10.0.0.23 - - [2026-02-12 03:13:36] "POST /route-targets HTTP/1.1" 200 327 0.014279 10.0.0.130 - - [2026-02-12 03:13:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.003907 10.0.0.130 - - [2026-02-12 03:13:37] "GET /virtual-network/9c630ff0-73fa-4cb5-8bde-8d6f02b32ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004918 10.0.0.130 - - [2026-02-12 03:13:37] "POST /neutron/network HTTP/1.1" 200 832 0.007976 10.0.0.130 - - [2026-02-12 03:13:37] "GET /virtual-network/9c630ff0-73fa-4cb5-8bde-8d6f02b32ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005025 10.0.0.130 - - [2026-02-12 03:13:37] "GET /virtual-network/9c630ff0-73fa-4cb5-8bde-8d6f02b32ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005429 10.0.0.130 - - [2026-02-12 03:13:38] "GET /obj-perms HTTP/1.1" 200 5045 0.057906 10.0.0.130 - - [2026-02-12 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2026-02-12 03:13:38] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000835 10.0.0.130 - - [2026-02-12 03:13:38] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039571 10.0.0.130 - - [2026-02-12 03:13:38] "POST /neutron/network HTTP/1.1" 200 117 0.013767 10.0.0.23 - - [2026-02-12 03:13:39] "POST /ref-update HTTP/1.1" 200 156 0.022182 10.0.0.130 - - [2026-02-12 03:13:39] "POST /neutron/network HTTP/1.1" 200 837 0.015674 10.0.0.130 - - [2026-02-12 03:13:39] "POST /id-to-fqname HTTP/1.1" 200 225 0.001151 10.0.0.130 - - [2026-02-12 03:13:39] "GET /virtual-network/8d8568c4-2769-4488-957d-e265d9e84336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004912 10.0.0.130 - - [2026-02-12 03:13:39] "GET /virtual-network/8d8568c4-2769-4488-957d-e265d9e84336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005194 10.0.0.130 - - [2026-02-12 03:13:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.010817 10.0.0.130 - - [2026-02-12 03:13:39] "GET /virtual-network/8d8568c4-2769-4488-957d-e265d9e84336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007270 10.0.0.22 - - [2026-02-12 03:13:39] "GET /obj-perms HTTP/1.1" 200 5045 0.052195 10.0.0.23 - - [2026-02-12 03:13:40] "GET /obj-perms HTTP/1.1" 200 5045 0.061870 10.0.0.130 - - [2026-02-12 03:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.23 - - [2026-02-12 03:13:40] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.130 - - [2026-02-12 03:13:40] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046632 10.0.0.23 - - [2026-02-12 03:13:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005213 10.0.0.130 - - [2026-02-12 03:13:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.216644 10.0.0.130 - - [2026-02-12 03:13:40] "POST /id-to-fqname HTTP/1.1" 200 226 0.001733 10.0.0.130 - - [2026-02-12 03:13:40] "GET /virtual-network/f0190c04-2994-4cf9-90f8-eb221abe161f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005613 10.0.0.130 - - [2026-02-12 03:13:40] "GET /virtual-network/f0190c04-2994-4cf9-90f8-eb221abe161f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005342 10.0.0.130 - - [2026-02-12 03:13:40] "POST /neutron/network HTTP/1.1" 200 838 0.008231 10.0.0.130 - - [2026-02-12 03:13:40] "GET /virtual-network/f0190c04-2994-4cf9-90f8-eb221abe161f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006072 10.0.0.130 - - [2026-02-12 03:13:41] "POST /id-to-fqname HTTP/1.1" 200 225 0.001395 10.0.0.23 - - [2026-02-12 03:13:42] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.130 - - [2026-02-12 03:13:42] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.076011 10.0.0.130 - - [2026-02-12 03:13:42] "POST /neutron/network HTTP/1.1" 200 837 0.006822 10.0.0.130 - - [2026-02-12 03:13:42] "POST /id-to-fqname HTTP/1.1" 200 226 0.001303 10.0.0.130 - - [2026-02-12 03:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.005956 10.0.0.23 - - [2026-02-12 03:13:42] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001497 10.0.0.130 - - [2026-02-12 03:13:43] "POST /neutron/port HTTP/1.1" 200 1059 0.290338 10.0.0.130 - - [2026-02-12 03:13:43] "POST /neutron/port HTTP/1.1" 200 1113 0.093248 10.0.0.130 - - [2026-02-12 03:13:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.007803 10.0.0.23 - - [2026-02-12 03:13:43] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.130 - - [2026-02-12 03:13:43] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.091298 10.0.0.130 - - [2026-02-12 03:13:43] "POST /neutron/network HTTP/1.1" 200 838 0.006008 10.0.0.130 - - [2026-02-12 03:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.007150 10.0.0.130 - - [2026-02-12 03:13:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.006707 10.0.0.130 - - [2026-02-12 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.23 - - [2026-02-12 03:13:43] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.130 - - [2026-02-12 03:13:43] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007943 10.0.0.130 - - [2026-02-12 03:13:43] "POST /service-templates HTTP/1.1" 200 543 0.035120 10.0.0.130 - - [2026-02-12 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005824 10.0.0.130 - - [2026-02-12 03:13:44] "GET /service-template/66c91cb9-51ea-4585-97b3-5aca90f6ce00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005761 10.0.0.130 - - [2026-02-12 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.130 - - [2026-02-12 03:13:44] "GET /service-template/66c91cb9-51ea-4585-97b3-5aca90f6ce00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005336 10.0.0.130 - - [2026-02-12 03:13:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001318 10.0.0.130 - - [2026-02-12 03:13:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001337 10.0.0.130 - - [2026-02-12 03:13:44] "POST /id-to-fqname HTTP/1.1" 200 226 0.001233 10.0.0.130 - - [2026-02-12 03:13:44] "POST /neutron/port HTTP/1.1" 200 2039 0.023257 10.0.0.130 - - [2026-02-12 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.130 - - [2026-02-12 03:13:44] "POST /neutron/port HTTP/1.1" 200 1058 0.013596 10.0.0.130 - - [2026-02-12 03:13:44] "DELETE /service-template/66c91cb9-51ea-4585-97b3-5aca90f6ce00 HTTP/1.1" 200 115 0.026229 10.0.0.130 - - [2026-02-12 03:13:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.002681 10.0.0.130 - - [2026-02-12 03:13:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003738 10.0.0.130 - - [2026-02-12 03:13:44] "POST /neutron/network HTTP/1.1" 200 838 0.007233 10.0.0.130 - - [2026-02-12 03:13:45] "POST /neutron/port HTTP/1.1" 200 1123 0.016776 10.0.0.130 - - [2026-02-12 03:13:46] "POST /neutron/port HTTP/1.1" 200 1122 0.019221 10.0.0.130 - - [2026-02-12 03:13:46] "POST /neutron/port HTTP/1.1" 200 117 0.005910 10.0.0.130 - - [2026-02-12 03:13:46] "POST /neutron/port HTTP/1.1" 200 117 0.005917 10.0.0.23 - - [2026-02-12 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.130 - - [2026-02-12 03:13:47] "POST /neutron/network HTTP/1.1" 200 837 0.006263 10.0.0.23 - - [2026-02-12 03:13:47] "DELETE /route-target/f0e9a90a-ff23-4af0-99d2-dfae2bc8c157 HTTP/1.1" 200 115 0.024558 10.0.0.23 - - [2026-02-12 03:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002818 10.0.0.23 - - [2026-02-12 03:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002147 10.0.0.130 - - [2026-02-12 03:13:47] "POST /neutron/network HTTP/1.1" 200 151 0.092995 10.0.0.130 - - [2026-02-12 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.23 - - [2026-02-12 03:13:50] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.130 - - [2026-02-12 03:13:50] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037282 10.0.0.23 - - [2026-02-12 03:13:50] "POST /route-targets HTTP/1.1" 200 327 0.015774 10.0.0.23 - - [2026-02-12 03:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007634 10.0.0.130 - - [2026-02-12 03:13:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.184168 10.0.0.130 - - [2026-02-12 03:13:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001271 10.0.0.130 - - [2026-02-12 03:13:50] "GET /virtual-network/c9b3d6b5-d60e-42b1-a2e0-ccf6ced6b16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004970 10.0.0.130 - - [2026-02-12 03:13:50] "GET /virtual-network/c9b3d6b5-d60e-42b1-a2e0-ccf6ced6b16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005144 10.0.0.130 - - [2026-02-12 03:13:51] "POST /neutron/network HTTP/1.1" 200 831 0.006175 10.0.0.130 - - [2026-02-12 03:13:51] "GET /virtual-network/c9b3d6b5-d60e-42b1-a2e0-ccf6ced6b16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005820 10.0.0.130 - - [2026-02-12 03:13:51] "GET /obj-perms HTTP/1.1" 200 5045 0.003499 10.0.0.130 - - [2026-02-12 03:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.23 - - [2026-02-12 03:13:51] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000816 10.0.0.130 - - [2026-02-12 03:13:51] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.053296 10.0.0.23 - - [2026-02-12 03:13:51] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.130 - - [2026-02-12 03:13:51] "POST /neutron/network HTTP/1.1" 200 613 0.120562 10.0.0.23 - - [2026-02-12 03:13:51] "POST /ref-update HTTP/1.1" 200 156 0.026124 10.0.0.130 - - [2026-02-12 03:13:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.003302 10.0.0.130 - - [2026-02-12 03:13:52] "GET /virtual-network/89acf1b9-1bae-4025-a332-cad25673da11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005104 10.0.0.130 - - [2026-02-12 03:13:52] "POST /neutron/network HTTP/1.1" 200 831 0.006001 10.0.0.130 - - [2026-02-12 03:13:52] "GET /virtual-network/89acf1b9-1bae-4025-a332-cad25673da11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004565 10.0.0.130 - - [2026-02-12 03:13:52] "GET /virtual-network/89acf1b9-1bae-4025-a332-cad25673da11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005812 10.0.0.22 - - [2026-02-12 03:13:52] "GET /obj-perms HTTP/1.1" 200 5045 0.004541 10.0.0.23 - - [2026-02-12 03:13:52] "GET /obj-perms HTTP/1.1" 200 5045 0.004246 10.0.0.130 - - [2026-02-12 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.23 - - [2026-02-12 03:13:52] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.130 - - [2026-02-12 03:13:52] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041069 10.0.0.130 - - [2026-02-12 03:13:52] "POST /neutron/network HTTP/1.1" 200 117 0.015012 10.0.0.130 - - [2026-02-12 03:13:53] "POST /neutron/network HTTP/1.1" 200 834 0.010884 10.0.0.130 - - [2026-02-12 03:13:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001106 10.0.0.130 - - [2026-02-12 03:13:53] "GET /virtual-network/0abb44d4-f1d2-421c-a294-7d9f6e9e53af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004763 10.0.0.130 - - [2026-02-12 03:13:53] "GET /virtual-network/0abb44d4-f1d2-421c-a294-7d9f6e9e53af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006246 10.0.0.130 - - [2026-02-12 03:13:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.008447 10.0.0.130 - - [2026-02-12 03:13:53] "GET /virtual-network/0abb44d4-f1d2-421c-a294-7d9f6e9e53af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005334 10.0.0.130 - - [2026-02-12 03:13:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001447 10.0.0.23 - - [2026-02-12 03:13:54] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.130 - - [2026-02-12 03:13:54] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.057338 10.0.0.130 - - [2026-02-12 03:13:54] "POST /neutron/port HTTP/1.1" 200 117 0.005959 10.0.0.130 - - [2026-02-12 03:13:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001400 10.0.0.130 - - [2026-02-12 03:13:55] "POST /neutron/network HTTP/1.1" 200 844 0.007484 10.0.0.130 - - [2026-02-12 03:13:55] "POST /neutron/port HTTP/1.1" 200 1057 0.014085 10.0.0.130 - - [2026-02-12 03:13:55] "POST /neutron/port HTTP/1.1" 200 1121 0.020837 10.0.0.130 - - [2026-02-12 03:13:55] "POST /neutron/port HTTP/1.1" 200 117 0.001789 10.0.0.23 - - [2026-02-12 03:13:55] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001597 10.0.0.130 - - [2026-02-12 03:13:55] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.069774 10.0.0.130 - - [2026-02-12 03:13:56] "POST /neutron/port HTTP/1.1" 200 1121 0.022606 10.0.0.130 - - [2026-02-12 03:13:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.004184 10.0.0.130 - - [2026-02-12 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.23 - - [2026-02-12 03:13:56] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.130 - - [2026-02-12 03:13:56] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009387 10.0.0.130 - - [2026-02-12 03:13:56] "POST /service-templates HTTP/1.1" 200 543 0.037275 10.0.0.130 - - [2026-02-12 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006016 10.0.0.130 - - [2026-02-12 03:13:56] "GET /service-template/beb9abec-5a23-49da-b2f1-516b254ae5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007200 10.0.0.130 - - [2026-02-12 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.130 - - [2026-02-12 03:13:56] "GET /service-template/beb9abec-5a23-49da-b2f1-516b254ae5d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005794 10.0.0.130 - - [2026-02-12 03:13:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001228 10.0.0.130 - - [2026-02-12 03:13:56] "POST /neutron/network HTTP/1.1" 200 844 0.007620 10.0.0.130 - - [2026-02-12 03:13:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001539 10.0.0.130 - - [2026-02-12 03:13:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001294 10.0.0.130 - - [2026-02-12 03:13:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008338 10.0.0.130 - - [2026-02-12 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.130 - - [2026-02-12 03:13:56] "DELETE /service-template/beb9abec-5a23-49da-b2f1-516b254ae5d7 HTTP/1.1" 200 115 0.044895 10.0.0.130 - - [2026-02-12 03:13:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.007727 10.0.0.130 - - [2026-02-12 03:13:57] "POST /neutron/port HTTP/1.1" 200 1112 0.103956 10.0.0.130 - - [2026-02-12 03:13:57] "POST /neutron/network HTTP/1.1" 400 204 0.011177 10.0.0.130 - - [2026-02-12 03:13:57] "POST /neutron/port HTTP/1.1" 200 117 0.001566 10.0.0.130 - - [2026-02-12 03:13:57] "POST /neutron/port HTTP/1.1" 200 1111 0.015596 10.0.0.130 - - [2026-02-12 03:13:58] "POST /neutron/port HTTP/1.1" 200 1112 0.018127 10.0.0.130 - - [2026-02-12 03:13:59] "POST /neutron/network HTTP/1.1" 200 2185 0.009268 10.0.0.23 - - [2026-02-12 03:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005813 10.0.0.23 - - [2026-02-12 03:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002799 10.0.0.23 - - [2026-02-12 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008601 10.0.0.130 - - [2026-02-12 03:13:59] "POST /neutron/network HTTP/1.1" 200 151 0.120332 10.0.0.23 - - [2026-02-12 03:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006060 10.0.0.23 - - [2026-02-12 03:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002722 10.0.0.130 - - [2026-02-12 03:13:59] "POST /neutron/network HTTP/1.1" 200 151 0.142585 10.0.0.23 - - [2026-02-12 03:13:59] "DELETE /route-target/1ff31209-b4d4-492c-ba33-3791cf2aeec3 HTTP/1.1" 200 115 0.024755 10.0.0.23 - - [2026-02-12 03:14:01] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.130 - - [2026-02-12 03:14:01] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.043045 10.0.0.23 - - [2026-02-12 03:14:01] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.130 - - [2026-02-12 03:14:01] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?fields=virtual_networks HTTP/1.1" 200 1038 0.047301 10.0.0.23 - - [2026-02-12 03:14:01] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.130 - - [2026-02-12 03:14:01] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.043046 10.0.0.23 - - [2026-02-12 03:14:01] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.130 - - [2026-02-12 03:14:01] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?fields=security_groups HTTP/1.1" 200 1262 0.041840 10.0.0.130 - - [2026-02-12 03:14:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.033280 10.0.0.23 - - [2026-02-12 03:14:02] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003281 10.0.0.23 - - [2026-02-12 03:14:02] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.23 - - [2026-02-12 03:14:02] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007066 10.0.0.23 - - [2026-02-12 03:14:02] "POST /id-to-fqname HTTP/1.1" 200 186 0.003864 10.0.0.23 - - [2026-02-12 03:14:02] "POST /fqname-to-id HTTP/1.1" 404 195 0.005305 10.0.0.23 - - [2026-02-12 03:14:02] "POST /security-groups HTTP/1.1" 200 587 0.026711 10.0.0.23 - - [2026-02-12 03:14:02] "POST /fqname-to-id HTTP/1.1" 404 230 0.005100 10.0.0.23 - - [2026-02-12 03:14:03] "POST /projects HTTP/1.1" 200 577 0.239887 10.0.0.23 - - [2026-02-12 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.315804 10.0.0.23 - - [2026-02-12 03:14:03] "POST /access-control-lists HTTP/1.1" 200 590 0.027704 10.0.0.130 - - [2026-02-12 03:14:03] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.447448 10.0.0.130 - - [2026-02-12 03:14:04] "GET / HTTP/1.1" 200 35931 0.001563 10.0.0.130 - - [2026-02-12 03:14:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000444 10.0.0.130 - - [2026-02-12 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.056720 10.0.0.23 - - [2026-02-12 03:14:06] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001021 10.0.0.130 - - [2026-02-12 03:14:06] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.041177 10.0.0.130 - - [2026-02-12 03:14:06] "POST /neutron/network HTTP/1.1" 200 117 0.035281 10.0.0.130 - - [2026-02-12 03:14:06] "POST /neutron/network HTTP/1.1" 200 830 0.009162 10.0.0.130 - - [2026-02-12 03:14:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001051 10.0.0.130 - - [2026-02-12 03:14:06] "GET /virtual-network/baf3b0d8-2a5b-41e5-a93f-e1fa85a703ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004323 10.0.0.130 - - [2026-02-12 03:14:07] "GET /virtual-network/baf3b0d8-2a5b-41e5-a93f-e1fa85a703ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004844 10.0.0.130 - - [2026-02-12 03:14:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.007586 10.0.0.130 - - [2026-02-12 03:14:07] "GET /virtual-network/baf3b0d8-2a5b-41e5-a93f-e1fa85a703ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005262 10.0.0.130 - - [2026-02-12 03:14:08] "GET /obj-perms HTTP/1.1" 200 5041 0.103394 10.0.0.23 - - [2026-02-12 03:14:08] "DELETE /access-control-list/9ef12dfa-5720-4192-b71c-f60bcb721160 HTTP/1.1" 200 115 0.034648 10.0.0.130 - - [2026-02-12 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.23 - - [2026-02-12 03:14:09] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000962 10.0.0.130 - - [2026-02-12 03:14:09] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.044599 10.0.0.23 - - [2026-02-12 03:14:09] "POST /ref-update HTTP/1.1" 200 156 0.022293 10.0.0.23 - - [2026-02-12 03:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008682 10.0.0.130 - - [2026-02-12 03:14:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.199779 10.0.0.130 - - [2026-02-12 03:14:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001278 10.0.0.130 - - [2026-02-12 03:14:09] "GET /virtual-network/3c545cd7-7dec-4273-abb7-646763c4aa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005656 10.0.0.130 - - [2026-02-12 03:14:09] "GET /virtual-network/3c545cd7-7dec-4273-abb7-646763c4aa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006484 10.0.0.130 - - [2026-02-12 03:14:09] "POST /neutron/network HTTP/1.1" 200 830 0.007968 10.0.0.23 - - [2026-02-12 03:14:09] "DELETE /project/30c4942c9abc4f419cc6bf8925d5616d HTTP/1.1" 404 173 0.003568 10.0.0.23 - - [2026-02-12 03:14:09] "DELETE /project/66cb7e9e-b21f-4d7d-8e19-e6c99b47ab93 HTTP/1.1" 404 177 0.006078 10.0.0.23 - - [2026-02-12 03:14:09] "DELETE /project/15ee89b0be0547b0b77a65f59181f5a7 HTTP/1.1" 404 173 0.005207 10.0.0.23 - - [2026-02-12 03:14:09] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000818 10.0.0.23 - - [2026-02-12 03:14:09] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.041012 10.0.0.23 - - [2026-02-12 03:14:09] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001323 10.0.0.23 - - [2026-02-12 03:14:09] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?fields=security_groups HTTP/1.1" 200 1367 0.057284 10.0.0.23 - - [2026-02-12 03:14:09] "DELETE /security-group/3b57edbf-2c7c-44d7-98d6-7076ae667b8b HTTP/1.1" 200 115 0.045801 10.0.0.23 - - [2026-02-12 03:14:09] "GET /projects?obj_uuids=30c4942c-9abc-4f41-9cc6-bf8925d5616d&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.130 - - [2026-02-12 03:14:09] "GET /virtual-network/3c545cd7-7dec-4273-abb7-646763c4aa6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005033 10.0.0.23 - - [2026-02-12 03:14:09] "GET /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d?fields=application_policy_sets HTTP/1.1" 200 1406 0.047055 10.0.0.23 - - [2026-02-12 03:14:10] "DELETE /project/30c4942c-9abc-4f41-9cc6-bf8925d5616d HTTP/1.1" 200 115 0.394505 10.0.0.22 - - [2026-02-12 03:14:10] "GET /obj-perms HTTP/1.1" 200 5041 0.045933 10.0.0.23 - - [2026-02-12 03:14:10] "GET /obj-perms HTTP/1.1" 200 5041 0.049613 10.0.0.130 - - [2026-02-12 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2026-02-12 03:14:10] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001391 10.0.0.130 - - [2026-02-12 03:14:10] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.041495 10.0.0.23 - - [2026-02-12 03:14:10] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000941 10.0.0.130 - - [2026-02-12 03:14:10] "POST /neutron/network HTTP/1.1" 200 613 0.124440 10.0.0.23 - - [2026-02-12 03:14:10] "POST /route-targets HTTP/1.1" 200 327 0.017939 10.0.0.130 - - [2026-02-12 03:14:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.003198 10.0.0.130 - - [2026-02-12 03:14:10] "GET /virtual-network/6ae04b05-f2d7-4cad-a8cf-5d9a18087801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005806 10.0.0.130 - - [2026-02-12 03:14:10] "POST /neutron/network HTTP/1.1" 200 830 0.011259 10.0.0.130 - - [2026-02-12 03:14:10] "GET /virtual-network/6ae04b05-f2d7-4cad-a8cf-5d9a18087801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005470 10.0.0.130 - - [2026-02-12 03:14:11] "GET /virtual-network/6ae04b05-f2d7-4cad-a8cf-5d9a18087801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005997 10.0.0.130 - - [2026-02-12 03:14:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001850 10.0.0.130 - - [2026-02-12 03:14:11] "POST /neutron/network HTTP/1.1" 200 840 0.007097 10.0.0.23 - - [2026-02-12 03:14:12] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001004 10.0.0.130 - - [2026-02-12 03:14:12] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.064282 10.0.0.130 - - [2026-02-12 03:14:12] "POST /neutron/port HTTP/1.1" 200 117 0.006576 10.0.0.130 - - [2026-02-12 03:14:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001140 10.0.0.130 - - [2026-02-12 03:14:13] "POST /neutron/network HTTP/1.1" 200 840 0.006905 10.0.0.130 - - [2026-02-12 03:14:13] "POST /neutron/port HTTP/1.1" 200 1056 0.014780 10.0.0.23 - - [2026-02-12 03:14:13] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001243 10.0.0.130 - - [2026-02-12 03:14:13] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.077875 10.0.0.130 - - [2026-02-12 03:14:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003627 10.0.0.130 - - [2026-02-12 03:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.130 - - [2026-02-12 03:14:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007247 10.0.0.130 - - [2026-02-12 03:14:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003522 10.0.0.130 - - [2026-02-12 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010784 10.0.0.23 - - [2026-02-12 03:14:14] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.130 - - [2026-02-12 03:14:14] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007634 10.0.0.130 - - [2026-02-12 03:14:14] "POST /service-templates HTTP/1.1" 200 543 0.044390 10.0.0.130 - - [2026-02-12 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.130 - - [2026-02-12 03:14:14] "GET /service-template/ea75f0ef-9cbc-4149-acdd-08046d9455c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005571 10.0.0.130 - - [2026-02-12 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.130 - - [2026-02-12 03:14:14] "GET /service-template/ea75f0ef-9cbc-4149-acdd-08046d9455c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005327 10.0.0.130 - - [2026-02-12 03:14:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001268 10.0.0.23 - - [2026-02-12 03:14:14] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000910 10.0.0.130 - - [2026-02-12 03:14:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.000987 10.0.0.130 - - [2026-02-12 03:14:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.002819 10.0.0.130 - - [2026-02-12 03:14:14] "POST /neutron/port HTTP/1.1" 200 1054 0.264816 10.0.0.130 - - [2026-02-12 03:14:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.017354 10.0.0.130 - - [2026-02-12 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.130 - - [2026-02-12 03:14:14] "DELETE /service-template/ea75f0ef-9cbc-4149-acdd-08046d9455c3 HTTP/1.1" 200 115 0.032954 10.0.0.130 - - [2026-02-12 03:14:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003081 10.0.0.130 - - [2026-02-12 03:14:15] "POST /neutron/port HTTP/1.1" 200 1118 0.023277 10.0.0.130 - - [2026-02-12 03:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.130 - - [2026-02-12 03:14:15] "POST /neutron/network HTTP/1.1" 400 204 0.017242 10.0.0.130 - - [2026-02-12 03:14:15] "POST /neutron/port HTTP/1.1" 200 151 0.158320 10.0.0.130 - - [2026-02-12 03:14:16] "POST /neutron/port HTTP/1.1" 200 151 0.148110 10.0.0.130 - - [2026-02-12 03:14:16] "POST /neutron/network HTTP/1.1" 200 117 0.010641 10.0.0.23 - - [2026-02-12 03:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007427 10.0.0.23 - - [2026-02-12 03:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002891 10.0.0.130 - - [2026-02-12 03:14:17] "POST /neutron/network HTTP/1.1" 200 151 0.143515 10.0.0.23 - - [2026-02-12 03:14:17] "DELETE /route-target/aea90e24-1bf2-4d27-acb8-31cd8755a5b8 HTTP/1.1" 200 115 0.036329 10.0.0.130 - - [2026-02-12 03:14:17] "POST /neutron/network HTTP/1.1" 200 830 0.006708 10.0.0.23 - - [2026-02-12 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005929 10.0.0.130 - - [2026-02-12 03:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.23 - - [2026-02-12 03:14:20] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001341 10.0.0.130 - - [2026-02-12 03:14:20] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.043085 10.0.0.23 - - [2026-02-12 03:14:21] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000908 10.0.0.130 - - [2026-02-12 03:14:21] "POST /neutron/network HTTP/1.1" 200 611 0.119146 10.0.0.23 - - [2026-02-12 03:14:21] "POST /ref-update HTTP/1.1" 200 156 0.026946 10.0.0.130 - - [2026-02-12 03:14:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.004110 10.0.0.130 - - [2026-02-12 03:14:21] "GET /virtual-network/11a5685c-a404-4fe6-9438-52f33e4ac5da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005807 10.0.0.130 - - [2026-02-12 03:14:21] "POST /neutron/network HTTP/1.1" 200 829 0.006365 10.0.0.130 - - [2026-02-12 03:14:21] "GET /virtual-network/11a5685c-a404-4fe6-9438-52f33e4ac5da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005669 10.0.0.130 - - [2026-02-12 03:14:21] "GET /virtual-network/11a5685c-a404-4fe6-9438-52f33e4ac5da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009483 10.0.0.130 - - [2026-02-12 03:14:21] "GET /obj-perms HTTP/1.1" 200 5041 0.003574 10.0.0.130 - - [2026-02-12 03:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.23 - - [2026-02-12 03:14:21] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001184 10.0.0.130 - - [2026-02-12 03:14:21] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.045466 10.0.0.130 - - [2026-02-12 03:14:22] "POST /neutron/network HTTP/1.1" 200 117 0.014034 10.0.0.130 - - [2026-02-12 03:14:22] "POST /neutron/network HTTP/1.1" 200 828 0.010598 10.0.0.130 - - [2026-02-12 03:14:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001217 10.0.0.130 - - [2026-02-12 03:14:22] "GET /virtual-network/0b8012d0-cd17-46fa-be6f-10093a7f08f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004811 10.0.0.130 - - [2026-02-12 03:14:22] "GET /virtual-network/0b8012d0-cd17-46fa-be6f-10093a7f08f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005926 10.0.0.130 - - [2026-02-12 03:14:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.008424 10.0.0.130 - - [2026-02-12 03:14:22] "GET /virtual-network/0b8012d0-cd17-46fa-be6f-10093a7f08f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006023 10.0.0.22 - - [2026-02-12 03:14:22] "GET /obj-perms HTTP/1.1" 200 5041 0.005105 10.0.0.23 - - [2026-02-12 03:14:22] "GET /obj-perms HTTP/1.1" 200 5041 0.003556 10.0.0.130 - - [2026-02-12 03:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.23 - - [2026-02-12 03:14:22] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001173 10.0.0.130 - - [2026-02-12 03:14:23] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.046744 10.0.0.23 - - [2026-02-12 03:14:23] "POST /route-targets HTTP/1.1" 200 327 0.014585 10.0.0.23 - - [2026-02-12 03:14:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006283 10.0.0.130 - - [2026-02-12 03:14:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.252733 10.0.0.130 - - [2026-02-12 03:14:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001490 10.0.0.130 - - [2026-02-12 03:14:23] "GET /virtual-network/0aae2673-e45d-4759-8734-5de574e847d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004949 10.0.0.130 - - [2026-02-12 03:14:23] "GET /virtual-network/0aae2673-e45d-4759-8734-5de574e847d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005342 10.0.0.130 - - [2026-02-12 03:14:23] "POST /neutron/network HTTP/1.1" 200 833 0.007922 10.0.0.130 - - [2026-02-12 03:14:23] "GET /virtual-network/0aae2673-e45d-4759-8734-5de574e847d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006179 10.0.0.130 - - [2026-02-12 03:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.23 - - [2026-02-12 03:14:24] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001296 10.0.0.130 - - [2026-02-12 03:14:24] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.053541 10.0.0.23 - - [2026-02-12 03:14:24] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001755 10.0.0.130 - - [2026-02-12 03:14:24] "POST /neutron/network HTTP/1.1" 200 623 0.139277 10.0.0.23 - - [2026-02-12 03:14:24] "POST /ref-update HTTP/1.1" 200 156 0.023237 10.0.0.130 - - [2026-02-12 03:14:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.002874 10.0.0.130 - - [2026-02-12 03:14:24] "GET /virtual-network/0afaf3d4-a964-432f-b729-d8d24e8d3c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006769 10.0.0.130 - - [2026-02-12 03:14:24] "POST /neutron/network HTTP/1.1" 200 842 0.006879 10.0.0.130 - - [2026-02-12 03:14:24] "GET /virtual-network/0afaf3d4-a964-432f-b729-d8d24e8d3c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006768 10.0.0.130 - - [2026-02-12 03:14:24] "GET /virtual-network/0afaf3d4-a964-432f-b729-d8d24e8d3c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005888 10.0.0.130 - - [2026-02-12 03:14:25] "GET /obj-perms HTTP/1.1" 200 5041 0.003608 10.0.0.130 - - [2026-02-12 03:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.23 - - [2026-02-12 03:14:25] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001754 10.0.0.130 - - [2026-02-12 03:14:25] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.041350 10.0.0.130 - - [2026-02-12 03:14:25] "POST /neutron/network HTTP/1.1" 200 117 0.016013 10.0.0.130 - - [2026-02-12 03:14:25] "POST /neutron/network HTTP/1.1" 200 844 0.007841 10.0.0.130 - - [2026-02-12 03:14:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001029 10.0.0.130 - - [2026-02-12 03:14:25] "GET /virtual-network/f34ed140-0850-4d28-875c-c3d76c3ab08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004440 10.0.0.130 - - [2026-02-12 03:14:25] "GET /virtual-network/f34ed140-0850-4d28-875c-c3d76c3ab08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005191 10.0.0.130 - - [2026-02-12 03:14:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.009186 10.0.0.130 - - [2026-02-12 03:14:25] "GET /virtual-network/f34ed140-0850-4d28-875c-c3d76c3ab08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005358 10.0.0.22 - - [2026-02-12 03:14:26] "GET /obj-perms HTTP/1.1" 200 5041 0.003622 10.0.0.23 - - [2026-02-12 03:14:26] "GET /obj-perms HTTP/1.1" 200 5041 0.003155 10.0.0.130 - - [2026-02-12 03:14:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001322 10.0.0.23 - - [2026-02-12 03:14:26] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001211 10.0.0.130 - - [2026-02-12 03:14:27] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.078391 10.0.0.130 - - [2026-02-12 03:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.005735 10.0.0.130 - - [2026-02-12 03:14:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001362 10.0.0.130 - - [2026-02-12 03:14:27] "POST /neutron/network HTTP/1.1" 200 843 0.006755 10.0.0.130 - - [2026-02-12 03:14:27] "POST /neutron/port HTTP/1.1" 200 1054 0.016384 10.0.0.130 - - [2026-02-12 03:14:28] "POST /neutron/port HTTP/1.1" 200 1118 0.016904 10.0.0.130 - - [2026-02-12 03:14:28] "POST /neutron/port HTTP/1.1" 200 117 0.000945 10.0.0.23 - - [2026-02-12 03:14:28] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000809 10.0.0.130 - - [2026-02-12 03:14:28] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.074689 10.0.0.130 - - [2026-02-12 03:14:28] "POST /neutron/port HTTP/1.1" 200 1118 0.015535 10.0.0.130 - - [2026-02-12 03:14:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003251 10.0.0.130 - - [2026-02-12 03:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.23 - - [2026-02-12 03:14:28] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.130 - - [2026-02-12 03:14:28] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007204 10.0.0.130 - - [2026-02-12 03:14:28] "POST /service-templates HTTP/1.1" 200 543 0.035926 10.0.0.130 - - [2026-02-12 03:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.130 - - [2026-02-12 03:14:28] "GET /service-template/73526077-4e87-4415-94d1-8abccd52bc80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005433 10.0.0.130 - - [2026-02-12 03:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.130 - - [2026-02-12 03:14:28] "POST /neutron/network HTTP/1.1" 200 843 0.005360 10.0.0.130 - - [2026-02-12 03:14:28] "GET /service-template/73526077-4e87-4415-94d1-8abccd52bc80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.002874 10.0.0.130 - - [2026-02-12 03:14:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.000822 10.0.0.130 - - [2026-02-12 03:14:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001345 10.0.0.130 - - [2026-02-12 03:14:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001268 10.0.0.130 - - [2026-02-12 03:14:29] "POST /neutron/port HTTP/1.1" 200 1057 0.018219 10.0.0.130 - - [2026-02-12 03:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.130 - - [2026-02-12 03:14:29] "POST /neutron/port HTTP/1.1" 200 1111 0.141557 10.0.0.130 - - [2026-02-12 03:14:29] "DELETE /service-template/73526077-4e87-4415-94d1-8abccd52bc80 HTTP/1.1" 200 115 0.057667 10.0.0.130 - - [2026-02-12 03:14:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.002880 10.0.0.130 - - [2026-02-12 03:14:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.008962 10.0.0.130 - - [2026-02-12 03:14:29] "POST /neutron/network HTTP/1.1" 200 844 0.007294 10.0.0.23 - - [2026-02-12 03:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364 10.0.0.23 - - [2026-02-12 03:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002612 10.0.0.23 - - [2026-02-12 03:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002335 10.0.0.130 - - [2026-02-12 03:14:30] "POST /neutron/network HTTP/1.1" 200 151 0.113407 10.0.0.23 - - [2026-02-12 03:14:30] "DELETE /route-target/d19047d9-e878-4311-8793-c3056df7b899 HTTP/1.1" 200 115 0.033668 10.0.0.130 - - [2026-02-12 03:14:30] "POST /neutron/port HTTP/1.1" 200 151 0.202726 10.0.0.130 - - [2026-02-12 03:14:30] "POST /neutron/port HTTP/1.1" 200 1121 0.015658 10.0.0.130 - - [2026-02-12 03:14:31] "POST /neutron/port HTTP/1.1" 200 117 0.006067 10.0.0.130 - - [2026-02-12 03:14:31] "POST /neutron/port HTTP/1.1" 200 117 0.007589 10.0.0.130 - - [2026-02-12 03:14:32] "POST /neutron/network HTTP/1.1" 200 828 0.009735 10.0.0.23 - - [2026-02-12 03:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.23 - - [2026-02-12 03:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003013 10.0.0.23 - - [2026-02-12 03:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002612 10.0.0.130 - - [2026-02-12 03:14:33] "POST /neutron/network HTTP/1.1" 200 151 0.122134 10.0.0.23 - - [2026-02-12 03:14:33] "DELETE /route-target/6443cad5-50d8-4af1-93ed-ea0aac092c03 HTTP/1.1" 200 115 0.020793 10.0.0.23 - - [2026-02-12 03:14:34] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001568 10.0.0.130 - - [2026-02-12 03:14:34] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.077307 10.0.0.23 - - [2026-02-12 03:14:34] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000925 10.0.0.130 - - [2026-02-12 03:14:34] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?fields=virtual_networks HTTP/1.1" 200 1034 0.042111 10.0.0.23 - - [2026-02-12 03:14:34] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000949 10.0.0.130 - - [2026-02-12 03:14:35] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.040720 10.0.0.23 - - [2026-02-12 03:14:35] "GET /projects?obj_uuids=15ee89b0-be05-47b0-b77a-65f59181f5a7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001342 10.0.0.130 - - [2026-02-12 03:14:35] "GET /project/15ee89b0-be05-47b0-b77a-65f59181f5a7?fields=security_groups HTTP/1.1" 200 1256 0.042761 10.0.0.130 - - [2026-02-12 03:14:35] "POST /fqname-to-id HTTP/1.1" 404 190 0.031220 10.0.0.23 - - [2026-02-12 03:14:36] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004519 10.0.0.23 - - [2026-02-12 03:14:36] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001430 10.0.0.23 - - [2026-02-12 03:14:36] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033911 10.0.0.23 - - [2026-02-12 03:14:36] "POST /id-to-fqname HTTP/1.1" 200 192 0.001179 10.0.0.23 - - [2026-02-12 03:14:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.006119 10.0.0.23 - - [2026-02-12 03:14:36] "POST /security-groups HTTP/1.1" 200 593 0.069203 10.0.0.23 - - [2026-02-12 03:14:36] "POST /projects HTTP/1.1" 200 589 0.255236 10.0.0.23 - - [2026-02-12 03:14:36] "POST /fqname-to-id HTTP/1.1" 404 235 0.008782 10.0.0.23 - - [2026-02-12 03:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.334472 10.0.0.130 - - [2026-02-12 03:14:36] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.497893 10.0.0.130 - - [2026-02-12 03:14:38] "GET / HTTP/1.1" 200 35931 0.001585 10.0.0.130 - - [2026-02-12 03:14:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000463 10.0.0.130 - - [2026-02-12 03:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.055390 10.0.0.23 - - [2026-02-12 03:14:40] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000838 10.0.0.130 - - [2026-02-12 03:14:40] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.033827 10.0.0.23 - - [2026-02-12 03:14:40] "POST /ref-update HTTP/1.1" 200 156 0.021987 10.0.0.23 - - [2026-02-12 03:14:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009961 10.0.0.130 - - [2026-02-12 03:14:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.264511 10.0.0.130 - - [2026-02-12 03:14:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001344 10.0.0.130 - - [2026-02-12 03:14:40] "GET /virtual-network/44503f51-7f99-47e7-b72d-e89a37fab504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005054 10.0.0.130 - - [2026-02-12 03:14:40] "GET /virtual-network/44503f51-7f99-47e7-b72d-e89a37fab504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005291 10.0.0.130 - - [2026-02-12 03:14:40] "POST /neutron/network HTTP/1.1" 200 832 0.006646 10.0.0.130 - - [2026-02-12 03:14:41] "GET /virtual-network/44503f51-7f99-47e7-b72d-e89a37fab504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005198 10.0.0.130 - - [2026-02-12 03:14:42] "GET /obj-perms HTTP/1.1" 200 5053 0.073664 10.0.0.130 - - [2026-02-12 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.23 - - [2026-02-12 03:14:42] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001296 10.0.0.130 - - [2026-02-12 03:14:42] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.037457 10.0.0.23 - - [2026-02-12 03:14:42] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.130 - - [2026-02-12 03:14:43] "POST /neutron/network HTTP/1.1" 200 613 0.119569 10.0.0.130 - - [2026-02-12 03:14:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.003491 10.0.0.130 - - [2026-02-12 03:14:43] "GET /virtual-network/aa72b9f2-a281-41c8-a64f-6ab80dbd78a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004992 10.0.0.130 - - [2026-02-12 03:14:43] "POST /neutron/network HTTP/1.1" 200 830 0.005255 10.0.0.130 - - [2026-02-12 03:14:43] "GET /virtual-network/aa72b9f2-a281-41c8-a64f-6ab80dbd78a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004866 10.0.0.130 - - [2026-02-12 03:14:43] "GET /virtual-network/aa72b9f2-a281-41c8-a64f-6ab80dbd78a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005430 10.0.0.23 - - [2026-02-12 03:14:43] "GET /obj-perms HTTP/1.1" 200 5053 0.060361 10.0.0.130 - - [2026-02-12 03:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004863 10.0.0.23 - - [2026-02-12 03:14:44] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000871 10.0.0.130 - - [2026-02-12 03:14:44] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.054211 10.0.0.130 - - [2026-02-12 03:14:44] "POST /neutron/network HTTP/1.1" 200 117 0.017811 10.0.0.23 - - [2026-02-12 03:14:44] "POST /route-targets HTTP/1.1" 200 327 0.016532 10.0.0.130 - - [2026-02-12 03:14:44] "POST /neutron/network HTTP/1.1" 200 836 0.008107 10.0.0.130 - - [2026-02-12 03:14:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.000980 10.0.0.130 - - [2026-02-12 03:14:44] "GET /virtual-network/97259bdb-6168-4941-a9aa-d631613da869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004618 10.0.0.130 - - [2026-02-12 03:14:44] "GET /virtual-network/97259bdb-6168-4941-a9aa-d631613da869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005179 10.0.0.130 - - [2026-02-12 03:14:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.008400 10.0.0.130 - - [2026-02-12 03:14:44] "GET /virtual-network/97259bdb-6168-4941-a9aa-d631613da869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005415 10.0.0.22 - - [2026-02-12 03:14:45] "GET /obj-perms HTTP/1.1" 200 5053 0.047263 10.0.0.130 - - [2026-02-12 03:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.23 - - [2026-02-12 03:14:45] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001293 10.0.0.130 - - [2026-02-12 03:14:45] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.050310 10.0.0.23 - - [2026-02-12 03:14:45] "POST /ref-update HTTP/1.1" 200 156 0.018945 10.0.0.23 - - [2026-02-12 03:14:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006140 10.0.0.130 - - [2026-02-12 03:14:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.206363 10.0.0.130 - - [2026-02-12 03:14:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001278 10.0.0.130 - - [2026-02-12 03:14:45] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005260 10.0.0.130 - - [2026-02-12 03:14:45] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005208 10.0.0.130 - - [2026-02-12 03:14:45] "POST /neutron/network HTTP/1.1" 200 848 0.005629 10.0.0.130 - - [2026-02-12 03:14:46] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005306 10.0.0.130 - - [2026-02-12 03:14:46] "GET /obj-perms HTTP/1.1" 200 5053 0.003654 10.0.0.130 - - [2026-02-12 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.23 - - [2026-02-12 03:14:46] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000838 10.0.0.130 - - [2026-02-12 03:14:46] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042466 10.0.0.23 - - [2026-02-12 03:14:46] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000948 10.0.0.130 - - [2026-02-12 03:14:46] "POST /neutron/network HTTP/1.1" 200 631 0.106244 10.0.0.130 - - [2026-02-12 03:14:46] "POST /id-to-fqname HTTP/1.1" 200 234 0.004267 10.0.0.130 - - [2026-02-12 03:14:46] "GET /virtual-network/f5f222c2-ab8b-453b-b05c-0833d2e2a48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005113 10.0.0.130 - - [2026-02-12 03:14:46] "POST /neutron/network HTTP/1.1" 200 851 0.006143 10.0.0.130 - - [2026-02-12 03:14:46] "GET /virtual-network/f5f222c2-ab8b-453b-b05c-0833d2e2a48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005536 10.0.0.130 - - [2026-02-12 03:14:47] "GET /virtual-network/f5f222c2-ab8b-453b-b05c-0833d2e2a48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.007185 10.0.0.23 - - [2026-02-12 03:14:47] "GET /obj-perms HTTP/1.1" 200 5053 0.004246 10.0.0.130 - - [2026-02-12 03:14:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001294 10.0.0.130 - - [2026-02-12 03:14:47] "POST /neutron/network HTTP/1.1" 200 842 0.007760 10.0.0.23 - - [2026-02-12 03:14:48] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001004 10.0.0.130 - - [2026-02-12 03:14:48] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057636 10.0.0.130 - - [2026-02-12 03:14:48] "POST /neutron/port HTTP/1.1" 200 117 0.005954 10.0.0.130 - - [2026-02-12 03:14:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.001301 10.0.0.130 - - [2026-02-12 03:14:48] "POST /neutron/network HTTP/1.1" 200 842 0.006661 10.0.0.130 - - [2026-02-12 03:14:49] "POST /neutron/port HTTP/1.1" 200 1064 0.015390 10.0.0.23 - - [2026-02-12 03:14:49] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001197 10.0.0.130 - - [2026-02-12 03:14:49] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.078701 10.0.0.130 - - [2026-02-12 03:14:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003713 10.0.0.130 - - [2026-02-12 03:14:49] "POST /neutron/port HTTP/1.1" 200 117 0.001476 10.0.0.130 - - [2026-02-12 03:14:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007001 10.0.0.130 - - [2026-02-12 03:14:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003093 10.0.0.130 - - [2026-02-12 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.23 - - [2026-02-12 03:14:49] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.130 - - [2026-02-12 03:14:49] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006506 10.0.0.130 - - [2026-02-12 03:14:49] "POST /service-templates HTTP/1.1" 200 543 0.037498 10.0.0.130 - - [2026-02-12 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2026-02-12 03:14:49] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000911 10.0.0.130 - - [2026-02-12 03:14:49] "GET /service-template/52beebe4-e4b0-4e0f-bc30-672301371634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.018795 10.0.0.130 - - [2026-02-12 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.130 - - [2026-02-12 03:14:50] "GET /service-template/52beebe4-e4b0-4e0f-bc30-672301371634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.003097 10.0.0.130 - - [2026-02-12 03:14:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001598 10.0.0.130 - - [2026-02-12 03:14:50] "POST /neutron/port HTTP/1.1" 200 1060 0.267898 10.0.0.130 - - [2026-02-12 03:14:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007843 10.0.0.130 - - [2026-02-12 03:14:50] "POST /neutron/network HTTP/1.1" 200 858 0.006710 10.0.0.130 - - [2026-02-12 03:14:50] "POST /neutron/subnet HTTP/1.1" 200 689 0.009139 10.0.0.23 - - [2026-02-12 03:14:51] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002775 10.0.0.130 - - [2026-02-12 03:14:51] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.062220 10.0.0.130 - - [2026-02-12 03:14:51] "POST /neutron/network HTTP/1.1" 200 848 0.005878 10.0.0.130 - - [2026-02-12 03:14:51] "POST /neutron/port HTTP/1.1" 200 117 0.006788 10.0.0.130 - - [2026-02-12 03:14:51] "GET /virtual-machine/baf9afe7-27ab-4ef9-990d-d93235f9c216 HTTP/1.1" 401 293 0.000348 10.0.0.130 - - [2026-02-12 03:14:51] "GET /virtual-machine/baf9afe7-27ab-4ef9-990d-d93235f9c216 HTTP/1.1" 404 171 0.046014 10.0.0.130 - - [2026-02-12 03:14:52] "POST /neutron/port HTTP/1.1" 200 1062 0.018074 10.0.0.130 - - [2026-02-12 03:14:52] "POST /neutron/port HTTP/1.1" 200 1126 0.017660 10.0.0.130 - - [2026-02-12 03:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.22 - - [2026-02-12 03:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.22 - - [2026-02-12 03:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.22 - - [2026-02-12 03:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.22 - - [2026-02-12 03:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2026-02-12 03:14:53] "GET /virtual-machine/baf9afe7-27ab-4ef9-990d-d93235f9c216 HTTP/1.1" 200 1295 0.006411 10.0.0.130 - - [2026-02-12 03:14:53] "GET /virtual-machine-interface/77bce7d3-5e45-4591-a037-3ecdf63dc619 HTTP/1.1" 200 2984 0.004557 10.0.0.130 - - [2026-02-12 03:14:53] "GET /virtual-machine-interface/77bce7d3-5e45-4591-a037-3ecdf63dc619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.004688 10.0.0.130 - - [2026-02-12 03:14:53] "PUT /virtual-machine-interface/77bce7d3-5e45-4591-a037-3ecdf63dc619 HTTP/1.1" 200 284 0.011899 10.0.0.130 - - [2026-02-12 03:14:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007070 10.0.0.23 - - [2026-02-12 03:14:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.23 - - [2026-02-12 03:14:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.23 - - [2026-02-12 03:14:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.130 - - [2026-02-12 03:14:54] "POST /neutron/port HTTP/1.1" 200 1126 0.020384 10.0.0.23 - - [2026-02-12 03:14:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.130 - - [2026-02-12 03:14:54] "GET /virtual-machine/baf9afe7-27ab-4ef9-990d-d93235f9c216 HTTP/1.1" 200 1295 0.003453 10.0.0.130 - - [2026-02-12 03:14:54] "GET /virtual-machine-interface/77bce7d3-5e45-4591-a037-3ecdf63dc619 HTTP/1.1" 200 3034 0.004594 10.0.0.130 - - [2026-02-12 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.130 - - [2026-02-12 03:14:54] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003255 10.0.0.130 - - [2026-02-12 03:14:54] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003088 10.0.0.130 - - [2026-02-12 03:14:54] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005272 10.0.0.130 - - [2026-02-12 03:14:55] "POST /neutron/port HTTP/1.1" 200 1128 0.018946 10.0.0.130 - - [2026-02-12 03:14:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.008397 10.0.0.130 - - [2026-02-12 03:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.130 - - [2026-02-12 03:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.130 - - [2026-02-12 03:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000586 10.0.0.130 - - [2026-02-12 03:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000490 10.0.0.130 - - [2026-02-12 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.130 - - [2026-02-12 03:14:57] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004967 10.0.0.130 - - [2026-02-12 03:14:58] "POST /neutron/port HTTP/1.1" 200 1124 0.017241 10.0.0.130 - - [2026-02-12 03:14:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004800 10.0.0.130 - - [2026-02-12 03:14:59] "POST /neutron/network HTTP/1.1" 200 830 0.006486 10.0.0.130 - - [2026-02-12 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.013685 10.0.0.130 - - [2026-02-12 03:15:01] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.022933 10.0.0.130 - - [2026-02-12 03:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.130 - - [2026-02-12 03:15:05] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005319 10.0.0.23 - - [2026-02-12 03:15:08] "DELETE /access-control-list/c5b78cf7-96c1-43ed-8546-ff2a7356263a HTTP/1.1" 200 115 0.042104 10.0.0.130 - - [2026-02-12 03:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.130 - - [2026-02-12 03:15:09] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005839 10.0.0.23 - - [2026-02-12 03:15:10] "DELETE /project/cc020c434d1a4db69d3d9cd70b9d0306 HTTP/1.1" 404 173 0.005334 10.0.0.23 - - [2026-02-12 03:15:10] "DELETE /project/15ee89b0-be05-47b0-b77a-65f59181f5a7 HTTP/1.1" 404 177 0.004227 10.0.0.130 - - [2026-02-12 03:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.130 - - [2026-02-12 03:15:13] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006630 10.0.0.130 - - [2026-02-12 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.130 - - [2026-02-12 03:15:17] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005358 10.0.0.130 - - [2026-02-12 03:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.130 - - [2026-02-12 03:15:21] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005311 10.0.0.130 - - [2026-02-12 03:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.130 - - [2026-02-12 03:15:26] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004873 10.0.0.130 - - [2026-02-12 03:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.130 - - [2026-02-12 03:15:30] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004945 10.0.0.130 - - [2026-02-12 03:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.130 - - [2026-02-12 03:15:34] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005415 10.0.0.22 - - [2026-02-12 03:15:38] "GET /obj-perms HTTP/1.1" 200 5075 0.087484 10.0.0.130 - - [2026-02-12 03:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.130 - - [2026-02-12 03:15:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003638 10.0.0.130 - - [2026-02-12 03:15:38] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003021 10.0.0.130 - - [2026-02-12 03:15:38] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.009754 10.0.0.130 - - [2026-02-12 03:15:38] "POST /neutron/port HTTP/1.1" 200 1126 0.019572 10.0.0.130 - - [2026-02-12 03:15:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.032412 10.0.0.130 - - [2026-02-12 03:15:46] "POST /neutron/port HTTP/1.1" 200 1126 0.015105 10.0.0.130 - - [2026-02-12 03:15:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008090 10.0.0.130 - - [2026-02-12 03:15:55] "POST /neutron/port HTTP/1.1" 200 1126 0.018650 10.0.0.130 - - [2026-02-12 03:15:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004129 10.0.0.130 - - [2026-02-12 03:15:55] "POST /neutron/network HTTP/1.1" 200 848 0.008210 10.0.0.130 - - [2026-02-12 03:15:59] "POST /neutron/network HTTP/1.1" 200 840 0.006544 10.0.0.130 - - [2026-02-12 03:15:59] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.130 - - [2026-02-12 03:15:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.003118 10.0.0.130 - - [2026-02-12 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.23 - - [2026-02-12 03:15:59] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001372 10.0.0.130 - - [2026-02-12 03:15:59] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.048128 10.0.0.130 - - [2026-02-12 03:15:59] "POST /service-instances HTTP/1.1" 200 547 0.031210 10.0.0.130 - - [2026-02-12 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.130 - - [2026-02-12 03:15:59] "GET /service-instance/cf83bf18-0e9c-463a-9f27-b995f0f06f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006787 10.0.0.130 - - [2026-02-12 03:15:59] "POST /port-tuples HTTP/1.1" 200 590 0.039403 10.0.0.130 - - [2026-02-12 03:15:59] "GET /virtual-machine-interface/77bce7d3-5e45-4591-a037-3ecdf63dc619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.008868 10.0.0.130 - - [2026-02-12 03:15:59] "PUT /virtual-machine-interface/77bce7d3-5e45-4591-a037-3ecdf63dc619 HTTP/1.1" 200 284 0.013286 10.0.0.130 - - [2026-02-12 03:15:59] "POST /ref-update HTTP/1.1" 200 156 0.017291 10.0.0.22 - - [2026-02-12 03:15:59] "POST /instance-ips HTTP/1.1" 200 373 0.071033 10.0.0.130 - - [2026-02-12 03:15:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009037 10.0.0.22 - - [2026-02-12 03:15:59] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004656 10.0.0.22 - - [2026-02-12 03:15:59] "POST /ref-update HTTP/1.1" 200 156 0.033043 10.0.0.130 - - [2026-02-12 03:16:00] "POST /neutron/port HTTP/1.1" 200 1128 0.039133 10.0.0.130 - - [2026-02-12 03:16:00] "GET /virtual-machine/f7e8a670-55f7-47d5-8bc5-4745b629bcfc HTTP/1.1" 200 1295 0.011336 10.0.0.130 - - [2026-02-12 03:16:00] "GET /virtual-machine-interface/18796bd8-a303-48e5-ae34-f13a8c8f4c73 HTTP/1.1" 200 2957 0.004949 10.0.0.130 - - [2026-02-12 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.130 - - [2026-02-12 03:16:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004190 10.0.0.130 - - [2026-02-12 03:16:00] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003240 10.0.0.130 - - [2026-02-12 03:16:00] "GET /virtual-network/44503f51-7f99-47e7-b72d-e89a37fab504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005529 10.0.0.130 - - [2026-02-12 03:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.130 - - [2026-02-12 03:16:01] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003591 10.0.0.130 - - [2026-02-12 03:16:01] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003645 10.0.0.130 - - [2026-02-12 03:16:01] "GET /virtual-network/44503f51-7f99-47e7-b72d-e89a37fab504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006293 10.0.0.130 - - [2026-02-12 03:16:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010152 10.0.0.130 - - [2026-02-12 03:16:01] "POST /neutron/port HTTP/1.1" 200 1124 0.016634 10.0.0.130 - - [2026-02-12 03:16:01] "GET /virtual-machine/17f80872-95ba-44b3-9d8e-bda521ca3f2f HTTP/1.1" 200 1294 0.005593 10.0.0.130 - - [2026-02-12 03:16:01] "GET /virtual-machine-interface/5c5efb74-2d0c-4429-b356-d544606dd124 HTTP/1.1" 200 2960 0.005571 10.0.0.130 - - [2026-02-12 03:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.130 - - [2026-02-12 03:16:01] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003915 10.0.0.130 - - [2026-02-12 03:16:01] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003499 10.0.0.130 - - [2026-02-12 03:16:01] "GET /virtual-network/aa72b9f2-a281-41c8-a64f-6ab80dbd78a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006424 10.0.0.130 - - [2026-02-12 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.130 - - [2026-02-12 03:16:02] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003693 10.0.0.130 - - [2026-02-12 03:16:02] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003113 10.0.0.130 - - [2026-02-12 03:16:02] "GET /virtual-network/aa72b9f2-a281-41c8-a64f-6ab80dbd78a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005787 10.0.0.130 - - [2026-02-12 03:16:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.004169 10.0.0.130 - - [2026-02-12 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.010568 10.0.0.23 - - [2026-02-12 03:16:03] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000929 10.0.0.130 - - [2026-02-12 03:16:03] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.053002 10.0.0.130 - - [2026-02-12 03:16:03] "POST /network-policys HTTP/1.1" 200 551 0.026575 10.0.0.130 - - [2026-02-12 03:16:03] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005842 10.0.0.130 - - [2026-02-12 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002343 10.0.0.130 - - [2026-02-12 03:16:03] "GET /virtual-network/44503f51-7f99-47e7-b72d-e89a37fab504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005436 10.0.0.130 - - [2026-02-12 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.130 - - [2026-02-12 03:16:03] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004583 10.0.0.130 - - [2026-02-12 03:16:03] "POST /ref-update HTTP/1.1" 200 156 0.056794 10.0.0.130 - - [2026-02-12 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.23 - - [2026-02-12 03:16:03] "POST /access-control-lists HTTP/1.1" 200 596 0.077595 10.0.0.130 - - [2026-02-12 03:16:03] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.015719 10.0.0.130 - - [2026-02-12 03:16:03] "GET /virtual-network/44503f51-7f99-47e7-b72d-e89a37fab504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007384 10.0.0.130 - - [2026-02-12 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.130 - - [2026-02-12 03:16:03] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004098 10.0.0.130 - - [2026-02-12 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.130 - - [2026-02-12 03:16:03] "GET /virtual-network/aa72b9f2-a281-41c8-a64f-6ab80dbd78a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006614 10.0.0.130 - - [2026-02-12 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.130 - - [2026-02-12 03:16:03] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005767 10.0.0.23 - - [2026-02-12 03:16:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.010497 10.0.0.130 - - [2026-02-12 03:16:03] "POST /ref-update HTTP/1.1" 200 156 0.085389 10.0.0.130 - - [2026-02-12 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.130 - - [2026-02-12 03:16:04] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.003838 10.0.0.130 - - [2026-02-12 03:16:04] "POST /neutron/network HTTP/1.1" 200 922 0.020615 10.0.0.130 - - [2026-02-12 03:16:04] "GET /virtual-network/aa72b9f2-a281-41c8-a64f-6ab80dbd78a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008364 10.0.0.130 - - [2026-02-12 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.23 - - [2026-02-12 03:16:04] "POST /ref-update HTTP/1.1" 200 156 0.032950 10.0.0.130 - - [2026-02-12 03:16:04] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005367 10.0.0.130 - - [2026-02-12 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.130 - - [2026-02-12 03:16:04] "GET /service-template/52beebe4-e4b0-4e0f-bc30-672301371634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.003773 10.0.0.130 - - [2026-02-12 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.23 - - [2026-02-12 03:16:04] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.130 - - [2026-02-12 03:16:04] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042001 10.0.0.130 - - [2026-02-12 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.130 - - [2026-02-12 03:16:04] "GET /service-instance/cf83bf18-0e9c-463a-9f27-b995f0f06f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.006460 10.0.0.130 - - [2026-02-12 03:16:04] "POST /neutron/port HTTP/1.1" 200 1384 0.027967 10.0.0.130 - - [2026-02-12 03:16:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007192 10.0.0.130 - - [2026-02-12 03:16:05] "POST /neutron/network HTTP/1.1" 200 822 0.018735 10.0.0.130 - - [2026-02-12 03:16:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001817 10.0.0.130 - - [2026-02-12 03:16:05] "GET /virtual-machine/baf9afe7-27ab-4ef9-990d-d93235f9c216 HTTP/1.1" 200 1295 0.004912 10.0.0.130 - - [2026-02-12 03:16:05] "GET /virtual-machine-interface/77bce7d3-5e45-4591-a037-3ecdf63dc619 HTTP/1.1" 200 3890 0.007013 10.0.0.130 - - [2026-02-12 03:16:05] "GET /instance-ip/17df5ec9-5d9c-4d0a-a983-2367486142e5 HTTP/1.1" 200 1962 0.005412 10.0.0.130 - - [2026-02-12 03:16:05] "GET /instance-ip/3c13d9ba-5049-4cfb-97bc-c6bfe98ad616 HTTP/1.1" 200 1635 0.006762 10.0.0.130 - - [2026-02-12 03:16:05] "GET /instance-ip/c903f814-45c3-408a-9a08-a3bb515da2ff HTTP/1.1" 200 1965 0.003911 10.0.0.130 - - [2026-02-12 03:16:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007606 10.0.0.130 - - [2026-02-12 03:16:05] "GET /virtual-machine/baf9afe7-27ab-4ef9-990d-d93235f9c216 HTTP/1.1" 200 1295 0.003955 10.0.0.130 - - [2026-02-12 03:16:05] "GET /virtual-machine-interface/77bce7d3-5e45-4591-a037-3ecdf63dc619 HTTP/1.1" 200 3890 0.005443 10.0.0.130 - - [2026-02-12 03:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.130 - - [2026-02-12 03:16:05] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003256 10.0.0.130 - - [2026-02-12 03:16:05] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002862 10.0.0.130 - - [2026-02-12 03:16:05] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005616 10.0.0.130 - - [2026-02-12 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.130 - - [2026-02-12 03:16:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004031 10.0.0.130 - - [2026-02-12 03:16:06] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003511 10.0.0.130 - - [2026-02-12 03:16:06] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005616 10.0.0.130 - - [2026-02-12 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.130 - - [2026-02-12 03:16:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003789 10.0.0.130 - - [2026-02-12 03:16:06] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002806 10.0.0.130 - - [2026-02-12 03:16:06] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.009220 10.0.0.130 - - [2026-02-12 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.130 - - [2026-02-12 03:16:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005520 10.0.0.130 - - [2026-02-12 03:16:06] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004347 10.0.0.130 - - [2026-02-12 03:16:06] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.009597 10.0.0.130 - - [2026-02-12 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.130 - - [2026-02-12 03:16:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007653 10.0.0.130 - - [2026-02-12 03:16:06] "GET /virtual-networks?parent_id=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003703 10.0.0.130 - - [2026-02-12 03:16:06] "GET /virtual-network/a18fe963-92fd-4d12-a919-3e7f42608973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006950 10.0.0.130 - - [2026-02-12 03:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.130 - - [2026-02-12 03:16:07] "GET /routing-instance/dae72abc-4b0d-45ec-a8f2-700e82037152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004903 10.0.0.130 - - [2026-02-12 03:16:07] "GET /routing-instance/dae72abc-4b0d-45ec-a8f2-700e82037152?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.006134 10.0.0.130 - - [2026-02-12 03:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.130 - - [2026-02-12 03:16:07] "GET /routing-instance/f3a6e792-9191-4346-9e95-735a3eb8ac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005117 10.0.0.130 - - [2026-02-12 03:16:07] "GET /routing-instance/f3a6e792-9191-4346-9e95-735a3eb8ac0e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.005672 10.0.0.130 - - [2026-02-12 03:16:50] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004149 10.0.0.130 - - [2026-02-12 03:16:50] "PUT /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3 HTTP/1.1" 200 262 0.015648 10.0.0.130 - - [2026-02-12 03:16:50] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.003969 10.0.0.130 - - [2026-02-12 03:16:50] "POST /neutron/port HTTP/1.1" 200 1384 0.021422 10.0.0.130 - - [2026-02-12 03:16:55] "POST /neutron/port HTTP/1.1" 200 1128 0.046106 10.0.0.130 - - [2026-02-12 03:16:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.009253 10.0.0.130 - - [2026-02-12 03:16:59] "POST /neutron/port HTTP/1.1" 200 1124 0.038951 10.0.0.130 - - [2026-02-12 03:16:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004004 10.0.0.130 - - [2026-02-12 03:16:59] "POST /neutron/network HTTP/1.1" 200 922 0.007319 10.0.0.130 - - [2026-02-12 03:17:18] "POST /ref-update HTTP/1.1" 200 156 0.053226 10.0.0.130 - - [2026-02-12 03:17:18] "POST /neutron/network HTTP/1.1" 200 830 0.008682 10.0.0.130 - - [2026-02-12 03:17:18] "GET /virtual-network/aa72b9f2-a281-41c8-a64f-6ab80dbd78a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004743 10.0.0.130 - - [2026-02-12 03:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.130 - - [2026-02-12 03:17:18] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004970 10.0.0.130 - - [2026-02-12 03:17:18] "POST /ref-update HTTP/1.1" 200 156 0.047272 10.0.0.130 - - [2026-02-12 03:17:18] "GET /virtual-network/44503f51-7f99-47e7-b72d-e89a37fab504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008096 10.0.0.130 - - [2026-02-12 03:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006376 10.0.0.130 - - [2026-02-12 03:17:18] "GET /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004200 10.0.0.130 - - [2026-02-12 03:17:19] "DELETE /network-policy/9cc3e447-c5a8-432f-8b45-1a3ebc45b9f3 HTTP/1.1" 200 115 0.033193 10.0.0.130 - - [2026-02-12 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.130 - - [2026-02-12 03:17:19] "DELETE /service-instance/cf83bf18-0e9c-463a-9f27-b995f0f06f39 HTTP/1.1" 200 115 0.045218 10.0.0.23 - - [2026-02-12 03:17:19] "DELETE /access-control-list/bc25db70-81f7-4728-abee-383322d2e729 HTTP/1.1" 200 115 0.107684 10.0.0.130 - - [2026-02-12 03:17:19] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004519 10.0.0.130 - - [2026-02-12 03:17:19] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002621 10.0.0.22 - - [2026-02-12 03:17:19] "DELETE /instance-ip/c903f814-45c3-408a-9a08-a3bb515da2ff HTTP/1.1" 200 115 0.161955 10.0.0.23 - - [2026-02-12 03:17:19] "POST /ref-update HTTP/1.1" 200 156 0.023972 10.0.0.130 - - [2026-02-12 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.130 - - [2026-02-12 03:17:19] "DELETE /service-template/52beebe4-e4b0-4e0f-bc30-672301371634 HTTP/1.1" 200 115 0.033506 10.0.0.130 - - [2026-02-12 03:17:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.007167 10.0.0.23 - - [2026-02-12 03:17:19] "POST /ref-update HTTP/1.1" 200 156 0.030014 10.0.0.23 - - [2026-02-12 03:17:19] "DELETE /route-target/4b4bce67-de4d-420d-aeab-7695cb6f6e2c HTTP/1.1" 200 115 0.026532 10.0.0.23 - - [2026-02-12 03:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.067059 10.0.0.23 - - [2026-02-12 03:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002837 10.0.0.130 - - [2026-02-12 03:17:20] "POST /neutron/network HTTP/1.1" 200 151 0.164597 10.0.0.130 - - [2026-02-12 03:17:20] "POST /neutron/port HTTP/1.1" 200 151 0.228682 10.0.0.130 - - [2026-02-12 03:17:20] "POST /neutron/port HTTP/1.1" 200 1114 0.012906 10.0.0.130 - - [2026-02-12 03:17:20] "POST /neutron/port HTTP/1.1" 200 151 0.195548 10.0.0.130 - - [2026-02-12 03:17:20] "POST /neutron/network HTTP/1.1" 200 836 0.007493 10.0.0.23 - - [2026-02-12 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.23 - - [2026-02-12 03:17:21] "POST /useragent-kv HTTP/1.1" 200 115 0.008422 10.0.0.23 - - [2026-02-12 03:17:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003262 10.0.0.130 - - [2026-02-12 03:17:21] "POST /neutron/network HTTP/1.1" 200 151 0.146369 10.0.0.23 - - [2026-02-12 03:17:21] "DELETE /route-target/e7ec3d22-052f-4647-811b-73779456d660 HTTP/1.1" 200 115 0.038688 10.0.0.23 - - [2026-02-12 03:17:23] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000994 10.0.0.130 - - [2026-02-12 03:17:23] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.033993 10.0.0.23 - - [2026-02-12 03:17:23] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001648 10.0.0.130 - - [2026-02-12 03:17:23] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?fields=virtual_networks HTTP/1.1" 200 1047 0.091199 10.0.0.23 - - [2026-02-12 03:17:23] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001112 10.0.0.130 - - [2026-02-12 03:17:23] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.037531 10.0.0.23 - - [2026-02-12 03:17:23] "GET /projects?obj_uuids=cc020c43-4d1a-4db6-9d3d-9cd70b9d0306&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.130 - - [2026-02-12 03:17:23] "GET /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306?fields=security_groups HTTP/1.1" 200 1275 0.051072 10.0.0.130 - - [2026-02-12 03:17:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.028225 10.0.0.23 - - [2026-02-12 03:17:24] "GET /projects?obj_uuids=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003701 10.0.0.23 - - [2026-02-12 03:17:24] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002410 10.0.0.23 - - [2026-02-12 03:17:24] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009773 10.0.0.23 - - [2026-02-12 03:17:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.004004 10.0.0.23 - - [2026-02-12 03:17:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.006750 10.0.0.23 - - [2026-02-12 03:17:24] "POST /security-groups HTTP/1.1" 200 592 0.069570 10.0.0.23 - - [2026-02-12 03:17:24] "POST /fqname-to-id HTTP/1.1" 404 235 0.003676 10.0.0.23 - - [2026-02-12 03:17:24] "POST /projects HTTP/1.1" 200 587 0.275691 10.0.0.23 - - [2026-02-12 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.308055 10.0.0.23 - - [2026-02-12 03:17:24] "POST /access-control-lists HTTP/1.1" 200 595 0.029976 10.0.0.130 - - [2026-02-12 03:17:24] "GET /project/75a79f45-3935-4aff-87a7-e8cebe7b908f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.455454 10.0.0.130 - - [2026-02-12 03:17:25] "GET / HTTP/1.1" 200 35931 0.002777 10.0.0.130 - - [2026-02-12 03:17:28] "GET /project/75a79f45-3935-4aff-87a7-e8cebe7b908f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000457 10.0.0.23 - - [2026-02-12 03:17:28] "GET /projects?obj_uuids=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000986 10.0.0.130 - - [2026-02-12 03:17:28] "GET /project/75a79f45-3935-4aff-87a7-e8cebe7b908f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.066298 10.0.0.130 - - [2026-02-12 03:17:28] "POST /fqname-to-id HTTP/1.1" 404 180 0.003026 10.0.0.130 - - [2026-02-12 03:17:28] "POST /virtual-DNSs HTTP/1.1" 200 507 0.031500 10.0.0.130 - - [2026-02-12 03:17:28] "GET /virtual-DNS/2d5cec3e-b0e5-4678-bada-c2d76c929522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006085 10.0.0.130 - - [2026-02-12 03:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.130 - - [2026-02-12 03:17:28] "GET /virtual-DNS/2d5cec3e-b0e5-4678-bada-c2d76c929522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005685 10.0.0.130 - - [2026-02-12 03:17:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003285 10.0.0.130 - - [2026-02-12 03:17:29] "POST /network-ipams HTTP/1.1" 200 514 0.022759 10.0.0.130 - - [2026-02-12 03:17:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003593 10.0.0.130 - - [2026-02-12 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.130 - - [2026-02-12 03:17:29] "GET /network-ipam/59c1ebd7-f6f5-4525-b658-a01831b6bc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.005700 10.0.0.130 - - [2026-02-12 03:17:29] "PUT /network-ipam/59c1ebd7-f6f5-4525-b658-a01831b6bc91 HTTP/1.1" 200 258 0.012398 10.0.0.130 - - [2026-02-12 03:17:29] "POST /ref-update HTTP/1.1" 200 156 0.012816 10.0.0.130 - - [2026-02-12 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.23 - - [2026-02-12 03:17:29] "GET /projects?obj_uuids=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.130 - - [2026-02-12 03:17:29] "GET /project/75a79f45-3935-4aff-87a7-e8cebe7b908f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.040019 10.0.0.130 - - [2026-02-12 03:17:29] "POST /neutron/network HTTP/1.1" 200 117 0.036544 10.0.0.130 - - [2026-02-12 03:17:30] "POST /neutron/network HTTP/1.1" 200 833 0.008457 10.0.0.130 - - [2026-02-12 03:17:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001332 10.0.0.130 - - [2026-02-12 03:17:30] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008173 10.0.0.130 - - [2026-02-12 03:17:30] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006573 10.0.0.130 - - [2026-02-12 03:17:30] "POST /neutron/subnet HTTP/1.1" 200 711 0.009753 10.0.0.130 - - [2026-02-12 03:17:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001404 10.0.0.130 - - [2026-02-12 03:17:30] "POST /neutron/network HTTP/1.1" 200 843 0.005965 10.0.0.23 - - [2026-02-12 03:17:31] "GET /projects?obj_uuids=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001635 10.0.0.130 - - [2026-02-12 03:17:31] "GET /project/75a79f45-3935-4aff-87a7-e8cebe7b908f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.085819 10.0.0.130 - - [2026-02-12 03:17:31] "POST /neutron/port HTTP/1.1" 200 117 0.009060 10.0.0.23 - - [2026-02-12 03:17:31] "GET /projects?obj_uuids=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001147 10.0.0.130 - - [2026-02-12 03:17:32] "POST /neutron/port HTTP/1.1" 200 1058 0.307256 10.0.0.130 - - [2026-02-12 03:17:32] "POST /neutron/port HTTP/1.1" 200 1112 0.122746 10.0.0.130 - - [2026-02-12 03:17:32] "POST /neutron/subnet HTTP/1.1" 200 685 0.011507 10.0.0.130 - - [2026-02-12 03:17:36] "POST /neutron/port HTTP/1.1" 200 1122 0.017905 10.0.0.130 - - [2026-02-12 03:17:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006870 10.0.0.130 - - [2026-02-12 03:17:36] "GET /virtual-machine/02107117-22f3-4d00-ac80-9aa3cc7a74b8 HTTP/1.1" 401 293 0.000477 10.0.0.130 - - [2026-02-12 03:17:36] "GET /virtual-machine/02107117-22f3-4d00-ac80-9aa3cc7a74b8 HTTP/1.1" 200 1292 0.029456 10.0.0.130 - - [2026-02-12 03:17:36] "GET /virtual-machine-interface/dfc92823-ef57-4307-b48b-73fd27c4fcb2 HTTP/1.1" 200 2965 0.004772 10.0.0.130 - - [2026-02-12 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.130 - - [2026-02-12 03:17:36] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003475 10.0.0.130 - - [2026-02-12 03:17:36] "GET /virtual-networks?parent_id=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003123 10.0.0.130 - - [2026-02-12 03:17:37] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005437 10.0.0.130 - - [2026-02-12 03:17:39] "GET /obj-perms HTTP/1.1" 200 5075 0.055316 10.0.0.130 - - [2026-02-12 03:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006502 10.0.0.130 - - [2026-02-12 03:17:40] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005439 10.0.0.130 - - [2026-02-12 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.130 - - [2026-02-12 03:17:44] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005377 10.0.0.130 - - [2026-02-12 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.130 - - [2026-02-12 03:17:48] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008854 10.0.0.130 - - [2026-02-12 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.130 - - [2026-02-12 03:17:52] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006255 10.0.0.130 - - [2026-02-12 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.130 - - [2026-02-12 03:17:56] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006822 10.0.0.23 - - [2026-02-12 03:17:58] "DELETE /access-control-list/4ac719fd-7da0-47aa-9045-3c8b4eb2cadd HTTP/1.1" 200 115 0.029925 10.0.0.130 - - [2026-02-12 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.130 - - [2026-02-12 03:18:00] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005335 10.0.0.130 - - [2026-02-12 03:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.130 - - [2026-02-12 03:18:04] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005237 10.0.0.130 - - [2026-02-12 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.130 - - [2026-02-12 03:18:08] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004961 10.0.0.23 - - [2026-02-12 03:18:10] "DELETE /project/75a79f4539354aff87a7e8cebe7b908f HTTP/1.1" 404 173 0.003933 10.0.0.23 - - [2026-02-12 03:18:10] "DELETE /project/cc020c43-4d1a-4db6-9d3d-9cd70b9d0306 HTTP/1.1" 404 177 0.003569 10.0.0.130 - - [2026-02-12 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.130 - - [2026-02-12 03:18:10] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004534 10.0.0.130 - - [2026-02-12 03:18:10] "GET /virtual-networks?parent_id=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003693 10.0.0.130 - - [2026-02-12 03:18:10] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007576 10.0.0.130 - - [2026-02-12 03:18:11] "POST /neutron/port HTTP/1.1" 200 1122 0.025170 10.0.0.130 - - [2026-02-12 03:18:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008527 10.0.0.130 - - [2026-02-12 03:18:21] "POST /neutron/port HTTP/1.1" 200 1122 0.018897 10.0.0.23 - - [2026-02-12 03:18:40] "GET /obj-perms HTTP/1.1" 200 5075 0.053540 10.0.0.130 - - [2026-02-12 03:18:51] "POST /neutron/network HTTP/1.1" 200 833 0.007889 10.0.0.130 - - [2026-02-12 03:18:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001163 10.0.0.130 - - [2026-02-12 03:18:52] "POST /neutron/network HTTP/1.1" 200 843 0.008359 10.0.0.23 - - [2026-02-12 03:18:52] "GET /projects?obj_uuids=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001436 10.0.0.130 - - [2026-02-12 03:18:52] "GET /project/75a79f45-3935-4aff-87a7-e8cebe7b908f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.075523 10.0.0.130 - - [2026-02-12 03:18:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007014 10.0.0.130 - - [2026-02-12 03:18:53] "POST /neutron/network HTTP/1.1" 200 843 0.007268 10.0.0.130 - - [2026-02-12 03:18:53] "POST /neutron/port HTTP/1.1" 200 1058 0.018324 10.0.0.130 - - [2026-02-12 03:18:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004305 10.0.0.130 - - [2026-02-12 03:18:54] "POST /neutron/network HTTP/1.1" 200 833 0.006929 10.0.0.130 - - [2026-02-12 03:18:58] "POST /neutron/port HTTP/1.1" 200 1122 0.016328 10.0.0.130 - - [2026-02-12 03:18:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006698 10.0.0.130 - - [2026-02-12 03:18:58] "GET /virtual-machine/51674c7a-68d8-4681-8318-50e303d550f6 HTTP/1.1" 200 1292 0.005380 10.0.0.130 - - [2026-02-12 03:18:58] "GET /virtual-machine-interface/d432462b-9ade-4fa6-ab06-cb2420504b37 HTTP/1.1" 200 2965 0.005706 10.0.0.130 - - [2026-02-12 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.130 - - [2026-02-12 03:18:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003117 10.0.0.130 - - [2026-02-12 03:18:58] "GET /virtual-networks?parent_id=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002815 10.0.0.130 - - [2026-02-12 03:18:58] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006270 10.0.0.130 - - [2026-02-12 03:18:59] "POST /neutron/network HTTP/1.1" 200 843 0.006052 10.0.0.130 - - [2026-02-12 03:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.130 - - [2026-02-12 03:19:01] "POST /neutron/port HTTP/1.1" 200 1122 0.017522 10.0.0.130 - - [2026-02-12 03:19:01] "POST /neutron/subnet HTTP/1.1" 200 685 0.008538 10.0.0.130 - - [2026-02-12 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.130 - - [2026-02-12 03:19:01] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004997 10.0.0.130 - - [2026-02-12 03:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.130 - - [2026-02-12 03:19:05] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004970 10.0.0.130 - - [2026-02-12 03:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.130 - - [2026-02-12 03:19:09] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005069 10.0.0.130 - - [2026-02-12 03:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.130 - - [2026-02-12 03:19:13] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010683 10.0.0.130 - - [2026-02-12 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.130 - - [2026-02-12 03:19:17] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004706 10.0.0.130 - - [2026-02-12 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.130 - - [2026-02-12 03:19:22] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005654 10.0.0.130 - - [2026-02-12 03:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.130 - - [2026-02-12 03:19:26] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005024 10.0.0.130 - - [2026-02-12 03:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.130 - - [2026-02-12 03:19:30] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006608 10.0.0.130 - - [2026-02-12 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.130 - - [2026-02-12 03:19:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003343 10.0.0.130 - - [2026-02-12 03:19:32] "GET /virtual-networks?parent_id=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003065 10.0.0.130 - - [2026-02-12 03:19:32] "GET /virtual-network/c8bbb517-2f23-4750-8f90-7bca77e54236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005679 10.0.0.130 - - [2026-02-12 03:19:32] "POST /neutron/port HTTP/1.1" 200 1122 0.021047 10.0.0.130 - - [2026-02-12 03:19:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007454 10.0.0.22 - - [2026-02-12 03:19:41] "GET /obj-perms HTTP/1.1" 200 5075 0.054564 10.0.0.130 - - [2026-02-12 03:19:42] "POST /neutron/port HTTP/1.1" 200 1122 0.017258 10.0.0.130 - - [2026-02-12 03:19:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008753 10.0.0.22 - - [2026-02-12 03:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.22 - - [2026-02-12 03:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.22 - - [2026-02-12 03:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.22 - - [2026-02-12 03:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.23 - - [2026-02-12 03:19:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.23 - - [2026-02-12 03:19:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000602 10.0.0.23 - - [2026-02-12 03:19:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.23 - - [2026-02-12 03:19:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.130 - - [2026-02-12 03:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.130 - - [2026-02-12 03:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.130 - - [2026-02-12 03:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.130 - - [2026-02-12 03:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.130 - - [2026-02-12 03:19:59] "POST /neutron/network HTTP/1.1" 200 843 0.006999 10.0.0.130 - - [2026-02-12 03:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.130 - - [2026-02-12 03:20:01] "POST /neutron/port HTTP/1.1" 200 1122 0.018985 10.0.0.130 - - [2026-02-12 03:20:01] "POST /neutron/subnet HTTP/1.1" 200 685 0.008627 10.0.0.130 - - [2026-02-12 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.130 - - [2026-02-12 03:20:20] "DELETE /virtual-DNS/2d5cec3e-b0e5-4678-bada-c2d76c929522 HTTP/1.1" 409 235 0.007645 10.0.0.130 - - [2026-02-12 03:20:20] "POST /fqname-to-id HTTP/1.1" 404 192 0.004123 10.0.0.130 - - [2026-02-12 03:20:20] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.022716 10.0.0.130 - - [2026-02-12 03:20:20] "GET /virtual-DNS-record/96fef1a5-f27b-4c11-8e3a-1655e05db372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005528 10.0.0.130 - - [2026-02-12 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.130 - - [2026-02-12 03:20:20] "GET /virtual-DNS-record/96fef1a5-f27b-4c11-8e3a-1655e05db372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003611 10.0.0.130 - - [2026-02-12 03:20:27] "DELETE /virtual-DNS-record/96fef1a5-f27b-4c11-8e3a-1655e05db372 HTTP/1.1" 200 115 0.027251 10.0.0.130 - - [2026-02-12 03:20:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.002950 10.0.0.130 - - [2026-02-12 03:20:27] "POST /neutron/network HTTP/1.1" 200 833 0.008191 10.0.0.130 - - [2026-02-12 03:20:27] "POST /neutron/port HTTP/1.1" 200 1112 0.012423 10.0.0.130 - - [2026-02-12 03:20:27] "POST /neutron/port HTTP/1.1" 200 1112 0.014003 10.0.0.23 - - [2026-02-12 03:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004736 10.0.0.23 - - [2026-02-12 03:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002635 10.0.0.130 - - [2026-02-12 03:20:29] "POST /neutron/network HTTP/1.1" 200 151 0.118076 10.0.0.130 - - [2026-02-12 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.23 - - [2026-02-12 03:20:29] "DELETE /route-target/cd2b5677-ba47-49e4-aae6-664f21a89329 HTTP/1.1" 200 115 0.036621 10.0.0.130 - - [2026-02-12 03:20:29] "DELETE /network-ipam/59c1ebd7-f6f5-4525-b658-a01831b6bc91 HTTP/1.1" 200 115 0.059316 10.0.0.130 - - [2026-02-12 03:20:29] "DELETE /virtual-DNS/2d5cec3e-b0e5-4678-bada-c2d76c929522 HTTP/1.1" 200 115 0.030604 10.0.0.130 - - [2026-02-12 03:20:29] "POST /fqname-to-id HTTP/1.1" 404 180 0.006857 10.0.0.23 - - [2026-02-12 03:20:31] "GET /projects?obj_uuids=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.130 - - [2026-02-12 03:20:31] "GET /project/75a79f45-3935-4aff-87a7-e8cebe7b908f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.060065 10.0.0.23 - - [2026-02-12 03:20:31] "GET /projects?obj_uuids=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001067 10.0.0.130 - - [2026-02-12 03:20:31] "GET /project/75a79f45-3935-4aff-87a7-e8cebe7b908f?fields=virtual_networks HTTP/1.1" 200 1043 0.049858 10.0.0.23 - - [2026-02-12 03:20:31] "GET /projects?obj_uuids=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.130 - - [2026-02-12 03:20:31] "GET /project/75a79f45-3935-4aff-87a7-e8cebe7b908f?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.048813 10.0.0.23 - - [2026-02-12 03:20:31] "GET /projects?obj_uuids=75a79f45-3935-4aff-87a7-e8cebe7b908f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000974 10.0.0.130 - - [2026-02-12 03:20:31] "GET /project/75a79f45-3935-4aff-87a7-e8cebe7b908f?fields=security_groups HTTP/1.1" 200 1270 0.066342 10.0.0.130 - - [2026-02-12 03:20:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.037269 10.0.0.23 - - [2026-02-12 03:20:32] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004673 10.0.0.23 - - [2026-02-12 03:20:32] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.23 - - [2026-02-12 03:20:32] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048644 10.0.0.23 - - [2026-02-12 03:20:32] "POST /id-to-fqname HTTP/1.1" 200 191 0.001128 10.0.0.23 - - [2026-02-12 03:20:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.014251 10.0.0.23 - - [2026-02-12 03:20:32] "POST /security-groups HTTP/1.1" 200 592 0.029445 10.0.0.23 - - [2026-02-12 03:20:32] "POST /projects HTTP/1.1" 200 587 0.254107 10.0.0.23 - - [2026-02-12 03:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.334168 10.0.0.23 - - [2026-02-12 03:20:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.006368 10.0.0.130 - - [2026-02-12 03:20:32] "GET /project/726f1fca-ff5e-4a77-aa1d-0f7026556462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.524847 10.0.0.130 - - [2026-02-12 03:20:33] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.130 - - [2026-02-12 03:20:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.130 - - [2026-02-12 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.071149 10.0.0.23 - - [2026-02-12 03:20:36] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000812 10.0.0.130 - - [2026-02-12 03:20:36] "GET /project/726f1fca-ff5e-4a77-aa1d-0f7026556462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.032816 10.0.0.23 - - [2026-02-12 03:20:36] "POST /ref-update HTTP/1.1" 200 156 0.029374 10.0.0.23 - - [2026-02-12 03:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.008267 10.0.0.130 - - [2026-02-12 03:20:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.218663 10.0.0.130 - - [2026-02-12 03:20:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001289 10.0.0.130 - - [2026-02-12 03:20:36] "GET /virtual-network/37801d04-5cd2-424b-a4e1-0da5f9a3c0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004931 10.0.0.130 - - [2026-02-12 03:20:36] "GET /virtual-network/37801d04-5cd2-424b-a4e1-0da5f9a3c0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005229 10.0.0.130 - - [2026-02-12 03:20:36] "POST /neutron/network HTTP/1.1" 200 828 0.005989 10.0.0.130 - - [2026-02-12 03:20:37] "GET /virtual-network/37801d04-5cd2-424b-a4e1-0da5f9a3c0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005596 10.0.0.130 - - [2026-02-12 03:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2026-02-12 03:20:38] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.130 - - [2026-02-12 03:20:38] "GET /project/726f1fca-ff5e-4a77-aa1d-0f7026556462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.037012 10.0.0.23 - - [2026-02-12 03:20:38] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.130 - - [2026-02-12 03:20:38] "POST /neutron/network HTTP/1.1" 200 608 0.114332 10.0.0.130 - - [2026-02-12 03:20:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.003228 10.0.0.130 - - [2026-02-12 03:20:39] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005271 10.0.0.130 - - [2026-02-12 03:20:39] "POST /neutron/network HTTP/1.1" 200 827 0.005770 10.0.0.130 - - [2026-02-12 03:20:39] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004997 10.0.0.130 - - [2026-02-12 03:20:39] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006169 10.0.0.130 - - [2026-02-12 03:20:39] "GET /obj-perms HTTP/1.1" 200 5051 0.048707 10.0.0.130 - - [2026-02-12 03:20:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001271 10.0.0.23 - - [2026-02-12 03:20:41] "GET /obj-perms HTTP/1.1" 200 5075 0.048005 10.0.0.130 - - [2026-02-12 03:20:54] "POST /neutron/network HTTP/1.1" 200 837 0.006190 10.0.0.23 - - [2026-02-12 03:20:55] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.130 - - [2026-02-12 03:20:55] "GET /project/726f1fca-ff5e-4a77-aa1d-0f7026556462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.065948 10.0.0.130 - - [2026-02-12 03:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.006856 10.0.0.130 - - [2026-02-12 03:20:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001982 10.0.0.130 - - [2026-02-12 03:20:55] "POST /neutron/network HTTP/1.1" 200 837 0.006713 10.0.0.130 - - [2026-02-12 03:20:56] "POST /neutron/port HTTP/1.1" 200 1061 0.040828 10.0.0.23 - - [2026-02-12 03:20:56] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.130 - - [2026-02-12 03:20:56] "GET /project/726f1fca-ff5e-4a77-aa1d-0f7026556462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.128785 10.0.0.130 - - [2026-02-12 03:20:56] "POST /neutron/port HTTP/1.1" 200 1125 0.040971 10.0.0.130 - - [2026-02-12 03:20:56] "POST /neutron/port HTTP/1.1" 200 117 0.001511 10.0.0.130 - - [2026-02-12 03:20:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008873 10.0.0.130 - - [2026-02-12 03:20:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015810 10.0.0.130 - - [2026-02-12 03:20:57] "POST /neutron/port HTTP/1.1" 200 1062 0.048840 10.0.0.130 - - [2026-02-12 03:20:57] "POST /neutron/port HTTP/1.1" 200 1126 0.041030 10.0.0.130 - - [2026-02-12 03:20:58] "POST /neutron/port HTTP/1.1" 200 117 0.003085 10.0.0.23 - - [2026-02-12 03:20:59] "DELETE /access-control-list/1ea6b93d-07ff-438b-bfef-1cabdbec51b1 HTTP/1.1" 200 115 0.057761 10.0.0.130 - - [2026-02-12 03:21:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016495 10.0.0.23 - - [2026-02-12 03:21:10] "DELETE /project/75a79f45-3935-4aff-87a7-e8cebe7b908f HTTP/1.1" 404 177 0.002696 10.0.0.23 - - [2026-02-12 03:21:10] "DELETE /project/726f1fcaff5e4a77aa1d0f7026556462 HTTP/1.1" 404 173 0.006468 10.0.0.130 - - [2026-02-12 03:21:12] "POST /neutron/port HTTP/1.1" 200 1125 0.014707 10.0.0.130 - - [2026-02-12 03:21:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008725 10.0.0.130 - - [2026-02-12 03:21:27] "POST /neutron/port HTTP/1.1" 200 1125 0.016275 10.0.0.130 - - [2026-02-12 03:21:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006875 10.0.0.130 - - [2026-02-12 03:21:32] "POST /neutron/port HTTP/1.1" 200 1125 0.018304 10.0.0.130 - - [2026-02-12 03:21:32] "GET /virtual-machine/ed6cf4d9-de2e-486e-85c0-53c37ef33b38 HTTP/1.1" 401 293 0.000419 10.0.0.130 - - [2026-02-12 03:21:33] "GET /virtual-machine/ed6cf4d9-de2e-486e-85c0-53c37ef33b38 HTTP/1.1" 200 1293 0.037314 10.0.0.130 - - [2026-02-12 03:21:33] "GET /virtual-machine-interface/4753135f-a38b-498d-82ef-33a10c8293c3 HTTP/1.1" 200 2948 0.006212 10.0.0.130 - - [2026-02-12 03:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.130 - - [2026-02-12 03:21:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004961 10.0.0.130 - - [2026-02-12 03:21:33] "GET /virtual-networks?parent_id=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003739 10.0.0.130 - - [2026-02-12 03:21:33] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007387 10.0.0.130 - - [2026-02-12 03:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.130 - - [2026-02-12 03:21:36] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006495 10.0.0.130 - - [2026-02-12 03:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.130 - - [2026-02-12 03:21:40] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006328 10.0.0.22 - - [2026-02-12 03:21:42] "GET /obj-perms HTTP/1.1" 200 5075 0.048527 10.0.0.130 - - [2026-02-12 03:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.130 - - [2026-02-12 03:21:44] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004925 10.0.0.130 - - [2026-02-12 03:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.130 - - [2026-02-12 03:21:48] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005945 10.0.0.130 - - [2026-02-12 03:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.130 - - [2026-02-12 03:21:52] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008434 10.0.0.130 - - [2026-02-12 03:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.130 - - [2026-02-12 03:21:56] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005481 10.0.0.130 - - [2026-02-12 03:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.130 - - [2026-02-12 03:22:00] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004816 10.0.0.130 - - [2026-02-12 03:22:02] "POST /neutron/port HTTP/1.1" 200 1125 0.041566 10.0.0.130 - - [2026-02-12 03:22:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.009014 10.0.0.130 - - [2026-02-12 03:22:04] "POST /neutron/port HTTP/1.1" 200 1126 0.040346 10.0.0.130 - - [2026-02-12 03:22:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005163 10.0.0.130 - - [2026-02-12 03:22:04] "POST /neutron/network HTTP/1.1" 200 828 0.006588 10.0.0.130 - - [2026-02-12 03:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.130 - - [2026-02-12 03:22:05] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004788 10.0.0.130 - - [2026-02-12 03:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.130 - - [2026-02-12 03:22:09] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007647 10.0.0.130 - - [2026-02-12 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.130 - - [2026-02-12 03:22:13] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006498 10.0.0.130 - - [2026-02-12 03:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.130 - - [2026-02-12 03:22:17] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004957 10.0.0.130 - - [2026-02-12 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.130 - - [2026-02-12 03:22:21] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006084 10.0.0.130 - - [2026-02-12 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.130 - - [2026-02-12 03:22:23] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003491 10.0.0.130 - - [2026-02-12 03:22:23] "GET /virtual-networks?parent_id=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003120 10.0.0.130 - - [2026-02-12 03:22:23] "GET /virtual-network/6807b016-98ff-425c-80c3-da45b1176cde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005648 10.0.0.130 - - [2026-02-12 03:22:28] "POST /neutron/port HTTP/1.1" 200 1125 0.016786 10.0.0.130 - - [2026-02-12 03:22:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006723 10.0.0.130 - - [2026-02-12 03:22:37] "POST /neutron/port HTTP/1.1" 200 1126 0.061509 10.0.0.130 - - [2026-02-12 03:22:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008204 10.0.0.130 - - [2026-02-12 03:22:49] "POST /neutron/port HTTP/1.1" 200 1125 0.018290 10.0.0.130 - - [2026-02-12 03:22:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008415 10.0.0.130 - - [2026-02-12 03:23:03] "POST /neutron/port HTTP/1.1" 200 1126 0.019310 10.0.0.130 - - [2026-02-12 03:23:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003859 10.0.0.130 - - [2026-02-12 03:23:04] "POST /neutron/network HTTP/1.1" 200 828 0.006846 10.0.0.130 - - [2026-02-12 03:23:04] "POST /neutron/network HTTP/1.1" 200 837 0.006334 10.0.0.130 - - [2026-02-12 03:23:04] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.130 - - [2026-02-12 03:23:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009342 10.0.0.130 - - [2026-02-12 03:23:15] "POST /neutron/port HTTP/1.1" 200 1125 0.016257 10.0.0.130 - - [2026-02-12 03:23:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006889 10.0.0.130 - - [2026-02-12 03:23:20] "POST /neutron/port HTTP/1.1" 200 1126 0.015279 10.0.0.130 - - [2026-02-12 03:23:20] "GET /virtual-machine/571378ec-690d-4378-a865-43d9cea6c366 HTTP/1.1" 200 1293 0.005909 10.0.0.130 - - [2026-02-12 03:23:20] "GET /virtual-machine-interface/604252e6-522b-4447-a87f-4c7f2cae008c HTTP/1.1" 200 2949 0.005078 10.0.0.130 - - [2026-02-12 03:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.130 - - [2026-02-12 03:23:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004719 10.0.0.130 - - [2026-02-12 03:23:20] "GET /virtual-networks?parent_id=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002991 10.0.0.130 - - [2026-02-12 03:23:20] "GET /virtual-network/37801d04-5cd2-424b-a4e1-0da5f9a3c0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006331 10.0.0.130 - - [2026-02-12 03:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.130 - - [2026-02-12 03:23:21] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004499 10.0.0.130 - - [2026-02-12 03:23:21] "GET /virtual-networks?parent_id=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003149 10.0.0.130 - - [2026-02-12 03:23:21] "GET /virtual-network/37801d04-5cd2-424b-a4e1-0da5f9a3c0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005913 10.0.0.130 - - [2026-02-12 03:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.23 - - [2026-02-12 03:23:22] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025633 10.0.0.130 - - [2026-02-12 03:23:22] "GET /project/726f1fca-ff5e-4a77-aa1d-0f7026556462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.063753 10.0.0.130 - - [2026-02-12 03:23:22] "GET /virtual-network/37801d04-5cd2-424b-a4e1-0da5f9a3c0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.013693 10.0.0.130 - - [2026-02-12 03:23:22] "GET /floating-ip-pools?parent_id=37801d04-5cd2-424b-a4e1-0da5f9a3c0ff&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003006 10.0.0.130 - - [2026-02-12 03:23:22] "GET /virtual-network/37801d04-5cd2-424b-a4e1-0da5f9a3c0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007166 10.0.0.130 - - [2026-02-12 03:23:22] "POST /floating-ip-pools HTTP/1.1" 200 598 0.028771 10.0.0.130 - - [2026-02-12 03:23:22] "POST /ref-update HTTP/1.1" 200 156 0.017370 10.0.0.130 - - [2026-02-12 03:23:22] "GET /virtual-network/37801d04-5cd2-424b-a4e1-0da5f9a3c0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006412 10.0.0.130 - - [2026-02-12 03:23:22] "GET /virtual-network/37801d04-5cd2-424b-a4e1-0da5f9a3c0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006230 10.0.0.130 - - [2026-02-12 03:23:22] "POST /neutron/port HTTP/1.1" 200 1125 0.021169 10.0.0.130 - - [2026-02-12 03:23:22] "POST /neutron/floatingip HTTP/1.1" 200 578 0.017411 10.0.0.130 - - [2026-02-12 03:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.130 - - [2026-02-12 03:23:22] "GET /routing-instance/0b404fb1-91e1-4f66-88d8-489c572aec9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.003455 10.0.0.130 - - [2026-02-12 03:23:22] "GET /route-target/33241732-8df3-4eb4-b8c4-37fbe8a6c36b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004704 10.0.0.130 - - [2026-02-12 03:23:44] "GET /obj-perms HTTP/1.1" 200 5075 0.055617 10.0.0.130 - - [2026-02-12 03:23:48] "POST /neutron/floatingip HTTP/1.1" 200 531 0.010495 10.0.0.130 - - [2026-02-12 03:23:48] "GET /floating-ip-pool/afb6f81f-d7a6-45bf-ae96-20d6217c3e3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.004050 10.0.0.130 - - [2026-02-12 03:23:48] "POST /ref-update HTTP/1.1" 200 156 0.011659 10.0.0.130 - - [2026-02-12 03:23:49] "DELETE /floating-ip-pool/afb6f81f-d7a6-45bf-ae96-20d6217c3e3e HTTP/1.1" 200 115 0.029570 10.0.0.130 - - [2026-02-12 03:23:49] "POST /neutron/network HTTP/1.1" 400 204 0.014881 10.0.0.130 - - [2026-02-12 03:23:49] "POST /neutron/port HTTP/1.1" 200 151 0.227236 10.0.0.130 - - [2026-02-12 03:23:49] "POST /neutron/port HTTP/1.1" 200 151 0.238834 10.0.0.23 - - [2026-02-12 03:23:51] "DELETE /route-target/96cffb49-5a61-4244-aaf3-fd42138e78ba HTTP/1.1" 200 115 0.049304 10.0.0.130 - - [2026-02-12 03:23:51] "POST /neutron/network HTTP/1.1" 200 828 0.006057 10.0.0.23 - - [2026-02-12 03:23:53] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.130 - - [2026-02-12 03:23:53] "GET /project/726f1fca-ff5e-4a77-aa1d-0f7026556462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.043200 10.0.0.23 - - [2026-02-12 03:23:53] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001009 10.0.0.130 - - [2026-02-12 03:23:53] "GET /project/726f1fca-ff5e-4a77-aa1d-0f7026556462?fields=virtual_networks HTTP/1.1" 200 1044 0.046569 10.0.0.23 - - [2026-02-12 03:23:53] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001319 10.0.0.130 - - [2026-02-12 03:23:53] "GET /project/726f1fca-ff5e-4a77-aa1d-0f7026556462?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.040021 10.0.0.23 - - [2026-02-12 03:23:53] "GET /projects?obj_uuids=726f1fca-ff5e-4a77-aa1d-0f7026556462&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001390 10.0.0.130 - - [2026-02-12 03:23:53] "GET /project/726f1fca-ff5e-4a77-aa1d-0f7026556462?fields=security_groups HTTP/1.1" 200 1271 0.048213 10.0.0.130 - - [2026-02-12 03:23:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.032059 10.0.0.23 - - [2026-02-12 03:23:54] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003416 10.0.0.23 - - [2026-02-12 03:23:54] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.23 - - [2026-02-12 03:23:54] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006630 10.0.0.23 - - [2026-02-12 03:23:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.001233 10.0.0.23 - - [2026-02-12 03:23:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.008489 10.0.0.23 - - [2026-02-12 03:23:54] "POST /security-groups HTTP/1.1" 200 591 0.071280 10.0.0.23 - - [2026-02-12 03:23:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003689 10.0.0.23 - - [2026-02-12 03:23:54] "POST /projects HTTP/1.1" 200 585 0.287595 10.0.0.23 - - [2026-02-12 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.360904 10.0.0.23 - - [2026-02-12 03:23:54] "POST /access-control-lists HTTP/1.1" 200 594 0.033218 10.0.0.130 - - [2026-02-12 03:23:54] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.497275 10.0.0.130 - - [2026-02-12 03:23:55] "GET / HTTP/1.1" 200 35931 0.001478 10.0.0.130 - - [2026-02-12 03:23:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.130 - - [2026-02-12 03:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.054520 10.0.0.23 - - [2026-02-12 03:23:58] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000794 10.0.0.130 - - [2026-02-12 03:23:58] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.037714 10.0.0.23 - - [2026-02-12 03:23:58] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001383 10.0.0.130 - - [2026-02-12 03:23:58] "POST /neutron/network HTTP/1.1" 200 625 0.166255 10.0.0.130 - - [2026-02-12 03:23:58] "POST /id-to-fqname HTTP/1.1" 200 230 0.004677 10.0.0.130 - - [2026-02-12 03:23:58] "GET /virtual-network/8f96311b-5e5f-443a-8938-e96c8a064fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004802 10.0.0.130 - - [2026-02-12 03:23:58] "POST /neutron/network HTTP/1.1" 200 839 0.007038 10.0.0.130 - - [2026-02-12 03:23:58] "GET /virtual-network/8f96311b-5e5f-443a-8938-e96c8a064fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004644 10.0.0.130 - - [2026-02-12 03:23:58] "POST /neutron/network HTTP/1.1" 200 839 0.006153 10.0.0.130 - - [2026-02-12 03:23:58] "POST /id-to-fqname HTTP/1.1" 200 230 0.000886 10.0.0.23 - - [2026-02-12 03:23:59] "DELETE /access-control-list/fee0428a-fd4c-4639-8ee0-7ec3fb9a6697 HTTP/1.1" 200 115 0.038030 10.0.0.23 - - [2026-02-12 03:23:59] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001147 10.0.0.130 - - [2026-02-12 03:23:59] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.125803 10.0.0.130 - - [2026-02-12 03:24:00] "POST /neutron/port HTTP/1.1" 200 117 0.007570 10.0.0.130 - - [2026-02-12 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.130 - - [2026-02-12 03:24:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003530 10.0.0.130 - - [2026-02-12 03:24:00] "PUT /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39 HTTP/1.1" 200 276 0.011750 10.0.0.130 - - [2026-02-12 03:24:00] "POST /neutron/network HTTP/1.1" 200 849 0.010060 10.0.0.130 - - [2026-02-12 03:24:01] "POST /neutron/port HTTP/1.1" 200 1055 0.017071 10.0.0.130 - - [2026-02-12 03:24:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003745 10.0.0.130 - - [2026-02-12 03:24:01] "POST /neutron/network HTTP/1.1" 200 839 0.006296 10.0.0.130 - - [2026-02-12 03:24:05] "POST /neutron/port HTTP/1.1" 200 1119 0.018392 10.0.0.130 - - [2026-02-12 03:24:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011540 10.0.0.130 - - [2026-02-12 03:24:05] "POST /neutron/port HTTP/1.1" 200 1119 0.019012 10.0.0.130 - - [2026-02-12 03:24:05] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.130 - - [2026-02-12 03:24:05] "GET /virtual-machine/8e2f09c2-4726-4e18-930b-43188cdcb72c HTTP/1.1" 401 293 0.000400 10.0.0.130 - - [2026-02-12 03:24:06] "GET /virtual-machine/8e2f09c2-4726-4e18-930b-43188cdcb72c HTTP/1.1" 200 1293 0.037193 10.0.0.130 - - [2026-02-12 03:24:06] "GET /virtual-machine-interface/c7bfd03d-741e-4431-9611-a45ce77d7006 HTTP/1.1" 200 2972 0.007759 10.0.0.130 - - [2026-02-12 03:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.130 - - [2026-02-12 03:24:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005138 10.0.0.130 - - [2026-02-12 03:24:06] "GET /virtual-networks?parent_id=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004113 10.0.0.130 - - [2026-02-12 03:24:06] "GET /virtual-network/8f96311b-5e5f-443a-8938-e96c8a064fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008007 10.0.0.130 - - [2026-02-12 03:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.130 - - [2026-02-12 03:24:09] "GET /virtual-network/8f96311b-5e5f-443a-8938-e96c8a064fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005606 10.0.0.130 - - [2026-02-12 03:24:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006528 10.0.0.23 - - [2026-02-12 03:24:10] "DELETE /project/c9a5f7a406064fd09101bcbe7d3ad92c HTTP/1.1" 404 173 0.002964 10.0.0.23 - - [2026-02-12 03:24:10] "DELETE /project/726f1fca-ff5e-4a77-aa1d-0f7026556462 HTTP/1.1" 404 177 0.005358 10.0.0.130 - - [2026-02-12 03:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.130 - - [2026-02-12 03:24:11] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003818 10.0.0.130 - - [2026-02-12 03:24:11] "GET /virtual-networks?parent_id=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005428 10.0.0.130 - - [2026-02-12 03:24:11] "GET /virtual-network/8f96311b-5e5f-443a-8938-e96c8a064fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005638 10.0.0.130 - - [2026-02-12 03:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.130 - - [2026-02-12 03:24:13] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003663 10.0.0.130 - - [2026-02-12 03:24:13] "PUT /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39 HTTP/1.1" 200 276 0.011022 10.0.0.130 - - [2026-02-12 03:24:14] "POST /neutron/port HTTP/1.1" 200 1119 0.014935 10.0.0.130 - - [2026-02-12 03:24:15] "POST /neutron/network HTTP/1.1" 200 839 0.011065 10.0.0.23 - - [2026-02-12 03:24:15] "DELETE /route-target/ec6108b7-7f5a-4f14-9e7a-b78021ecc6f8 HTTP/1.1" 200 115 0.023773 10.0.0.130 - - [2026-02-12 03:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.23 - - [2026-02-12 03:24:18] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001352 10.0.0.130 - - [2026-02-12 03:24:18] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040934 10.0.0.23 - - [2026-02-12 03:24:18] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.130 - - [2026-02-12 03:24:18] "POST /neutron/network HTTP/1.1" 200 605 0.106340 10.0.0.130 - - [2026-02-12 03:24:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.003192 10.0.0.130 - - [2026-02-12 03:24:19] "GET /virtual-network/c53a60a1-7a00-4428-b249-2c39150dee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004780 10.0.0.130 - - [2026-02-12 03:24:19] "POST /neutron/network HTTP/1.1" 200 823 0.005504 10.0.0.130 - - [2026-02-12 03:24:19] "GET /virtual-network/c53a60a1-7a00-4428-b249-2c39150dee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004812 10.0.0.130 - - [2026-02-12 03:24:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001259 10.0.0.130 - - [2026-02-12 03:24:19] "POST /neutron/network HTTP/1.1" 200 833 0.008598 10.0.0.23 - - [2026-02-12 03:24:20] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001434 10.0.0.130 - - [2026-02-12 03:24:20] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.074667 10.0.0.130 - - [2026-02-12 03:24:20] "POST /neutron/port HTTP/1.1" 200 117 0.007941 10.0.0.23 - - [2026-02-12 03:24:20] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.130 - - [2026-02-12 03:24:20] "POST /neutron/port HTTP/1.1" 200 1059 0.292741 10.0.0.130 - - [2026-02-12 03:24:21] "POST /neutron/port HTTP/1.1" 200 1113 0.091031 10.0.0.130 - - [2026-02-12 03:24:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.008268 10.0.0.130 - - [2026-02-12 03:24:25] "POST /neutron/port HTTP/1.1" 200 1123 0.020207 10.0.0.130 - - [2026-02-12 03:24:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006489 10.0.0.130 - - [2026-02-12 03:24:25] "GET /virtual-machine/e63d11a2-ee8f-4572-86aa-40b9dd0b6787 HTTP/1.1" 200 1292 0.007147 10.0.0.130 - - [2026-02-12 03:24:25] "GET /virtual-machine-interface/42c0d857-9092-47c4-abc3-a92aea04d545 HTTP/1.1" 200 2941 0.005739 10.0.0.130 - - [2026-02-12 03:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.130 - - [2026-02-12 03:24:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010586 10.0.0.130 - - [2026-02-12 03:24:25] "GET /virtual-networks?parent_id=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003447 10.0.0.130 - - [2026-02-12 03:24:25] "GET /virtual-network/c53a60a1-7a00-4428-b249-2c39150dee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005939 10.0.0.130 - - [2026-02-12 03:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.130 - - [2026-02-12 03:24:28] "GET /virtual-network/c53a60a1-7a00-4428-b249-2c39150dee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004597 10.0.0.130 - - [2026-02-12 03:24:29] "POST /neutron/port HTTP/1.1" 200 1123 0.015632 10.0.0.130 - - [2026-02-12 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.130 - - [2026-02-12 03:24:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003335 10.0.0.130 - - [2026-02-12 03:24:30] "GET /virtual-networks?parent_id=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003189 10.0.0.130 - - [2026-02-12 03:24:30] "GET /virtual-network/c53a60a1-7a00-4428-b249-2c39150dee0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006236 10.0.0.130 - - [2026-02-12 03:24:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007470 10.0.0.130 - - [2026-02-12 03:24:38] "POST /neutron/port HTTP/1.1" 200 1123 0.016670 10.0.0.130 - - [2026-02-12 03:24:40] "POST /neutron/network HTTP/1.1" 200 823 0.010305 10.0.0.23 - - [2026-02-12 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.130 - - [2026-02-12 03:24:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003483 10.0.0.130 - - [2026-02-12 03:24:42] "POST /network-ipams HTTP/1.1" 200 541 0.027634 10.0.0.130 - - [2026-02-12 03:24:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004243 10.0.0.130 - - [2026-02-12 03:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.130 - - [2026-02-12 03:24:42] "GET /network-ipam/9b489506-bda4-4b8d-baef-d7f6d751d7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.006010 10.0.0.130 - - [2026-02-12 03:24:42] "PUT /network-ipam/9b489506-bda4-4b8d-baef-d7f6d751d7eb HTTP/1.1" 200 258 0.013131 10.0.0.130 - - [2026-02-12 03:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.23 - - [2026-02-12 03:24:43] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.130 - - [2026-02-12 03:24:43] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049426 10.0.0.23 - - [2026-02-12 03:24:43] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.130 - - [2026-02-12 03:24:43] "POST /neutron/network HTTP/1.1" 200 605 0.106946 10.0.0.23 - - [2026-02-12 03:24:43] "POST /ref-update HTTP/1.1" 200 156 0.021974 10.0.0.130 - - [2026-02-12 03:24:43] "POST /neutron/network HTTP/1.1" 200 994 0.010648 10.0.0.130 - - [2026-02-12 03:24:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.000997 10.0.0.130 - - [2026-02-12 03:24:43] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004455 10.0.0.130 - - [2026-02-12 03:24:43] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005531 10.0.0.130 - - [2026-02-12 03:24:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.009136 10.0.0.130 - - [2026-02-12 03:24:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.007938 10.0.0.23 - - [2026-02-12 03:24:44] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.130 - - [2026-02-12 03:24:44] "POST /neutron/port HTTP/1.1" 200 1017 0.223043 10.0.0.130 - - [2026-02-12 03:24:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001385 10.0.0.130 - - [2026-02-12 03:24:44] "POST /neutron/network HTTP/1.1" 200 994 0.070399 10.0.0.130 - - [2026-02-12 03:24:44] "POST /neutron/port HTTP/1.1" 200 117 0.005843 10.0.0.130 - - [2026-02-12 03:24:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001064 10.0.0.130 - - [2026-02-12 03:24:45] "POST /neutron/port HTTP/1.1" 200 1017 0.014879 10.0.0.23 - - [2026-02-12 03:24:45] "GET /obj-perms HTTP/1.1" 200 5075 0.077862 10.0.0.130 - - [2026-02-12 03:24:45] "POST /neutron/port HTTP/1.1" 200 1017 0.013788 10.0.0.130 - - [2026-02-12 03:24:45] "POST /neutron/port HTTP/1.1" 200 117 0.010618 10.0.0.130 - - [2026-02-12 03:24:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001266 10.0.0.130 - - [2026-02-12 03:24:45] "POST /neutron/network HTTP/1.1" 200 1004 0.007574 10.0.0.130 - - [2026-02-12 03:24:45] "POST /neutron/port HTTP/1.1" 200 1017 0.014969 10.0.0.130 - - [2026-02-12 03:24:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003491 10.0.0.130 - - [2026-02-12 03:24:45] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.130 - - [2026-02-12 03:24:46] "POST /neutron/port HTTP/1.1" 200 1017 0.011691 10.0.0.130 - - [2026-02-12 03:24:46] "POST /neutron/port HTTP/1.1" 200 1119 0.017069 10.0.0.130 - - [2026-02-12 03:24:46] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.23 - - [2026-02-12 03:24:46] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.130 - - [2026-02-12 03:24:46] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.083522 10.0.0.130 - - [2026-02-12 03:24:46] "POST /neutron/port HTTP/1.1" 200 2086 0.023904 10.0.0.130 - - [2026-02-12 03:24:47] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006798 10.0.0.130 - - [2026-02-12 03:24:47] "POST /neutron/network HTTP/1.1" 200 1004 0.007031 10.0.0.130 - - [2026-02-12 03:24:47] "POST /neutron/port HTTP/1.1" 200 1055 0.014762 10.0.0.130 - - [2026-02-12 03:24:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003681 10.0.0.130 - - [2026-02-12 03:24:47] "POST /neutron/network HTTP/1.1" 200 994 0.009854 10.0.0.22 - - [2026-02-12 03:24:48] "GET /obj-perms HTTP/1.1" 200 5049 0.055174 10.0.0.130 - - [2026-02-12 03:24:48] "POST /neutron/port HTTP/1.1" 200 1119 0.015282 10.0.0.130 - - [2026-02-12 03:24:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006364 10.0.0.130 - - [2026-02-12 03:24:48] "GET /virtual-machine/916f06c3-d6fb-45bf-8643-45bd9887b857 HTTP/1.1" 200 1288 0.005062 10.0.0.130 - - [2026-02-12 03:24:48] "GET /virtual-machine-interface/4e9d6f21-6822-451b-807f-a58c129f6c98 HTTP/1.1" 200 2940 0.004416 10.0.0.130 - - [2026-02-12 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.130 - - [2026-02-12 03:24:48] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003725 10.0.0.130 - - [2026-02-12 03:24:48] "GET /virtual-networks?parent_id=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002330 10.0.0.130 - - [2026-02-12 03:24:48] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005509 10.0.0.130 - - [2026-02-12 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.130 - - [2026-02-12 03:24:51] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005222 10.0.0.22 - - [2026-02-12 03:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000637 10.0.0.22 - - [2026-02-12 03:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.22 - - [2026-02-12 03:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000672 10.0.0.22 - - [2026-02-12 03:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.23 - - [2026-02-12 03:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.23 - - [2026-02-12 03:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.23 - - [2026-02-12 03:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000699 10.0.0.23 - - [2026-02-12 03:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000658 10.0.0.130 - - [2026-02-12 03:24:55] "POST /neutron/port HTTP/1.1" 200 1119 0.017099 10.0.0.130 - - [2026-02-12 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.130 - - [2026-02-12 03:24:56] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004889 10.0.0.130 - - [2026-02-12 03:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.130 - - [2026-02-12 03:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.130 - - [2026-02-12 03:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.130 - - [2026-02-12 03:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.130 - - [2026-02-12 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.130 - - [2026-02-12 03:24:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003473 10.0.0.130 - - [2026-02-12 03:24:58] "GET /virtual-networks?parent_id=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002758 10.0.0.130 - - [2026-02-12 03:24:58] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005896 10.0.0.130 - - [2026-02-12 03:24:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006853 10.0.0.130 - - [2026-02-12 03:24:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006066 10.0.0.130 - - [2026-02-12 03:24:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007142 10.0.0.130 - - [2026-02-12 03:24:58] "GET /virtual-machine/59c8ba02-7796-441b-ac7d-d38ddf17026b HTTP/1.1" 200 1288 0.005241 10.0.0.130 - - [2026-02-12 03:24:58] "GET /virtual-machine-interface/5e68176e-29db-4d15-8d55-dae48fdd8e40 HTTP/1.1" 200 2941 0.004756 10.0.0.130 - - [2026-02-12 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.130 - - [2026-02-12 03:24:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003193 10.0.0.130 - - [2026-02-12 03:24:58] "GET /virtual-networks?parent_id=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003006 10.0.0.130 - - [2026-02-12 03:24:58] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.009200 10.0.0.130 - - [2026-02-12 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.130 - - [2026-02-12 03:24:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003668 10.0.0.130 - - [2026-02-12 03:24:59] "GET /virtual-networks?parent_id=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002593 10.0.0.130 - - [2026-02-12 03:24:59] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005731 10.0.0.130 - - [2026-02-12 03:25:00] "POST /neutron/port HTTP/1.1" 200 1119 0.019958 10.0.0.130 - - [2026-02-12 03:25:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007196 10.0.0.130 - - [2026-02-12 03:25:00] "GET /virtual-machine/6e03dfe4-2927-4029-8e80-77f96a0b162a HTTP/1.1" 200 1292 0.004896 10.0.0.130 - - [2026-02-12 03:25:00] "GET /virtual-machine-interface/ed485762-bdd4-474c-bb5d-2f9ccfff185b HTTP/1.1" 200 2942 0.004953 10.0.0.130 - - [2026-02-12 03:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.130 - - [2026-02-12 03:25:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003273 10.0.0.130 - - [2026-02-12 03:25:00] "GET /virtual-networks?parent_id=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002785 10.0.0.130 - - [2026-02-12 03:25:00] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005212 10.0.0.130 - - [2026-02-12 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.130 - - [2026-02-12 03:25:01] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004775 10.0.0.130 - - [2026-02-12 03:25:01] "GET /virtual-networks?parent_id=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003127 10.0.0.130 - - [2026-02-12 03:25:01] "GET /virtual-network/06edb7f7-b57e-4037-8e84-d85dc1343c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007566 10.0.0.130 - - [2026-02-12 03:25:08] "POST /neutron/network HTTP/1.1" 200 1004 0.006771 10.0.0.130 - - [2026-02-12 03:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.130 - - [2026-02-12 03:25:08] "POST /neutron/port HTTP/1.1" 200 1119 0.015667 10.0.0.130 - - [2026-02-12 03:25:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.011220 10.0.0.130 - - [2026-02-12 03:25:17] "POST /neutron/port HTTP/1.1" 200 1109 0.013551 10.0.0.130 - - [2026-02-12 03:25:17] "POST /neutron/port HTTP/1.1" 200 1109 0.013971 10.0.0.130 - - [2026-02-12 03:25:18] "POST /neutron/port HTTP/1.1" 200 1119 0.016317 10.0.0.130 - - [2026-02-12 03:25:18] "POST /neutron/network HTTP/1.1" 200 994 0.007803 10.0.0.23 - - [2026-02-12 03:25:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004480 10.0.0.23 - - [2026-02-12 03:25:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003316 10.0.0.23 - - [2026-02-12 03:25:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002986 10.0.0.23 - - [2026-02-12 03:25:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002867 10.0.0.130 - - [2026-02-12 03:25:20] "POST /neutron/network HTTP/1.1" 200 151 0.155484 10.0.0.130 - - [2026-02-12 03:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.130 - - [2026-02-12 03:25:20] "DELETE /network-ipam/9b489506-bda4-4b8d-baef-d7f6d751d7eb HTTP/1.1" 200 115 0.029921 10.0.0.130 - - [2026-02-12 03:25:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.006170 10.0.0.23 - - [2026-02-12 03:25:21] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.130 - - [2026-02-12 03:25:22] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042269 10.0.0.23 - - [2026-02-12 03:25:22] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001227 10.0.0.130 - - [2026-02-12 03:25:22] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?fields=virtual_networks HTTP/1.1" 200 1043 0.043471 10.0.0.23 - - [2026-02-12 03:25:22] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.130 - - [2026-02-12 03:25:22] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.036745 10.0.0.23 - - [2026-02-12 03:25:22] "GET /projects?obj_uuids=c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002300 10.0.0.130 - - [2026-02-12 03:25:22] "GET /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c?fields=security_groups HTTP/1.1" 200 1269 0.036237 10.0.0.130 - - [2026-02-12 03:25:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.024658 10.0.0.130 - - [2026-02-12 03:25:23] "POST /neutron/port HTTP/1.1" 200 117 0.007344 10.0.0.23 - - [2026-02-12 03:25:23] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003435 10.0.0.23 - - [2026-02-12 03:25:23] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001353 10.0.0.23 - - [2026-02-12 03:25:23] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010413 10.0.0.23 - - [2026-02-12 03:25:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.005320 10.0.0.23 - - [2026-02-12 03:25:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.004529 10.0.0.23 - - [2026-02-12 03:25:23] "POST /security-groups HTTP/1.1" 200 599 0.031875 10.0.0.23 - - [2026-02-12 03:25:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.004908 10.0.0.23 - - [2026-02-12 03:25:23] "POST /projects HTTP/1.1" 200 601 0.225745 10.0.0.23 - - [2026-02-12 03:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.302657 10.0.0.23 - - [2026-02-12 03:25:23] "POST /access-control-lists HTTP/1.1" 200 602 0.032424 10.0.0.130 - - [2026-02-12 03:25:23] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.453200 10.0.0.130 - - [2026-02-12 03:25:24] "GET / HTTP/1.1" 200 35931 0.001959 10.0.0.130 - - [2026-02-12 03:25:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.130 - - [2026-02-12 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.054025 10.0.0.23 - - [2026-02-12 03:25:26] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.130 - - [2026-02-12 03:25:26] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.038225 10.0.0.23 - - [2026-02-12 03:25:26] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002132 10.0.0.130 - - [2026-02-12 03:25:27] "POST /neutron/network HTTP/1.1" 200 613 0.136863 10.0.0.22 - - [2026-02-12 03:25:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.030904 10.0.0.130 - - [2026-02-12 03:25:27] "POST /neutron/network HTTP/1.1" 200 1006 0.010103 10.0.0.130 - - [2026-02-12 03:25:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.000946 10.0.0.130 - - [2026-02-12 03:25:27] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004352 10.0.0.130 - - [2026-02-12 03:25:27] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004464 10.0.0.130 - - [2026-02-12 03:25:27] "POST /neutron/subnet HTTP/1.1" 200 823 0.007653 10.0.0.130 - - [2026-02-12 03:25:28] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005379 10.0.0.130 - - [2026-02-12 03:25:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001312 10.0.0.23 - - [2026-02-12 03:25:30] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.130 - - [2026-02-12 03:25:30] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.063767 10.0.0.130 - - [2026-02-12 03:25:30] "POST /neutron/network HTTP/1.1" 200 1006 0.008821 10.0.0.130 - - [2026-02-12 03:25:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001337 10.0.0.130 - - [2026-02-12 03:25:30] "POST /neutron/port HTTP/1.1" 200 117 0.005552 10.0.0.23 - - [2026-02-12 03:25:31] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.130 - - [2026-02-12 03:25:31] "POST /neutron/port HTTP/1.1" 200 1175 0.343040 10.0.0.130 - - [2026-02-12 03:25:31] "POST /neutron/port HTTP/1.1" 200 1229 0.131754 10.0.0.23 - - [2026-02-12 03:25:31] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001260 10.0.0.130 - - [2026-02-12 03:25:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.130 - - [2026-02-12 03:25:31] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.102089 10.0.0.130 - - [2026-02-12 03:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.130 - - [2026-02-12 03:25:31] "POST /neutron/port HTTP/1.1" 200 1239 0.027498 10.0.0.130 - - [2026-02-12 03:25:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.003287 10.0.0.130 - - [2026-02-12 03:25:32] "POST /neutron/port HTTP/1.1" 200 1239 0.037704 10.0.0.130 - - [2026-02-12 03:25:32] "POST /neutron/network HTTP/1.1" 200 1016 0.007461 10.0.0.130 - - [2026-02-12 03:25:32] "POST /neutron/port HTTP/1.1" 200 1175 0.018327 10.0.0.130 - - [2026-02-12 03:25:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003679 10.0.0.130 - - [2026-02-12 03:25:33] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.23 - - [2026-02-12 03:25:33] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.130 - - [2026-02-12 03:25:33] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.080341 10.0.0.130 - - [2026-02-12 03:25:33] "POST /neutron/network HTTP/1.1" 200 1006 0.008470 10.0.0.130 - - [2026-02-12 03:25:33] "POST /neutron/port HTTP/1.1" 200 117 0.007004 10.0.0.130 - - [2026-02-12 03:25:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001092 10.0.0.130 - - [2026-02-12 03:25:33] "POST /neutron/network HTTP/1.1" 200 1016 0.006485 10.0.0.130 - - [2026-02-12 03:25:34] "POST /neutron/port HTTP/1.1" 200 1175 0.038274 10.0.0.130 - - [2026-02-12 03:25:34] "POST /neutron/port HTTP/1.1" 200 1239 0.018604 10.0.0.130 - - [2026-02-12 03:25:34] "POST /neutron/subnet HTTP/1.1" 200 1385 0.011378 10.0.0.130 - - [2026-02-12 03:25:34] "POST /neutron/network HTTP/1.1" 200 1006 0.009215 10.0.0.23 - - [2026-02-12 03:25:34] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.130 - - [2026-02-12 03:25:34] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.098841 10.0.0.130 - - [2026-02-12 03:25:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007022 10.0.0.130 - - [2026-02-12 03:25:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007046 10.0.0.130 - - [2026-02-12 03:25:35] "POST /neutron/port HTTP/1.1" 200 1239 0.019793 10.0.0.130 - - [2026-02-12 03:25:35] "GET /virtual-machine/6c8326c3-77d6-47e7-95d5-224573ed9066 HTTP/1.1" 401 293 0.000425 10.0.0.23 - - [2026-02-12 03:25:35] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.130 - - [2026-02-12 03:25:35] "POST /neutron/port HTTP/1.1" 200 1175 0.270792 10.0.0.130 - - [2026-02-12 03:25:35] "GET /virtual-machine/6c8326c3-77d6-47e7-95d5-224573ed9066 HTTP/1.1" 200 1300 0.041980 10.0.0.130 - - [2026-02-12 03:25:35] "GET /virtual-machine-interface/3f66e12a-6882-4aed-9284-d7ce5c1de823 HTTP/1.1" 200 3175 0.009644 10.0.0.130 - - [2026-02-12 03:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008096 10.0.0.130 - - [2026-02-12 03:25:35] "POST /neutron/port HTTP/1.1" 200 1229 0.125387 10.0.0.130 - - [2026-02-12 03:25:35] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006308 10.0.0.130 - - [2026-02-12 03:25:35] "GET /virtual-networks?parent_id=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003618 10.0.0.130 - - [2026-02-12 03:25:35] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005627 10.0.0.130 - - [2026-02-12 03:25:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003967 10.0.0.130 - - [2026-02-12 03:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.130 - - [2026-02-12 03:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.130 - - [2026-02-12 03:25:39] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006486 10.0.0.130 - - [2026-02-12 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.130 - - [2026-02-12 03:25:43] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005516 10.0.0.130 - - [2026-02-12 03:25:45] "GET /obj-perms HTTP/1.1" 200 5075 0.054609 10.0.0.130 - - [2026-02-12 03:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.130 - - [2026-02-12 03:25:47] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006233 10.0.0.130 - - [2026-02-12 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.130 - - [2026-02-12 03:25:51] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005750 10.0.0.130 - - [2026-02-12 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.130 - - [2026-02-12 03:25:55] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005540 10.0.0.130 - - [2026-02-12 03:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.130 - - [2026-02-12 03:25:59] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007932 10.0.0.23 - - [2026-02-12 03:26:00] "DELETE /access-control-list/f17c5395-db61-4c95-907f-0d3069c53dc4 HTTP/1.1" 200 115 0.038882 10.0.0.130 - - [2026-02-12 03:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.130 - - [2026-02-12 03:26:03] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004983 10.0.0.130 - - [2026-02-12 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.130 - - [2026-02-12 03:26:07] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006514 10.0.0.130 - - [2026-02-12 03:26:09] "POST /neutron/port HTTP/1.1" 200 1239 0.016517 10.0.0.130 - - [2026-02-12 03:26:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004609 10.0.0.130 - - [2026-02-12 03:26:09] "POST /neutron/port HTTP/1.1" 200 117 0.002491 10.0.0.23 - - [2026-02-12 03:26:10] "DELETE /project/c9a5f7a4-0606-4fd0-9101-bcbe7d3ad92c HTTP/1.1" 404 177 0.028519 10.0.0.23 - - [2026-02-12 03:26:10] "DELETE /project/0e06d66e931a40189c3da4f4eebff5dc HTTP/1.1" 404 173 0.043055 10.0.0.130 - - [2026-02-12 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.130 - - [2026-02-12 03:26:11] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005544 10.0.0.130 - - [2026-02-12 03:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005133 10.0.0.130 - - [2026-02-12 03:26:15] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005036 10.0.0.130 - - [2026-02-12 03:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.130 - - [2026-02-12 03:26:20] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005447 10.0.0.130 - - [2026-02-12 03:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005415 10.0.0.130 - - [2026-02-12 03:26:24] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005954 10.0.0.130 - - [2026-02-12 03:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.130 - - [2026-02-12 03:26:28] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004656 10.0.0.130 - - [2026-02-12 03:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.130 - - [2026-02-12 03:26:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003987 10.0.0.130 - - [2026-02-12 03:26:30] "GET /virtual-networks?parent_id=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002782 10.0.0.130 - - [2026-02-12 03:26:30] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006612 10.0.0.130 - - [2026-02-12 03:26:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006177 10.0.0.130 - - [2026-02-12 03:26:36] "POST /neutron/port HTTP/1.1" 200 1239 0.016194 10.0.0.130 - - [2026-02-12 03:26:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006283 10.0.0.130 - - [2026-02-12 03:26:40] "POST /neutron/port HTTP/1.1" 200 1239 0.018015 10.0.0.130 - - [2026-02-12 03:26:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008632 10.0.0.23 - - [2026-02-12 03:26:46] "GET /obj-perms HTTP/1.1" 200 5075 0.049771 10.0.0.130 - - [2026-02-12 03:26:51] "POST /neutron/port HTTP/1.1" 200 1239 0.015467 10.0.0.130 - - [2026-02-12 03:26:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008836 10.0.0.130 - - [2026-02-12 03:26:56] "POST /neutron/port HTTP/1.1" 200 1239 0.020855 10.0.0.130 - - [2026-02-12 03:26:56] "GET /virtual-machine/62b740d2-03ca-4c80-be34-57b591cd6b72 HTTP/1.1" 200 1300 0.006700 10.0.0.130 - - [2026-02-12 03:26:56] "GET /virtual-machine-interface/f70c5761-4ca0-4517-b8b3-77d4f565a247 HTTP/1.1" 200 3176 0.005080 10.0.0.130 - - [2026-02-12 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.130 - - [2026-02-12 03:26:56] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003217 10.0.0.130 - - [2026-02-12 03:26:56] "GET /virtual-networks?parent_id=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003078 10.0.0.130 - - [2026-02-12 03:26:56] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006443 10.0.0.130 - - [2026-02-12 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.130 - - [2026-02-12 03:26:57] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003287 10.0.0.130 - - [2026-02-12 03:26:57] "GET /virtual-networks?parent_id=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003154 10.0.0.130 - - [2026-02-12 03:26:57] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005740 10.0.0.130 - - [2026-02-12 03:26:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007272 10.0.0.130 - - [2026-02-12 03:26:58] "POST /neutron/port HTTP/1.1" 200 1239 0.024579 10.0.0.130 - - [2026-02-12 03:26:58] "GET /virtual-machine/959f914f-ed9a-4b7c-a7eb-5f62ce52eed4 HTTP/1.1" 200 1301 0.006424 10.0.0.130 - - [2026-02-12 03:26:58] "GET /virtual-machine-interface/1beccfe1-01b2-4673-bcd1-9710f0f87e55 HTTP/1.1" 200 3175 0.005294 10.0.0.130 - - [2026-02-12 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.130 - - [2026-02-12 03:26:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003376 10.0.0.130 - - [2026-02-12 03:26:58] "GET /virtual-networks?parent_id=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002601 10.0.0.130 - - [2026-02-12 03:26:58] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005711 10.0.0.130 - - [2026-02-12 03:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.130 - - [2026-02-12 03:26:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003356 10.0.0.130 - - [2026-02-12 03:26:59] "GET /virtual-networks?parent_id=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003358 10.0.0.130 - - [2026-02-12 03:26:59] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006240 10.0.0.130 - - [2026-02-12 03:27:09] "POST /neutron/port HTTP/1.1" 200 1239 0.045265 10.0.0.130 - - [2026-02-12 03:27:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004034 10.0.0.130 - - [2026-02-12 03:27:09] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.130 - - [2026-02-12 03:27:11] "POST /neutron/port HTTP/1.1" 200 1239 0.049478 10.0.0.130 - - [2026-02-12 03:27:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004021 10.0.0.130 - - [2026-02-12 03:27:11] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.23 - - [2026-02-12 03:27:19] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.130 - - [2026-02-12 03:27:19] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.044817 10.0.0.130 - - [2026-02-12 03:27:19] "POST /fqname-to-id HTTP/1.1" 404 226 0.002696 10.0.0.130 - - [2026-02-12 03:27:19] "POST /interface-route-tables HTTP/1.1" 200 575 0.045655 10.0.0.130 - - [2026-02-12 03:27:19] "GET /interface-route-table/d0e7684e-558b-46bc-9e77-2c24e5d5a2c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.005395 10.0.0.130 - - [2026-02-12 03:27:19] "GET /virtual-machine-interface/3f66e12a-6882-4aed-9284-d7ce5c1de823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006004 10.0.0.130 - - [2026-02-12 03:27:19] "POST /ref-update HTTP/1.1" 200 156 0.012416 10.0.0.22 - - [2026-02-12 03:27:46] "GET /obj-perms HTTP/1.1" 200 5075 0.052719 10.0.0.23 - - [2026-02-12 03:28:03] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001817 10.0.0.130 - - [2026-02-12 03:28:03] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.055153 10.0.0.130 - - [2026-02-12 03:28:03] "POST /fqname-to-id HTTP/1.1" 404 226 0.006332 10.0.0.130 - - [2026-02-12 03:28:03] "POST /interface-route-tables HTTP/1.1" 200 575 0.039569 10.0.0.130 - - [2026-02-12 03:28:04] "GET /interface-route-table/e381b22c-8933-4d6e-8cea-b18e10f25b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006629 10.0.0.130 - - [2026-02-12 03:28:04] "GET /virtual-machine-interface/f70c5761-4ca0-4517-b8b3-77d4f565a247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005870 10.0.0.130 - - [2026-02-12 03:28:04] "POST /ref-update HTTP/1.1" 200 156 0.014060 10.0.0.130 - - [2026-02-12 03:28:05] "GET /virtual-machine-interface/1beccfe1-01b2-4673-bcd1-9710f0f87e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.011449 10.0.0.130 - - [2026-02-12 03:28:05] "PUT /virtual-machine-interface/1beccfe1-01b2-4673-bcd1-9710f0f87e55 HTTP/1.1" 200 284 0.015970 10.0.0.130 - - [2026-02-12 03:28:05] "GET /virtual-machine-interface/3f66e12a-6882-4aed-9284-d7ce5c1de823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007990 10.0.0.130 - - [2026-02-12 03:28:05] "PUT /virtual-machine-interface/3f66e12a-6882-4aed-9284-d7ce5c1de823 HTTP/1.1" 200 284 0.012786 10.0.0.130 - - [2026-02-12 03:28:05] "GET /virtual-machine-interface/f70c5761-4ca0-4517-b8b3-77d4f565a247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.007817 10.0.0.130 - - [2026-02-12 03:28:05] "PUT /virtual-machine-interface/f70c5761-4ca0-4517-b8b3-77d4f565a247 HTTP/1.1" 200 284 0.011350 10.0.0.130 - - [2026-02-12 03:28:10] "POST /neutron/port HTTP/1.1" 200 1239 0.017593 10.0.0.130 - - [2026-02-12 03:28:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003846 10.0.0.130 - - [2026-02-12 03:28:10] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.130 - - [2026-02-12 03:28:12] "POST /neutron/port HTTP/1.1" 200 1239 0.019017 10.0.0.130 - - [2026-02-12 03:28:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003796 10.0.0.130 - - [2026-02-12 03:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.130 - - [2026-02-12 03:29:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008067 10.0.0.130 - - [2026-02-12 03:29:02] "POST /neutron/port HTTP/1.1" 200 1239 0.017989 10.0.0.130 - - [2026-02-12 03:29:02] "GET /virtual-machine/dcd5037f-805e-4dba-a7c1-141b6d2a8b1d HTTP/1.1" 200 1301 0.005574 10.0.0.130 - - [2026-02-12 03:29:02] "GET /virtual-machine-interface/6f17e485-32e6-46c5-9ca7-74f11ccf91a2 HTTP/1.1" 200 3175 0.004805 10.0.0.130 - - [2026-02-12 03:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.130 - - [2026-02-12 03:29:02] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003023 10.0.0.130 - - [2026-02-12 03:29:02] "GET /virtual-networks?parent_id=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003036 10.0.0.130 - - [2026-02-12 03:29:02] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007259 10.0.0.130 - - [2026-02-12 03:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.130 - - [2026-02-12 03:29:03] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003970 10.0.0.130 - - [2026-02-12 03:29:03] "GET /virtual-networks?parent_id=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003401 10.0.0.130 - - [2026-02-12 03:29:03] "GET /virtual-network/a434b92c-be90-4399-a5a3-7adba5c0281a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005702 10.0.0.130 - - [2026-02-12 03:29:03] "GET /virtual-machine-interface/6f17e485-32e6-46c5-9ca7-74f11ccf91a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005737 10.0.0.130 - - [2026-02-12 03:29:03] "PUT /virtual-machine-interface/6f17e485-32e6-46c5-9ca7-74f11ccf91a2 HTTP/1.1" 200 284 0.012309 10.0.0.130 - - [2026-02-12 03:29:10] "POST /neutron/port HTTP/1.1" 200 1239 0.017165 10.0.0.130 - - [2026-02-12 03:29:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004898 10.0.0.130 - - [2026-02-12 03:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.130 - - [2026-02-12 03:29:13] "POST /neutron/port HTTP/1.1" 200 1239 0.029464 10.0.0.130 - - [2026-02-12 03:29:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004857 10.0.0.130 - - [2026-02-12 03:29:13] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.130 - - [2026-02-12 03:29:48] "GET /obj-perms HTTP/1.1" 200 5075 0.055532 10.0.0.23 - - [2026-02-12 03:29:52] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.026577 10.0.0.130 - - [2026-02-12 03:29:52] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.074622 10.0.0.130 - - [2026-02-12 03:29:52] "POST /fqname-to-id HTTP/1.1" 404 226 0.002615 10.0.0.130 - - [2026-02-12 03:29:53] "POST /interface-route-tables HTTP/1.1" 200 575 0.023213 10.0.0.130 - - [2026-02-12 03:29:53] "GET /interface-route-table/b5d62335-f325-423a-bf6a-eda7d9103779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006078 10.0.0.130 - - [2026-02-12 03:29:53] "GET /virtual-machine-interface/6f17e485-32e6-46c5-9ca7-74f11ccf91a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007344 10.0.0.130 - - [2026-02-12 03:29:53] "POST /ref-update HTTP/1.1" 200 156 0.016261 10.0.0.22 - - [2026-02-12 03:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.22 - - [2026-02-12 03:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.22 - - [2026-02-12 03:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.22 - - [2026-02-12 03:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.23 - - [2026-02-12 03:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.23 - - [2026-02-12 03:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000631 10.0.0.23 - - [2026-02-12 03:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000531 10.0.0.23 - - [2026-02-12 03:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.130 - - [2026-02-12 03:29:54] "GET /virtual-machine-interface/3f66e12a-6882-4aed-9284-d7ce5c1de823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006053 10.0.0.130 - - [2026-02-12 03:29:54] "POST /ref-update HTTP/1.1" 200 156 0.015339 10.0.0.130 - - [2026-02-12 03:29:54] "DELETE /interface-route-table/d0e7684e-558b-46bc-9e77-2c24e5d5a2c9 HTTP/1.1" 200 115 0.026428 10.0.0.130 - - [2026-02-12 03:29:55] "POST /neutron/port HTTP/1.1" 200 1229 0.016067 10.0.0.130 - - [2026-02-12 03:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.130 - - [2026-02-12 03:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.130 - - [2026-02-12 03:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.130 - - [2026-02-12 03:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.130 - - [2026-02-12 03:30:05] "GET /virtual-machine-interface/6f17e485-32e6-46c5-9ca7-74f11ccf91a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.008990 10.0.0.130 - - [2026-02-12 03:30:05] "POST /ref-update HTTP/1.1" 200 156 0.014078 10.0.0.130 - - [2026-02-12 03:30:05] "DELETE /interface-route-table/b5d62335-f325-423a-bf6a-eda7d9103779 HTTP/1.1" 200 115 0.029236 10.0.0.130 - - [2026-02-12 03:30:05] "GET /virtual-machine-interface/f70c5761-4ca0-4517-b8b3-77d4f565a247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.006731 10.0.0.130 - - [2026-02-12 03:30:05] "POST /ref-update HTTP/1.1" 200 156 0.017769 10.0.0.130 - - [2026-02-12 03:30:05] "DELETE /interface-route-table/e381b22c-8933-4d6e-8cea-b18e10f25b22 HTTP/1.1" 200 115 0.045481 10.0.0.130 - - [2026-02-12 03:30:05] "POST /neutron/network HTTP/1.1" 400 204 0.012741 10.0.0.130 - - [2026-02-12 03:30:05] "POST /neutron/port HTTP/1.1" 200 151 0.224390 10.0.0.130 - - [2026-02-12 03:30:06] "POST /neutron/port HTTP/1.1" 200 151 0.222530 10.0.0.130 - - [2026-02-12 03:30:06] "POST /neutron/port HTTP/1.1" 200 151 0.232899 10.0.0.23 - - [2026-02-12 03:30:07] "DELETE /route-target/196f854d-458c-499d-a178-c9066af2ce7e HTTP/1.1" 200 115 0.059548 10.0.0.23 - - [2026-02-12 03:30:09] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.130 - - [2026-02-12 03:30:09] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.069386 10.0.0.23 - - [2026-02-12 03:30:09] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.130 - - [2026-02-12 03:30:09] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?fields=virtual_networks HTTP/1.1" 200 1058 0.065131 10.0.0.23 - - [2026-02-12 03:30:09] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.130 - - [2026-02-12 03:30:09] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.043826 10.0.0.23 - - [2026-02-12 03:30:09] "GET /projects?obj_uuids=0e06d66e-931a-4018-9c3d-a4f4eebff5dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.130 - - [2026-02-12 03:30:09] "GET /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc?fields=security_groups HTTP/1.1" 200 1292 0.033984 10.0.0.130 - - [2026-02-12 03:30:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.042499 10.0.0.23 - - [2026-02-12 03:30:10] "GET /projects?obj_uuids=a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003012 10.0.0.23 - - [2026-02-12 03:30:10] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001327 10.0.0.23 - - [2026-02-12 03:30:10] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009180 10.0.0.23 - - [2026-02-12 03:30:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.005019 10.0.0.23 - - [2026-02-12 03:30:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.005682 10.0.0.23 - - [2026-02-12 03:30:10] "POST /security-groups HTTP/1.1" 200 586 0.072517 10.0.0.23 - - [2026-02-12 03:30:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003749 10.0.0.23 - - [2026-02-12 03:30:10] "POST /projects HTTP/1.1" 200 575 0.301301 10.0.0.23 - - [2026-02-12 03:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.339453 10.0.0.23 - - [2026-02-12 03:30:11] "DELETE /project/0e06d66e-931a-4018-9c3d-a4f4eebff5dc HTTP/1.1" 404 177 0.004104 10.0.0.23 - - [2026-02-12 03:30:11] "DELETE /project/a0c97e07fabe4b15b5d489a5deb8dcf4 HTTP/1.1" 404 173 0.003149 10.0.0.130 - - [2026-02-12 03:30:11] "GET /project/a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.491724 10.0.0.23 - - [2026-02-12 03:30:11] "POST /access-control-lists HTTP/1.1" 200 589 0.048927 10.0.0.130 - - [2026-02-12 03:30:12] "GET / HTTP/1.1" 200 35931 0.001547 10.0.0.23 - - [2026-02-12 03:30:15] "GET /projects?obj_uuids=a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001311 10.0.0.130 - - [2026-02-12 03:30:15] "GET /project/a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.042227 10.0.0.23 - - [2026-02-12 03:30:15] "GET /projects?obj_uuids=a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.130 - - [2026-02-12 03:30:15] "GET /project/a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4?fields=virtual_networks HTTP/1.1" 200 1033 0.040177 10.0.0.23 - - [2026-02-12 03:30:15] "GET /projects?obj_uuids=a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000980 10.0.0.130 - - [2026-02-12 03:30:15] "GET /project/a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.033583 10.0.0.23 - - [2026-02-12 03:30:15] "GET /projects?obj_uuids=a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.130 - - [2026-02-12 03:30:15] "GET /project/a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4?fields=security_groups HTTP/1.1" 200 1254 0.045850 10.0.0.130 - - [2026-02-12 03:30:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.031607 10.0.0.23 - - [2026-02-12 03:30:16] "GET /projects?obj_uuids=fbd663b5-ba78-496c-b671-faa2d5407e18&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003572 10.0.0.23 - - [2026-02-12 03:30:16] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.23 - - [2026-02-12 03:30:16] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008095 10.0.0.23 - - [2026-02-12 03:30:16] "POST /id-to-fqname HTTP/1.1" 200 195 0.006011 10.0.0.23 - - [2026-02-12 03:30:16] "POST /fqname-to-id HTTP/1.1" 404 204 0.005454 10.0.0.23 - - [2026-02-12 03:30:16] "POST /security-groups HTTP/1.1" 200 596 0.029135 10.0.0.23 - - [2026-02-12 03:30:16] "POST /projects HTTP/1.1" 200 595 0.234406 10.0.0.23 - - [2026-02-12 03:30:16] "POST /fqname-to-id HTTP/1.1" 404 238 0.007651 10.0.0.23 - - [2026-02-12 03:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.307508 10.0.0.130 - - [2026-02-12 03:30:17] "GET /project/fbd663b5-ba78-496c-b671-faa2d5407e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.458846 10.0.0.130 - - [2026-02-12 03:30:18] "GET / HTTP/1.1" 200 35931 0.004430 10.0.0.23 - - [2026-02-12 03:30:21] "GET /projects?obj_uuids=fbd663b5-ba78-496c-b671-faa2d5407e18&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000914 10.0.0.130 - - [2026-02-12 03:30:21] "GET /project/fbd663b5-ba78-496c-b671-faa2d5407e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037999 10.0.0.23 - - [2026-02-12 03:30:21] "GET /projects?obj_uuids=fbd663b5-ba78-496c-b671-faa2d5407e18&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000878 10.0.0.130 - - [2026-02-12 03:30:21] "GET /project/fbd663b5-ba78-496c-b671-faa2d5407e18?fields=virtual_networks HTTP/1.1" 200 1053 0.039303 10.0.0.23 - - [2026-02-12 03:30:21] "GET /projects?obj_uuids=fbd663b5-ba78-496c-b671-faa2d5407e18&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.079133 10.0.0.130 - - [2026-02-12 03:30:21] "GET /project/fbd663b5-ba78-496c-b671-faa2d5407e18?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.122357 10.0.0.23 - - [2026-02-12 03:30:21] "GET /projects?obj_uuids=fbd663b5-ba78-496c-b671-faa2d5407e18&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000943 10.0.0.130 - - [2026-02-12 03:30:21] "GET /project/fbd663b5-ba78-496c-b671-faa2d5407e18?fields=security_groups HTTP/1.1" 200 1284 0.039683 10.0.0.130 - - [2026-02-12 03:30:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.027201 10.0.0.23 - - [2026-02-12 03:30:22] "GET /projects?obj_uuids=4b460de5-4344-4ed6-be31-14c5ef1e4193&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003327 10.0.0.23 - - [2026-02-12 03:30:22] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001484 10.0.0.23 - - [2026-02-12 03:30:22] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010448 10.0.0.23 - - [2026-02-12 03:30:22] "POST /id-to-fqname HTTP/1.1" 200 201 0.006977 10.0.0.23 - - [2026-02-12 03:30:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.004106 10.0.0.23 - - [2026-02-12 03:30:22] "POST /security-groups HTTP/1.1" 200 602 0.069230 10.0.0.23 - - [2026-02-12 03:30:22] "POST /projects HTTP/1.1" 200 607 0.266853 10.0.0.23 - - [2026-02-12 03:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.306578 10.0.0.23 - - [2026-02-12 03:30:22] "POST /access-control-lists HTTP/1.1" 200 607 0.033305 10.0.0.130 - - [2026-02-12 03:30:22] "GET /project/4b460de5-4344-4ed6-be31-14c5ef1e4193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.444927 10.0.0.130 - - [2026-02-12 03:30:23] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.23 - - [2026-02-12 03:30:26] "GET /projects?obj_uuids=4b460de5-4344-4ed6-be31-14c5ef1e4193&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001420 10.0.0.130 - - [2026-02-12 03:30:26] "GET /project/4b460de5-4344-4ed6-be31-14c5ef1e4193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.051370 10.0.0.23 - - [2026-02-12 03:30:26] "GET /projects?obj_uuids=4b460de5-4344-4ed6-be31-14c5ef1e4193&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001097 10.0.0.130 - - [2026-02-12 03:30:26] "GET /project/4b460de5-4344-4ed6-be31-14c5ef1e4193?fields=virtual_networks HTTP/1.1" 200 1064 0.057877 10.0.0.23 - - [2026-02-12 03:30:26] "GET /projects?obj_uuids=4b460de5-4344-4ed6-be31-14c5ef1e4193&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.130 - - [2026-02-12 03:30:27] "GET /project/4b460de5-4344-4ed6-be31-14c5ef1e4193?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.045858 10.0.0.23 - - [2026-02-12 03:30:27] "GET /projects?obj_uuids=4b460de5-4344-4ed6-be31-14c5ef1e4193&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001477 10.0.0.130 - - [2026-02-12 03:30:27] "GET /project/4b460de5-4344-4ed6-be31-14c5ef1e4193?fields=security_groups HTTP/1.1" 200 1301 0.049699 10.0.0.130 - - [2026-02-12 03:30:27] "POST /fqname-to-id HTTP/1.1" 404 185 0.028934 10.0.0.23 - - [2026-02-12 03:30:28] "GET /projects?obj_uuids=4735a5f6-ad04-4936-9b31-d459347758e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003476 10.0.0.23 - - [2026-02-12 03:30:28] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001482 10.0.0.23 - - [2026-02-12 03:30:28] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009063 10.0.0.23 - - [2026-02-12 03:30:28] "POST /id-to-fqname HTTP/1.1" 200 187 0.003252 10.0.0.23 - - [2026-02-12 03:30:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.004205 10.0.0.23 - - [2026-02-12 03:30:28] "POST /security-groups HTTP/1.1" 200 588 0.079569 10.0.0.23 - - [2026-02-12 03:30:28] "POST /fqname-to-id HTTP/1.1" 404 231 0.003910 10.0.0.23 - - [2026-02-12 03:30:28] "POST /projects HTTP/1.1" 200 579 0.303092 10.0.0.23 - - [2026-02-12 03:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.377479 10.0.0.23 - - [2026-02-12 03:30:28] "POST /access-control-lists HTTP/1.1" 200 591 0.027003 10.0.0.130 - - [2026-02-12 03:30:28] "GET /project/4735a5f6-ad04-4936-9b31-d459347758e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.516670 10.0.0.130 - - [2026-02-12 03:30:29] "GET / HTTP/1.1" 200 35931 0.003831 10.0.0.23 - - [2026-02-12 03:30:32] "GET /projects?obj_uuids=4735a5f6-ad04-4936-9b31-d459347758e1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001024 10.0.0.130 - - [2026-02-12 03:30:32] "GET /project/4735a5f6-ad04-4936-9b31-d459347758e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.061769 10.0.0.23 - - [2026-02-12 03:30:32] "GET /projects?obj_uuids=4735a5f6-ad04-4936-9b31-d459347758e1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001695 10.0.0.130 - - [2026-02-12 03:30:32] "GET /project/4735a5f6-ad04-4936-9b31-d459347758e1?fields=virtual_networks HTTP/1.1" 200 1036 0.063362 10.0.0.23 - - [2026-02-12 03:30:32] "GET /projects?obj_uuids=4735a5f6-ad04-4936-9b31-d459347758e1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001017 10.0.0.130 - - [2026-02-12 03:30:32] "GET /project/4735a5f6-ad04-4936-9b31-d459347758e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.056691 10.0.0.23 - - [2026-02-12 03:30:32] "GET /projects?obj_uuids=4735a5f6-ad04-4936-9b31-d459347758e1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000913 10.0.0.130 - - [2026-02-12 03:30:32] "GET /project/4735a5f6-ad04-4936-9b31-d459347758e1?fields=security_groups HTTP/1.1" 200 1259 0.067130 10.0.0.130 - - [2026-02-12 03:30:33] "POST /fqname-to-id HTTP/1.1" 404 182 0.027913 10.0.0.23 - - [2026-02-12 03:30:33] "GET /projects?obj_uuids=5273d39a-c38c-4941-b93d-d057b99b891e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003154 10.0.0.23 - - [2026-02-12 03:30:33] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.23 - - [2026-02-12 03:30:33] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007999 10.0.0.23 - - [2026-02-12 03:30:34] "POST /id-to-fqname HTTP/1.1" 200 184 0.003884 10.0.0.23 - - [2026-02-12 03:30:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003420 10.0.0.23 - - [2026-02-12 03:30:34] "POST /security-groups HTTP/1.1" 200 585 0.073020 10.0.0.23 - - [2026-02-12 03:30:34] "POST /projects HTTP/1.1" 200 573 0.277068 10.0.0.23 - - [2026-02-12 03:30:34] "POST /fqname-to-id HTTP/1.1" 404 227 0.013990 10.0.0.23 - - [2026-02-12 03:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.353680 10.0.0.130 - - [2026-02-12 03:30:34] "GET /project/5273d39a-c38c-4941-b93d-d057b99b891e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.483876 10.0.0.130 - - [2026-02-12 03:30:35] "GET / HTTP/1.1" 200 35931 0.001825 10.0.0.23 - - [2026-02-12 03:30:38] "GET /projects?obj_uuids=5273d39a-c38c-4941-b93d-d057b99b891e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000911 10.0.0.130 - - [2026-02-12 03:30:38] "GET /project/5273d39a-c38c-4941-b93d-d057b99b891e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.034932 10.0.0.23 - - [2026-02-12 03:30:38] "GET /projects?obj_uuids=5273d39a-c38c-4941-b93d-d057b99b891e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001210 10.0.0.130 - - [2026-02-12 03:30:38] "GET /project/5273d39a-c38c-4941-b93d-d057b99b891e?fields=virtual_networks HTTP/1.1" 200 1030 0.047814 10.0.0.23 - - [2026-02-12 03:30:38] "GET /projects?obj_uuids=5273d39a-c38c-4941-b93d-d057b99b891e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001591 10.0.0.130 - - [2026-02-12 03:30:38] "GET /project/5273d39a-c38c-4941-b93d-d057b99b891e?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.043663 10.0.0.23 - - [2026-02-12 03:30:38] "GET /projects?obj_uuids=5273d39a-c38c-4941-b93d-d057b99b891e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001039 10.0.0.130 - - [2026-02-12 03:30:38] "GET /project/5273d39a-c38c-4941-b93d-d057b99b891e?fields=security_groups HTTP/1.1" 200 1250 0.034784 10.0.0.130 - - [2026-02-12 03:30:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.030118 10.0.0.23 - - [2026-02-12 03:30:39] "GET /projects?obj_uuids=7168bfc4-9aff-4150-8292-df3822d06072&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004624 10.0.0.23 - - [2026-02-12 03:30:39] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.23 - - [2026-02-12 03:30:39] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006694 10.0.0.23 - - [2026-02-12 03:30:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.001122 10.0.0.23 - - [2026-02-12 03:30:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.008353 10.0.0.23 - - [2026-02-12 03:30:40] "POST /security-groups HTTP/1.1" 200 589 0.028698 10.0.0.23 - - [2026-02-12 03:30:40] "POST /projects HTTP/1.1" 200 581 0.235850 10.0.0.23 - - [2026-02-12 03:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.276842 10.0.0.23 - - [2026-02-12 03:30:40] "POST /access-control-lists HTTP/1.1" 200 594 0.025599 10.0.0.130 - - [2026-02-12 03:30:40] "GET /project/7168bfc4-9aff-4150-8292-df3822d06072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.475137 10.0.0.130 - - [2026-02-12 03:30:41] "GET / HTTP/1.1" 200 35931 0.003522 10.0.0.23 - - [2026-02-12 03:30:44] "GET /projects?obj_uuids=7168bfc4-9aff-4150-8292-df3822d06072&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001244 10.0.0.130 - - [2026-02-12 03:30:44] "GET /project/7168bfc4-9aff-4150-8292-df3822d06072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041727 10.0.0.23 - - [2026-02-12 03:30:44] "GET /projects?obj_uuids=7168bfc4-9aff-4150-8292-df3822d06072&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.130 - - [2026-02-12 03:30:44] "GET /project/7168bfc4-9aff-4150-8292-df3822d06072?fields=virtual_networks HTTP/1.1" 200 1037 0.052141 10.0.0.23 - - [2026-02-12 03:30:44] "GET /projects?obj_uuids=7168bfc4-9aff-4150-8292-df3822d06072&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.130 - - [2026-02-12 03:30:44] "GET /project/7168bfc4-9aff-4150-8292-df3822d06072?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.050016 10.0.0.23 - - [2026-02-12 03:30:44] "GET /projects?obj_uuids=7168bfc4-9aff-4150-8292-df3822d06072&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.130 - - [2026-02-12 03:30:44] "GET /project/7168bfc4-9aff-4150-8292-df3822d06072?fields=security_groups HTTP/1.1" 200 1261 0.045035 10.0.0.130 - - [2026-02-12 03:30:45] "POST /fqname-to-id HTTP/1.1" 404 186 0.029952 10.0.0.23 - - [2026-02-12 03:30:45] "GET /projects?obj_uuids=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003989 10.0.0.23 - - [2026-02-12 03:30:45] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.23 - - [2026-02-12 03:30:45] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006470 10.0.0.23 - - [2026-02-12 03:30:45] "POST /id-to-fqname HTTP/1.1" 200 188 0.002344 10.0.0.23 - - [2026-02-12 03:30:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.005561 10.0.0.23 - - [2026-02-12 03:30:45] "POST /security-groups HTTP/1.1" 200 589 0.071231 10.0.0.23 - - [2026-02-12 03:30:45] "POST /fqname-to-id HTTP/1.1" 404 232 0.002690 10.0.0.23 - - [2026-02-12 03:30:45] "POST /projects HTTP/1.1" 200 581 0.266107 10.0.0.23 - - [2026-02-12 03:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.337587 10.0.0.23 - - [2026-02-12 03:30:45] "POST /access-control-lists HTTP/1.1" 200 592 0.026200 10.0.0.130 - - [2026-02-12 03:30:45] "GET /project/9a4cfbcf-5c70-4995-b357-77b928a0e62b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.461829 10.0.0.130 - - [2026-02-12 03:30:46] "GET / HTTP/1.1" 200 35931 0.001528 10.0.0.130 - - [2026-02-12 03:30:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000474 10.0.0.130 - - [2026-02-12 03:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.359180 10.0.0.23 - - [2026-02-12 03:30:49] "GET /projects?obj_uuids=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.130 - - [2026-02-12 03:30:49] "GET /project/9a4cfbcf-5c70-4995-b357-77b928a0e62b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044891 10.0.0.130 - - [2026-02-12 03:30:49] "POST /neutron/network HTTP/1.1" 200 117 0.310474 10.0.0.23 - - [2026-02-12 03:30:49] "GET /obj-perms HTTP/1.1" 200 5075 0.093658 10.0.0.130 - - [2026-02-12 03:30:50] "POST /neutron/network HTTP/1.1" 200 821 0.010375 10.0.0.130 - - [2026-02-12 03:30:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001099 10.0.0.130 - - [2026-02-12 03:30:50] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005975 10.0.0.130 - - [2026-02-12 03:30:50] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006860 10.0.0.130 - - [2026-02-12 03:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.130 - - [2026-02-12 03:30:50] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005521 10.0.0.130 - - [2026-02-12 03:30:50] "PUT /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1 HTTP/1.1" 200 264 0.068248 10.0.0.23 - - [2026-02-12 03:30:50] "POST /route-targets HTTP/1.1" 200 323 0.014319 10.0.0.130 - - [2026-02-12 03:30:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.011454 10.0.0.130 - - [2026-02-12 03:30:51] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005637 10.0.0.22 - - [2026-02-12 03:30:51] "GET /obj-perms HTTP/1.1" 200 5045 0.051744 10.0.0.130 - - [2026-02-12 03:30:52] "POST /id-to-fqname HTTP/1.1" 200 218 0.001306 10.0.0.130 - - [2026-02-12 03:30:52] "POST /neutron/network HTTP/1.1" 200 831 0.007059 10.0.0.23 - - [2026-02-12 03:30:53] "GET /projects?obj_uuids=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.130 - - [2026-02-12 03:30:53] "GET /project/9a4cfbcf-5c70-4995-b357-77b928a0e62b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.081893 10.0.0.130 - - [2026-02-12 03:30:53] "POST /neutron/port HTTP/1.1" 200 117 0.006001 10.0.0.23 - - [2026-02-12 03:30:54] "GET /projects?obj_uuids=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.130 - - [2026-02-12 03:30:54] "POST /neutron/port HTTP/1.1" 200 1057 0.275525 10.0.0.130 - - [2026-02-12 03:30:54] "POST /neutron/port HTTP/1.1" 200 1111 0.104975 10.0.0.130 - - [2026-02-12 03:30:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.008387 10.0.0.130 - - [2026-02-12 03:30:58] "POST /neutron/port HTTP/1.1" 200 1121 0.021557 10.0.0.130 - - [2026-02-12 03:30:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008510 10.0.0.130 - - [2026-02-12 03:30:58] "GET /virtual-machine/77edeaf3-d18a-4fd6-9ef9-6b66987fe58e HTTP/1.1" 401 293 0.000403 10.0.0.130 - - [2026-02-12 03:30:59] "GET /virtual-machine/77edeaf3-d18a-4fd6-9ef9-6b66987fe58e HTTP/1.1" 200 1290 0.028131 10.0.0.130 - - [2026-02-12 03:30:59] "GET /virtual-machine-interface/dc7bff23-f8b8-4ba6-9df4-b70a2e7bc22f HTTP/1.1" 200 2932 0.005698 10.0.0.130 - - [2026-02-12 03:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.130 - - [2026-02-12 03:30:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003371 10.0.0.130 - - [2026-02-12 03:30:59] "GET /virtual-networks?parent_id=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002568 10.0.0.130 - - [2026-02-12 03:30:59] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005926 10.0.0.130 - - [2026-02-12 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.130 - - [2026-02-12 03:31:02] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005733 10.0.0.130 - - [2026-02-12 03:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.130 - - [2026-02-12 03:31:06] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005636 10.0.0.130 - - [2026-02-12 03:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.130 - - [2026-02-12 03:31:10] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004781 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=7168bfc4-9aff-4150-8292-df3822d06072&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=5273d39a-c38c-4941-b93d-d057b99b891e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.004164 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/7168bfc4-9aff-4150-8292-df3822d06072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.051554 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=7168bfc4-9aff-4150-8292-df3822d06072&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000810 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/5273d39a-c38c-4941-b93d-d057b99b891e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.065229 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /project/4b460de543444ed6be3114c5ef1e4193 HTTP/1.1" 404 173 0.125001 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /project/4735a5f6ad0449369b31d459347758e1 HTTP/1.1" 404 173 0.005326 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.049572 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000869 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /project/fbd663b5ba78496cb671faa2d5407e18 HTTP/1.1" 404 173 0.164597 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=5273d39a-c38c-4941-b93d-d057b99b891e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000823 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /project/7168bfc49aff41508292df3822d06072 HTTP/1.1" 404 173 0.009377 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/7168bfc4-9aff-4150-8292-df3822d06072?fields=security_groups HTTP/1.1" 200 1366 0.113368 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=fbd663b5-ba78-496c-b671-faa2d5407e18&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000959 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=4735a5f6-ad04-4936-9b31-d459347758e1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000840 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/5273d39a-c38c-4941-b93d-d057b99b891e?fields=security_groups HTTP/1.1" 200 1355 0.077225 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4?fields=security_groups HTTP/1.1" 200 1359 0.137851 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /project/9a4cfbcf5c704995b35777b928a0e62b HTTP/1.1" 404 173 0.309210 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/4735a5f6-ad04-4936-9b31-d459347758e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.101207 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /project/5273d39ac38c4941b93dd057b99b891e HTTP/1.1" 404 173 0.332014 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/fbd663b5-ba78-496c-b671-faa2d5407e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.169157 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=4735a5f6-ad04-4936-9b31-d459347758e1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.004251 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=4b460de5-4344-4ed6-be31-14c5ef1e4193&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001722 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=fbd663b5-ba78-496c-b671-faa2d5407e18&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001658 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /security-group/a813c9dd-5cf5-4493-99b3-a4178e374581 HTTP/1.1" 200 115 0.214758 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=7168bfc4-9aff-4150-8292-df3822d06072&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/4735a5f6-ad04-4936-9b31-d459347758e1?fields=security_groups HTTP/1.1" 200 1364 0.153584 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /security-group/cf90b7d6-7fb0-44d2-b236-7cc97c6ed8cf HTTP/1.1" 200 115 0.231298 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/4b460de5-4344-4ed6-be31-14c5ef1e4193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.155515 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=5273d39a-c38c-4941-b93d-d057b99b891e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002143 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=4b460de5-4344-4ed6-be31-14c5ef1e4193&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000971 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /security-group/c4ba8b71-ad99-411f-a32e-61cdadde2d68 HTTP/1.1" 200 115 0.264546 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /access-control-list/15050e45-ce7d-4eda-9089-5c92d28101b7 HTTP/1.1" 200 115 0.149580 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001425 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/7168bfc4-9aff-4150-8292-df3822d06072?fields=application_policy_sets HTTP/1.1" 200 1405 0.196266 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/fbd663b5-ba78-496c-b671-faa2d5407e18?fields=security_groups HTTP/1.1" 200 1389 0.260188 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/5273d39a-c38c-4941-b93d-d057b99b891e?fields=application_policy_sets HTTP/1.1" 200 1394 0.175703 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/4b460de5-4344-4ed6-be31-14c5ef1e4193?fields=security_groups HTTP/1.1" 200 1406 0.192690 10.0.0.23 - - [2026-02-12 03:31:11] "GET /project/a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4?fields=application_policy_sets HTTP/1.1" 200 1398 0.205882 10.0.0.23 - - [2026-02-12 03:31:11] "DELETE /security-group/1a615da0-a79e-4743-9fd8-5c74054c0d57 HTTP/1.1" 200 115 0.262761 10.0.0.23 - - [2026-02-12 03:31:11] "GET /projects?obj_uuids=4735a5f6-ad04-4936-9b31-d459347758e1&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001014 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /security-group/36faf6e9-bb60-4741-a471-1f2306477291 HTTP/1.1" 200 115 0.165411 10.0.0.23 - - [2026-02-12 03:31:12] "GET /project/4735a5f6-ad04-4936-9b31-d459347758e1?fields=application_policy_sets HTTP/1.1" 200 1403 0.108045 10.0.0.23 - - [2026-02-12 03:31:12] "GET /projects?obj_uuids=fbd663b5-ba78-496c-b671-faa2d5407e18&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001792 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /security-group/03db6e58-9b44-41dd-b3ea-447deda41328 HTTP/1.1" 200 115 0.171791 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /access-control-list/2454d970-f923-4e43-8d09-794bd499d5fe HTTP/1.1" 200 115 0.122337 10.0.0.23 - - [2026-02-12 03:31:12] "GET /projects?obj_uuids=4b460de5-4344-4ed6-be31-14c5ef1e4193&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000935 10.0.0.23 - - [2026-02-12 03:31:12] "GET /project/fbd663b5-ba78-496c-b671-faa2d5407e18?fields=application_policy_sets HTTP/1.1" 200 1428 0.161182 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /project/7168bfc4-9aff-4150-8292-df3822d06072 HTTP/1.1" 200 115 1.127243 10.0.0.23 - - [2026-02-12 03:31:12] "GET /project/4b460de5-4344-4ed6-be31-14c5ef1e4193?fields=application_policy_sets HTTP/1.1" 200 1445 0.159099 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /project/5273d39a-c38c-4941-b93d-d057b99b891e HTTP/1.1" 200 115 1.168102 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /project/a0c97e07-fabe-4b15-b5d4-89a5deb8dcf4 HTTP/1.1" 200 115 1.233873 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /access-control-list/2d8c8bd5-ab00-4282-8aa3-02157338336b HTTP/1.1" 200 115 0.077923 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /project/4735a5f6-ad04-4936-9b31-d459347758e1 HTTP/1.1" 200 115 1.304000 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /project/fbd663b5-ba78-496c-b671-faa2d5407e18 HTTP/1.1" 200 115 1.368407 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /project/4b460de5-4344-4ed6-be31-14c5ef1e4193 HTTP/1.1" 200 115 1.385395 10.0.0.23 - - [2026-02-12 03:31:12] "DELETE /access-control-list/64a59a64-3968-4653-94c4-c06992822c30 HTTP/1.1" 200 115 0.043719 10.0.0.130 - - [2026-02-12 03:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.130 - - [2026-02-12 03:31:14] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007697 10.0.0.130 - - [2026-02-12 03:31:16] "POST /neutron/port HTTP/1.1" 200 1121 0.018649 10.0.0.130 - - [2026-02-12 03:31:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004829 10.0.0.130 - - [2026-02-12 03:31:16] "POST /neutron/network HTTP/1.1" 200 821 0.009350 10.0.0.130 - - [2026-02-12 03:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.130 - - [2026-02-12 03:31:18] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005236 10.0.0.130 - - [2026-02-12 03:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.130 - - [2026-02-12 03:31:22] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004628 10.0.0.130 - - [2026-02-12 03:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.130 - - [2026-02-12 03:31:26] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006379 10.0.0.130 - - [2026-02-12 03:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.130 - - [2026-02-12 03:31:31] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005997 10.0.0.130 - - [2026-02-12 03:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.130 - - [2026-02-12 03:31:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003625 10.0.0.130 - - [2026-02-12 03:31:33] "GET /virtual-networks?parent_id=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003226 10.0.0.130 - - [2026-02-12 03:31:33] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005553 10.0.0.130 - - [2026-02-12 03:31:38] "POST /neutron/port HTTP/1.1" 200 1121 0.017769 10.0.0.130 - - [2026-02-12 03:31:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.029271 10.0.0.130 - - [2026-02-12 03:31:48] "POST /neutron/port HTTP/1.1" 200 1121 0.014965 10.0.0.130 - - [2026-02-12 03:31:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007335 10.0.0.130 - - [2026-02-12 03:31:54] "POST /neutron/port HTTP/1.1" 200 1121 0.015937 10.0.0.130 - - [2026-02-12 03:31:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007047 10.0.0.130 - - [2026-02-12 03:31:54] "POST /id-to-fqname HTTP/1.1" 200 218 0.001388 10.0.0.130 - - [2026-02-12 03:31:54] "GET /virtual-machine/77edeaf3-d18a-4fd6-9ef9-6b66987fe58e HTTP/1.1" 200 1290 0.003729 10.0.0.130 - - [2026-02-12 03:31:54] "GET /virtual-machine-interface/dc7bff23-f8b8-4ba6-9df4-b70a2e7bc22f HTTP/1.1" 200 2932 0.006377 10.0.0.130 - - [2026-02-12 03:31:54] "GET /instance-ip/b4815d7d-df23-4a8c-9a33-9da4d3607032 HTTP/1.1" 200 1616 0.005609 10.0.0.130 - - [2026-02-12 03:31:54] "POST /fqname-to-id HTTP/1.1" 404 208 0.003105 10.0.0.130 - - [2026-02-12 03:31:54] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005518 10.0.0.23 - - [2026-02-12 03:31:54] "GET /projects?obj_uuids=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286 10.0.0.130 - - [2026-02-12 03:31:54] "GET /project/9a4cfbcf-5c70-4995-b357-77b928a0e62b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049961 10.0.0.130 - - [2026-02-12 03:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.130 - - [2026-02-12 03:31:54] "GET /security-group/f7223f92-8afd-44cd-aa9f-57e6b562455c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3759 0.004289 10.0.0.130 - - [2026-02-12 03:31:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.062151 10.0.0.130 - - [2026-02-12 03:31:54] "POST /instance-ips HTTP/1.1" 200 357 0.032140 10.0.0.130 - - [2026-02-12 03:31:54] "GET /instance-ip/b6bbabad-d346-4ded-b21b-031835794019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.006312 10.0.0.130 - - [2026-02-12 03:31:54] "GET /virtual-machine-interface/1398ae15-aabc-40ca-936d-622053046a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005749 10.0.0.130 - - [2026-02-12 03:31:54] "GET /virtual-machine-interface/1398ae15-aabc-40ca-936d-622053046a5f?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.007303 10.0.0.130 - - [2026-02-12 03:31:54] "GET /instance-ip/b6bbabad-d346-4ded-b21b-031835794019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.005280 10.0.0.130 - - [2026-02-12 03:31:54] "POST /id-to-fqname HTTP/1.1" 200 218 0.001285 10.0.0.130 - - [2026-02-12 03:31:55] "POST /neutron/port HTTP/1.1" 200 1121 0.015975 10.0.0.130 - - [2026-02-12 03:31:55] "POST /neutron/port HTTP/1.1" 200 965 0.040825 10.0.0.130 - - [2026-02-12 03:31:55] "POST /neutron/port HTTP/1.1" 200 965 0.011656 10.0.0.130 - - [2026-02-12 03:31:55] "POST /neutron/port HTTP/1.1" 200 117 0.006097 10.0.0.130 - - [2026-02-12 03:31:55] "POST /neutron/network HTTP/1.1" 200 831 0.006236 10.0.0.130 - - [2026-02-12 03:31:56] "POST /neutron/port HTTP/1.1" 200 1057 0.121671 10.0.0.130 - - [2026-02-12 03:31:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.008277 10.0.0.130 - - [2026-02-12 03:32:00] "POST /neutron/port HTTP/1.1" 200 1067 0.015296 10.0.0.130 - - [2026-02-12 03:32:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008151 10.0.0.130 - - [2026-02-12 03:32:00] "GET /virtual-machine/143e00e5-64bf-4f5f-bd9a-dcc918319c8e HTTP/1.1" 200 1268 0.005587 10.0.0.130 - - [2026-02-12 03:32:00] "GET /virtual-machine-interface/1398ae15-aabc-40ca-936d-622053046a5f HTTP/1.1" 200 2981 0.004946 10.0.0.130 - - [2026-02-12 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.130 - - [2026-02-12 03:32:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004202 10.0.0.130 - - [2026-02-12 03:32:00] "GET /virtual-networks?parent_id=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002956 10.0.0.130 - - [2026-02-12 03:32:00] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006988 10.0.0.130 - - [2026-02-12 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.130 - - [2026-02-12 03:32:03] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005262 10.0.0.130 - - [2026-02-12 03:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.130 - - [2026-02-12 03:32:08] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006163 10.0.0.130 - - [2026-02-12 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.130 - - [2026-02-12 03:32:12] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004873 10.0.0.130 - - [2026-02-12 03:32:15] "POST /neutron/port HTTP/1.1" 200 1121 0.042743 10.0.0.130 - - [2026-02-12 03:32:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004080 10.0.0.130 - - [2026-02-12 03:32:15] "POST /neutron/network HTTP/1.1" 200 821 0.008739 10.0.0.130 - - [2026-02-12 03:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.130 - - [2026-02-12 03:32:16] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005856 10.0.0.130 - - [2026-02-12 03:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.130 - - [2026-02-12 03:32:20] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006856 10.0.0.130 - - [2026-02-12 03:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.130 - - [2026-02-12 03:32:24] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005896 10.0.0.130 - - [2026-02-12 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.130 - - [2026-02-12 03:32:28] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005309 10.0.0.130 - - [2026-02-12 03:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.130 - - [2026-02-12 03:32:32] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.010787 10.0.0.130 - - [2026-02-12 03:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.130 - - [2026-02-12 03:32:36] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005153 10.0.0.130 - - [2026-02-12 03:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.130 - - [2026-02-12 03:32:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003978 10.0.0.130 - - [2026-02-12 03:32:38] "GET /virtual-networks?parent_id=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002792 10.0.0.130 - - [2026-02-12 03:32:38] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006789 10.0.0.130 - - [2026-02-12 03:32:44] "POST /neutron/port HTTP/1.1" 200 1067 0.025266 10.0.0.130 - - [2026-02-12 03:32:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006432 10.0.0.130 - - [2026-02-12 03:32:51] "GET /obj-perms HTTP/1.1" 200 5075 0.054086 10.0.0.130 - - [2026-02-12 03:32:54] "POST /neutron/port HTTP/1.1" 200 1067 0.016055 10.0.0.130 - - [2026-02-12 03:32:59] "POST /id-to-fqname HTTP/1.1" 200 218 0.001753 10.0.0.130 - - [2026-02-12 03:32:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007237 10.0.0.23 - - [2026-02-12 03:33:00] "GET /projects?obj_uuids=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.130 - - [2026-02-12 03:33:00] "GET /project/9a4cfbcf-5c70-4995-b357-77b928a0e62b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.065506 10.0.0.130 - - [2026-02-12 03:33:00] "POST /neutron/port HTTP/1.1" 200 2036 0.020861 10.0.0.130 - - [2026-02-12 03:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.005845 10.0.0.130 - - [2026-02-12 03:33:01] "POST /neutron/port HTTP/1.1" 200 1057 0.047867 10.0.0.130 - - [2026-02-12 03:33:01] "POST /neutron/port HTTP/1.1" 200 1121 0.019750 10.0.0.130 - - [2026-02-12 03:33:02] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.130 - - [2026-02-12 03:33:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010581 10.0.0.130 - - [2026-02-12 03:33:06] "POST /neutron/port HTTP/1.1" 200 1121 0.020430 10.0.0.130 - - [2026-02-12 03:33:06] "GET /virtual-machine/9d3cfc36-ec10-4679-b686-b7de1d76fca4 HTTP/1.1" 200 1291 0.006864 10.0.0.130 - - [2026-02-12 03:33:06] "GET /virtual-machine-interface/fd70fb82-b7bc-4ee9-8e42-d2a28ed3552a HTTP/1.1" 200 2932 0.008982 10.0.0.130 - - [2026-02-12 03:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.130 - - [2026-02-12 03:33:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004428 10.0.0.130 - - [2026-02-12 03:33:06] "GET /virtual-networks?parent_id=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003761 10.0.0.130 - - [2026-02-12 03:33:06] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007569 10.0.0.130 - - [2026-02-12 03:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.130 - - [2026-02-12 03:33:09] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005604 10.0.0.130 - - [2026-02-12 03:33:13] "POST /neutron/port HTTP/1.1" 200 1121 0.020086 10.0.0.130 - - [2026-02-12 03:33:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.008616 10.0.0.130 - - [2026-02-12 03:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.130 - - [2026-02-12 03:33:13] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006550 10.0.0.130 - - [2026-02-12 03:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.130 - - [2026-02-12 03:33:17] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004937 10.0.0.130 - - [2026-02-12 03:33:18] "POST /neutron/port HTTP/1.1" 200 1067 0.017114 10.0.0.130 - - [2026-02-12 03:33:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004019 10.0.0.130 - - [2026-02-12 03:33:18] "POST /neutron/network HTTP/1.1" 200 821 0.006711 10.0.0.130 - - [2026-02-12 03:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.130 - - [2026-02-12 03:33:21] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005048 10.0.0.130 - - [2026-02-12 03:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.130 - - [2026-02-12 03:33:25] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004961 10.0.0.130 - - [2026-02-12 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.130 - - [2026-02-12 03:33:29] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006910 10.0.0.130 - - [2026-02-12 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.130 - - [2026-02-12 03:33:34] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005397 10.0.0.130 - - [2026-02-12 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.130 - - [2026-02-12 03:33:38] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005009 10.0.0.130 - - [2026-02-12 03:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.130 - - [2026-02-12 03:33:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004566 10.0.0.130 - - [2026-02-12 03:33:40] "GET /virtual-networks?parent_id=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002868 10.0.0.130 - - [2026-02-12 03:33:40] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006407 10.0.0.130 - - [2026-02-12 03:33:45] "POST /neutron/port HTTP/1.1" 200 1121 0.016060 10.0.0.130 - - [2026-02-12 03:33:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006691 10.0.0.23 - - [2026-02-12 03:33:52] "GET /obj-perms HTTP/1.1" 200 5075 0.054867 10.0.0.130 - - [2026-02-12 03:33:55] "POST /neutron/port HTTP/1.1" 200 1121 0.017248 10.0.0.130 - - [2026-02-12 03:34:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008643 10.0.0.130 - - [2026-02-12 03:34:01] "POST /neutron/port HTTP/1.1" 200 1121 0.017366 10.0.0.130 - - [2026-02-12 03:34:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007004 10.0.0.130 - - [2026-02-12 03:34:01] "POST /id-to-fqname HTTP/1.1" 200 218 0.001348 10.0.0.130 - - [2026-02-12 03:34:01] "GET /virtual-machine/9d3cfc36-ec10-4679-b686-b7de1d76fca4 HTTP/1.1" 200 1291 0.005276 10.0.0.130 - - [2026-02-12 03:34:01] "GET /virtual-machine-interface/fd70fb82-b7bc-4ee9-8e42-d2a28ed3552a HTTP/1.1" 200 2932 0.006648 10.0.0.130 - - [2026-02-12 03:34:01] "GET /instance-ip/3b516a14-6a8a-4a83-8050-40f973f59524 HTTP/1.1" 200 1614 0.006207 10.0.0.130 - - [2026-02-12 03:34:01] "GET /virtual-machine-interface/fd70fb82-b7bc-4ee9-8e42-d2a28ed3552a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.005645 10.0.0.130 - - [2026-02-12 03:34:01] "PUT /virtual-machine-interface/fd70fb82-b7bc-4ee9-8e42-d2a28ed3552a HTTP/1.1" 200 284 0.014309 10.0.0.130 - - [2026-02-12 03:34:14] "POST /neutron/port HTTP/1.1" 200 1121 0.017633 10.0.0.130 - - [2026-02-12 03:34:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005251 10.0.0.130 - - [2026-02-12 03:34:15] "POST /neutron/network HTTP/1.1" 200 821 0.010753 10.0.0.130 - - [2026-02-12 03:34:20] "POST /neutron/network HTTP/1.1" 200 831 0.006575 10.0.0.130 - - [2026-02-12 03:34:20] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.22 - - [2026-02-12 03:34:52] "GET /obj-perms HTTP/1.1" 200 5075 0.050836 10.0.0.22 - - [2026-02-12 03:34:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.22 - - [2026-02-12 03:34:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.22 - - [2026-02-12 03:34:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.22 - - [2026-02-12 03:34:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.23 - - [2026-02-12 03:34:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.23 - - [2026-02-12 03:34:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.23 - - [2026-02-12 03:34:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.23 - - [2026-02-12 03:34:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.130 - - [2026-02-12 03:34:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.130 - - [2026-02-12 03:34:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.130 - - [2026-02-12 03:34:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.130 - - [2026-02-12 03:34:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.130 - - [2026-02-12 03:35:16] "POST /neutron/port HTTP/1.1" 200 1121 0.016522 10.0.0.130 - - [2026-02-12 03:35:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.008623 10.0.0.130 - - [2026-02-12 03:35:19] "POST /neutron/port HTTP/1.1" 200 1067 0.018772 10.0.0.130 - - [2026-02-12 03:35:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003720 10.0.0.130 - - [2026-02-12 03:35:19] "POST /neutron/network HTTP/1.1" 200 821 0.010492 10.0.0.130 - - [2026-02-12 03:35:22] "DELETE /instance-ip/b6bbabad-d346-4ded-b21b-031835794019 HTTP/1.1" 200 115 0.047585 10.0.0.130 - - [2026-02-12 03:35:22] "DELETE /virtual-machine-interface/1398ae15-aabc-40ca-936d-622053046a5f HTTP/1.1" 200 115 0.086517 10.0.0.130 - - [2026-02-12 03:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.130 - - [2026-02-12 03:35:23] "GET /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005327 10.0.0.130 - - [2026-02-12 03:35:23] "PUT /virtual-network/b5fc82da-6589-4d15-b701-9126bd66aad1 HTTP/1.1" 200 264 0.055193 10.0.0.130 - - [2026-02-12 03:35:23] "POST /neutron/network HTTP/1.1" 400 204 0.012266 10.0.0.23 - - [2026-02-12 03:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.031799 10.0.0.130 - - [2026-02-12 03:35:23] "POST /neutron/port HTTP/1.1" 200 1121 0.019793 10.0.0.130 - - [2026-02-12 03:35:25] "POST /neutron/network HTTP/1.1" 200 821 0.006605 10.0.0.23 - - [2026-02-12 03:35:25] "DELETE /route-target/da2c63ee-1e1a-46d2-bb7e-908457395360 HTTP/1.1" 200 115 0.026060 10.0.0.23 - - [2026-02-12 03:35:26] "GET /projects?obj_uuids=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.025362 10.0.0.130 - - [2026-02-12 03:35:26] "GET /project/9a4cfbcf-5c70-4995-b357-77b928a0e62b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.090888 10.0.0.23 - - [2026-02-12 03:35:26] "GET /projects?obj_uuids=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.130 - - [2026-02-12 03:35:26] "GET /project/9a4cfbcf-5c70-4995-b357-77b928a0e62b?fields=virtual_networks HTTP/1.1" 200 1039 0.037787 10.0.0.23 - - [2026-02-12 03:35:27] "GET /projects?obj_uuids=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.130 - - [2026-02-12 03:35:27] "GET /project/9a4cfbcf-5c70-4995-b357-77b928a0e62b?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.041656 10.0.0.23 - - [2026-02-12 03:35:27] "GET /projects?obj_uuids=9a4cfbcf-5c70-4995-b357-77b928a0e62b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.130 - - [2026-02-12 03:35:27] "GET /project/9a4cfbcf-5c70-4995-b357-77b928a0e62b?fields=security_groups HTTP/1.1" 200 1263 0.041472 10.0.0.130 - - [2026-02-12 03:35:28] "POST /fqname-to-id HTTP/1.1" 404 185 0.028714 10.0.0.23 - - [2026-02-12 03:35:28] "GET /projects?obj_uuids=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003951 10.0.0.23 - - [2026-02-12 03:35:28] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.23 - - [2026-02-12 03:35:28] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006599 10.0.0.23 - - [2026-02-12 03:35:28] "POST /id-to-fqname HTTP/1.1" 200 187 0.002342 10.0.0.23 - - [2026-02-12 03:35:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.004728 10.0.0.130 - - [2026-02-12 03:35:28] "POST /neutron/port HTTP/1.1" 400 205 0.004511 10.0.0.23 - - [2026-02-12 03:35:28] "POST /security-groups HTTP/1.1" 200 588 0.024993 10.0.0.23 - - [2026-02-12 03:35:28] "POST /projects HTTP/1.1" 200 579 0.234529 10.0.0.23 - - [2026-02-12 03:35:28] "POST /fqname-to-id HTTP/1.1" 404 230 0.007188 10.0.0.23 - - [2026-02-12 03:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.310811 10.0.0.130 - - [2026-02-12 03:35:28] "GET /project/cfa823bc-13f0-4b50-8f00-08df33087437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.441581 10.0.0.130 - - [2026-02-12 03:35:29] "GET / HTTP/1.1" 200 35931 0.001530 10.0.0.130 - - [2026-02-12 03:35:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000653 10.0.0.130 - - [2026-02-12 03:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.063018 10.0.0.23 - - [2026-02-12 03:35:31] "GET /projects?obj_uuids=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001356 10.0.0.130 - - [2026-02-12 03:35:31] "GET /project/cfa823bc-13f0-4b50-8f00-08df33087437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070096 10.0.0.23 - - [2026-02-12 03:35:32] "POST /ref-update HTTP/1.1" 200 156 0.030741 10.0.0.23 - - [2026-02-12 03:35:32] "POST /useragent-kv HTTP/1.1" 200 115 0.007335 10.0.0.130 - - [2026-02-12 03:35:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.266162 10.0.0.130 - - [2026-02-12 03:35:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001305 10.0.0.130 - - [2026-02-12 03:35:32] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006602 10.0.0.130 - - [2026-02-12 03:35:32] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006121 10.0.0.130 - - [2026-02-12 03:35:32] "POST /neutron/network HTTP/1.1" 200 829 0.008550 10.0.0.130 - - [2026-02-12 03:35:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.003177 10.0.0.130 - - [2026-02-12 03:35:32] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004697 10.0.0.130 - - [2026-02-12 03:35:32] "GET /virtual-machine-interface/187cc9c9-89a9-498b-9ccb-8801681db290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.008242 10.0.0.130 - - [2026-02-12 03:35:32] "GET /virtual-machine-interface/187cc9c9-89a9-498b-9ccb-8801681db290?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.010482 10.0.0.130 - - [2026-02-12 03:35:32] "GET /instance-ip/e2425cbd-c831-49c5-a9f6-49e4354e1177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1601 0.004551 10.0.0.130 - - [2026-02-12 03:35:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001226 10.0.0.130 - - [2026-02-12 03:35:33] "POST /neutron/network HTTP/1.1" 200 839 0.008093 10.0.0.23 - - [2026-02-12 03:35:33] "GET /projects?obj_uuids=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001377 10.0.0.130 - - [2026-02-12 03:35:33] "GET /project/cfa823bc-13f0-4b50-8f00-08df33087437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.099849 10.0.0.130 - - [2026-02-12 03:35:34] "POST /neutron/port HTTP/1.1" 200 117 0.008196 10.0.0.130 - - [2026-02-12 03:35:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001923 10.0.0.130 - - [2026-02-12 03:35:34] "POST /neutron/port HTTP/1.1" 200 983 0.011639 10.0.0.130 - - [2026-02-12 03:35:34] "POST /neutron/network HTTP/1.1" 200 839 0.006016 10.0.0.23 - - [2026-02-12 03:35:34] "GET /projects?obj_uuids=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001251 10.0.0.23 - - [2026-02-12 03:35:34] "GET /projects?obj_uuids=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000969 10.0.0.130 - - [2026-02-12 03:35:34] "GET /project/cfa823bc-13f0-4b50-8f00-08df33087437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.036747 10.0.0.130 - - [2026-02-12 03:35:34] "POST /fqname-to-id HTTP/1.1" 404 208 0.002712 10.0.0.130 - - [2026-02-12 03:35:34] "POST /interface-route-tables HTTP/1.1" 200 556 0.039209 10.0.0.130 - - [2026-02-12 03:35:34] "GET /interface-route-table/cebdbf65-e37f-404d-a0b9-45131b853dd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.017400 10.0.0.130 - - [2026-02-12 03:35:34] "POST /neutron/port HTTP/1.1" 200 1057 0.294404 10.0.0.130 - - [2026-02-12 03:35:34] "POST /neutron/port HTTP/1.1" 200 1057 0.011816 10.0.0.130 - - [2026-02-12 03:35:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004257 10.0.0.130 - - [2026-02-12 03:35:35] "POST /neutron/port HTTP/1.1" 200 983 0.012263 10.0.0.130 - - [2026-02-12 03:35:35] "POST /neutron/port HTTP/1.1" 200 983 0.011965 10.0.0.130 - - [2026-02-12 03:35:35] "POST /neutron/port HTTP/1.1" 200 1085 0.018637 10.0.0.130 - - [2026-02-12 03:35:35] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.130 - - [2026-02-12 03:35:35] "GET /virtual-machine-interface/187cc9c9-89a9-498b-9ccb-8801681db290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.006023 10.0.0.130 - - [2026-02-12 03:35:35] "POST /ref-update HTTP/1.1" 200 156 0.013645 10.0.0.130 - - [2026-02-12 03:35:35] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009751 10.0.0.130 - - [2026-02-12 03:35:41] "POST /neutron/port HTTP/1.1" 200 1121 0.018196 10.0.0.130 - - [2026-02-12 03:35:41] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007699 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33 HTTP/1.1" 401 293 0.000504 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33 HTTP/1.1" 200 1289 0.032419 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33 HTTP/1.1" 200 1289 0.003474 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-machine-interface/cf9d6650-38a5-4fcd-a01f-71982d3d5aab HTTP/1.1" 200 2939 0.004445 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33 HTTP/1.1" 200 1289 0.005562 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-machine-interface/cf9d6650-38a5-4fcd-a01f-71982d3d5aab HTTP/1.1" 200 2939 0.004507 10.0.0.130 - - [2026-02-12 03:35:41] "GET /instance-ip/8dbf32e5-5bc3-4717-9a7f-7e3da6716bee HTTP/1.1" 200 1619 0.006527 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33 HTTP/1.1" 200 1289 0.004150 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-machine-interface/cf9d6650-38a5-4fcd-a01f-71982d3d5aab HTTP/1.1" 200 2939 0.005524 10.0.0.130 - - [2026-02-12 03:35:41] "GET /instance-ip/8dbf32e5-5bc3-4717-9a7f-7e3da6716bee HTTP/1.1" 200 1619 0.004544 10.0.0.130 - - [2026-02-12 03:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.130 - - [2026-02-12 03:35:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003113 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002866 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006724 10.0.0.130 - - [2026-02-12 03:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.130 - - [2026-02-12 03:35:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004198 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003136 10.0.0.130 - - [2026-02-12 03:35:41] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008845 10.0.0.130 - - [2026-02-12 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.130 - - [2026-02-12 03:35:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011192 10.0.0.130 - - [2026-02-12 03:35:42] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003253 10.0.0.130 - - [2026-02-12 03:35:42] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005649 10.0.0.130 - - [2026-02-12 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.130 - - [2026-02-12 03:35:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004740 10.0.0.130 - - [2026-02-12 03:35:42] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003848 10.0.0.130 - - [2026-02-12 03:35:42] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007006 10.0.0.130 - - [2026-02-12 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.130 - - [2026-02-12 03:35:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004118 10.0.0.130 - - [2026-02-12 03:35:42] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002996 10.0.0.130 - - [2026-02-12 03:35:42] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005394 10.0.0.130 - - [2026-02-12 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.130 - - [2026-02-12 03:35:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005069 10.0.0.130 - - [2026-02-12 03:35:42] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002992 10.0.0.130 - - [2026-02-12 03:35:42] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005579 10.0.0.130 - - [2026-02-12 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.130 - - [2026-02-12 03:35:42] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003829 10.0.0.130 - - [2026-02-12 03:35:42] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002776 10.0.0.130 - - [2026-02-12 03:35:42] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006002 10.0.0.130 - - [2026-02-12 03:35:43] "POST /neutron/port HTTP/1.1" 200 1085 0.019583 10.0.0.130 - - [2026-02-12 03:35:45] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010465 10.0.0.130 - - [2026-02-12 03:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.130 - - [2026-02-12 03:35:45] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005228 10.0.0.130 - - [2026-02-12 03:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.130 - - [2026-02-12 03:35:47] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003497 10.0.0.130 - - [2026-02-12 03:35:47] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002777 10.0.0.130 - - [2026-02-12 03:35:47] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005599 10.0.0.130 - - [2026-02-12 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.130 - - [2026-02-12 03:35:48] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003716 10.0.0.130 - - [2026-02-12 03:35:48] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003859 10.0.0.130 - - [2026-02-12 03:35:48] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005742 10.0.0.130 - - [2026-02-12 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.130 - - [2026-02-12 03:35:48] "GET /routing-instance/dde38528-04e5-4726-9261-5c0329d277d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004357 10.0.0.130 - - [2026-02-12 03:35:48] "GET /route-target/9d3c93ab-657e-461d-82ea-4f879dba51df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004555 10.0.0.130 - - [2026-02-12 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.130 - - [2026-02-12 03:35:48] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005036 10.0.0.130 - - [2026-02-12 03:35:48] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004113 10.0.0.130 - - [2026-02-12 03:35:48] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007578 10.0.0.130 - - [2026-02-12 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.130 - - [2026-02-12 03:35:48] "GET /routing-instance/dde38528-04e5-4726-9261-5c0329d277d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005241 10.0.0.130 - - [2026-02-12 03:35:48] "GET /route-target/9d3c93ab-657e-461d-82ea-4f879dba51df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005297 10.0.0.130 - - [2026-02-12 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.130 - - [2026-02-12 03:35:48] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004905 10.0.0.130 - - [2026-02-12 03:35:48] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003438 10.0.0.130 - - [2026-02-12 03:35:48] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006592 10.0.0.130 - - [2026-02-12 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.130 - - [2026-02-12 03:35:48] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005930 10.0.0.130 - - [2026-02-12 03:35:48] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004327 10.0.0.130 - - [2026-02-12 03:35:48] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007574 10.0.0.130 - - [2026-02-12 03:35:49] "GET /obj-perms HTTP/1.1" 200 5043 0.051765 10.0.0.23 - - [2026-02-12 03:35:49] "GET /obj-perms HTTP/1.1" 200 5043 0.049687 10.0.0.130 - - [2026-02-12 03:35:49] "GET /obj-perms HTTP/1.1" 200 5043 0.003244 10.0.0.23 - - [2026-02-12 03:35:50] "GET /obj-perms HTTP/1.1" 200 5043 0.004215 10.0.0.130 - - [2026-02-12 03:35:50] "POST /neutron/port HTTP/1.1" 200 1085 0.015683 10.0.0.130 - - [2026-02-12 03:35:50] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006750 10.0.0.130 - - [2026-02-12 03:35:50] "GET /virtual-machine/1b8f2965-fa04-49a5-966b-ffa352ac9223 HTTP/1.1" 200 1267 0.005203 10.0.0.130 - - [2026-02-12 03:35:50] "GET /virtual-machine-interface/187cc9c9-89a9-498b-9ccb-8801681db290 HTTP/1.1" 200 3150 0.004998 10.0.0.130 - - [2026-02-12 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.130 - - [2026-02-12 03:35:50] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003255 10.0.0.130 - - [2026-02-12 03:35:50] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002634 10.0.0.130 - - [2026-02-12 03:35:50] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006954 10.0.0.130 - - [2026-02-12 03:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.130 - - [2026-02-12 03:35:51] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003802 10.0.0.130 - - [2026-02-12 03:35:51] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002993 10.0.0.130 - - [2026-02-12 03:35:51] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005418 10.0.0.130 - - [2026-02-12 03:35:52] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005691 10.0.0.130 - - [2026-02-12 03:35:52] "GET /obj-perms HTTP/1.1" 200 5043 0.003353 10.0.0.130 - - [2026-02-12 03:35:53] "GET /virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33 HTTP/1.1" 200 1289 0.004514 10.0.0.130 - - [2026-02-12 03:35:54] "POST /neutron/port HTTP/1.1" 200 151 0.181202 10.0.0.130 - - [2026-02-12 03:35:55] "GET /virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33 HTTP/1.1" 404 171 0.003081 10.0.0.130 - - [2026-02-12 03:35:55] "GET /virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33 HTTP/1.1" 404 171 0.002872 10.0.0.130 - - [2026-02-12 03:35:55] "GET /virtual-machine/2e10c7be-53d0-432a-b566-eea719357a33 HTTP/1.1" 404 171 0.002620 10.0.0.130 - - [2026-02-12 03:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.130 - - [2026-02-12 03:35:55] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003253 10.0.0.130 - - [2026-02-12 03:35:55] "GET /virtual-networks?parent_id=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002357 10.0.0.130 - - [2026-02-12 03:35:55] "GET /virtual-network/2c34e3de-5868-42d5-9e3f-2edf06d0fba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009416 10.0.0.130 - - [2026-02-12 03:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.130 - - [2026-02-12 03:35:55] "GET /routing-instance/dde38528-04e5-4726-9261-5c0329d277d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004232 10.0.0.130 - - [2026-02-12 03:35:55] "GET /route-target/9d3c93ab-657e-461d-82ea-4f879dba51df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004723 10.0.0.23 - - [2026-02-12 03:35:55] "GET /obj-perms HTTP/1.1" 200 5043 0.003795 10.0.0.130 - - [2026-02-12 03:35:58] "GET /obj-perms HTTP/1.1" 200 5043 0.003858 10.0.0.23 - - [2026-02-12 03:36:05] "GET /obj-perms HTTP/1.1" 200 5043 0.003957 10.0.0.130 - - [2026-02-12 03:36:08] "GET /obj-perms HTTP/1.1" 200 5043 0.004854 10.0.0.23 - - [2026-02-12 03:36:12] "DELETE /project/9a4cfbcf-5c70-4995-b357-77b928a0e62b HTTP/1.1" 404 177 0.031166 10.0.0.23 - - [2026-02-12 03:36:12] "DELETE /project/cfa823bc13f04b508f0008df33087437 HTTP/1.1" 404 173 0.052789 10.0.0.23 - - [2026-02-12 03:36:14] "GET /obj-perms HTTP/1.1" 200 5043 0.004077 10.0.0.130 - - [2026-02-12 03:36:17] "GET /obj-perms HTTP/1.1" 200 5043 0.008003 10.0.0.22 - - [2026-02-12 03:36:17] "GET /obj-perms HTTP/1.1" 200 5043 0.052265 10.0.0.130 - - [2026-02-12 03:36:17] "GET /interface-route-table/cebdbf65-e37f-404d-a0b9-45131b853dd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.003881 10.0.0.130 - - [2026-02-12 03:36:17] "GET /virtual-machine-interface/187cc9c9-89a9-498b-9ccb-8801681db290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.005604 10.0.0.130 - - [2026-02-12 03:36:17] "POST /ref-update HTTP/1.1" 200 156 0.015515 10.0.0.130 - - [2026-02-12 03:36:17] "DELETE /interface-route-table/cebdbf65-e37f-404d-a0b9-45131b853dd5 HTTP/1.1" 200 115 0.029507 10.0.0.130 - - [2026-02-12 03:36:17] "POST /neutron/network HTTP/1.1" 200 829 0.007573 10.0.0.23 - - [2026-02-12 03:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.23 - - [2026-02-12 03:36:19] "GET /projects?obj_uuids=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001040 10.0.0.130 - - [2026-02-12 03:36:19] "GET /project/cfa823bc-13f0-4b50-8f00-08df33087437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.037319 10.0.0.23 - - [2026-02-12 03:36:19] "GET /projects?obj_uuids=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001008 10.0.0.130 - - [2026-02-12 03:36:19] "GET /project/cfa823bc-13f0-4b50-8f00-08df33087437?fields=virtual_networks HTTP/1.1" 200 1037 0.050602 10.0.0.23 - - [2026-02-12 03:36:19] "GET /projects?obj_uuids=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000886 10.0.0.130 - - [2026-02-12 03:36:19] "GET /project/cfa823bc-13f0-4b50-8f00-08df33087437?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.043591 10.0.0.23 - - [2026-02-12 03:36:19] "GET /projects?obj_uuids=cfa823bc-13f0-4b50-8f00-08df33087437&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001301 10.0.0.130 - - [2026-02-12 03:36:19] "GET /project/cfa823bc-13f0-4b50-8f00-08df33087437?fields=security_groups HTTP/1.1" 200 1260 0.040305 10.0.0.130 - - [2026-02-12 03:36:20] "POST /fqname-to-id HTTP/1.1" 404 192 0.026403 10.0.0.23 - - [2026-02-12 03:36:20] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002622 10.0.0.23 - - [2026-02-12 03:36:20] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.23 - - [2026-02-12 03:36:20] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006646 10.0.0.23 - - [2026-02-12 03:36:20] "POST /id-to-fqname HTTP/1.1" 200 194 0.005168 10.0.0.23 - - [2026-02-12 03:36:20] "POST /fqname-to-id HTTP/1.1" 404 203 0.011127 10.0.0.23 - - [2026-02-12 03:36:21] "POST /security-groups HTTP/1.1" 200 595 0.074829 10.0.0.23 - - [2026-02-12 03:36:21] "POST /projects HTTP/1.1" 200 593 0.295784 10.0.0.23 - - [2026-02-12 03:36:21] "POST /access-control-lists HTTP/1.1" 200 600 0.028117 10.0.0.23 - - [2026-02-12 03:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.370250 10.0.0.130 - - [2026-02-12 03:36:21] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.515946 10.0.0.130 - - [2026-02-12 03:36:22] "GET / HTTP/1.1" 200 35931 0.002063 10.0.0.130 - - [2026-02-12 03:36:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.130 - - [2026-02-12 03:36:23] "POST /neutron/port HTTP/1.1" 400 205 0.003877 10.0.0.130 - - [2026-02-12 03:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.063943 10.0.0.23 - - [2026-02-12 03:36:23] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001311 10.0.0.130 - - [2026-02-12 03:36:23] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043658 10.0.0.23 - - [2026-02-12 03:36:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007780 10.0.0.130 - - [2026-02-12 03:36:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.229613 10.0.0.130 - - [2026-02-12 03:36:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001287 10.0.0.130 - - [2026-02-12 03:36:23] "GET /virtual-network/22352b1f-1c3e-4edc-913c-624e4b76d93e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005093 10.0.0.130 - - [2026-02-12 03:36:23] "GET /virtual-network/22352b1f-1c3e-4edc-913c-624e4b76d93e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004992 10.0.0.130 - - [2026-02-12 03:36:23] "POST /neutron/network HTTP/1.1" 200 827 0.007276 10.0.0.130 - - [2026-02-12 03:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.23 - - [2026-02-12 03:36:23] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000930 10.0.0.130 - - [2026-02-12 03:36:23] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.047281 10.0.0.23 - - [2026-02-12 03:36:23] "POST /route-targets HTTP/1.1" 200 327 0.012446 10.0.0.23 - - [2026-02-12 03:36:24] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000930 10.0.0.130 - - [2026-02-12 03:36:24] "POST /neutron/network HTTP/1.1" 200 609 0.117497 10.0.0.23 - - [2026-02-12 03:36:24] "POST /ref-update HTTP/1.1" 200 156 0.030140 10.0.0.130 - - [2026-02-12 03:36:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.002734 10.0.0.130 - - [2026-02-12 03:36:24] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004825 10.0.0.130 - - [2026-02-12 03:36:24] "POST /neutron/network HTTP/1.1" 200 829 0.005858 10.0.0.130 - - [2026-02-12 03:36:24] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004366 10.0.0.130 - - [2026-02-12 03:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.23 - - [2026-02-12 03:36:24] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000920 10.0.0.130 - - [2026-02-12 03:36:24] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040393 10.0.0.130 - - [2026-02-12 03:36:24] "POST /neutron/network HTTP/1.1" 200 117 0.013375 10.0.0.130 - - [2026-02-12 03:36:24] "POST /neutron/network HTTP/1.1" 200 827 0.008182 10.0.0.130 - - [2026-02-12 03:36:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001004 10.0.0.130 - - [2026-02-12 03:36:24] "GET /virtual-network/4d3b91ad-1072-49b0-9e5b-468c90e2a532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004411 10.0.0.130 - - [2026-02-12 03:36:25] "GET /virtual-network/4d3b91ad-1072-49b0-9e5b-468c90e2a532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004785 10.0.0.130 - - [2026-02-12 03:36:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.008040 10.0.0.130 - - [2026-02-12 03:36:25] "POST /fqname-to-id HTTP/1.1" 404 214 0.002490 10.0.0.130 - - [2026-02-12 03:36:25] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006326 10.0.0.130 - - [2026-02-12 03:36:25] "GET /virtual-machine-interface/ecffc1f7-e0e0-4858-9f00-7a9731fcac2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.007312 10.0.0.130 - - [2026-02-12 03:36:25] "GET /virtual-machine-interface/ecffc1f7-e0e0-4858-9f00-7a9731fcac2a?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.008037 10.0.0.130 - - [2026-02-12 03:36:25] "GET /instance-ip/645b959f-5791-41db-8f54-042b367b49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005992 10.0.0.130 - - [2026-02-12 03:36:25] "POST /fqname-to-id HTTP/1.1" 404 214 0.004088 10.0.0.130 - - [2026-02-12 03:36:25] "GET /virtual-network/22352b1f-1c3e-4edc-913c-624e4b76d93e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007554 10.0.0.23 - - [2026-02-12 03:36:25] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000986 10.0.0.130 - - [2026-02-12 03:36:25] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.049270 10.0.0.130 - - [2026-02-12 03:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.130 - - [2026-02-12 03:36:25] "GET /security-group/e29d4593-2cb9-4ab9-aeb4-c7cae556d370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3777 0.005846 10.0.0.130 - - [2026-02-12 03:36:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.103746 10.0.0.130 - - [2026-02-12 03:36:25] "POST /instance-ips HTTP/1.1" 200 357 0.047780 10.0.0.130 - - [2026-02-12 03:36:25] "GET /virtual-machine-interface/941289ee-525f-43fc-9150-9f60d12d92ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005744 10.0.0.130 - - [2026-02-12 03:36:25] "GET /virtual-machine-interface/941289ee-525f-43fc-9150-9f60d12d92ba?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009794 10.0.0.130 - - [2026-02-12 03:36:25] "GET /instance-ip/144b2dff-95bd-46dd-93d1-1df6760df97e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.007684 10.0.0.130 - - [2026-02-12 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 214 0.003978 10.0.0.130 - - [2026-02-12 03:36:26] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007578 10.0.0.130 - - [2026-02-12 03:36:26] "GET /virtual-machine-interface/7c3f8f13-f89a-43fb-8446-57f4b81ec092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.008246 10.0.0.130 - - [2026-02-12 03:36:26] "GET /virtual-machine-interface/7c3f8f13-f89a-43fb-8446-57f4b81ec092?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.008131 10.0.0.130 - - [2026-02-12 03:36:26] "GET /instance-ip/cb4a1171-1b25-4bd8-8567-45a86ef56c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004218 10.0.0.130 - - [2026-02-12 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 214 0.002439 10.0.0.130 - - [2026-02-12 03:36:26] "GET /virtual-network/22352b1f-1c3e-4edc-913c-624e4b76d93e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005799 10.0.0.23 - - [2026-02-12 03:36:26] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000842 10.0.0.130 - - [2026-02-12 03:36:26] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.042230 10.0.0.130 - - [2026-02-12 03:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.130 - - [2026-02-12 03:36:26] "GET /security-group/e29d4593-2cb9-4ab9-aeb4-c7cae556d370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3777 0.004446 10.0.0.130 - - [2026-02-12 03:36:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.086681 10.0.0.130 - - [2026-02-12 03:36:26] "POST /instance-ips HTTP/1.1" 200 357 0.031935 10.0.0.130 - - [2026-02-12 03:36:26] "GET /virtual-machine-interface/5787c9dc-b831-4d51-aa34-2c23e7531389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005442 10.0.0.130 - - [2026-02-12 03:36:26] "GET /virtual-machine-interface/5787c9dc-b831-4d51-aa34-2c23e7531389?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.008183 10.0.0.130 - - [2026-02-12 03:36:26] "GET /instance-ip/67593800-734e-4692-aa64-63c5e8d54862?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.005903 10.0.0.130 - - [2026-02-12 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 214 0.004034 10.0.0.130 - - [2026-02-12 03:36:26] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005650 10.0.0.23 - - [2026-02-12 03:36:26] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001086 10.0.0.130 - - [2026-02-12 03:36:27] "POST /neutron/port HTTP/1.1" 200 991 0.237456 10.0.0.130 - - [2026-02-12 03:36:27] "GET /virtual-machine-interface/4e697fa4-dc3e-4814-b86f-5720916a411e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005239 10.0.0.130 - - [2026-02-12 03:36:27] "GET /virtual-machine-interface/4e697fa4-dc3e-4814-b86f-5720916a411e?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.004983 10.0.0.130 - - [2026-02-12 03:36:27] "GET /instance-ip/cec5e19e-31ba-4e14-80d5-3f1349bc35a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004333 10.0.0.130 - - [2026-02-12 03:36:27] "POST /fqname-to-id HTTP/1.1" 404 214 0.002723 10.0.0.130 - - [2026-02-12 03:36:27] "GET /virtual-network/4d3b91ad-1072-49b0-9e5b-468c90e2a532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005478 10.0.0.23 - - [2026-02-12 03:36:27] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000865 10.0.0.130 - - [2026-02-12 03:36:27] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.054636 10.0.0.130 - - [2026-02-12 03:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.130 - - [2026-02-12 03:36:27] "GET /security-group/e29d4593-2cb9-4ab9-aeb4-c7cae556d370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3777 0.006752 10.0.0.130 - - [2026-02-12 03:36:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.117494 10.0.0.130 - - [2026-02-12 03:36:27] "POST /instance-ips HTTP/1.1" 200 357 0.048380 10.0.0.130 - - [2026-02-12 03:36:27] "GET /virtual-machine-interface/9c28084f-620e-42cc-9be9-91775e49c75d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006046 10.0.0.130 - - [2026-02-12 03:36:27] "GET /virtual-machine-interface/9c28084f-620e-42cc-9be9-91775e49c75d?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.008826 10.0.0.130 - - [2026-02-12 03:36:27] "GET /instance-ip/13831a97-8062-4fce-878c-f18b36e9efa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.005253 10.0.0.130 - - [2026-02-12 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001362 10.0.0.130 - - [2026-02-12 03:36:29] "POST /neutron/network HTTP/1.1" 200 829 0.007103 10.0.0.130 - - [2026-02-12 03:36:29] "POST /neutron/port HTTP/1.1" 200 117 0.008697 10.0.0.130 - - [2026-02-12 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001344 10.0.0.130 - - [2026-02-12 03:36:29] "POST /neutron/network HTTP/1.1" 200 837 0.006538 10.0.0.130 - - [2026-02-12 03:36:30] "POST /neutron/port HTTP/1.1" 200 991 0.013874 10.0.0.130 - - [2026-02-12 03:36:30] "POST /neutron/port HTTP/1.1" 200 1093 0.017889 10.0.0.130 - - [2026-02-12 03:36:30] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.23 - - [2026-02-12 03:36:30] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000949 10.0.0.130 - - [2026-02-12 03:36:30] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.077190 10.0.0.130 - - [2026-02-12 03:36:30] "POST /neutron/port HTTP/1.1" 200 1093 0.018433 10.0.0.130 - - [2026-02-12 03:36:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001422 10.0.0.130 - - [2026-02-12 03:36:31] "POST /neutron/port HTTP/1.1" 200 1093 0.022207 10.0.0.130 - - [2026-02-12 03:36:31] "POST /neutron/network HTTP/1.1" 200 837 0.008720 10.0.0.130 - - [2026-02-12 03:36:31] "POST /neutron/network HTTP/1.1" 200 829 0.007486 10.0.0.130 - - [2026-02-12 03:36:31] "POST /neutron/port HTTP/1.1" 200 1063 0.017463 10.0.0.130 - - [2026-02-12 03:36:31] "POST /neutron/port HTTP/1.1" 200 2014 0.039815 10.0.0.130 - - [2026-02-12 03:36:31] "POST /neutron/port HTTP/1.1" 200 1127 0.020236 10.0.0.130 - - [2026-02-12 03:36:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.011576 10.0.0.23 - - [2026-02-12 03:36:31] "POST /route-targets HTTP/1.1" 200 327 0.015157 10.0.0.130 - - [2026-02-12 03:36:31] "POST /neutron/router HTTP/1.1" 200 598 0.007828 10.0.0.23 - - [2026-02-12 03:36:32] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000988 10.0.0.130 - - [2026-02-12 03:36:32] "POST /neutron/port HTTP/1.1" 200 991 0.027623 10.0.0.130 - - [2026-02-12 03:36:32] "POST /neutron/router HTTP/1.1" 200 344 0.355700 10.0.0.23 - - [2026-02-12 03:36:32] "POST /ref-update HTTP/1.1" 200 156 0.033614 10.0.0.130 - - [2026-02-12 03:36:32] "POST /neutron/port HTTP/1.1" 200 1093 0.026899 10.0.0.130 - - [2026-02-12 03:36:33] "POST /neutron/port HTTP/1.1" 200 1093 0.018102 10.0.0.130 - - [2026-02-12 03:36:33] "POST /neutron/subnet HTTP/1.1" 200 704 0.019914 10.0.0.130 - - [2026-02-12 03:36:33] "POST /neutron/port HTTP/1.1" 200 1093 0.018226 10.0.0.130 - - [2026-02-12 03:36:33] "GET /virtual-machine/ff57e786-58f5-465b-80f0-94b09d1e4679 HTTP/1.1" 401 293 0.000535 10.0.0.130 - - [2026-02-12 03:36:33] "GET /virtual-machine/ff57e786-58f5-465b-80f0-94b09d1e4679 HTTP/1.1" 200 1274 0.052003 10.0.0.130 - - [2026-02-12 03:36:33] "GET /virtual-machine-interface/ecffc1f7-e0e0-4858-9f00-7a9731fcac2a HTTP/1.1" 200 3188 0.004769 10.0.0.130 - - [2026-02-12 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.130 - - [2026-02-12 03:36:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005123 10.0.0.130 - - [2026-02-12 03:36:33] "GET /virtual-networks?parent_id=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003595 10.0.0.130 - - [2026-02-12 03:36:33] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005980 10.0.0.130 - - [2026-02-12 03:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.130 - - [2026-02-12 03:36:36] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004463 10.0.0.130 - - [2026-02-12 03:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.130 - - [2026-02-12 03:36:40] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004652 10.0.0.130 - - [2026-02-12 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.130 - - [2026-02-12 03:36:45] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004807 10.0.0.130 - - [2026-02-12 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.130 - - [2026-02-12 03:36:49] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005588 10.0.0.130 - - [2026-02-12 03:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.130 - - [2026-02-12 03:36:53] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004683 10.0.0.23 - - [2026-02-12 03:36:54] "GET /obj-perms HTTP/1.1" 200 5075 0.050539 10.0.0.130 - - [2026-02-12 03:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.130 - - [2026-02-12 03:36:57] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005076 10.0.0.130 - - [2026-02-12 03:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.130 - - [2026-02-12 03:37:01] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005894 10.0.0.130 - - [2026-02-12 03:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.130 - - [2026-02-12 03:37:05] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005400 10.0.0.130 - - [2026-02-12 03:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005683 10.0.0.130 - - [2026-02-12 03:37:09] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006911 10.0.0.23 - - [2026-02-12 03:37:12] "DELETE /project/f07bfc9e8a2342b1bf297a7007219498 HTTP/1.1" 404 173 0.002747 10.0.0.23 - - [2026-02-12 03:37:12] "DELETE /project/cfa823bc-13f0-4b50-8f00-08df33087437 HTTP/1.1" 404 177 0.005672 10.0.0.130 - - [2026-02-12 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.130 - - [2026-02-12 03:37:13] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005103 10.0.0.130 - - [2026-02-12 03:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.130 - - [2026-02-12 03:37:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004083 10.0.0.130 - - [2026-02-12 03:37:15] "GET /virtual-networks?parent_id=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002836 10.0.0.130 - - [2026-02-12 03:37:15] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006986 10.0.0.130 - - [2026-02-12 03:37:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007335 10.0.0.130 - - [2026-02-12 03:37:20] "POST /neutron/network HTTP/1.1" 200 837 0.007334 10.0.0.130 - - [2026-02-12 03:37:20] "POST /neutron/port HTTP/1.1" 200 117 0.002021 10.0.0.130 - - [2026-02-12 03:37:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007969 10.0.0.130 - - [2026-02-12 03:37:22] "POST /neutron/network HTTP/1.1" 200 839 0.037403 10.0.0.130 - - [2026-02-12 03:37:22] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.130 - - [2026-02-12 03:37:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.028826 10.0.0.130 - - [2026-02-12 03:37:27] "POST /neutron/port HTTP/1.1" 200 1093 0.023349 10.0.0.130 - - [2026-02-12 03:37:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008456 10.0.0.130 - - [2026-02-12 03:37:36] "POST /neutron/port HTTP/1.1" 200 1127 0.019383 10.0.0.130 - - [2026-02-12 03:37:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007044 10.0.0.130 - - [2026-02-12 03:37:36] "GET /virtual-machine/653e4c19-bc21-47ca-a24b-bc922e5226b7 HTTP/1.1" 200 1296 0.005288 10.0.0.130 - - [2026-02-12 03:37:36] "GET /virtual-machine-interface/4fbaabb1-4688-45a8-9405-be9c827a582b HTTP/1.1" 200 2961 0.004472 10.0.0.130 - - [2026-02-12 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.130 - - [2026-02-12 03:37:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003112 10.0.0.130 - - [2026-02-12 03:37:37] "GET /virtual-networks?parent_id=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004096 10.0.0.130 - - [2026-02-12 03:37:37] "GET /virtual-network/4d3b91ad-1072-49b0-9e5b-468c90e2a532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005896 10.0.0.130 - - [2026-02-12 03:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.130 - - [2026-02-12 03:37:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004019 10.0.0.130 - - [2026-02-12 03:37:38] "GET /virtual-networks?parent_id=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002961 10.0.0.130 - - [2026-02-12 03:37:38] "GET /virtual-network/4d3b91ad-1072-49b0-9e5b-468c90e2a532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005605 10.0.0.130 - - [2026-02-12 03:37:38] "POST /neutron/port HTTP/1.1" 200 1093 0.022562 10.0.0.130 - - [2026-02-12 03:37:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010035 10.0.0.130 - - [2026-02-12 03:37:38] "GET /virtual-machine/424f5d8e-600c-4cf4-8779-32a6272d08ba HTTP/1.1" 200 1273 0.006480 10.0.0.130 - - [2026-02-12 03:37:38] "GET /virtual-machine-interface/4e697fa4-dc3e-4814-b86f-5720916a411e HTTP/1.1" 200 3187 0.005534 10.0.0.130 - - [2026-02-12 03:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.130 - - [2026-02-12 03:37:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003371 10.0.0.130 - - [2026-02-12 03:37:38] "GET /virtual-networks?parent_id=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002579 10.0.0.130 - - [2026-02-12 03:37:38] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008238 10.0.0.130 - - [2026-02-12 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.130 - - [2026-02-12 03:37:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003599 10.0.0.130 - - [2026-02-12 03:37:39] "GET /virtual-networks?parent_id=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003352 10.0.0.130 - - [2026-02-12 03:37:39] "GET /virtual-network/64273b8f-53c9-4dca-958b-5527d3e37dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006150 10.0.0.130 - - [2026-02-12 03:37:54] "GET /obj-perms HTTP/1.1" 200 5075 0.057474 10.0.0.130 - - [2026-02-12 03:38:21] "POST /neutron/port HTTP/1.1" 200 1127 0.039613 10.0.0.130 - - [2026-02-12 03:38:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005317 10.0.0.130 - - [2026-02-12 03:38:21] "POST /neutron/network HTTP/1.1" 200 827 0.009597 10.0.0.130 - - [2026-02-12 03:38:24] "POST /neutron/network HTTP/1.1" 200 839 0.006212 10.0.0.130 - - [2026-02-12 03:38:24] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.23 - - [2026-02-12 03:38:57] "POST /ref-update HTTP/1.1" 200 156 0.015655 10.0.0.130 - - [2026-02-12 03:38:57] "POST /neutron/router HTTP/1.1" 200 344 0.181322 10.0.0.130 - - [2026-02-12 03:38:58] "POST /neutron/router HTTP/1.1" 200 598 0.005760 10.0.0.22 - - [2026-02-12 03:38:58] "GET /logical-router/5a031bb0-c707-4f70-a648-8b206b43b3f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.028992 10.0.0.23 - - [2026-02-12 03:38:58] "DELETE /route-target/443757b6-2704-4ea3-84dd-7492b8761fd3 HTTP/1.1" 200 115 0.025230 10.0.0.130 - - [2026-02-12 03:38:58] "POST /neutron/port HTTP/1.1" 200 1117 0.015033 10.0.0.130 - - [2026-02-12 03:38:59] "DELETE /instance-ip/13831a97-8062-4fce-878c-f18b36e9efa9 HTTP/1.1" 200 115 0.043190 10.0.0.130 - - [2026-02-12 03:38:59] "DELETE /virtual-machine-interface/9c28084f-620e-42cc-9be9-91775e49c75d HTTP/1.1" 200 115 0.046420 10.0.0.130 - - [2026-02-12 03:39:00] "POST /neutron/port HTTP/1.1" 200 151 0.148678 10.0.0.130 - - [2026-02-12 03:39:00] "DELETE /instance-ip/67593800-734e-4692-aa64-63c5e8d54862 HTTP/1.1" 200 115 0.045475 10.0.0.130 - - [2026-02-12 03:39:00] "DELETE /virtual-machine-interface/5787c9dc-b831-4d51-aa34-2c23e7531389 HTTP/1.1" 200 115 0.067236 10.0.0.130 - - [2026-02-12 03:39:00] "DELETE /instance-ip/144b2dff-95bd-46dd-93d1-1df6760df97e HTTP/1.1" 200 115 0.036186 10.0.0.130 - - [2026-02-12 03:39:00] "DELETE /virtual-machine-interface/941289ee-525f-43fc-9150-9f60d12d92ba HTTP/1.1" 200 115 0.064487 10.0.0.130 - - [2026-02-12 03:39:00] "POST /neutron/port HTTP/1.1" 200 1083 0.016766 10.0.0.23 - - [2026-02-12 03:39:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004431 10.0.0.23 - - [2026-02-12 03:39:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005058 10.0.0.130 - - [2026-02-12 03:39:00] "POST /neutron/network HTTP/1.1" 200 151 0.115667 10.0.0.23 - - [2026-02-12 03:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.130 - - [2026-02-12 03:39:01] "POST /neutron/network HTTP/1.1" 200 827 0.005970 10.0.0.23 - - [2026-02-12 03:39:01] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001019 10.0.0.23 - - [2026-02-12 03:39:01] "DELETE /route-target/5051f131-6423-43e3-aecd-1dd8846b3791 HTTP/1.1" 200 115 0.036696 10.0.0.130 - - [2026-02-12 03:39:01] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.046031 10.0.0.23 - - [2026-02-12 03:39:01] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002966 10.0.0.130 - - [2026-02-12 03:39:01] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?fields=virtual_networks HTTP/1.1" 200 1051 0.065754 10.0.0.23 - - [2026-02-12 03:39:01] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002069 10.0.0.130 - - [2026-02-12 03:39:01] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.049274 10.0.0.23 - - [2026-02-12 03:39:01] "GET /projects?obj_uuids=f07bfc9e-8a23-42b1-bf29-7a7007219498&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001331 10.0.0.130 - - [2026-02-12 03:39:01] "GET /project/f07bfc9e-8a23-42b1-bf29-7a7007219498?fields=security_groups HTTP/1.1" 200 1281 0.044508 10.0.0.130 - - [2026-02-12 03:39:02] "POST /fqname-to-id HTTP/1.1" 404 187 0.033647 10.0.0.23 - - [2026-02-12 03:39:02] "GET /projects?obj_uuids=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003324 10.0.0.23 - - [2026-02-12 03:39:02] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.23 - - [2026-02-12 03:39:02] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006920 10.0.0.23 - - [2026-02-12 03:39:02] "POST /id-to-fqname HTTP/1.1" 200 189 0.002405 10.0.0.23 - - [2026-02-12 03:39:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.006585 10.0.0.23 - - [2026-02-12 03:39:02] "POST /security-groups HTTP/1.1" 200 590 0.044325 10.0.0.23 - - [2026-02-12 03:39:02] "POST /projects HTTP/1.1" 200 583 0.282626 10.0.0.23 - - [2026-02-12 03:39:02] "POST /fqname-to-id HTTP/1.1" 404 232 0.013601 10.0.0.23 - - [2026-02-12 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.360265 10.0.0.130 - - [2026-02-12 03:39:02] "GET /project/5ee7bd8c-f5a0-4a81-9b16-493d03b84a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.530594 10.0.0.23 - - [2026-02-12 03:39:02] "DELETE /access-control-list/bcfb8f53-c7cb-477b-b905-ada6c4c4c145 HTTP/1.1" 200 115 0.036650 10.0.0.130 - - [2026-02-12 03:39:03] "POST /neutron/port HTTP/1.1" 400 205 0.003595 10.0.0.130 - - [2026-02-12 03:39:04] "GET / HTTP/1.1" 200 35931 0.003546 10.0.0.130 - - [2026-02-12 03:39:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000803 10.0.0.130 - - [2026-02-12 03:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.054978 10.0.0.23 - - [2026-02-12 03:39:06] "GET /projects?obj_uuids=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001196 10.0.0.130 - - [2026-02-12 03:39:06] "GET /project/5ee7bd8c-f5a0-4a81-9b16-493d03b84a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.040646 10.0.0.130 - - [2026-02-12 03:39:06] "POST /neutron/network HTTP/1.1" 200 117 0.040701 10.0.0.130 - - [2026-02-12 03:39:06] "POST /neutron/network HTTP/1.1" 200 821 0.007616 10.0.0.130 - - [2026-02-12 03:39:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.001013 10.0.0.130 - - [2026-02-12 03:39:06] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004586 10.0.0.130 - - [2026-02-12 03:39:06] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004848 10.0.0.130 - - [2026-02-12 03:39:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.008601 10.0.0.130 - - [2026-02-12 03:39:07] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005467 10.0.0.22 - - [2026-02-12 03:39:08] "GET /obj-perms HTTP/1.1" 200 5047 0.053994 10.0.0.130 - - [2026-02-12 03:39:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.001573 10.0.0.23 - - [2026-02-12 03:39:09] "GET /projects?obj_uuids=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001018 10.0.0.130 - - [2026-02-12 03:39:09] "GET /project/5ee7bd8c-f5a0-4a81-9b16-493d03b84a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.067934 10.0.0.130 - - [2026-02-12 03:39:10] "POST /neutron/port HTTP/1.1" 200 117 0.006864 10.0.0.130 - - [2026-02-12 03:39:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.001396 10.0.0.130 - - [2026-02-12 03:39:10] "POST /neutron/network HTTP/1.1" 200 831 0.010090 10.0.0.130 - - [2026-02-12 03:39:10] "POST /neutron/port HTTP/1.1" 200 1057 0.015535 10.0.0.130 - - [2026-02-12 03:39:10] "POST /neutron/port HTTP/1.1" 200 1121 0.017558 10.0.0.130 - - [2026-02-12 03:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.23 - - [2026-02-12 03:39:11] "GET /projects?obj_uuids=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000952 10.0.0.130 - - [2026-02-12 03:39:11] "GET /project/5ee7bd8c-f5a0-4a81-9b16-493d03b84a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.072464 10.0.0.130 - - [2026-02-12 03:39:11] "POST /neutron/port HTTP/1.1" 200 1121 0.018284 10.0.0.130 - - [2026-02-12 03:39:11] "POST /neutron/port HTTP/1.1" 200 1121 0.016706 10.0.0.23 - - [2026-02-12 03:39:11] "GET /projects?obj_uuids=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001433 10.0.0.130 - - [2026-02-12 03:39:11] "POST /neutron/port HTTP/1.1" 200 1057 0.362052 10.0.0.130 - - [2026-02-12 03:39:12] "POST /neutron/port HTTP/1.1" 200 1111 0.132334 10.0.0.130 - - [2026-02-12 03:39:12] "POST /neutron/subnet HTTP/1.1" 200 689 0.007978 10.0.0.23 - - [2026-02-12 03:39:13] "DELETE /project/f07bfc9e-8a23-42b1-bf29-7a7007219498 HTTP/1.1" 404 177 0.002470 10.0.0.23 - - [2026-02-12 03:39:13] "DELETE /project/5ee7bd8cf5a04a819b16493d03b84a01 HTTP/1.1" 404 173 0.004745 10.0.0.130 - - [2026-02-12 03:39:16] "POST /neutron/port HTTP/1.1" 200 1121 0.016291 10.0.0.130 - - [2026-02-12 03:39:16] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008491 10.0.0.130 - - [2026-02-12 03:39:16] "GET /virtual-machine/a9331e03-4d55-4670-8a53-97ee485d1353 HTTP/1.1" 401 293 0.000536 10.0.0.130 - - [2026-02-12 03:39:17] "GET /virtual-machine/a9331e03-4d55-4670-8a53-97ee485d1353 HTTP/1.1" 200 1291 0.034768 10.0.0.130 - - [2026-02-12 03:39:17] "GET /virtual-machine-interface/0572a024-3b7d-419b-bcbc-2fcff15d21f3 HTTP/1.1" 200 2935 0.006367 10.0.0.130 - - [2026-02-12 03:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.130 - - [2026-02-12 03:39:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004470 10.0.0.130 - - [2026-02-12 03:39:17] "GET /virtual-networks?parent_id=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002945 10.0.0.130 - - [2026-02-12 03:39:17] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.008092 10.0.0.130 - - [2026-02-12 03:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.130 - - [2026-02-12 03:39:20] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006802 10.0.0.130 - - [2026-02-12 03:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.130 - - [2026-02-12 03:39:24] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007062 10.0.0.130 - - [2026-02-12 03:39:24] "POST /neutron/port HTTP/1.1" 200 1121 0.020670 10.0.0.130 - - [2026-02-12 03:39:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005215 10.0.0.130 - - [2026-02-12 03:39:24] "POST /neutron/network HTTP/1.1" 200 821 0.006381 10.0.0.130 - - [2026-02-12 03:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.130 - - [2026-02-12 03:39:28] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005364 10.0.0.130 - - [2026-02-12 03:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.130 - - [2026-02-12 03:39:32] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007937 10.0.0.130 - - [2026-02-12 03:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.130 - - [2026-02-12 03:39:36] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005378 10.0.0.130 - - [2026-02-12 03:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.130 - - [2026-02-12 03:39:40] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005640 10.0.0.130 - - [2026-02-12 03:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.130 - - [2026-02-12 03:39:44] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005162 10.0.0.130 - - [2026-02-12 03:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.130 - - [2026-02-12 03:39:48] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006111 10.0.0.130 - - [2026-02-12 03:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.130 - - [2026-02-12 03:39:53] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.010811 10.0.0.22 - - [2026-02-12 03:39:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.22 - - [2026-02-12 03:39:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.22 - - [2026-02-12 03:39:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.22 - - [2026-02-12 03:39:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.23 - - [2026-02-12 03:39:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000945 10.0.0.23 - - [2026-02-12 03:39:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.23 - - [2026-02-12 03:39:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.23 - - [2026-02-12 03:39:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.23 - - [2026-02-12 03:39:56] "GET /obj-perms HTTP/1.1" 200 5075 0.048633 10.0.0.130 - - [2026-02-12 03:39:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.130 - - [2026-02-12 03:39:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.130 - - [2026-02-12 03:39:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.130 - - [2026-02-12 03:39:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.130 - - [2026-02-12 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.130 - - [2026-02-12 03:39:57] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006576 10.0.0.130 - - [2026-02-12 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.130 - - [2026-02-12 03:40:01] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005442 10.0.0.130 - - [2026-02-12 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.130 - - [2026-02-12 03:40:05] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004786 10.0.0.130 - - [2026-02-12 03:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.130 - - [2026-02-12 03:40:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003233 10.0.0.130 - - [2026-02-12 03:40:07] "GET /virtual-networks?parent_id=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002721 10.0.0.130 - - [2026-02-12 03:40:07] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007077 10.0.0.130 - - [2026-02-12 03:40:12] "POST /neutron/port HTTP/1.1" 200 1121 0.017927 10.0.0.130 - - [2026-02-12 03:40:15] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006200 10.0.0.130 - - [2026-02-12 03:40:20] "POST /neutron/port HTTP/1.1" 200 1121 0.019974 10.0.0.130 - - [2026-02-12 03:40:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007042 10.0.0.130 - - [2026-02-12 03:40:26] "POST /neutron/network HTTP/1.1" 200 831 0.006062 10.0.0.130 - - [2026-02-12 03:40:26] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.130 - - [2026-02-12 03:40:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007932 10.0.0.130 - - [2026-02-12 03:40:28] "POST /neutron/port HTTP/1.1" 200 1121 0.031577 10.0.0.130 - - [2026-02-12 03:40:28] "GET /virtual-machine/735dd586-c436-4a20-8c4e-c433cf25c8e4 HTTP/1.1" 200 1291 0.006662 10.0.0.130 - - [2026-02-12 03:40:28] "GET /virtual-machine-interface/71ddef81-bd70-4eb7-a6a9-b539f97c9e6c HTTP/1.1" 200 2936 0.004645 10.0.0.130 - - [2026-02-12 03:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005845 10.0.0.130 - - [2026-02-12 03:40:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003606 10.0.0.130 - - [2026-02-12 03:40:28] "GET /virtual-networks?parent_id=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003631 10.0.0.130 - - [2026-02-12 03:40:28] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007243 10.0.0.130 - - [2026-02-12 03:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.130 - - [2026-02-12 03:40:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003104 10.0.0.130 - - [2026-02-12 03:40:29] "GET /virtual-networks?parent_id=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002707 10.0.0.130 - - [2026-02-12 03:40:29] "GET /virtual-network/c2055a2b-983b-476e-8193-2aaed6057b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005344 10.0.0.130 - - [2026-02-12 03:40:56] "GET /obj-perms HTTP/1.1" 200 5075 0.050710 10.0.0.130 - - [2026-02-12 03:41:26] "POST /neutron/port HTTP/1.1" 200 1121 0.018837 10.0.0.130 - - [2026-02-12 03:41:26] "POST /neutron/subnet HTTP/1.1" 200 689 0.007960 10.0.0.130 - - [2026-02-12 03:42:25] "POST /neutron/network HTTP/1.1" 200 821 0.006523 10.0.0.130 - - [2026-02-12 03:42:25] "POST /neutron/port HTTP/1.1" 200 1111 0.012280 10.0.0.130 - - [2026-02-12 03:42:25] "POST /neutron/port HTTP/1.1" 200 1111 0.011311 10.0.0.23 - - [2026-02-12 03:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.040928 10.0.0.23 - - [2026-02-12 03:42:27] "POST /useragent-kv HTTP/1.1" 200 115 0.063569 10.0.0.23 - - [2026-02-12 03:42:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002127 10.0.0.130 - - [2026-02-12 03:42:27] "POST /neutron/network HTTP/1.1" 200 151 0.175463 10.0.0.23 - - [2026-02-12 03:42:28] "GET /projects?obj_uuids=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000990 10.0.0.130 - - [2026-02-12 03:42:29] "GET /project/5ee7bd8c-f5a0-4a81-9b16-493d03b84a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.066379 10.0.0.23 - - [2026-02-12 03:42:29] "GET /projects?obj_uuids=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000911 10.0.0.130 - - [2026-02-12 03:42:29] "GET /project/5ee7bd8c-f5a0-4a81-9b16-493d03b84a01?fields=virtual_networks HTTP/1.1" 200 1040 0.034873 10.0.0.23 - - [2026-02-12 03:42:29] "GET /projects?obj_uuids=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000949 10.0.0.130 - - [2026-02-12 03:42:29] "GET /project/5ee7bd8c-f5a0-4a81-9b16-493d03b84a01?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.052164 10.0.0.23 - - [2026-02-12 03:42:29] "GET /projects?obj_uuids=5ee7bd8c-f5a0-4a81-9b16-493d03b84a01&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001266 10.0.0.130 - - [2026-02-12 03:42:29] "GET /project/5ee7bd8c-f5a0-4a81-9b16-493d03b84a01?fields=security_groups HTTP/1.1" 200 1265 0.037518 10.0.0.130 - - [2026-02-12 03:42:30] "POST /fqname-to-id HTTP/1.1" 404 187 0.028306 10.0.0.23 - - [2026-02-12 03:42:30] "GET /projects?obj_uuids=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002855 10.0.0.23 - - [2026-02-12 03:42:30] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001532 10.0.0.23 - - [2026-02-12 03:42:30] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036348 10.0.0.23 - - [2026-02-12 03:42:30] "POST /id-to-fqname HTTP/1.1" 200 189 0.005125 10.0.0.23 - - [2026-02-12 03:42:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.007850 10.0.0.23 - - [2026-02-12 03:42:30] "POST /security-groups HTTP/1.1" 200 590 0.074535 10.0.0.23 - - [2026-02-12 03:42:30] "POST /projects HTTP/1.1" 200 583 0.291059 10.0.0.23 - - [2026-02-12 03:42:30] "POST /access-control-lists HTTP/1.1" 200 595 0.026654 10.0.0.23 - - [2026-02-12 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.372332 10.0.0.130 - - [2026-02-12 03:42:30] "GET /project/e369b69d-78ee-4f9c-9540-f073c528609f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.546342 10.0.0.130 - - [2026-02-12 03:42:31] "GET / HTTP/1.1" 200 35931 0.001459 10.0.0.130 - - [2026-02-12 03:42:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.130 - - [2026-02-12 03:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.059002 10.0.0.23 - - [2026-02-12 03:42:33] "GET /projects?obj_uuids=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000883 10.0.0.130 - - [2026-02-12 03:42:33] "GET /project/e369b69d-78ee-4f9c-9540-f073c528609f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042605 10.0.0.23 - - [2026-02-12 03:42:34] "POST /route-targets HTTP/1.1" 200 327 0.014840 10.0.0.23 - - [2026-02-12 03:42:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007808 10.0.0.130 - - [2026-02-12 03:42:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.239977 10.0.0.130 - - [2026-02-12 03:42:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001304 10.0.0.130 - - [2026-02-12 03:42:34] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004985 10.0.0.130 - - [2026-02-12 03:42:34] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005137 10.0.0.130 - - [2026-02-12 03:42:34] "POST /neutron/network HTTP/1.1" 200 824 0.006282 10.0.0.130 - - [2026-02-12 03:42:35] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005537 10.0.0.22 - - [2026-02-12 03:42:36] "GET /obj-perms HTTP/1.1" 200 5047 0.064972 10.0.0.130 - - [2026-02-12 03:42:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.001719 10.0.0.23 - - [2026-02-12 03:42:37] "GET /projects?obj_uuids=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000971 10.0.0.130 - - [2026-02-12 03:42:37] "GET /project/e369b69d-78ee-4f9c-9540-f073c528609f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.060604 10.0.0.130 - - [2026-02-12 03:42:37] "POST /neutron/network HTTP/1.1" 200 824 0.034073 10.0.0.130 - - [2026-02-12 03:42:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001724 10.0.0.130 - - [2026-02-12 03:42:37] "POST /neutron/port HTTP/1.1" 200 117 0.007042 10.0.0.23 - - [2026-02-12 03:42:38] "GET /projects?obj_uuids=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001215 10.0.0.130 - - [2026-02-12 03:42:38] "POST /neutron/port HTTP/1.1" 200 1060 0.277981 10.0.0.23 - - [2026-02-12 03:42:38] "GET /projects?obj_uuids=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000867 10.0.0.130 - - [2026-02-12 03:42:38] "GET /project/e369b69d-78ee-4f9c-9540-f073c528609f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.098925 10.0.0.130 - - [2026-02-12 03:42:38] "POST /neutron/port HTTP/1.1" 200 1114 0.143068 10.0.0.130 - - [2026-02-12 03:42:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003665 10.0.0.130 - - [2026-02-12 03:42:38] "POST /neutron/network HTTP/1.1" 200 824 0.007034 10.0.0.130 - - [2026-02-12 03:42:38] "POST /neutron/port HTTP/1.1" 200 117 0.005359 10.0.0.130 - - [2026-02-12 03:42:39] "POST /neutron/network HTTP/1.1" 200 834 0.007943 10.0.0.130 - - [2026-02-12 03:42:39] "POST /neutron/port HTTP/1.1" 200 1060 0.025512 10.0.0.130 - - [2026-02-12 03:42:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003820 10.0.0.130 - - [2026-02-12 03:42:39] "POST /neutron/network HTTP/1.1" 200 824 0.006495 10.0.0.130 - - [2026-02-12 03:42:44] "POST /neutron/port HTTP/1.1" 200 1124 0.015695 10.0.0.130 - - [2026-02-12 03:42:44] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008603 10.0.0.130 - - [2026-02-12 03:42:44] "GET /virtual-machine/d99a8283-1980-48e4-8448-a244e5841d2f HTTP/1.1" 401 293 0.000365 10.0.0.130 - - [2026-02-12 03:42:44] "GET /virtual-machine/d99a8283-1980-48e4-8448-a244e5841d2f HTTP/1.1" 200 1291 0.038167 10.0.0.130 - - [2026-02-12 03:42:44] "GET /virtual-machine-interface/8a5e571f-f95a-4909-a1b7-dde549e605ac HTTP/1.1" 200 2936 0.006464 10.0.0.130 - - [2026-02-12 03:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.130 - - [2026-02-12 03:42:44] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004336 10.0.0.130 - - [2026-02-12 03:42:44] "GET /virtual-networks?parent_id=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003598 10.0.0.130 - - [2026-02-12 03:42:44] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006276 10.0.0.130 - - [2026-02-12 03:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.130 - - [2026-02-12 03:42:47] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005690 10.0.0.130 - - [2026-02-12 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.130 - - [2026-02-12 03:42:51] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005433 10.0.0.130 - - [2026-02-12 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.130 - - [2026-02-12 03:42:55] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005309 10.0.0.23 - - [2026-02-12 03:42:58] "GET /obj-perms HTTP/1.1" 200 5075 0.054513 10.0.0.130 - - [2026-02-12 03:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.130 - - [2026-02-12 03:42:59] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004687 10.0.0.23 - - [2026-02-12 03:43:03] "DELETE /access-control-list/3670dcd7-eca1-4b65-9ed3-a54f94e637ff HTTP/1.1" 200 115 0.038656 10.0.0.130 - - [2026-02-12 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.130 - - [2026-02-12 03:43:04] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005478 10.0.0.130 - - [2026-02-12 03:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.130 - - [2026-02-12 03:43:08] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005554 10.0.0.130 - - [2026-02-12 03:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.130 - - [2026-02-12 03:43:12] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005202 10.0.0.23 - - [2026-02-12 03:43:13] "DELETE /project/5ee7bd8c-f5a0-4a81-9b16-493d03b84a01 HTTP/1.1" 404 177 0.002742 10.0.0.23 - - [2026-02-12 03:43:13] "DELETE /project/e369b69d78ee4f9c9540f073c528609f HTTP/1.1" 404 173 0.005085 10.0.0.130 - - [2026-02-12 03:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.130 - - [2026-02-12 03:43:16] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005041 10.0.0.130 - - [2026-02-12 03:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.130 - - [2026-02-12 03:43:20] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004745 10.0.0.130 - - [2026-02-12 03:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.130 - - [2026-02-12 03:43:24] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003177 10.0.0.130 - - [2026-02-12 03:43:24] "GET /virtual-networks?parent_id=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002794 10.0.0.130 - - [2026-02-12 03:43:24] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005776 10.0.0.130 - - [2026-02-12 03:43:25] "POST /neutron/port HTTP/1.1" 200 1124 0.015432 10.0.0.130 - - [2026-02-12 03:43:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003673 10.0.0.130 - - [2026-02-12 03:43:25] "POST /neutron/network HTTP/1.1" 200 824 0.006172 10.0.0.130 - - [2026-02-12 03:43:33] "POST /neutron/port HTTP/1.1" 200 1124 0.058939 10.0.0.130 - - [2026-02-12 03:43:34] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006705 10.0.0.130 - - [2026-02-12 03:43:40] "POST /neutron/port HTTP/1.1" 200 1124 0.016901 10.0.0.130 - - [2026-02-12 03:43:45] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007004 10.0.0.130 - - [2026-02-12 03:43:45] "POST /neutron/port HTTP/1.1" 200 1124 0.016869 10.0.0.130 - - [2026-02-12 03:43:45] "GET /virtual-machine/db65e659-70f6-4f06-890f-040c51f0aedb HTTP/1.1" 200 1291 0.005391 10.0.0.130 - - [2026-02-12 03:43:45] "GET /virtual-machine-interface/797fb4de-8bbe-44d4-a97e-621b4c165549 HTTP/1.1" 200 2936 0.008687 10.0.0.130 - - [2026-02-12 03:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.130 - - [2026-02-12 03:43:45] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003432 10.0.0.130 - - [2026-02-12 03:43:45] "GET /virtual-networks?parent_id=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003071 10.0.0.130 - - [2026-02-12 03:43:45] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005467 10.0.0.130 - - [2026-02-12 03:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.130 - - [2026-02-12 03:43:46] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003339 10.0.0.130 - - [2026-02-12 03:43:46] "GET /virtual-networks?parent_id=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002534 10.0.0.130 - - [2026-02-12 03:43:46] "GET /virtual-network/a8848389-9f4b-4069-b3d9-1c8ef267090f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006369 10.0.0.130 - - [2026-02-12 03:43:59] "GET /obj-perms HTTP/1.1" 200 5075 0.061496 10.0.0.130 - - [2026-02-12 03:44:12] "POST /neutron/network HTTP/1.1" 400 204 0.019686 10.0.0.130 - - [2026-02-12 03:44:12] "POST /neutron/port HTTP/1.1" 200 1114 0.012893 10.0.0.130 - - [2026-02-12 03:44:12] "POST /neutron/port HTTP/1.1" 200 151 0.187167 10.0.0.23 - - [2026-02-12 03:44:15] "GET /projects?obj_uuids=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000902 10.0.0.130 - - [2026-02-12 03:44:15] "GET /project/e369b69d-78ee-4f9c-9540-f073c528609f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.037572 10.0.0.23 - - [2026-02-12 03:44:15] "GET /projects?obj_uuids=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000902 10.0.0.130 - - [2026-02-12 03:44:15] "GET /project/e369b69d-78ee-4f9c-9540-f073c528609f?fields=virtual_networks HTTP/1.1" 200 1041 0.040521 10.0.0.23 - - [2026-02-12 03:44:15] "GET /projects?obj_uuids=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000927 10.0.0.130 - - [2026-02-12 03:44:15] "GET /project/e369b69d-78ee-4f9c-9540-f073c528609f?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.039295 10.0.0.23 - - [2026-02-12 03:44:16] "GET /projects?obj_uuids=e369b69d-78ee-4f9c-9540-f073c528609f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001228 10.0.0.130 - - [2026-02-12 03:44:16] "GET /project/e369b69d-78ee-4f9c-9540-f073c528609f?fields=security_groups HTTP/1.1" 200 1266 0.036699 10.0.0.130 - - [2026-02-12 03:44:29] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.130 - - [2026-02-12 03:44:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.130 - - [2026-02-12 03:44:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.050341 10.0.0.23 - - [2026-02-12 03:44:30] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003161 10.0.0.23 - - [2026-02-12 03:44:30] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.23 - - [2026-02-12 03:44:30] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007148 10.0.0.23 - - [2026-02-12 03:44:30] "POST /id-to-fqname HTTP/1.1" 200 203 0.004249 10.0.0.23 - - [2026-02-12 03:44:30] "POST /fqname-to-id HTTP/1.1" 404 212 0.005599 10.0.0.23 - - [2026-02-12 03:44:31] "POST /security-groups HTTP/1.1" 200 604 0.073881 10.0.0.23 - - [2026-02-12 03:44:31] "POST /fqname-to-id HTTP/1.1" 404 247 0.003041 10.0.0.23 - - [2026-02-12 03:44:31] "POST /projects HTTP/1.1" 200 611 0.273943 10.0.0.23 - - [2026-02-12 03:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.343348 10.0.0.23 - - [2026-02-12 03:44:31] "POST /access-control-lists HTTP/1.1" 200 607 0.026282 10.0.0.130 - - [2026-02-12 03:44:31] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.474626 10.0.0.130 - - [2026-02-12 03:44:32] "GET / HTTP/1.1" 200 35931 0.002090 10.0.0.130 - - [2026-02-12 03:44:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000492 10.0.0.130 - - [2026-02-12 03:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.055135 10.0.0.23 - - [2026-02-12 03:44:33] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000892 10.0.0.130 - - [2026-02-12 03:44:33] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.045225 10.0.0.130 - - [2026-02-12 03:44:33] "POST /neutron/network HTTP/1.1" 200 117 0.037782 10.0.0.130 - - [2026-02-12 03:44:33] "POST /neutron/network HTTP/1.1" 200 838 0.009479 10.0.0.130 - - [2026-02-12 03:44:33] "POST /id-to-fqname HTTP/1.1" 200 234 0.001197 10.0.0.130 - - [2026-02-12 03:44:33] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005192 10.0.0.130 - - [2026-02-12 03:44:33] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006302 10.0.0.130 - - [2026-02-12 03:44:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.009563 10.0.0.130 - - [2026-02-12 03:44:33] "POST /id-to-fqname HTTP/1.1" 200 234 0.001324 10.0.0.23 - - [2026-02-12 03:44:34] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001279 10.0.0.130 - - [2026-02-12 03:44:34] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.080908 10.0.0.130 - - [2026-02-12 03:44:34] "POST /neutron/port HTTP/1.1" 200 117 0.007207 10.0.0.130 - - [2026-02-12 03:44:35] "POST /id-to-fqname HTTP/1.1" 200 234 0.001346 10.0.0.130 - - [2026-02-12 03:44:35] "POST /neutron/network HTTP/1.1" 200 848 0.008349 10.0.0.130 - - [2026-02-12 03:44:35] "POST /neutron/port HTTP/1.1" 200 1072 0.017108 10.0.0.130 - - [2026-02-12 03:44:35] "POST /neutron/port HTTP/1.1" 200 1136 0.015612 10.0.0.130 - - [2026-02-12 03:44:35] "POST /neutron/port HTTP/1.1" 200 117 0.001012 10.0.0.23 - - [2026-02-12 03:44:35] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001206 10.0.0.130 - - [2026-02-12 03:44:36] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.063263 10.0.0.130 - - [2026-02-12 03:44:36] "POST /neutron/port HTTP/1.1" 200 1136 0.018548 10.0.0.130 - - [2026-02-12 03:44:36] "POST /neutron/network HTTP/1.1" 200 848 0.006247 10.0.0.130 - - [2026-02-12 03:44:36] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005312 10.0.0.130 - - [2026-02-12 03:44:37] "POST /neutron/port HTTP/1.1" 200 1072 0.018577 10.0.0.130 - - [2026-02-12 03:44:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004001 10.0.0.130 - - [2026-02-12 03:44:37] "POST /neutron/network HTTP/1.1" 200 838 0.007871 10.0.0.22 - - [2026-02-12 03:44:38] "GET /obj-perms HTTP/1.1" 200 5075 0.069053 10.0.0.130 - - [2026-02-12 03:44:38] "POST /neutron/port HTTP/1.1" 200 1136 0.016873 10.0.0.130 - - [2026-02-12 03:44:38] "POST /neutron/security_group HTTP/1.1" 200 2071 0.013280 10.0.0.130 - - [2026-02-12 03:44:38] "GET /virtual-machine/a9f9d8a0-1dac-4cee-8f52-0caa0c812214 HTTP/1.1" 401 293 0.000387 10.0.0.130 - - [2026-02-12 03:44:39] "GET /virtual-machine/a9f9d8a0-1dac-4cee-8f52-0caa0c812214 HTTP/1.1" 200 1306 0.043365 10.0.0.130 - - [2026-02-12 03:44:39] "GET /virtual-machine-interface/0c5911a8-2685-44b6-9c15-3edce9a9ce17 HTTP/1.1" 200 3008 0.007128 10.0.0.130 - - [2026-02-12 03:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.130 - - [2026-02-12 03:44:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004984 10.0.0.130 - - [2026-02-12 03:44:39] "GET /virtual-networks?parent_id=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.005042 10.0.0.130 - - [2026-02-12 03:44:39] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006568 10.0.0.130 - - [2026-02-12 03:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.130 - - [2026-02-12 03:44:42] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004997 10.0.0.130 - - [2026-02-12 03:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.130 - - [2026-02-12 03:44:46] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006785 10.0.0.130 - - [2026-02-12 03:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.130 - - [2026-02-12 03:44:50] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005644 10.0.0.22 - - [2026-02-12 03:44:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.22 - - [2026-02-12 03:44:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.22 - - [2026-02-12 03:44:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.22 - - [2026-02-12 03:44:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.23 - - [2026-02-12 03:44:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.23 - - [2026-02-12 03:44:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000547 10.0.0.23 - - [2026-02-12 03:44:54] "GET /global-system-configs HTTP/1.1" 401 293 0.001013 10.0.0.23 - - [2026-02-12 03:44:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.130 - - [2026-02-12 03:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.130 - - [2026-02-12 03:44:54] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005164 10.0.0.130 - - [2026-02-12 03:44:55] "POST /neutron/port HTTP/1.1" 200 1136 0.022549 10.0.0.130 - - [2026-02-12 03:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005380 10.0.0.130 - - [2026-02-12 03:44:56] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005007 10.0.0.130 - - [2026-02-12 03:44:56] "GET /virtual-networks?parent_id=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003321 10.0.0.130 - - [2026-02-12 03:44:56] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005525 10.0.0.130 - - [2026-02-12 03:44:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000292 10.0.0.130 - - [2026-02-12 03:44:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000893 10.0.0.130 - - [2026-02-12 03:44:56] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006589 10.0.0.130 - - [2026-02-12 03:44:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.130 - - [2026-02-12 03:44:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.23 - - [2026-02-12 03:45:04] "DELETE /access-control-list/2075ce31-dafc-4ef5-b199-e80ef2a2f094 HTTP/1.1" 200 115 0.039567 10.0.0.130 - - [2026-02-12 03:45:07] "POST /neutron/port HTTP/1.1" 200 1136 0.019665 10.0.0.130 - - [2026-02-12 03:45:07] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006948 10.0.0.130 - - [2026-02-12 03:45:07] "GET /virtual-machine/816b1c1c-6ee4-48a3-915d-ba42d50c71d8 HTTP/1.1" 200 1305 0.006207 10.0.0.130 - - [2026-02-12 03:45:07] "GET /virtual-machine-interface/c816df69-168d-4fdf-8df7-dda4855a8605 HTTP/1.1" 200 3010 0.004750 10.0.0.130 - - [2026-02-12 03:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.130 - - [2026-02-12 03:45:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003162 10.0.0.130 - - [2026-02-12 03:45:07] "GET /virtual-networks?parent_id=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002730 10.0.0.130 - - [2026-02-12 03:45:07] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007358 10.0.0.130 - - [2026-02-12 03:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.130 - - [2026-02-12 03:45:08] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003762 10.0.0.130 - - [2026-02-12 03:45:08] "GET /virtual-networks?parent_id=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003164 10.0.0.130 - - [2026-02-12 03:45:08] "GET /virtual-network/00b2f451-2214-40de-853a-0c8acececf21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006312 10.0.0.130 - - [2026-02-12 03:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.130 - - [2026-02-12 03:45:09] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003793 10.0.0.130 - - [2026-02-12 03:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.130 - - [2026-02-12 03:45:09] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004016 10.0.0.130 - - [2026-02-12 03:45:09] "PUT /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39 HTTP/1.1" 200 276 0.011821 10.0.0.23 - - [2026-02-12 03:45:13] "DELETE /project/e369b69d-78ee-4f9c-9540-f073c528609f HTTP/1.1" 404 177 0.005753 10.0.0.23 - - [2026-02-12 03:45:13] "DELETE /project/0ffb721f799c42daa16d7cccffd438ab HTTP/1.1" 404 173 0.004971 10.0.0.130 - - [2026-02-12 03:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.130 - - [2026-02-12 03:45:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004371 10.0.0.130 - - [2026-02-12 03:45:20] "PUT /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39 HTTP/1.1" 200 276 0.016727 10.0.0.130 - - [2026-02-12 03:45:28] "POST /neutron/port HTTP/1.1" 200 1136 0.017268 10.0.0.130 - - [2026-02-12 03:45:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003697 10.0.0.130 - - [2026-02-12 03:45:28] "POST /neutron/network HTTP/1.1" 200 838 0.006025 10.0.0.23 - - [2026-02-12 03:46:01] "GET /obj-perms HTTP/1.1" 200 5075 0.060524 10.0.0.130 - - [2026-02-12 03:46:09] "POST /neutron/port HTTP/1.1" 200 1136 0.017820 10.0.0.130 - - [2026-02-12 03:46:09] "POST /neutron/port HTTP/1.1" 200 151 0.226142 10.0.0.130 - - [2026-02-12 03:46:10] "POST /neutron/network HTTP/1.1" 200 838 0.007150 10.0.0.23 - - [2026-02-12 03:46:11] "DELETE /route-target/a18114d6-3708-450c-85b3-6634e3384ec8 HTTP/1.1" 200 115 0.032176 10.0.0.23 - - [2026-02-12 03:46:11] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001200 10.0.0.130 - - [2026-02-12 03:46:11] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.042056 10.0.0.23 - - [2026-02-12 03:46:11] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001957 10.0.0.130 - - [2026-02-12 03:46:11] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?fields=virtual_networks HTTP/1.1" 200 1068 0.056824 10.0.0.23 - - [2026-02-12 03:46:11] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000884 10.0.0.130 - - [2026-02-12 03:46:11] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.043031 10.0.0.23 - - [2026-02-12 03:46:11] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002297 10.0.0.130 - - [2026-02-12 03:46:11] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?fields=security_groups HTTP/1.1" 200 1307 0.039275 10.0.0.130 - - [2026-02-12 03:46:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.025984 10.0.0.23 - - [2026-02-12 03:46:12] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002646 10.0.0.23 - - [2026-02-12 03:46:12] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.23 - - [2026-02-12 03:46:12] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007686 10.0.0.23 - - [2026-02-12 03:46:12] "POST /id-to-fqname HTTP/1.1" 200 209 0.001389 10.0.0.23 - - [2026-02-12 03:46:12] "POST /fqname-to-id HTTP/1.1" 404 217 0.009563 10.0.0.23 - - [2026-02-12 03:46:12] "POST /security-groups HTTP/1.1" 200 609 0.027668 10.0.0.23 - - [2026-02-12 03:46:12] "POST /projects HTTP/1.1" 200 621 0.262257 10.0.0.23 - - [2026-02-12 03:46:12] "POST /fqname-to-id HTTP/1.1" 404 251 0.004591 10.0.0.23 - - [2026-02-12 03:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.331212 10.0.0.130 - - [2026-02-12 03:46:12] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.461022 10.0.0.23 - - [2026-02-12 03:46:13] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000957 10.0.0.23 - - [2026-02-12 03:46:13] "DELETE /project/305220ebdfcb47b5b799758c4e29bc4a HTTP/1.1" 404 173 0.009020 10.0.0.23 - - [2026-02-12 03:46:13] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.071099 10.0.0.23 - - [2026-02-12 03:46:13] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001651 10.0.0.23 - - [2026-02-12 03:46:13] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?fields=security_groups HTTP/1.1" 200 1412 0.081345 10.0.0.23 - - [2026-02-12 03:46:13] "DELETE /security-group/eadbc987-a524-419c-b08a-6deb44f66581 HTTP/1.1" 200 115 0.058522 10.0.0.23 - - [2026-02-12 03:46:13] "GET /projects?obj_uuids=0ffb721f-799c-42da-a16d-7cccffd438ab&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001617 10.0.0.23 - - [2026-02-12 03:46:13] "GET /project/0ffb721f-799c-42da-a16d-7cccffd438ab?fields=application_policy_sets HTTP/1.1" 200 1451 0.047312 10.0.0.23 - - [2026-02-12 03:46:13] "DELETE /access-control-list/444649fb-3f7d-4f3a-a197-5c430e0feb90 HTTP/1.1" 200 115 0.044289 10.0.0.23 - - [2026-02-12 03:46:13] "DELETE /project/0ffb721f-799c-42da-a16d-7cccffd438ab HTTP/1.1" 200 115 0.441055 10.0.0.130 - - [2026-02-12 03:46:14] "GET / HTTP/1.1" 200 35931 0.001930 10.0.0.130 - - [2026-02-12 03:46:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000614 10.0.0.130 - - [2026-02-12 03:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.064708 10.0.0.23 - - [2026-02-12 03:46:14] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001064 10.0.0.130 - - [2026-02-12 03:46:15] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.035887 10.0.0.23 - - [2026-02-12 03:46:15] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001247 10.0.0.130 - - [2026-02-12 03:46:15] "POST /neutron/network HTTP/1.1" 200 625 0.157857 10.0.0.130 - - [2026-02-12 03:46:15] "POST /id-to-fqname HTTP/1.1" 200 239 0.009639 10.0.0.130 - - [2026-02-12 03:46:15] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007397 10.0.0.130 - - [2026-02-12 03:46:15] "POST /neutron/network HTTP/1.1" 200 844 0.008294 10.0.0.130 - - [2026-02-12 03:46:15] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005606 10.0.0.130 - - [2026-02-12 03:46:15] "POST /id-to-fqname HTTP/1.1" 200 239 0.001914 10.0.0.130 - - [2026-02-12 03:46:15] "POST /neutron/network HTTP/1.1" 200 854 0.007280 10.0.0.23 - - [2026-02-12 03:46:16] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001319 10.0.0.130 - - [2026-02-12 03:46:16] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.083499 10.0.0.130 - - [2026-02-12 03:46:16] "POST /neutron/port HTTP/1.1" 200 117 0.006267 10.0.0.130 - - [2026-02-12 03:46:16] "POST /id-to-fqname HTTP/1.1" 200 239 0.001318 10.0.0.130 - - [2026-02-12 03:46:17] "POST /neutron/network HTTP/1.1" 200 854 0.006454 10.0.0.130 - - [2026-02-12 03:46:17] "POST /neutron/port HTTP/1.1" 200 1078 0.025624 10.0.0.23 - - [2026-02-12 03:46:17] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001045 10.0.0.130 - - [2026-02-12 03:46:17] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.116121 10.0.0.130 - - [2026-02-12 03:46:17] "POST /neutron/network HTTP/1.1" 200 844 0.006939 10.0.0.130 - - [2026-02-12 03:46:18] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.130 - - [2026-02-12 03:46:18] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007484 10.0.0.23 - - [2026-02-12 03:46:18] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001213 10.0.0.130 - - [2026-02-12 03:46:18] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010668 10.0.0.130 - - [2026-02-12 03:46:18] "POST /neutron/port HTTP/1.1" 200 1078 0.274973 10.0.0.130 - - [2026-02-12 03:46:19] "POST /neutron/port HTTP/1.1" 200 1132 0.141224 10.0.0.130 - - [2026-02-12 03:46:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.008890 10.0.0.130 - - [2026-02-12 03:46:19] "GET /obj-perms HTTP/1.1" 200 5085 0.047996 10.0.0.130 - - [2026-02-12 03:46:20] "POST /neutron/port HTTP/1.1" 200 1142 0.023714 10.0.0.130 - - [2026-02-12 03:46:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007390 10.0.0.130 - - [2026-02-12 03:46:20] "GET /virtual-machine/073c6157-b5e2-4ce0-9ccd-766359a93321 HTTP/1.1" 401 293 0.000476 10.0.0.130 - - [2026-02-12 03:46:20] "GET /virtual-machine/073c6157-b5e2-4ce0-9ccd-766359a93321 HTTP/1.1" 200 1309 0.035267 10.0.0.130 - - [2026-02-12 03:46:20] "GET /virtual-machine-interface/72a4e91e-666e-431c-b855-869cec802530 HTTP/1.1" 200 3034 0.005073 10.0.0.130 - - [2026-02-12 03:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.130 - - [2026-02-12 03:46:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004188 10.0.0.130 - - [2026-02-12 03:46:20] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002969 10.0.0.130 - - [2026-02-12 03:46:20] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005826 10.0.0.130 - - [2026-02-12 03:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.130 - - [2026-02-12 03:46:24] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005443 10.0.0.130 - - [2026-02-12 03:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.130 - - [2026-02-12 03:46:28] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005561 10.0.0.130 - - [2026-02-12 03:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.130 - - [2026-02-12 03:46:32] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008045 10.0.0.130 - - [2026-02-12 03:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.130 - - [2026-02-12 03:46:36] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006005 10.0.0.130 - - [2026-02-12 03:46:37] "POST /neutron/port HTTP/1.1" 200 1142 0.018342 10.0.0.130 - - [2026-02-12 03:46:39] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006456 10.0.0.130 - - [2026-02-12 03:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.130 - - [2026-02-12 03:46:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003648 10.0.0.130 - - [2026-02-12 03:46:40] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003401 10.0.0.130 - - [2026-02-12 03:46:40] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005114 10.0.0.130 - - [2026-02-12 03:46:45] "POST /neutron/port HTTP/1.1" 200 1142 0.015562 10.0.0.130 - - [2026-02-12 03:46:51] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007316 10.0.0.130 - - [2026-02-12 03:46:51] "POST /neutron/port HTTP/1.1" 200 1142 0.017540 10.0.0.130 - - [2026-02-12 03:46:51] "GET /virtual-machine/4216d58d-3ef7-412c-a92e-8892bc8f3435 HTTP/1.1" 200 1310 0.005687 10.0.0.130 - - [2026-02-12 03:46:51] "GET /virtual-machine-interface/1b1875dd-1528-4842-b223-3a8e3231d7ab HTTP/1.1" 200 3034 0.005101 10.0.0.130 - - [2026-02-12 03:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.130 - - [2026-02-12 03:46:51] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002989 10.0.0.130 - - [2026-02-12 03:46:51] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003688 10.0.0.130 - - [2026-02-12 03:46:51] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006333 10.0.0.130 - - [2026-02-12 03:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.130 - - [2026-02-12 03:46:52] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003734 10.0.0.130 - - [2026-02-12 03:46:52] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002592 10.0.0.130 - - [2026-02-12 03:46:52] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007958 10.0.0.130 - - [2026-02-12 03:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.23 - - [2026-02-12 03:46:52] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001842 10.0.0.130 - - [2026-02-12 03:46:52] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.048019 10.0.0.23 - - [2026-02-12 03:46:52] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000997 10.0.0.130 - - [2026-02-12 03:46:52] "POST /neutron/network HTTP/1.1" 200 625 0.130301 10.0.0.23 - - [2026-02-12 03:46:52] "POST /route-targets HTTP/1.1" 200 327 0.012077 10.0.0.130 - - [2026-02-12 03:46:53] "POST /id-to-fqname HTTP/1.1" 200 239 0.004400 10.0.0.130 - - [2026-02-12 03:46:53] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006631 10.0.0.130 - - [2026-02-12 03:46:53] "POST /neutron/network HTTP/1.1" 200 843 0.007871 10.0.0.130 - - [2026-02-12 03:46:53] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005546 10.0.0.130 - - [2026-02-12 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.23 - - [2026-02-12 03:46:53] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000995 10.0.0.130 - - [2026-02-12 03:46:53] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.045265 10.0.0.130 - - [2026-02-12 03:46:53] "POST /neutron/network HTTP/1.1" 200 117 0.013143 10.0.0.23 - - [2026-02-12 03:46:53] "POST /ref-update HTTP/1.1" 200 156 0.027539 10.0.0.130 - - [2026-02-12 03:46:53] "POST /neutron/network HTTP/1.1" 200 850 0.008586 10.0.0.130 - - [2026-02-12 03:46:53] "POST /id-to-fqname HTTP/1.1" 200 242 0.001197 10.0.0.130 - - [2026-02-12 03:46:53] "GET /virtual-network/abea1c4e-df41-4b46-926e-4b9c6543bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.004318 10.0.0.130 - - [2026-02-12 03:46:53] "GET /virtual-network/abea1c4e-df41-4b46-926e-4b9c6543bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.004776 10.0.0.130 - - [2026-02-12 03:46:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.008997 10.0.0.130 - - [2026-02-12 03:46:53] "POST /id-to-fqname HTTP/1.1" 200 239 0.001111 10.0.0.130 - - [2026-02-12 03:46:54] "POST /neutron/network HTTP/1.1" 200 853 0.006203 10.0.0.23 - - [2026-02-12 03:46:54] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001583 10.0.0.130 - - [2026-02-12 03:46:54] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.069538 10.0.0.130 - - [2026-02-12 03:46:54] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007188 10.0.0.130 - - [2026-02-12 03:46:54] "POST /id-to-fqname HTTP/1.1" 200 242 0.001448 10.0.0.130 - - [2026-02-12 03:46:55] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007234 10.0.0.23 - - [2026-02-12 03:46:55] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002343 10.0.0.130 - - [2026-02-12 03:46:55] "POST /neutron/port HTTP/1.1" 200 1077 0.284905 10.0.0.130 - - [2026-02-12 03:46:56] "POST /neutron/port HTTP/1.1" 200 1131 0.167248 10.0.0.23 - - [2026-02-12 03:46:56] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000961 10.0.0.130 - - [2026-02-12 03:46:56] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.074207 10.0.0.130 - - [2026-02-12 03:46:56] "POST /neutron/network HTTP/1.1" 200 850 0.006343 10.0.0.130 - - [2026-02-12 03:46:56] "POST /neutron/network HTTP/1.1" 200 843 0.006848 10.0.0.130 - - [2026-02-12 03:46:56] "POST /neutron/port HTTP/1.1" 200 117 0.005949 10.0.0.130 - - [2026-02-12 03:46:56] "POST /id-to-fqname HTTP/1.1" 200 239 0.001628 10.0.0.130 - - [2026-02-12 03:46:56] "POST /id-to-fqname HTTP/1.1" 200 239 0.001332 10.0.0.130 - - [2026-02-12 03:46:56] "POST /neutron/network HTTP/1.1" 200 860 0.007429 10.0.0.130 - - [2026-02-12 03:46:57] "POST /neutron/port HTTP/1.1" 200 1078 0.021415 10.0.0.130 - - [2026-02-12 03:46:57] "POST /neutron/port HTTP/1.1" 200 1142 0.016305 10.0.0.130 - - [2026-02-12 03:46:57] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.23 - - [2026-02-12 03:46:57] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001017 10.0.0.130 - - [2026-02-12 03:46:57] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.072339 10.0.0.130 - - [2026-02-12 03:46:57] "POST /neutron/network HTTP/1.1" 200 843 0.006866 10.0.0.130 - - [2026-02-12 03:46:57] "POST /neutron/port HTTP/1.1" 200 117 0.005938 10.0.0.130 - - [2026-02-12 03:46:58] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006664 10.0.0.23 - - [2026-02-12 03:46:58] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001024 10.0.0.22 - - [2026-02-12 03:46:58] "GET /obj-perms HTTP/1.1" 200 5085 0.117754 10.0.0.130 - - [2026-02-12 03:46:58] "POST /neutron/port HTTP/1.1" 200 1077 0.245399 10.0.0.130 - - [2026-02-12 03:46:59] "POST /neutron/port HTTP/1.1" 200 1132 0.123819 10.0.0.130 - - [2026-02-12 03:46:59] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007937 10.0.0.130 - - [2026-02-12 03:46:59] "POST /neutron/port HTTP/1.1" 200 1131 0.121886 10.0.0.130 - - [2026-02-12 03:46:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.010767 10.0.0.130 - - [2026-02-12 03:46:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004323 10.0.0.130 - - [2026-02-12 03:46:59] "POST /neutron/network HTTP/1.1" 200 843 0.006127 10.0.0.23 - - [2026-02-12 03:46:59] "GET /obj-perms HTTP/1.1" 200 5085 0.052438 10.0.0.130 - - [2026-02-12 03:46:59] "GET /virtual-network/abea1c4e-df41-4b46-926e-4b9c6543bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005071 10.0.0.130 - - [2026-02-12 03:46:59] "GET /obj-perms HTTP/1.1" 200 5085 0.007437 10.0.0.130 - - [2026-02-12 03:47:00] "POST /neutron/port HTTP/1.1" 200 1142 0.015549 10.0.0.130 - - [2026-02-12 03:47:00] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008721 10.0.0.130 - - [2026-02-12 03:47:00] "GET /virtual-machine/71f17943-6111-4e4b-bcc7-595256a4b982 HTTP/1.1" 200 1310 0.007144 10.0.0.130 - - [2026-02-12 03:47:00] "GET /virtual-machine-interface/62cb5c75-f2c1-4e8e-b5a6-3e3e4cd069ad HTTP/1.1" 200 3043 0.006501 10.0.0.130 - - [2026-02-12 03:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.130 - - [2026-02-12 03:47:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003579 10.0.0.130 - - [2026-02-12 03:47:00] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002996 10.0.0.130 - - [2026-02-12 03:47:00] "GET /virtual-network/abea1c4e-df41-4b46-926e-4b9c6543bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005603 10.0.0.22 - - [2026-02-12 03:47:01] "GET /obj-perms HTTP/1.1" 200 5075 0.047194 10.0.0.130 - - [2026-02-12 03:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.130 - - [2026-02-12 03:47:03] "GET /virtual-network/abea1c4e-df41-4b46-926e-4b9c6543bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.004816 10.0.0.130 - - [2026-02-12 03:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.130 - - [2026-02-12 03:47:07] "GET /virtual-network/abea1c4e-df41-4b46-926e-4b9c6543bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005051 10.0.0.130 - - [2026-02-12 03:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.130 - - [2026-02-12 03:47:11] "GET /virtual-network/abea1c4e-df41-4b46-926e-4b9c6543bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006673 10.0.0.130 - - [2026-02-12 03:47:15] "POST /neutron/port HTTP/1.1" 200 2131 0.018092 10.0.0.130 - - [2026-02-12 03:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.130 - - [2026-02-12 03:47:15] "GET /virtual-network/abea1c4e-df41-4b46-926e-4b9c6543bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.004723 10.0.0.130 - - [2026-02-12 03:47:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007919 10.0.0.130 - - [2026-02-12 03:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.130 - - [2026-02-12 03:47:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003317 10.0.0.130 - - [2026-02-12 03:47:17] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002991 10.0.0.130 - - [2026-02-12 03:47:17] "GET /virtual-network/abea1c4e-df41-4b46-926e-4b9c6543bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005387 10.0.0.130 - - [2026-02-12 03:47:23] "POST /neutron/port HTTP/1.1" 200 1142 0.015702 10.0.0.130 - - [2026-02-12 03:47:28] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007951 10.0.0.130 - - [2026-02-12 03:47:28] "POST /neutron/port HTTP/1.1" 200 1141 0.015970 10.0.0.130 - - [2026-02-12 03:47:28] "GET /virtual-machine/38ab33b9-bcac-4dbb-8271-c17b439e8420 HTTP/1.1" 200 1309 0.005197 10.0.0.130 - - [2026-02-12 03:47:28] "GET /virtual-machine-interface/b6c6c948-2c58-4d91-80da-ae6781cb8668 HTTP/1.1" 200 3034 0.004731 10.0.0.130 - - [2026-02-12 03:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.130 - - [2026-02-12 03:47:28] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003356 10.0.0.130 - - [2026-02-12 03:47:28] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003016 10.0.0.130 - - [2026-02-12 03:47:28] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005690 10.0.0.130 - - [2026-02-12 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.130 - - [2026-02-12 03:47:29] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003992 10.0.0.130 - - [2026-02-12 03:47:29] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003226 10.0.0.130 - - [2026-02-12 03:47:29] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005569 10.0.0.130 - - [2026-02-12 03:47:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009859 10.0.0.130 - - [2026-02-12 03:47:30] "POST /neutron/port HTTP/1.1" 200 2131 0.025350 10.0.0.130 - - [2026-02-12 03:47:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007922 10.0.0.130 - - [2026-02-12 03:47:30] "GET /virtual-machine/2e15c19b-7221-4286-acc4-f3b5cde7d7e6 HTTP/1.1" 200 1586 0.005820 10.0.0.130 - - [2026-02-12 03:47:30] "GET /virtual-machine-interface/1c6c1519-d905-4d0a-ad9d-1509a4f3f4a2 HTTP/1.1" 200 3034 0.006155 10.0.0.130 - - [2026-02-12 03:47:30] "GET /virtual-machine-interface/454653ed-4e6c-4c72-881a-c231305009c5 HTTP/1.1" 200 3033 0.005051 10.0.0.130 - - [2026-02-12 03:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.130 - - [2026-02-12 03:47:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004434 10.0.0.130 - - [2026-02-12 03:47:30] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003961 10.0.0.130 - - [2026-02-12 03:47:30] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007398 10.0.0.130 - - [2026-02-12 03:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.130 - - [2026-02-12 03:47:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004844 10.0.0.130 - - [2026-02-12 03:47:31] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003071 10.0.0.130 - - [2026-02-12 03:47:31] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005277 10.0.0.130 - - [2026-02-12 03:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006091 10.0.0.130 - - [2026-02-12 03:47:31] "POST /neutron/network HTTP/1.1" 200 854 0.008384 10.0.0.130 - - [2026-02-12 03:47:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.023219 10.0.0.130 - - [2026-02-12 03:47:31] "GET /virtual-networks?parent_id=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.005681 10.0.0.130 - - [2026-02-12 03:47:31] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007564 10.0.0.130 - - [2026-02-12 03:47:31] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.130 - - [2026-02-12 03:47:33] "POST /neutron/port HTTP/1.1" 200 1141 0.015268 10.0.0.130 - - [2026-02-12 03:47:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.014694 10.0.0.130 - - [2026-02-12 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005930 10.0.0.130 - - [2026-02-12 03:47:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004375 10.0.0.130 - - [2026-02-12 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.130 - - [2026-02-12 03:47:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005028 10.0.0.130 - - [2026-02-12 03:47:33] "PUT /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39 HTTP/1.1" 200 276 0.011715 10.0.0.130 - - [2026-02-12 03:47:33] "POST /fqname-to-id HTTP/1.1" 404 217 0.003170 10.0.0.130 - - [2026-02-12 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.23 - - [2026-02-12 03:47:33] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.031794 10.0.0.130 - - [2026-02-12 03:47:33] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.068291 10.0.0.130 - - [2026-02-12 03:47:33] "POST /network-policys HTTP/1.1" 200 539 0.029336 10.0.0.130 - - [2026-02-12 03:47:33] "GET /network-policy/8bbc64d6-9b31-458d-ae70-e61faa16ccac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.005869 10.0.0.130 - - [2026-02-12 03:47:33] "POST /neutron/network HTTP/1.1" 200 844 0.006783 10.0.0.130 - - [2026-02-12 03:47:33] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.007794 10.0.0.130 - - [2026-02-12 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.130 - - [2026-02-12 03:47:33] "GET /network-policy/8bbc64d6-9b31-458d-ae70-e61faa16ccac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.005313 10.0.0.130 - - [2026-02-12 03:47:33] "POST /neutron/network HTTP/1.1" 200 843 0.006632 10.0.0.130 - - [2026-02-12 03:47:34] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.007267 10.0.0.130 - - [2026-02-12 03:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.130 - - [2026-02-12 03:47:34] "GET /network-policy/8bbc64d6-9b31-458d-ae70-e61faa16ccac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.003935 10.0.0.130 - - [2026-02-12 03:47:34] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006158 10.0.0.23 - - [2026-02-12 03:47:34] "POST /fqname-to-id HTTP/1.1" 404 254 0.044178 10.0.0.23 - - [2026-02-12 03:47:34] "PUT /access-control-list/e3fde93c-e20e-4307-a245-daa9bebdfc5e HTTP/1.1" 200 272 0.033276 10.0.0.130 - - [2026-02-12 03:47:34] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005090 10.0.0.130 - - [2026-02-12 03:47:35] "GET /obj-perms HTTP/1.1" 200 5085 0.003528 10.0.0.23 - - [2026-02-12 03:47:35] "GET /obj-perms HTTP/1.1" 200 5085 0.004727 10.0.0.130 - - [2026-02-12 03:47:35] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005686 10.0.0.22 - - [2026-02-12 03:47:35] "GET /obj-perms HTTP/1.1" 200 5085 0.004033 10.0.0.130 - - [2026-02-12 03:47:35] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006392 10.0.0.130 - - [2026-02-12 03:47:36] "GET /virtual-network/abea1c4e-df41-4b46-926e-4b9c6543bd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005552 10.0.0.130 - - [2026-02-12 03:47:36] "GET /obj-perms HTTP/1.1" 200 5085 0.004116 10.0.0.23 - - [2026-02-12 03:47:36] "GET /obj-perms HTTP/1.1" 200 5085 0.004358 10.0.0.130 - - [2026-02-12 03:47:52] "GET /obj-perms HTTP/1.1" 200 5085 0.003762 10.0.0.130 - - [2026-02-12 03:48:34] "POST /neutron/port HTTP/1.1" 200 1142 0.049347 10.0.0.130 - - [2026-02-12 03:48:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003841 10.0.0.130 - - [2026-02-12 03:48:34] "POST /neutron/network HTTP/1.1" 200 938 0.006577 10.0.0.130 - - [2026-02-12 03:48:35] "POST /neutron/network HTTP/1.1" 200 860 0.006236 10.0.0.130 - - [2026-02-12 03:48:35] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.22 - - [2026-02-12 03:49:02] "GET /obj-perms HTTP/1.1" 200 5075 0.054230 10.0.0.130 - - [2026-02-12 03:49:34] "POST /neutron/port HTTP/1.1" 200 2131 0.026906 10.0.0.130 - - [2026-02-12 03:49:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.009799 10.0.0.130 - - [2026-02-12 03:49:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003734 10.0.0.130 - - [2026-02-12 03:49:34] "POST /neutron/network HTTP/1.1" 200 937 0.006320 10.0.0.130 - - [2026-02-12 03:49:36] "POST /neutron/network HTTP/1.1" 200 947 0.006896 10.0.0.130 - - [2026-02-12 03:49:36] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.22 - - [2026-02-12 03:49:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.22 - - [2026-02-12 03:49:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.22 - - [2026-02-12 03:49:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.22 - - [2026-02-12 03:49:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.23 - - [2026-02-12 03:49:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.23 - - [2026-02-12 03:49:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.23 - - [2026-02-12 03:49:54] "GET /global-system-configs HTTP/1.1" 401 293 0.001017 10.0.0.23 - - [2026-02-12 03:49:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.130 - - [2026-02-12 03:49:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.130 - - [2026-02-12 03:49:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.130 - - [2026-02-12 03:49:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.130 - - [2026-02-12 03:49:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.130 - - [2026-02-12 03:50:34] "POST /neutron/port HTTP/1.1" 200 1142 0.016281 10.0.0.130 - - [2026-02-12 03:50:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.008809 10.0.0.130 - - [2026-02-12 03:50:37] "POST /neutron/port HTTP/1.1" 200 1142 0.018410 10.0.0.130 - - [2026-02-12 03:50:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005310 10.0.0.130 - - [2026-02-12 03:50:37] "POST /neutron/network HTTP/1.1" 200 850 0.007503 10.0.0.23 - - [2026-02-12 03:51:04] "GET /obj-perms HTTP/1.1" 200 5075 0.054946 10.0.0.130 - - [2026-02-12 03:51:04] "GET /obj-perms HTTP/1.1" 200 5075 0.090268 10.0.0.130 - - [2026-02-12 03:51:14] "GET /obj-perms HTTP/1.1" 200 5085 0.004019 10.0.0.130 - - [2026-02-12 03:51:16] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.028982 10.0.0.130 - - [2026-02-12 03:51:16] "POST /neutron/network HTTP/1.1" 200 843 0.075107 10.0.0.130 - - [2026-02-12 03:51:16] "GET /virtual-network/9a5c3624-31a4-4458-8a4a-a4cd0bf95855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006916 10.0.0.130 - - [2026-02-12 03:51:16] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.007793 10.0.0.23 - - [2026-02-12 03:51:16] "POST /ref-update HTTP/1.1" 200 156 0.048404 10.0.0.130 - - [2026-02-12 03:51:16] "POST /neutron/network HTTP/1.1" 200 844 0.010319 10.0.0.130 - - [2026-02-12 03:51:16] "GET /virtual-network/3caa255d-3369-4302-a577-424d9e11c0a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004748 10.0.0.130 - - [2026-02-12 03:51:17] "DELETE /network-policy/8bbc64d6-9b31-458d-ae70-e61faa16ccac HTTP/1.1" 200 115 0.048705 10.0.0.130 - - [2026-02-12 03:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.130 - - [2026-02-12 03:51:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004529 10.0.0.130 - - [2026-02-12 03:51:17] "PUT /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39 HTTP/1.1" 200 276 0.010701 10.0.0.23 - - [2026-02-12 03:51:17] "POST /ref-update HTTP/1.1" 200 156 0.027107 10.0.0.130 - - [2026-02-12 03:51:19] "POST /neutron/port HTTP/1.1" 200 1142 0.017434 10.0.0.130 - - [2026-02-12 03:51:19] "POST /neutron/port HTTP/1.1" 200 1141 0.016981 10.0.0.130 - - [2026-02-12 03:51:19] "POST /neutron/port HTTP/1.1" 200 151 0.229078 10.0.0.130 - - [2026-02-12 03:51:19] "POST /neutron/port HTTP/1.1" 200 1132 0.017720 10.0.0.23 - - [2026-02-12 03:51:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004520 10.0.0.23 - - [2026-02-12 03:51:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003695 10.0.0.130 - - [2026-02-12 03:51:20] "POST /neutron/network HTTP/1.1" 200 151 0.121786 10.0.0.23 - - [2026-02-12 03:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.130 - - [2026-02-12 03:51:21] "POST /neutron/network HTTP/1.1" 200 844 0.006951 10.0.0.130 - - [2026-02-12 03:51:22] "POST /neutron/port HTTP/1.1" 200 1132 0.019636 10.0.0.130 - - [2026-02-12 03:51:22] "POST /neutron/port HTTP/1.1" 200 1132 0.014200 10.0.0.23 - - [2026-02-12 03:51:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005399 10.0.0.23 - - [2026-02-12 03:51:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002565 10.0.0.130 - - [2026-02-12 03:51:23] "POST /neutron/network HTTP/1.1" 200 151 0.132569 10.0.0.23 - - [2026-02-12 03:51:23] "DELETE /route-target/47521972-0885-4784-b7b6-10f11f15bd8f HTTP/1.1" 200 115 0.023928 10.0.0.23 - - [2026-02-12 03:51:24] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000924 10.0.0.130 - - [2026-02-12 03:51:24] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.076685 10.0.0.23 - - [2026-02-12 03:51:24] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000827 10.0.0.130 - - [2026-02-12 03:51:24] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?fields=virtual_networks HTTP/1.1" 200 1078 0.057152 10.0.0.23 - - [2026-02-12 03:51:24] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002281 10.0.0.130 - - [2026-02-12 03:51:24] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?fields=virtual_machine_interfaces HTTP/1.1" 200 1078 0.053698 10.0.0.23 - - [2026-02-12 03:51:24] "GET /projects?obj_uuids=305220eb-dfcb-47b5-b799-758c4e29bc4a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000928 10.0.0.130 - - [2026-02-12 03:51:24] "GET /project/305220eb-dfcb-47b5-b799-758c4e29bc4a?fields=security_groups HTTP/1.1" 200 1322 0.036248 10.0.0.130 - - [2026-02-12 03:51:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.024647 10.0.0.23 - - [2026-02-12 03:51:25] "GET /projects?obj_uuids=02d56fd2-a97f-4833-bb72-382bac0b10d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004409 10.0.0.23 - - [2026-02-12 03:51:25] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.23 - - [2026-02-12 03:51:25] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039649 10.0.0.23 - - [2026-02-12 03:51:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.002128 10.0.0.23 - - [2026-02-12 03:51:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.002936 10.0.0.23 - - [2026-02-12 03:51:25] "POST /security-groups HTTP/1.1" 200 586 0.077274 10.0.0.23 - - [2026-02-12 03:51:25] "POST /projects HTTP/1.1" 200 575 0.276491 10.0.0.23 - - [2026-02-12 03:51:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.010553 10.0.0.23 - - [2026-02-12 03:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.354426 10.0.0.130 - - [2026-02-12 03:51:25] "GET /project/02d56fd2-a97f-4833-bb72-382bac0b10d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.524498 10.0.0.130 - - [2026-02-12 03:51:26] "GET / HTTP/1.1" 200 35931 0.002188 10.0.0.23 - - [2026-02-12 03:51:27] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000913 10.0.0.130 - - [2026-02-12 03:51:27] "GET /project/99bdc694-e7f0-416c-85df-1dddb9eeff50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.034930 10.0.0.130 - - [2026-02-12 03:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.130 - - [2026-02-12 03:51:28] "GET /security-group/bce69207-b6c2-42fc-8d91-d2856937c8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3719 0.005033 10.0.0.130 - - [2026-02-12 03:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.23 - - [2026-02-12 03:51:28] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001826 10.0.0.130 - - [2026-02-12 03:51:28] "GET /project/99bdc694-e7f0-416c-85df-1dddb9eeff50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.042866 10.0.0.130 - - [2026-02-12 03:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.130 - - [2026-02-12 03:51:28] "GET /security-group/bce69207-b6c2-42fc-8d91-d2856937c8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3719 0.005669 10.0.0.130 - - [2026-02-12 03:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.130 - - [2026-02-12 03:51:28] "PUT /security-group/bce69207-b6c2-42fc-8d91-d2856937c8be HTTP/1.1" 200 262 0.019630 10.0.0.23 - - [2026-02-12 03:51:28] "PUT /access-control-list/b09576d0-90ec-404f-b9cf-debfa525d3d3 HTTP/1.1" 200 272 0.024302 10.0.0.23 - - [2026-02-12 03:51:30] "GET /projects?obj_uuids=02d56fd2-a97f-4833-bb72-382bac0b10d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001519 10.0.0.130 - - [2026-02-12 03:51:30] "GET /project/02d56fd2-a97f-4833-bb72-382bac0b10d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.049126 10.0.0.23 - - [2026-02-12 03:51:30] "GET /projects?obj_uuids=02d56fd2-a97f-4833-bb72-382bac0b10d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001322 10.0.0.130 - - [2026-02-12 03:51:30] "GET /project/02d56fd2-a97f-4833-bb72-382bac0b10d1?fields=virtual_networks HTTP/1.1" 200 1031 0.041118 10.0.0.23 - - [2026-02-12 03:51:31] "GET /projects?obj_uuids=02d56fd2-a97f-4833-bb72-382bac0b10d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001027 10.0.0.130 - - [2026-02-12 03:51:31] "GET /project/02d56fd2-a97f-4833-bb72-382bac0b10d1?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.062582 10.0.0.23 - - [2026-02-12 03:51:31] "GET /projects?obj_uuids=02d56fd2-a97f-4833-bb72-382bac0b10d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.130 - - [2026-02-12 03:51:31] "GET /project/02d56fd2-a97f-4833-bb72-382bac0b10d1?fields=security_groups HTTP/1.1" 200 1252 0.047702 10.0.0.130 - - [2026-02-12 03:51:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.039867 10.0.0.23 - - [2026-02-12 03:51:32] "GET /projects?obj_uuids=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002645 10.0.0.23 - - [2026-02-12 03:51:32] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.23 - - [2026-02-12 03:51:32] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006697 10.0.0.23 - - [2026-02-12 03:51:32] "POST /id-to-fqname HTTP/1.1" 200 194 0.002316 10.0.0.23 - - [2026-02-12 03:51:32] "POST /fqname-to-id HTTP/1.1" 404 203 0.006274 10.0.0.23 - - [2026-02-12 03:51:32] "POST /security-groups HTTP/1.1" 200 595 0.079217 10.0.0.23 - - [2026-02-12 03:51:32] "POST /projects HTTP/1.1" 200 593 0.302958 10.0.0.23 - - [2026-02-12 03:51:32] "POST /fqname-to-id HTTP/1.1" 404 237 0.008516 10.0.0.23 - - [2026-02-12 03:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.378544 10.0.0.130 - - [2026-02-12 03:51:32] "GET /project/bea36ce0-73fa-4dbc-90c5-c520f43b226e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.507785 10.0.0.130 - - [2026-02-12 03:51:33] "GET / HTTP/1.1" 200 35931 0.001420 10.0.0.130 - - [2026-02-12 03:51:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.130 - - [2026-02-12 03:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.071995 10.0.0.23 - - [2026-02-12 03:51:35] "GET /projects?obj_uuids=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001244 10.0.0.130 - - [2026-02-12 03:51:35] "GET /project/bea36ce0-73fa-4dbc-90c5-c520f43b226e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.036984 10.0.0.23 - - [2026-02-12 03:51:36] "POST /ref-update HTTP/1.1" 200 156 0.020992 10.0.0.23 - - [2026-02-12 03:51:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009039 10.0.0.130 - - [2026-02-12 03:51:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.252719 10.0.0.130 - - [2026-02-12 03:51:36] "POST /id-to-fqname HTTP/1.1" 200 231 0.001178 10.0.0.130 - - [2026-02-12 03:51:36] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004707 10.0.0.130 - - [2026-02-12 03:51:36] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005943 10.0.0.130 - - [2026-02-12 03:51:36] "POST /neutron/network HTTP/1.1" 200 843 0.006783 10.0.0.130 - - [2026-02-12 03:51:36] "POST /id-to-fqname HTTP/1.1" 200 231 0.001274 10.0.0.23 - - [2026-02-12 03:51:37] "GET /projects?obj_uuids=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001482 10.0.0.130 - - [2026-02-12 03:51:37] "GET /project/bea36ce0-73fa-4dbc-90c5-c520f43b226e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.063285 10.0.0.130 - - [2026-02-12 03:51:37] "POST /neutron/network HTTP/1.1" 200 843 0.029740 10.0.0.130 - - [2026-02-12 03:51:37] "POST /id-to-fqname HTTP/1.1" 200 231 0.001390 10.0.0.130 - - [2026-02-12 03:51:37] "POST /neutron/port HTTP/1.1" 200 117 0.006024 10.0.0.130 - - [2026-02-12 03:51:38] "POST /neutron/port HTTP/1.1" 200 1065 0.015464 10.0.0.130 - - [2026-02-12 03:51:38] "POST /neutron/port HTTP/1.1" 200 1129 0.019036 10.0.0.130 - - [2026-02-12 03:51:38] "POST /neutron/port HTTP/1.1" 200 117 0.001414 10.0.0.130 - - [2026-02-12 03:51:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.031299 10.0.0.23 - - [2026-02-12 03:51:59] "GET /projects?obj_uuids=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001366 10.0.0.130 - - [2026-02-12 03:51:59] "GET /project/bea36ce0-73fa-4dbc-90c5-c520f43b226e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.065826 10.0.0.130 - - [2026-02-12 03:51:59] "POST /neutron/port HTTP/1.1" 200 1129 0.029157 10.0.0.130 - - [2026-02-12 03:51:59] "POST /neutron/port HTTP/1.1" 200 1129 0.015369 10.0.0.130 - - [2026-02-12 03:51:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007327 10.0.0.130 - - [2026-02-12 03:52:00] "GET /virtual-machine/80ce1c70-371d-4641-9e6f-235831f142a2 HTTP/1.1" 401 293 0.000423 10.0.0.130 - - [2026-02-12 03:52:00] "POST /neutron/network HTTP/1.1" 200 853 0.007038 10.0.0.130 - - [2026-02-12 03:52:00] "GET /virtual-machine/80ce1c70-371d-4641-9e6f-235831f142a2 HTTP/1.1" 200 1296 0.073221 10.0.0.130 - - [2026-02-12 03:52:00] "GET /virtual-machine-interface/7c38787b-5acf-40e5-8306-7d8da28f5768 HTTP/1.1" 200 2981 0.007735 10.0.0.130 - - [2026-02-12 03:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008475 10.0.0.130 - - [2026-02-12 03:52:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003809 10.0.0.130 - - [2026-02-12 03:52:00] "GET /virtual-networks?parent_id=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003060 10.0.0.130 - - [2026-02-12 03:52:00] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.011624 10.0.0.130 - - [2026-02-12 03:52:01] "POST /neutron/port HTTP/1.1" 200 1065 0.074404 10.0.0.130 - - [2026-02-12 03:52:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011421 10.0.0.130 - - [2026-02-12 03:52:01] "POST /neutron/network HTTP/1.1" 200 843 0.007792 10.0.0.130 - - [2026-02-12 03:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.012228 10.0.0.130 - - [2026-02-12 03:52:01] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004671 10.0.0.130 - - [2026-02-12 03:52:01] "GET /virtual-networks?parent_id=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003861 10.0.0.130 - - [2026-02-12 03:52:01] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.012481 10.0.0.130 - - [2026-02-12 03:52:07] "POST /neutron/port HTTP/1.1" 200 1129 0.034871 10.0.0.130 - - [2026-02-12 03:52:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006809 10.0.0.23 - - [2026-02-12 03:52:14] "DELETE /project/bea36ce073fa4dbc90c5c520f43b226e HTTP/1.1" 404 173 0.004683 10.0.0.23 - - [2026-02-12 03:52:14] "DELETE /project/02d56fd2a97f4833bb72382bac0b10d1 HTTP/1.1" 404 173 0.004368 10.0.0.23 - - [2026-02-12 03:52:14] "DELETE /project/305220eb-dfcb-47b5-b799-758c4e29bc4a HTTP/1.1" 404 177 0.009384 10.0.0.23 - - [2026-02-12 03:52:14] "GET /projects?obj_uuids=02d56fd2-a97f-4833-bb72-382bac0b10d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000797 10.0.0.23 - - [2026-02-12 03:52:14] "GET /project/02d56fd2-a97f-4833-bb72-382bac0b10d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.036194 10.0.0.23 - - [2026-02-12 03:52:14] "GET /projects?obj_uuids=02d56fd2-a97f-4833-bb72-382bac0b10d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001346 10.0.0.23 - - [2026-02-12 03:52:14] "GET /project/02d56fd2-a97f-4833-bb72-382bac0b10d1?fields=security_groups HTTP/1.1" 200 1357 0.074703 10.0.0.23 - - [2026-02-12 03:52:14] "DELETE /security-group/1f34df8f-df73-4610-b636-a76f2d47f538 HTTP/1.1" 200 115 0.050802 10.0.0.23 - - [2026-02-12 03:52:14] "GET /projects?obj_uuids=02d56fd2-a97f-4833-bb72-382bac0b10d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199 10.0.0.23 - - [2026-02-12 03:52:14] "DELETE /access-control-list/a99e67fa-3b97-4dff-b49d-1e0270639d0c HTTP/1.1" 200 115 0.047147 10.0.0.23 - - [2026-02-12 03:52:14] "GET /project/02d56fd2-a97f-4833-bb72-382bac0b10d1?fields=application_policy_sets HTTP/1.1" 200 1396 0.052753 10.0.0.23 - - [2026-02-12 03:52:14] "DELETE /project/02d56fd2-a97f-4833-bb72-382bac0b10d1 HTTP/1.1" 200 115 0.396110 10.0.0.130 - - [2026-02-12 03:52:22] "POST /neutron/port HTTP/1.1" 200 1129 0.018818 10.0.0.130 - - [2026-02-12 03:52:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009648 10.0.0.130 - - [2026-02-12 03:52:37] "POST /neutron/port HTTP/1.1" 200 1129 0.023087 10.0.0.130 - - [2026-02-12 03:52:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004769 10.0.0.130 - - [2026-02-12 03:52:37] "POST /neutron/network HTTP/1.1" 200 843 0.009659 10.0.0.130 - - [2026-02-12 03:52:37] "POST /neutron/port HTTP/1.1" 200 1129 0.018014 10.0.0.130 - - [2026-02-12 03:52:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006297 10.0.0.130 - - [2026-02-12 03:52:38] "GET /virtual-machine/e66ad64a-f2d4-4dca-a224-f7525341e459 HTTP/1.1" 200 1297 0.005251 10.0.0.130 - - [2026-02-12 03:52:38] "GET /virtual-machine-interface/92fbae9b-3a2a-47a9-a4c8-7cde113bf97b HTTP/1.1" 200 2983 0.006145 10.0.0.130 - - [2026-02-12 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.130 - - [2026-02-12 03:52:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003587 10.0.0.130 - - [2026-02-12 03:52:38] "GET /virtual-networks?parent_id=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002671 10.0.0.130 - - [2026-02-12 03:52:38] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006653 10.0.0.130 - - [2026-02-12 03:52:40] "POST /neutron/network HTTP/1.1" 200 853 0.006707 10.0.0.130 - - [2026-02-12 03:52:40] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.130 - - [2026-02-12 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.130 - - [2026-02-12 03:52:41] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005331 10.0.0.130 - - [2026-02-12 03:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.130 - - [2026-02-12 03:52:45] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007079 10.0.0.130 - - [2026-02-12 03:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.130 - - [2026-02-12 03:52:49] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004849 10.0.0.130 - - [2026-02-12 03:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.130 - - [2026-02-12 03:52:53] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005359 10.0.0.130 - - [2026-02-12 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.130 - - [2026-02-12 03:52:57] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005206 10.0.0.130 - - [2026-02-12 03:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.130 - - [2026-02-12 03:53:01] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004780 10.0.0.130 - - [2026-02-12 03:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.130 - - [2026-02-12 03:53:05] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004762 10.0.0.22 - - [2026-02-12 03:53:06] "GET /obj-perms HTTP/1.1" 200 5075 0.047461 10.0.0.130 - - [2026-02-12 03:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.130 - - [2026-02-12 03:53:09] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008179 10.0.0.130 - - [2026-02-12 03:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.130 - - [2026-02-12 03:53:13] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005393 10.0.0.130 - - [2026-02-12 03:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.130 - - [2026-02-12 03:53:18] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005565 10.0.0.130 - - [2026-02-12 03:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.130 - - [2026-02-12 03:53:22] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005213 10.0.0.130 - - [2026-02-12 03:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.130 - - [2026-02-12 03:53:26] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006116 10.0.0.130 - - [2026-02-12 03:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.130 - - [2026-02-12 03:53:30] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004852 10.0.0.130 - - [2026-02-12 03:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.130 - - [2026-02-12 03:53:34] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005368 10.0.0.130 - - [2026-02-12 03:53:37] "POST /neutron/port HTTP/1.1" 200 1129 0.041191 10.0.0.130 - - [2026-02-12 03:53:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.009876 10.0.0.130 - - [2026-02-12 03:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.130 - - [2026-02-12 03:53:38] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005090 10.0.0.130 - - [2026-02-12 03:53:40] "POST /neutron/port HTTP/1.1" 200 1129 0.015499 10.0.0.130 - - [2026-02-12 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.130 - - [2026-02-12 03:53:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003688 10.0.0.130 - - [2026-02-12 03:53:40] "GET /virtual-networks?parent_id=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004639 10.0.0.130 - - [2026-02-12 03:53:40] "GET /virtual-network/2eb1819f-3eb7-4a1b-aedf-7f2d5ce756c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007218 10.0.0.130 - - [2026-02-12 03:53:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006712 10.0.0.130 - - [2026-02-12 03:53:42] "POST /neutron/network HTTP/1.1" 200 853 0.006820 10.0.0.130 - - [2026-02-12 03:53:42] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.130 - - [2026-02-12 03:53:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006873 10.0.0.130 - - [2026-02-12 03:53:56] "POST /neutron/port HTTP/1.1" 200 1129 0.018505 10.0.0.130 - - [2026-02-12 03:54:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006646 10.0.0.23 - - [2026-02-12 03:54:06] "GET /obj-perms HTTP/1.1" 200 5075 0.056270 10.0.0.130 - - [2026-02-12 03:54:07] "GET /obj-perms HTTP/1.1" 200 5075 0.047152 10.0.0.130 - - [2026-02-12 03:54:11] "POST /neutron/port HTTP/1.1" 200 1129 0.019695 10.0.0.130 - - [2026-02-12 03:54:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009780 10.0.0.130 - - [2026-02-12 03:54:22] "POST /fqname-to-id HTTP/1.1" 404 240 0.004768 10.0.0.130 - - [2026-02-12 03:54:22] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.032271 10.0.0.130 - - [2026-02-12 03:54:22] "GET /bgp-as-a-service/ff49ca8f-f9dc-4ae7-b439-40361a33f956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1624 0.006169 10.0.0.130 - - [2026-02-12 03:54:22] "GET /virtual-machine-interface/92fbae9b-3a2a-47a9-a4c8-7cde113bf97b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005723 10.0.0.130 - - [2026-02-12 03:54:22] "POST /ref-update HTTP/1.1" 200 156 0.010274 10.0.0.130 - - [2026-02-12 03:54:22] "POST /neutron/network HTTP/1.1" 200 843 0.007067 10.0.0.23 - - [2026-02-12 03:54:22] "POST /bgp-routers HTTP/1.1" 200 659 0.069974 10.0.0.23 - - [2026-02-12 03:54:23] "PUT /bgp-router/19a8fe73-50f9-413a-9f90-e9355057bcba HTTP/1.1" 200 254 0.029059 10.0.0.130 - - [2026-02-12 03:54:38] "POST /neutron/port HTTP/1.1" 200 1129 0.017536 10.0.0.130 - - [2026-02-12 03:54:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.011516 10.0.0.130 - - [2026-02-12 03:54:43] "POST /neutron/port HTTP/1.1" 200 1129 0.020954 10.0.0.130 - - [2026-02-12 03:54:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003804 10.0.0.130 - - [2026-02-12 03:54:44] "POST /neutron/network HTTP/1.1" 200 843 0.006605 10.0.0.130 - - [2026-02-12 03:54:52] "GET /bgp-as-a-service/ff49ca8f-f9dc-4ae7-b439-40361a33f956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006482 10.0.0.130 - - [2026-02-12 03:54:52] "GET /virtual-machine-interface/92fbae9b-3a2a-47a9-a4c8-7cde113bf97b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.004636 10.0.0.130 - - [2026-02-12 03:54:52] "POST /ref-update HTTP/1.1" 200 156 0.026632 10.0.0.130 - - [2026-02-12 03:54:52] "DELETE /bgp-as-a-service/ff49ca8f-f9dc-4ae7-b439-40361a33f956 HTTP/1.1" 200 115 0.049008 10.0.0.23 - - [2026-02-12 03:54:52] "DELETE /bgp-router/19a8fe73-50f9-413a-9f90-e9355057bcba HTTP/1.1" 200 115 0.054415 10.0.0.130 - - [2026-02-12 03:54:52] "POST /neutron/port HTTP/1.1" 200 1129 0.017571 10.0.0.130 - - [2026-02-12 03:54:52] "POST /neutron/port HTTP/1.1" 200 1129 0.015990 10.0.0.22 - - [2026-02-12 03:54:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.22 - - [2026-02-12 03:54:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.22 - - [2026-02-12 03:54:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.22 - - [2026-02-12 03:54:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.23 - - [2026-02-12 03:54:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.23 - - [2026-02-12 03:54:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.23 - - [2026-02-12 03:54:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.23 - - [2026-02-12 03:54:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.130 - - [2026-02-12 03:54:54] "POST /neutron/network HTTP/1.1" 200 843 0.008007 10.0.0.23 - - [2026-02-12 03:54:56] "GET /projects?obj_uuids=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.026987 10.0.0.130 - - [2026-02-12 03:54:56] "GET /project/bea36ce0-73fa-4dbc-90c5-c520f43b226e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.079363 10.0.0.23 - - [2026-02-12 03:54:56] "GET /projects?obj_uuids=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000968 10.0.0.130 - - [2026-02-12 03:54:56] "GET /project/bea36ce0-73fa-4dbc-90c5-c520f43b226e?fields=virtual_networks HTTP/1.1" 200 1051 0.039065 10.0.0.23 - - [2026-02-12 03:54:56] "GET /projects?obj_uuids=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002192 10.0.0.130 - - [2026-02-12 03:54:56] "GET /project/bea36ce0-73fa-4dbc-90c5-c520f43b226e?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.039457 10.0.0.23 - - [2026-02-12 03:54:56] "GET /projects?obj_uuids=bea36ce0-73fa-4dbc-90c5-c520f43b226e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000993 10.0.0.130 - - [2026-02-12 03:54:56] "GET /project/bea36ce0-73fa-4dbc-90c5-c520f43b226e?fields=security_groups HTTP/1.1" 200 1281 0.043033 10.0.0.130 - - [2026-02-12 03:54:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.130 - - [2026-02-12 03:54:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.130 - - [2026-02-12 03:54:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.130 - - [2026-02-12 03:54:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.130 - - [2026-02-12 03:54:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.029457 10.0.0.23 - - [2026-02-12 03:54:57] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002741 10.0.0.23 - - [2026-02-12 03:54:57] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.23 - - [2026-02-12 03:54:57] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006667 10.0.0.23 - - [2026-02-12 03:54:57] "POST /id-to-fqname HTTP/1.1" 200 191 0.001216 10.0.0.23 - - [2026-02-12 03:54:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.004082 10.0.0.23 - - [2026-02-12 03:54:57] "POST /security-groups HTTP/1.1" 200 592 0.077871 10.0.0.23 - - [2026-02-12 03:54:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.004853 10.0.0.23 - - [2026-02-12 03:54:57] "POST /projects HTTP/1.1" 200 587 0.293067 10.0.0.23 - - [2026-02-12 03:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.366248 10.0.0.23 - - [2026-02-12 03:54:57] "POST /access-control-lists HTTP/1.1" 200 595 0.033349 10.0.0.130 - - [2026-02-12 03:54:57] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.497455 10.0.0.130 - - [2026-02-12 03:54:59] "GET / HTTP/1.1" 200 35931 0.001573 10.0.0.130 - - [2026-02-12 03:55:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.001891 10.0.0.130 - - [2026-02-12 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.058653 10.0.0.23 - - [2026-02-12 03:55:01] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001453 10.0.0.130 - - [2026-02-12 03:55:01] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044334 10.0.0.23 - - [2026-02-12 03:55:01] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.130 - - [2026-02-12 03:55:01] "POST /neutron/network HTTP/1.1" 200 614 0.129089 10.0.0.130 - - [2026-02-12 03:55:01] "POST /id-to-fqname HTTP/1.1" 200 225 0.003272 10.0.0.130 - - [2026-02-12 03:55:01] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005378 10.0.0.130 - - [2026-02-12 03:55:01] "POST /neutron/network HTTP/1.1" 200 833 0.007586 10.0.0.130 - - [2026-02-12 03:55:01] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005812 10.0.0.130 - - [2026-02-12 03:55:01] "POST /id-to-fqname HTTP/1.1" 200 225 0.001395 10.0.0.130 - - [2026-02-12 03:55:02] "POST /neutron/network HTTP/1.1" 200 843 0.007260 10.0.0.23 - - [2026-02-12 03:55:02] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.130 - - [2026-02-12 03:55:02] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.077252 10.0.0.130 - - [2026-02-12 03:55:03] "POST /neutron/port HTTP/1.1" 200 117 0.007575 10.0.0.130 - - [2026-02-12 03:55:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.001673 10.0.0.130 - - [2026-02-12 03:55:03] "POST /neutron/network HTTP/1.1" 200 843 0.007174 10.0.0.130 - - [2026-02-12 03:55:03] "POST /neutron/port HTTP/1.1" 200 1061 0.026749 10.0.0.23 - - [2026-02-12 03:55:04] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.130 - - [2026-02-12 03:55:04] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.138045 10.0.0.130 - - [2026-02-12 03:55:04] "POST /neutron/network HTTP/1.1" 200 833 0.007326 10.0.0.130 - - [2026-02-12 03:55:04] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.130 - - [2026-02-12 03:55:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012629 10.0.0.130 - - [2026-02-12 03:55:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.001388 10.0.0.130 - - [2026-02-12 03:55:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014343 10.0.0.23 - - [2026-02-12 03:55:04] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.130 - - [2026-02-12 03:55:05] "POST /neutron/port HTTP/1.1" 200 1061 0.441370 10.0.0.130 - - [2026-02-12 03:55:05] "POST /neutron/port HTTP/1.1" 200 1115 0.158848 10.0.0.23 - - [2026-02-12 03:55:05] "DELETE /access-control-list/ff74fd28-c3c6-4a3a-b1fa-d599fc1b2c1c HTTP/1.1" 200 115 0.061822 10.0.0.23 - - [2026-02-12 03:55:05] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000974 10.0.0.130 - - [2026-02-12 03:55:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.012253 10.0.0.130 - - [2026-02-12 03:55:05] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.109635 10.0.0.130 - - [2026-02-12 03:55:06] "POST /neutron/network HTTP/1.1" 200 833 0.012909 10.0.0.130 - - [2026-02-12 03:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.005859 10.0.0.130 - - [2026-02-12 03:55:06] "POST /neutron/network HTTP/1.1" 200 843 0.016183 10.0.0.130 - - [2026-02-12 03:55:07] "POST /neutron/port HTTP/1.1" 200 1061 0.036387 10.0.0.130 - - [2026-02-12 03:55:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011223 10.0.0.130 - - [2026-02-12 03:55:07] "POST /neutron/network HTTP/1.1" 200 833 0.007412 10.0.0.23 - - [2026-02-12 03:55:14] "DELETE /project/a1c39593bedf4303bc818c84d63b02de HTTP/1.1" 404 173 0.002689 10.0.0.23 - - [2026-02-12 03:55:14] "DELETE /project/bea36ce0-73fa-4dbc-90c5-c520f43b226e HTTP/1.1" 404 177 0.004910 10.0.0.130 - - [2026-02-12 03:55:16] "POST /neutron/port HTTP/1.1" 200 1125 0.018749 10.0.0.130 - - [2026-02-12 03:55:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007460 10.0.0.130 - - [2026-02-12 03:55:31] "POST /neutron/port HTTP/1.1" 200 1125 0.015420 10.0.0.130 - - [2026-02-12 03:55:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006890 10.0.0.130 - - [2026-02-12 03:55:45] "POST /neutron/port HTTP/1.1" 200 1125 0.019661 10.0.0.130 - - [2026-02-12 03:55:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003887 10.0.0.130 - - [2026-02-12 03:55:46] "POST /neutron/network HTTP/1.1" 200 833 0.006343 10.0.0.130 - - [2026-02-12 03:55:47] "POST /neutron/port HTTP/1.1" 200 1125 0.016027 10.0.0.130 - - [2026-02-12 03:55:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008068 10.0.0.130 - - [2026-02-12 03:55:47] "GET /virtual-machine/22baff57-69a8-41c6-9ccb-bcbea16e543b HTTP/1.1" 401 293 0.000349 10.0.0.130 - - [2026-02-12 03:55:47] "GET /virtual-machine/22baff57-69a8-41c6-9ccb-bcbea16e543b HTTP/1.1" 200 1293 0.030976 10.0.0.130 - - [2026-02-12 03:55:47] "GET /virtual-machine-interface/8e50a665-acda-4f64-92eb-113d577695e2 HTTP/1.1" 200 2959 0.006395 10.0.0.130 - - [2026-02-12 03:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.130 - - [2026-02-12 03:55:47] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003526 10.0.0.130 - - [2026-02-12 03:55:47] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002423 10.0.0.130 - - [2026-02-12 03:55:47] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007538 10.0.0.130 - - [2026-02-12 03:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.130 - - [2026-02-12 03:55:50] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005147 10.0.0.130 - - [2026-02-12 03:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.130 - - [2026-02-12 03:55:55] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005646 10.0.0.130 - - [2026-02-12 03:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.130 - - [2026-02-12 03:55:59] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006065 10.0.0.130 - - [2026-02-12 03:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.130 - - [2026-02-12 03:56:03] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005003 10.0.0.130 - - [2026-02-12 03:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.130 - - [2026-02-12 03:56:07] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005200 10.0.0.130 - - [2026-02-12 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.130 - - [2026-02-12 03:56:11] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005032 10.0.0.130 - - [2026-02-12 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.130 - - [2026-02-12 03:56:15] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005871 10.0.0.130 - - [2026-02-12 03:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.130 - - [2026-02-12 03:56:19] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004888 10.0.0.130 - - [2026-02-12 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.130 - - [2026-02-12 03:56:23] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005985 10.0.0.130 - - [2026-02-12 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.130 - - [2026-02-12 03:56:27] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005214 10.0.0.130 - - [2026-02-12 03:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.130 - - [2026-02-12 03:56:31] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005095 10.0.0.130 - - [2026-02-12 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.130 - - [2026-02-12 03:56:36] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004934 10.0.0.130 - - [2026-02-12 03:56:39] "POST /neutron/port HTTP/1.1" 200 1125 0.020852 10.0.0.130 - - [2026-02-12 03:56:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004502 10.0.0.130 - - [2026-02-12 03:56:39] "POST /neutron/network HTTP/1.1" 200 833 0.008374 10.0.0.130 - - [2026-02-12 03:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.130 - - [2026-02-12 03:56:40] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004807 10.0.0.130 - - [2026-02-12 03:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.130 - - [2026-02-12 03:56:44] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005361 10.0.0.130 - - [2026-02-12 03:56:48] "POST /neutron/network HTTP/1.1" 200 843 0.006324 10.0.0.130 - - [2026-02-12 03:56:48] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.130 - - [2026-02-12 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.130 - - [2026-02-12 03:56:48] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005078 10.0.0.130 - - [2026-02-12 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.130 - - [2026-02-12 03:56:52] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005013 10.0.0.130 - - [2026-02-12 03:56:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030807 10.0.0.130 - - [2026-02-12 03:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.130 - - [2026-02-12 03:56:56] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004959 10.0.0.130 - - [2026-02-12 03:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.130 - - [2026-02-12 03:56:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003766 10.0.0.130 - - [2026-02-12 03:56:58] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002810 10.0.0.130 - - [2026-02-12 03:56:58] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007349 10.0.0.130 - - [2026-02-12 03:56:58] "POST /neutron/port HTTP/1.1" 200 1125 0.027967 10.0.0.130 - - [2026-02-12 03:57:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007051 10.0.0.130 - - [2026-02-12 03:57:14] "POST /neutron/port HTTP/1.1" 200 1125 0.016440 10.0.0.130 - - [2026-02-12 03:57:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007833 10.0.0.130 - - [2026-02-12 03:57:29] "POST /neutron/port HTTP/1.1" 200 1125 0.017184 10.0.0.130 - - [2026-02-12 03:57:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008132 10.0.0.130 - - [2026-02-12 03:57:40] "POST /neutron/port HTTP/1.1" 200 1125 0.018647 10.0.0.130 - - [2026-02-12 03:57:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003695 10.0.0.130 - - [2026-02-12 03:57:40] "POST /neutron/network HTTP/1.1" 200 833 0.006089 10.0.0.130 - - [2026-02-12 03:57:45] "POST /neutron/port HTTP/1.1" 200 1125 0.089115 10.0.0.130 - - [2026-02-12 03:57:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006912 10.0.0.130 - - [2026-02-12 03:57:45] "GET /virtual-machine/1b0f4b0c-96f5-4f5e-8e29-c421e5b1f42b HTTP/1.1" 200 1293 0.006539 10.0.0.130 - - [2026-02-12 03:57:45] "GET /virtual-machine-interface/f30566dd-7a1f-4c45-bde5-544404919f35 HTTP/1.1" 200 2959 0.004325 10.0.0.130 - - [2026-02-12 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.130 - - [2026-02-12 03:57:45] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003352 10.0.0.130 - - [2026-02-12 03:57:45] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002568 10.0.0.130 - - [2026-02-12 03:57:45] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006989 10.0.0.130 - - [2026-02-12 03:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.130 - - [2026-02-12 03:57:46] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003784 10.0.0.130 - - [2026-02-12 03:57:46] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003484 10.0.0.130 - - [2026-02-12 03:57:46] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005759 10.0.0.130 - - [2026-02-12 03:57:47] "POST /neutron/port HTTP/1.1" 200 1125 0.016313 10.0.0.130 - - [2026-02-12 03:57:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009452 10.0.0.130 - - [2026-02-12 03:57:47] "GET /virtual-machine/703b6970-3d15-4df3-b7af-b73debf8c9d1 HTTP/1.1" 200 1293 0.008615 10.0.0.130 - - [2026-02-12 03:57:47] "GET /virtual-machine-interface/b881b050-5a9c-4d64-bbd9-b1460aa897fd HTTP/1.1" 200 2959 0.007252 10.0.0.130 - - [2026-02-12 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.130 - - [2026-02-12 03:57:47] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004628 10.0.0.130 - - [2026-02-12 03:57:47] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003271 10.0.0.130 - - [2026-02-12 03:57:47] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006916 10.0.0.130 - - [2026-02-12 03:57:48] "POST /neutron/network HTTP/1.1" 200 843 0.035205 10.0.0.130 - - [2026-02-12 03:57:48] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.130 - - [2026-02-12 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.130 - - [2026-02-12 03:57:48] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004711 10.0.0.130 - - [2026-02-12 03:57:48] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002675 10.0.0.130 - - [2026-02-12 03:57:48] "GET /virtual-network/fc219df1-133d-4bf6-8f16-1cbe33d2b436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005847 10.0.0.130 - - [2026-02-12 03:57:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003929 10.0.0.130 - - [2026-02-12 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.130 - - [2026-02-12 03:57:48] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006162 10.0.0.130 - - [2026-02-12 03:57:48] "POST /control-node-zones HTTP/1.1" 200 569 0.026900 10.0.0.130 - - [2026-02-12 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.130 - - [2026-02-12 03:57:48] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005161 10.0.0.130 - - [2026-02-12 03:57:48] "GET /control-node-zone/08d25bab-d07a-4141-a4b7-33b81ee8c8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005227 10.0.0.130 - - [2026-02-12 03:57:48] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.018659 10.0.0.130 - - [2026-02-12 03:57:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.006999 10.0.0.130 - - [2026-02-12 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.130 - - [2026-02-12 03:57:49] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007715 10.0.0.130 - - [2026-02-12 03:57:49] "POST /control-node-zones HTTP/1.1" 200 569 0.023665 10.0.0.130 - - [2026-02-12 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.130 - - [2026-02-12 03:57:49] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005087 10.0.0.130 - - [2026-02-12 03:57:49] "GET /control-node-zone/2b5a3e52-45ab-4c20-abf3-02d086b95791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006215 10.0.0.130 - - [2026-02-12 03:57:49] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.022569 10.0.0.130 - - [2026-02-12 03:57:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.003986 10.0.0.130 - - [2026-02-12 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.130 - - [2026-02-12 03:57:49] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007823 10.0.0.130 - - [2026-02-12 03:57:49] "POST /control-node-zones HTTP/1.1" 200 569 0.034022 10.0.0.130 - - [2026-02-12 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.130 - - [2026-02-12 03:57:49] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005008 10.0.0.130 - - [2026-02-12 03:57:49] "GET /control-node-zone/34b93c6e-abe7-4d48-b6c5-24f5b3407561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005374 10.0.0.130 - - [2026-02-12 03:57:49] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.022642 10.0.0.130 - - [2026-02-12 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.130 - - [2026-02-12 03:57:49] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006255 10.0.0.130 - - [2026-02-12 03:57:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.002927 10.0.0.130 - - [2026-02-12 03:57:49] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030077 10.0.0.130 - - [2026-02-12 03:57:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.010408 10.0.0.130 - - [2026-02-12 03:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.130 - - [2026-02-12 03:57:50] "GET /bgp-as-a-service/712798e3-f661-4cbf-948a-94449d0d6c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005638 10.0.0.130 - - [2026-02-12 03:57:50] "GET /control-node-zone/08d25bab-d07a-4141-a4b7-33b81ee8c8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006102 10.0.0.130 - - [2026-02-12 03:57:50] "POST /ref-update HTTP/1.1" 200 156 0.016991 10.0.0.130 - - [2026-02-12 03:58:06] "GET /bgp-as-a-service/712798e3-f661-4cbf-948a-94449d0d6c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007490 10.0.0.130 - - [2026-02-12 03:58:06] "GET /virtual-machine-interface/8e50a665-acda-4f64-92eb-113d577695e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.007543 10.0.0.130 - - [2026-02-12 03:58:06] "POST /ref-update HTTP/1.1" 200 156 0.014844 10.0.0.23 - - [2026-02-12 03:58:06] "POST /bgp-routers HTTP/1.1" 200 640 0.046193 10.0.0.23 - - [2026-02-12 03:58:06] "PUT /bgp-router/f5ec3ca3-89e9-4363-a71e-2d3945632d11 HTTP/1.1" 200 254 0.029502 10.0.0.130 - - [2026-02-12 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.130 - - [2026-02-12 03:58:06] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006176 10.0.0.130 - - [2026-02-12 03:58:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002241 10.0.0.130 - - [2026-02-12 03:58:07] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.027133 10.0.0.130 - - [2026-02-12 03:58:07] "POST /neutron/network HTTP/1.1" 200 833 0.007413 10.0.0.130 - - [2026-02-12 03:58:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.008453 10.0.0.130 - - [2026-02-12 03:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.130 - - [2026-02-12 03:58:07] "GET /bgp-as-a-service/2447d902-9765-49d3-bdcc-80e6d86f0dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.004835 10.0.0.130 - - [2026-02-12 03:58:07] "GET /control-node-zone/2b5a3e52-45ab-4c20-abf3-02d086b95791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004148 10.0.0.130 - - [2026-02-12 03:58:07] "POST /ref-update HTTP/1.1" 200 156 0.012965 10.0.0.22 - - [2026-02-12 03:58:09] "GET /obj-perms HTTP/1.1" 200 5075 0.062268 10.0.0.23 - - [2026-02-12 03:58:10] "GET /obj-perms HTTP/1.1" 200 5075 0.050693 10.0.0.130 - - [2026-02-12 03:58:15] "GET /bgp-as-a-service/2447d902-9765-49d3-bdcc-80e6d86f0dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.007874 10.0.0.130 - - [2026-02-12 03:58:15] "GET /virtual-machine-interface/f30566dd-7a1f-4c45-bde5-544404919f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.007186 10.0.0.130 - - [2026-02-12 03:58:15] "POST /ref-update HTTP/1.1" 200 156 0.012792 10.0.0.23 - - [2026-02-12 03:58:15] "POST /ref-update HTTP/1.1" 200 156 0.026675 10.0.0.130 - - [2026-02-12 03:58:34] "GET /control-node-zone/08d25bab-d07a-4141-a4b7-33b81ee8c8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004305 10.0.0.130 - - [2026-02-12 03:58:34] "POST /ref-update HTTP/1.1" 200 156 0.020190 10.0.0.130 - - [2026-02-12 03:58:34] "GET /control-node-zone/2b5a3e52-45ab-4c20-abf3-02d086b95791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004112 10.0.0.130 - - [2026-02-12 03:58:34] "POST /ref-update HTTP/1.1" 200 156 0.018437 10.0.0.130 - - [2026-02-12 03:58:34] "GET /control-node-zone/34b93c6e-abe7-4d48-b6c5-24f5b3407561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004102 10.0.0.130 - - [2026-02-12 03:58:34] "POST /ref-update HTTP/1.1" 200 156 0.018239 10.0.0.130 - - [2026-02-12 03:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.130 - - [2026-02-12 03:58:34] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004388 10.0.0.130 - - [2026-02-12 03:58:34] "GET /control-node-zone/08d25bab-d07a-4141-a4b7-33b81ee8c8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003134 10.0.0.130 - - [2026-02-12 03:58:35] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.019253 10.0.0.130 - - [2026-02-12 03:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.130 - - [2026-02-12 03:58:35] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004999 10.0.0.130 - - [2026-02-12 03:58:35] "GET /control-node-zone/2b5a3e52-45ab-4c20-abf3-02d086b95791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003561 10.0.0.130 - - [2026-02-12 03:58:35] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.020831 10.0.0.130 - - [2026-02-12 03:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.130 - - [2026-02-12 03:58:35] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010208 10.0.0.130 - - [2026-02-12 03:58:35] "GET /control-node-zone/34b93c6e-abe7-4d48-b6c5-24f5b3407561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003665 10.0.0.130 - - [2026-02-12 03:58:35] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.018866 10.0.0.130 - - [2026-02-12 03:58:42] "POST /neutron/network HTTP/1.1" 200 843 0.033152 10.0.0.130 - - [2026-02-12 03:58:42] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.130 - - [2026-02-12 03:58:49] "POST /neutron/port HTTP/1.1" 200 1125 0.018601 10.0.0.130 - - [2026-02-12 03:58:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.010110 10.0.0.130 - - [2026-02-12 03:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.130 - - [2026-02-12 03:58:53] "GET /bgp-as-a-service/712798e3-f661-4cbf-948a-94449d0d6c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006861 10.0.0.130 - - [2026-02-12 03:58:53] "GET /control-node-zone/08d25bab-d07a-4141-a4b7-33b81ee8c8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003656 10.0.0.130 - - [2026-02-12 03:58:53] "POST /ref-update HTTP/1.1" 200 156 0.022469 10.0.0.130 - - [2026-02-12 03:58:53] "GET /control-node-zone/08d25bab-d07a-4141-a4b7-33b81ee8c8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007249 10.0.0.130 - - [2026-02-12 03:58:53] "POST /ref-update HTTP/1.1" 200 156 0.040179 10.0.0.130 - - [2026-02-12 03:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007116 10.0.0.130 - - [2026-02-12 03:58:53] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006814 10.0.0.130 - - [2026-02-12 03:58:53] "POST /neutron/network HTTP/1.1" 200 833 0.007202 10.0.0.130 - - [2026-02-12 03:58:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.008859 10.0.0.130 - - [2026-02-12 03:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.130 - - [2026-02-12 03:58:53] "GET /bgp-as-a-service/712798e3-f661-4cbf-948a-94449d0d6c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.007445 10.0.0.130 - - [2026-02-12 03:58:53] "GET /control-node-zone/34b93c6e-abe7-4d48-b6c5-24f5b3407561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005259 10.0.0.130 - - [2026-02-12 03:58:53] "POST /ref-update HTTP/1.1" 200 156 0.020787 10.0.0.130 - - [2026-02-12 03:58:56] "GET /bgp-as-a-service/712798e3-f661-4cbf-948a-94449d0d6c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006727 10.0.0.130 - - [2026-02-12 03:58:56] "GET /virtual-machine-interface/8e50a665-acda-4f64-92eb-113d577695e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.008117 10.0.0.130 - - [2026-02-12 03:59:09] "GET /bgp-as-a-service/712798e3-f661-4cbf-948a-94449d0d6c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005262 10.0.0.130 - - [2026-02-12 03:59:09] "GET /virtual-machine-interface/8e50a665-acda-4f64-92eb-113d577695e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.006830 10.0.0.130 - - [2026-02-12 03:59:09] "POST /ref-update HTTP/1.1" 200 156 0.016325 10.0.0.130 - - [2026-02-12 03:59:09] "GET /bgp-as-a-service/2447d902-9765-49d3-bdcc-80e6d86f0dc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.005846 10.0.0.130 - - [2026-02-12 03:59:09] "GET /virtual-machine-interface/f30566dd-7a1f-4c45-bde5-544404919f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.005990 10.0.0.23 - - [2026-02-12 03:59:09] "POST /ref-update HTTP/1.1" 200 156 0.031497 10.0.0.130 - - [2026-02-12 03:59:09] "POST /ref-update HTTP/1.1" 200 156 0.030922 10.0.0.23 - - [2026-02-12 03:59:09] "POST /ref-update HTTP/1.1" 200 156 0.027387 10.0.0.130 - - [2026-02-12 03:59:09] "DELETE /bgp-as-a-service/2447d902-9765-49d3-bdcc-80e6d86f0dc4 HTTP/1.1" 200 115 0.086267 10.0.0.130 - - [2026-02-12 03:59:09] "GET /bgp-as-a-service/712798e3-f661-4cbf-948a-94449d0d6c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.018636 10.0.0.130 - - [2026-02-12 03:59:09] "GET /virtual-machine-interface/8e50a665-acda-4f64-92eb-113d577695e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.031621 10.0.0.130 - - [2026-02-12 03:59:09] "DELETE /bgp-as-a-service/712798e3-f661-4cbf-948a-94449d0d6c35 HTTP/1.1" 200 115 0.046787 10.0.0.130 - - [2026-02-12 03:59:09] "GET /control-node-zone/34b93c6e-abe7-4d48-b6c5-24f5b3407561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006639 10.0.0.130 - - [2026-02-12 03:59:09] "POST /ref-update HTTP/1.1" 200 156 0.018953 10.0.0.130 - - [2026-02-12 03:59:09] "DELETE /control-node-zone/34b93c6e-abe7-4d48-b6c5-24f5b3407561 HTTP/1.1" 200 115 0.025899 10.0.0.130 - - [2026-02-12 03:59:09] "GET /control-node-zone/2b5a3e52-45ab-4c20-abf3-02d086b95791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004939 10.0.0.130 - - [2026-02-12 03:59:09] "POST /ref-update HTTP/1.1" 200 156 0.016789 10.0.0.130 - - [2026-02-12 03:59:09] "DELETE /control-node-zone/2b5a3e52-45ab-4c20-abf3-02d086b95791 HTTP/1.1" 200 115 0.025999 10.0.0.130 - - [2026-02-12 03:59:09] "GET /control-node-zone/08d25bab-d07a-4141-a4b7-33b81ee8c8ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003461 10.0.0.130 - - [2026-02-12 03:59:09] "DELETE /control-node-zone/08d25bab-d07a-4141-a4b7-33b81ee8c8ed HTTP/1.1" 200 115 0.026269 10.0.0.130 - - [2026-02-12 03:59:10] "POST /neutron/port HTTP/1.1" 200 1125 0.020420 10.0.0.130 - - [2026-02-12 03:59:10] "POST /neutron/port HTTP/1.1" 200 1115 0.013953 10.0.0.130 - - [2026-02-12 03:59:10] "POST /neutron/port HTTP/1.1" 200 151 0.206763 10.0.0.130 - - [2026-02-12 03:59:10] "GET /obj-perms HTTP/1.1" 200 5075 0.112381 10.0.0.130 - - [2026-02-12 03:59:12] "POST /neutron/network HTTP/1.1" 200 833 0.006340 10.0.0.23 - - [2026-02-12 03:59:12] "DELETE /route-target/9b1c42bc-7fc4-46d2-aa41-0d6f6c6322a1 HTTP/1.1" 200 115 0.025416 10.0.0.130 - - [2026-02-12 03:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.23 - - [2026-02-12 03:59:14] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.130 - - [2026-02-12 03:59:14] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.032101 10.0.0.23 - - [2026-02-12 03:59:14] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000927 10.0.0.130 - - [2026-02-12 03:59:15] "POST /neutron/network HTTP/1.1" 200 614 0.121954 10.0.0.130 - - [2026-02-12 03:59:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.003915 10.0.0.130 - - [2026-02-12 03:59:15] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005111 10.0.0.130 - - [2026-02-12 03:59:15] "POST /neutron/network HTTP/1.1" 200 832 0.007100 10.0.0.130 - - [2026-02-12 03:59:15] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009487 10.0.0.130 - - [2026-02-12 03:59:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001312 10.0.0.130 - - [2026-02-12 03:59:15] "POST /neutron/network HTTP/1.1" 200 842 0.007286 10.0.0.23 - - [2026-02-12 03:59:16] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.130 - - [2026-02-12 03:59:16] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.076378 10.0.0.130 - - [2026-02-12 03:59:16] "POST /neutron/port HTTP/1.1" 200 117 0.006493 10.0.0.130 - - [2026-02-12 03:59:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001178 10.0.0.130 - - [2026-02-12 03:59:17] "POST /neutron/network HTTP/1.1" 200 842 0.009160 10.0.0.130 - - [2026-02-12 03:59:17] "POST /neutron/port HTTP/1.1" 200 1060 0.017838 10.0.0.130 - - [2026-02-12 03:59:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004778 10.0.0.130 - - [2026-02-12 03:59:17] "POST /neutron/network HTTP/1.1" 200 832 0.008329 10.0.0.23 - - [2026-02-12 03:59:18] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.130 - - [2026-02-12 03:59:18] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.098667 10.0.0.130 - - [2026-02-12 03:59:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007971 10.0.0.130 - - [2026-02-12 03:59:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001706 10.0.0.130 - - [2026-02-12 03:59:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008305 10.0.0.23 - - [2026-02-12 03:59:18] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.130 - - [2026-02-12 03:59:19] "POST /neutron/port HTTP/1.1" 200 1060 0.304197 10.0.0.130 - - [2026-02-12 03:59:19] "POST /neutron/port HTTP/1.1" 200 1114 0.102267 10.0.0.130 - - [2026-02-12 03:59:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.007802 10.0.0.23 - - [2026-02-12 03:59:19] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000912 10.0.0.130 - - [2026-02-12 03:59:19] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.085507 10.0.0.130 - - [2026-02-12 03:59:19] "POST /neutron/network HTTP/1.1" 200 832 0.033832 10.0.0.130 - - [2026-02-12 03:59:19] "POST /neutron/port HTTP/1.1" 200 117 0.006734 10.0.0.130 - - [2026-02-12 03:59:19] "POST /neutron/port HTTP/1.1" 200 1124 0.018278 10.0.0.130 - - [2026-02-12 03:59:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007047 10.0.0.130 - - [2026-02-12 03:59:19] "GET /virtual-machine/3b1f5016-3bda-4569-9837-d4d12c0c5fd3 HTTP/1.1" 200 1293 0.004573 10.0.0.130 - - [2026-02-12 03:59:19] "GET /virtual-machine-interface/3df755c8-8289-486b-ba2f-f4701aff97f4 HTTP/1.1" 200 2958 0.014714 10.0.0.130 - - [2026-02-12 03:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.130 - - [2026-02-12 03:59:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004324 10.0.0.130 - - [2026-02-12 03:59:20] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005531 10.0.0.130 - - [2026-02-12 03:59:20] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008163 10.0.0.130 - - [2026-02-12 03:59:20] "POST /neutron/port HTTP/1.1" 200 1060 0.017385 10.0.0.130 - - [2026-02-12 03:59:20] "POST /neutron/port HTTP/1.1" 200 1124 0.017120 10.0.0.130 - - [2026-02-12 03:59:20] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.130 - - [2026-02-12 03:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.130 - - [2026-02-12 03:59:23] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004879 10.0.0.130 - - [2026-02-12 03:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.130 - - [2026-02-12 03:59:27] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005054 10.0.0.130 - - [2026-02-12 03:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.130 - - [2026-02-12 03:59:31] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005571 10.0.0.130 - - [2026-02-12 03:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.130 - - [2026-02-12 03:59:35] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005073 10.0.0.130 - - [2026-02-12 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.130 - - [2026-02-12 03:59:39] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005160 10.0.0.130 - - [2026-02-12 03:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.130 - - [2026-02-12 03:59:43] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005645 10.0.0.130 - - [2026-02-12 03:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.130 - - [2026-02-12 03:59:47] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004980 10.0.0.130 - - [2026-02-12 03:59:49] "POST /neutron/port HTTP/1.1" 200 1124 0.014994 10.0.0.130 - - [2026-02-12 03:59:49] "POST /neutron/subnet HTTP/1.1" 200 694 0.009397 10.0.0.130 - - [2026-02-12 03:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.130 - - [2026-02-12 03:59:51] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008762 10.0.0.22 - - [2026-02-12 03:59:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.22 - - [2026-02-12 03:59:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.22 - - [2026-02-12 03:59:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.22 - - [2026-02-12 03:59:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000540 10.0.0.23 - - [2026-02-12 03:59:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.23 - - [2026-02-12 03:59:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.23 - - [2026-02-12 03:59:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.23 - - [2026-02-12 03:59:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.130 - - [2026-02-12 03:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005970 10.0.0.130 - - [2026-02-12 03:59:55] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006316 10.0.0.130 - - [2026-02-12 03:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.130 - - [2026-02-12 03:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.130 - - [2026-02-12 03:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.130 - - [2026-02-12 03:59:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.130 - - [2026-02-12 04:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.130 - - [2026-02-12 04:00:00] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005055 10.0.0.130 - - [2026-02-12 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.030668 10.0.0.130 - - [2026-02-12 04:00:04] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005273 10.0.0.130 - - [2026-02-12 04:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.130 - - [2026-02-12 04:00:08] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005081 10.0.0.130 - - [2026-02-12 04:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.130 - - [2026-02-12 04:00:12] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006524 10.0.0.130 - - [2026-02-12 04:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.130 - - [2026-02-12 04:00:16] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005121 10.0.0.130 - - [2026-02-12 04:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.130 - - [2026-02-12 04:00:20] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005949 10.0.0.130 - - [2026-02-12 04:00:22] "POST /neutron/port HTTP/1.1" 200 1124 0.017375 10.0.0.130 - - [2026-02-12 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.130 - - [2026-02-12 04:00:24] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005253 10.0.0.130 - - [2026-02-12 04:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.130 - - [2026-02-12 04:00:28] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005277 10.0.0.130 - - [2026-02-12 04:00:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006023 10.0.0.130 - - [2026-02-12 04:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.130 - - [2026-02-12 04:00:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006484 10.0.0.130 - - [2026-02-12 04:00:30] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003067 10.0.0.130 - - [2026-02-12 04:00:30] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005651 10.0.0.130 - - [2026-02-12 04:00:36] "POST /neutron/port HTTP/1.1" 200 1124 0.042454 10.0.0.130 - - [2026-02-12 04:00:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010327 10.0.0.130 - - [2026-02-12 04:00:44] "POST /neutron/network HTTP/1.1" 200 842 0.006561 10.0.0.130 - - [2026-02-12 04:00:44] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.130 - - [2026-02-12 04:00:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007030 10.0.0.130 - - [2026-02-12 04:00:50] "POST /neutron/port HTTP/1.1" 200 1124 0.016267 10.0.0.130 - - [2026-02-12 04:00:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005431 10.0.0.130 - - [2026-02-12 04:00:51] "POST /neutron/network HTTP/1.1" 200 832 0.009165 10.0.0.130 - - [2026-02-12 04:00:56] "POST /neutron/port HTTP/1.1" 200 1124 0.018784 10.0.0.130 - - [2026-02-12 04:01:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010856 10.0.0.130 - - [2026-02-12 04:01:12] "POST /neutron/port HTTP/1.1" 200 1124 0.016810 10.0.0.130 - - [2026-02-12 04:01:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009061 10.0.0.130 - - [2026-02-12 04:01:17] "POST /neutron/port HTTP/1.1" 200 1124 0.015720 10.0.0.130 - - [2026-02-12 04:01:17] "GET /virtual-machine/5a437f97-d57b-4b10-bebc-1936d8c3c40f HTTP/1.1" 200 1293 0.039515 10.0.0.130 - - [2026-02-12 04:01:17] "GET /virtual-machine-interface/3eccbdf4-0d3b-45ac-8e4e-173b10208344 HTTP/1.1" 200 2958 0.009470 10.0.0.130 - - [2026-02-12 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.130 - - [2026-02-12 04:01:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003786 10.0.0.130 - - [2026-02-12 04:01:17] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003191 10.0.0.130 - - [2026-02-12 04:01:18] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006115 10.0.0.130 - - [2026-02-12 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.130 - - [2026-02-12 04:01:19] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003872 10.0.0.130 - - [2026-02-12 04:01:19] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004209 10.0.0.130 - - [2026-02-12 04:01:19] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006732 10.0.0.130 - - [2026-02-12 04:01:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008457 10.0.0.130 - - [2026-02-12 04:01:19] "POST /neutron/port HTTP/1.1" 200 1124 0.020412 10.0.0.130 - - [2026-02-12 04:01:19] "GET /virtual-machine/0f99bbd1-cbe8-4ff5-a06b-b87506606f65 HTTP/1.1" 200 1293 0.005699 10.0.0.130 - - [2026-02-12 04:01:19] "GET /virtual-machine-interface/41075ef0-7fbb-43f3-8d21-9e036db74d31 HTTP/1.1" 200 2958 0.005276 10.0.0.130 - - [2026-02-12 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.130 - - [2026-02-12 04:01:19] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004482 10.0.0.130 - - [2026-02-12 04:01:19] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003219 10.0.0.130 - - [2026-02-12 04:01:19] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007934 10.0.0.130 - - [2026-02-12 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.130 - - [2026-02-12 04:01:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003477 10.0.0.130 - - [2026-02-12 04:01:20] "GET /virtual-networks?parent_id=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002830 10.0.0.130 - - [2026-02-12 04:01:20] "GET /virtual-network/6920a723-fc6c-49d1-804d-8937fe77507a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007245 10.0.0.130 - - [2026-02-12 04:01:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007550 10.0.0.130 - - [2026-02-12 04:01:31] "POST /neutron/port HTTP/1.1" 200 1124 0.016024 10.0.0.130 - - [2026-02-12 04:01:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.003243 10.0.0.130 - - [2026-02-12 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.130 - - [2026-02-12 04:01:36] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006259 10.0.0.130 - - [2026-02-12 04:01:36] "POST /control-node-zones HTTP/1.1" 200 569 0.023366 10.0.0.130 - - [2026-02-12 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.130 - - [2026-02-12 04:01:36] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004614 10.0.0.130 - - [2026-02-12 04:01:36] "GET /control-node-zone/f69c2374-c46d-40eb-a142-e3ede06ad0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005351 10.0.0.130 - - [2026-02-12 04:01:36] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.016803 10.0.0.130 - - [2026-02-12 04:01:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.003212 10.0.0.130 - - [2026-02-12 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.130 - - [2026-02-12 04:01:36] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006428 10.0.0.130 - - [2026-02-12 04:01:36] "POST /control-node-zones HTTP/1.1" 200 569 0.022605 10.0.0.130 - - [2026-02-12 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.130 - - [2026-02-12 04:01:36] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004853 10.0.0.130 - - [2026-02-12 04:01:36] "GET /control-node-zone/56383da9-a0c7-483a-a4da-8821c6fdecec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006134 10.0.0.130 - - [2026-02-12 04:01:37] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.022193 10.0.0.130 - - [2026-02-12 04:01:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.004244 10.0.0.130 - - [2026-02-12 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.130 - - [2026-02-12 04:01:37] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006111 10.0.0.130 - - [2026-02-12 04:01:37] "POST /control-node-zones HTTP/1.1" 200 569 0.022679 10.0.0.130 - - [2026-02-12 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.130 - - [2026-02-12 04:01:37] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005102 10.0.0.130 - - [2026-02-12 04:01:37] "GET /control-node-zone/390735c6-b26c-4e7d-af1d-fa6bd37ff4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004963 10.0.0.130 - - [2026-02-12 04:01:37] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.020513 10.0.0.130 - - [2026-02-12 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.130 - - [2026-02-12 04:01:37] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005980 10.0.0.130 - - [2026-02-12 04:01:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.003470 10.0.0.130 - - [2026-02-12 04:01:37] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032033 10.0.0.130 - - [2026-02-12 04:01:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.008774 10.0.0.130 - - [2026-02-12 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.130 - - [2026-02-12 04:01:37] "GET /bgp-as-a-service/9a3aa326-091e-472f-97e8-ed099604174c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.004934 10.0.0.130 - - [2026-02-12 04:01:37] "GET /control-node-zone/f69c2374-c46d-40eb-a142-e3ede06ad0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004025 10.0.0.130 - - [2026-02-12 04:01:37] "POST /ref-update HTTP/1.1" 200 156 0.013227 10.0.0.130 - - [2026-02-12 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.130 - - [2026-02-12 04:01:37] "GET /bgp-as-a-service/9a3aa326-091e-472f-97e8-ed099604174c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006305 10.0.0.130 - - [2026-02-12 04:01:37] "GET /control-node-zone/56383da9-a0c7-483a-a4da-8821c6fdecec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004936 10.0.0.130 - - [2026-02-12 04:01:37] "POST /ref-update HTTP/1.1" 200 156 0.014634 10.0.0.130 - - [2026-02-12 04:01:44] "POST /neutron/port HTTP/1.1" 200 1124 0.016059 10.0.0.130 - - [2026-02-12 04:01:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004418 10.0.0.130 - - [2026-02-12 04:01:44] "POST /neutron/network HTTP/1.1" 200 832 0.006952 10.0.0.130 - - [2026-02-12 04:01:46] "GET /bgp-as-a-service/9a3aa326-091e-472f-97e8-ed099604174c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006177 10.0.0.130 - - [2026-02-12 04:01:46] "GET /virtual-machine-interface/3df755c8-8289-486b-ba2f-f4701aff97f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005136 10.0.0.130 - - [2026-02-12 04:01:46] "POST /ref-update HTTP/1.1" 200 156 0.013330 10.0.0.23 - - [2026-02-12 04:01:46] "POST /bgp-routers HTTP/1.1" 200 594 0.055737 10.0.0.23 - - [2026-02-12 04:01:46] "POST /ref-update HTTP/1.1" 200 156 0.012858 10.0.0.130 - - [2026-02-12 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.130 - - [2026-02-12 04:01:47] "GET /global-system-config/c21c23de-ffe1-47bb-974a-43c7d73b8bcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008311 10.0.0.130 - - [2026-02-12 04:01:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.003161 10.0.0.130 - - [2026-02-12 04:01:47] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032848 10.0.0.130 - - [2026-02-12 04:01:47] "POST /neutron/network HTTP/1.1" 200 832 0.006504 10.0.0.130 - - [2026-02-12 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.130 - - [2026-02-12 04:01:47] "GET /bgp-as-a-service/4d49d163-cc58-4f13-b1ca-b17c07ea4d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.004965 10.0.0.130 - - [2026-02-12 04:01:47] "GET /control-node-zone/f69c2374-c46d-40eb-a142-e3ede06ad0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003959 10.0.0.130 - - [2026-02-12 04:01:47] "POST /ref-update HTTP/1.1" 200 156 0.014473 10.0.0.130 - - [2026-02-12 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.130 - - [2026-02-12 04:01:47] "GET /bgp-as-a-service/4d49d163-cc58-4f13-b1ca-b17c07ea4d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.005954 10.0.0.130 - - [2026-02-12 04:01:47] "GET /control-node-zone/56383da9-a0c7-483a-a4da-8821c6fdecec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.002959 10.0.0.130 - - [2026-02-12 04:01:47] "POST /ref-update HTTP/1.1" 200 156 0.015740 10.0.0.130 - - [2026-02-12 04:01:51] "POST /neutron/port HTTP/1.1" 200 1124 0.020180 10.0.0.130 - - [2026-02-12 04:01:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.010188 10.0.0.130 - - [2026-02-12 04:01:56] "GET /bgp-as-a-service/4d49d163-cc58-4f13-b1ca-b17c07ea4d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006578 10.0.0.130 - - [2026-02-12 04:01:56] "GET /virtual-machine-interface/3eccbdf4-0d3b-45ac-8e4e-173b10208344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005339 10.0.0.130 - - [2026-02-12 04:01:56] "POST /ref-update HTTP/1.1" 200 156 0.011972 10.0.0.23 - - [2026-02-12 04:01:56] "POST /ref-update HTTP/1.1" 200 156 0.026304 10.0.0.130 - - [2026-02-12 04:02:11] "GET /bgp-as-a-service/4d49d163-cc58-4f13-b1ca-b17c07ea4d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.007700 10.0.0.130 - - [2026-02-12 04:02:11] "GET /virtual-machine-interface/3eccbdf4-0d3b-45ac-8e4e-173b10208344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.009345 10.0.0.130 - - [2026-02-12 04:02:11] "POST /ref-update HTTP/1.1" 200 156 0.021190 10.0.0.23 - - [2026-02-12 04:02:11] "POST /ref-update HTTP/1.1" 200 156 0.014354 10.0.0.130 - - [2026-02-12 04:02:11] "DELETE /bgp-as-a-service/4d49d163-cc58-4f13-b1ca-b17c07ea4d2b HTTP/1.1" 200 115 0.074193 10.0.0.130 - - [2026-02-12 04:02:11] "GET /bgp-as-a-service/9a3aa326-091e-472f-97e8-ed099604174c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.025991 10.0.0.130 - - [2026-02-12 04:02:11] "GET /virtual-machine-interface/3df755c8-8289-486b-ba2f-f4701aff97f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.014526 10.0.0.130 - - [2026-02-12 04:02:11] "POST /ref-update HTTP/1.1" 200 156 0.017473 10.0.0.23 - - [2026-02-12 04:02:11] "POST /ref-update HTTP/1.1" 200 156 0.014141 10.0.0.130 - - [2026-02-12 04:02:12] "DELETE /bgp-as-a-service/9a3aa326-091e-472f-97e8-ed099604174c HTTP/1.1" 200 115 0.088913 10.0.0.130 - - [2026-02-12 04:02:12] "GET /control-node-zone/390735c6-b26c-4e7d-af1d-fa6bd37ff4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003965 10.0.0.130 - - [2026-02-12 04:02:12] "POST /ref-update HTTP/1.1" 200 156 0.021108 10.0.0.130 - - [2026-02-12 04:02:12] "DELETE /control-node-zone/390735c6-b26c-4e7d-af1d-fa6bd37ff4de HTTP/1.1" 200 115 0.027889 10.0.0.130 - - [2026-02-12 04:02:12] "GET /control-node-zone/56383da9-a0c7-483a-a4da-8821c6fdecec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005466 10.0.0.130 - - [2026-02-12 04:02:12] "POST /ref-update HTTP/1.1" 200 156 0.021385 10.0.0.130 - - [2026-02-12 04:02:12] "DELETE /control-node-zone/56383da9-a0c7-483a-a4da-8821c6fdecec HTTP/1.1" 200 115 0.031117 10.0.0.130 - - [2026-02-12 04:02:12] "GET /control-node-zone/f69c2374-c46d-40eb-a142-e3ede06ad0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008447 10.0.0.130 - - [2026-02-12 04:02:12] "POST /ref-update HTTP/1.1" 200 156 0.018480 10.0.0.130 - - [2026-02-12 04:02:12] "DELETE /control-node-zone/f69c2374-c46d-40eb-a142-e3ede06ad0fa HTTP/1.1" 200 115 0.029310 10.0.0.130 - - [2026-02-12 04:02:12] "POST /neutron/network HTTP/1.1" 200 832 0.008889 10.0.0.130 - - [2026-02-12 04:02:13] "POST /neutron/port HTTP/1.1" 200 1124 0.022572 10.0.0.130 - - [2026-02-12 04:02:13] "POST /neutron/port HTTP/1.1" 200 1114 0.031151 10.0.0.130 - - [2026-02-12 04:02:13] "POST /neutron/port HTTP/1.1" 200 151 0.188273 10.0.0.22 - - [2026-02-12 04:02:13] "GET /obj-perms HTTP/1.1" 200 5075 0.071991 10.0.0.23 - - [2026-02-12 04:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.23 - - [2026-02-12 04:02:15] "POST /useragent-kv HTTP/1.1" 200 115 0.065604 10.0.0.23 - - [2026-02-12 04:02:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002693 10.0.0.130 - - [2026-02-12 04:02:15] "POST /neutron/network HTTP/1.1" 200 151 0.223778 10.0.0.23 - - [2026-02-12 04:02:16] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001387 10.0.0.130 - - [2026-02-12 04:02:16] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.074388 10.0.0.23 - - [2026-02-12 04:02:16] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.130 - - [2026-02-12 04:02:16] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?fields=virtual_networks HTTP/1.1" 200 1045 0.047772 10.0.0.23 - - [2026-02-12 04:02:16] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.130 - - [2026-02-12 04:02:16] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.044280 10.0.0.23 - - [2026-02-12 04:02:16] "GET /projects?obj_uuids=a1c39593-bedf-4303-bc81-8c84d63b02de&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.130 - - [2026-02-12 04:02:16] "GET /project/a1c39593-bedf-4303-bc81-8c84d63b02de?fields=security_groups HTTP/1.1" 200 1272 0.038120 10.0.0.130 - - [2026-02-12 04:02:17] "POST /fqname-to-id HTTP/1.1" 404 181 0.026666 10.0.0.23 - - [2026-02-12 04:02:17] "GET /projects?obj_uuids=10a487bf-3164-4be6-b07c-747aaf6317fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004215 10.0.0.23 - - [2026-02-12 04:02:17] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.23 - - [2026-02-12 04:02:17] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031521 10.0.0.23 - - [2026-02-12 04:02:17] "POST /id-to-fqname HTTP/1.1" 200 183 0.003000 10.0.0.23 - - [2026-02-12 04:02:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.004528 10.0.0.23 - - [2026-02-12 04:02:17] "POST /security-groups HTTP/1.1" 200 584 0.029459 10.0.0.23 - - [2026-02-12 04:02:17] "POST /projects HTTP/1.1" 200 571 0.227537 10.0.0.23 - - [2026-02-12 04:02:17] "POST /access-control-lists HTTP/1.1" 200 589 0.026303 10.0.0.23 - - [2026-02-12 04:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.297011 10.0.0.130 - - [2026-02-12 04:02:17] "GET /project/10a487bf-3164-4be6-b07c-747aaf6317fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.454742 10.0.0.130 - - [2026-02-12 04:02:19] "GET / HTTP/1.1" 200 35931 0.002168 10.0.0.23 - - [2026-02-12 04:02:22] "GET /projects?obj_uuids=10a487bf-3164-4be6-b07c-747aaf6317fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.130 - - [2026-02-12 04:02:22] "GET /project/10a487bf-3164-4be6-b07c-747aaf6317fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.032573 10.0.0.23 - - [2026-02-12 04:02:22] "GET /projects?obj_uuids=10a487bf-3164-4be6-b07c-747aaf6317fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001466 10.0.0.130 - - [2026-02-12 04:02:22] "GET /project/10a487bf-3164-4be6-b07c-747aaf6317fb?fields=virtual_networks HTTP/1.1" 200 1028 0.096249 10.0.0.23 - - [2026-02-12 04:02:22] "GET /projects?obj_uuids=10a487bf-3164-4be6-b07c-747aaf6317fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000994 10.0.0.130 - - [2026-02-12 04:02:22] "GET /project/10a487bf-3164-4be6-b07c-747aaf6317fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.037399 10.0.0.23 - - [2026-02-12 04:02:22] "GET /projects?obj_uuids=10a487bf-3164-4be6-b07c-747aaf6317fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000909 10.0.0.130 - - [2026-02-12 04:02:22] "GET /project/10a487bf-3164-4be6-b07c-747aaf6317fb?fields=security_groups HTTP/1.1" 200 1247 0.031752 10.0.0.130 - - [2026-02-12 04:02:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.037215 10.0.0.23 - - [2026-02-12 04:02:23] "GET /projects?obj_uuids=b7b9e932-73ba-495c-bf42-d1a359d9e99d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002692 10.0.0.23 - - [2026-02-12 04:02:23] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.23 - - [2026-02-12 04:02:23] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007541 10.0.0.23 - - [2026-02-12 04:02:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.001081 10.0.0.23 - - [2026-02-12 04:02:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.003414 10.0.0.23 - - [2026-02-12 04:02:23] "POST /security-groups HTTP/1.1" 200 592 0.077604 10.0.0.23 - - [2026-02-12 04:02:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.002781 10.0.0.23 - - [2026-02-12 04:02:23] "POST /projects HTTP/1.1" 200 587 0.271486 10.0.0.23 - - [2026-02-12 04:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.341843 10.0.0.23 - - [2026-02-12 04:02:23] "POST /access-control-lists HTTP/1.1" 200 595 0.028283 10.0.0.130 - - [2026-02-12 04:02:23] "GET /project/b7b9e932-73ba-495c-bf42-d1a359d9e99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.475746 10.0.0.130 - - [2026-02-12 04:02:24] "GET / HTTP/1.1" 200 35931 0.002758 10.0.0.23 - - [2026-02-12 04:02:27] "GET /projects?obj_uuids=b7b9e932-73ba-495c-bf42-d1a359d9e99d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.130 - - [2026-02-12 04:02:27] "GET /project/b7b9e932-73ba-495c-bf42-d1a359d9e99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.046877 10.0.0.23 - - [2026-02-12 04:02:27] "GET /projects?obj_uuids=b7b9e932-73ba-495c-bf42-d1a359d9e99d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000894 10.0.0.130 - - [2026-02-12 04:02:28] "GET /project/b7b9e932-73ba-495c-bf42-d1a359d9e99d?fields=virtual_networks HTTP/1.1" 200 1045 0.047439 10.0.0.23 - - [2026-02-12 04:02:28] "GET /projects?obj_uuids=b7b9e932-73ba-495c-bf42-d1a359d9e99d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.130 - - [2026-02-12 04:02:28] "GET /project/b7b9e932-73ba-495c-bf42-d1a359d9e99d?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.045056 10.0.0.23 - - [2026-02-12 04:02:28] "GET /projects?obj_uuids=b7b9e932-73ba-495c-bf42-d1a359d9e99d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000884 10.0.0.130 - - [2026-02-12 04:02:28] "GET /project/b7b9e932-73ba-495c-bf42-d1a359d9e99d?fields=security_groups HTTP/1.1" 200 1272 0.037359 10.0.0.130 - - [2026-02-12 04:02:29] "POST /fqname-to-id HTTP/1.1" 404 195 0.036237 10.0.0.23 - - [2026-02-12 04:02:29] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004073 10.0.0.23 - - [2026-02-12 04:02:29] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.23 - - [2026-02-12 04:02:29] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006447 10.0.0.23 - - [2026-02-12 04:02:29] "POST /id-to-fqname HTTP/1.1" 200 197 0.005952 10.0.0.23 - - [2026-02-12 04:02:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.006369 10.0.0.23 - - [2026-02-12 04:02:29] "POST /security-groups HTTP/1.1" 200 598 0.028308 10.0.0.23 - - [2026-02-12 04:02:29] "POST /projects HTTP/1.1" 200 599 0.238897 10.0.0.23 - - [2026-02-12 04:02:29] "POST /fqname-to-id HTTP/1.1" 404 240 0.008195 10.0.0.23 - - [2026-02-12 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.308581 10.0.0.130 - - [2026-02-12 04:02:29] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.435822 10.0.0.130 - - [2026-02-12 04:02:30] "GET / HTTP/1.1" 200 35931 0.001953 10.0.0.130 - - [2026-02-12 04:02:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.130 - - [2026-02-12 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.057730 10.0.0.130 - - [2026-02-12 04:02:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003819 10.0.0.130 - - [2026-02-12 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.130 - - [2026-02-12 04:02:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003870 10.0.0.130 - - [2026-02-12 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.130 - - [2026-02-12 04:02:32] "PUT /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39 HTTP/1.1" 200 276 0.012772 10.0.0.130 - - [2026-02-12 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.23 - - [2026-02-12 04:02:32] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001043 10.0.0.130 - - [2026-02-12 04:02:33] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.051086 10.0.0.23 - - [2026-02-12 04:02:33] "POST /ref-update HTTP/1.1" 200 156 0.046335 10.0.0.23 - - [2026-02-12 04:02:33] "POST /useragent-kv HTTP/1.1" 200 115 0.007468 10.0.0.130 - - [2026-02-12 04:02:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.267238 10.0.0.130 - - [2026-02-12 04:02:33] "POST /id-to-fqname HTTP/1.1" 200 218 0.001279 10.0.0.130 - - [2026-02-12 04:02:33] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008195 10.0.0.130 - - [2026-02-12 04:02:33] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004778 10.0.0.130 - - [2026-02-12 04:02:33] "POST /neutron/network HTTP/1.1" 200 808 0.008657 10.0.0.130 - - [2026-02-12 04:02:33] "POST /id-to-fqname HTTP/1.1" 200 218 0.001227 10.0.0.23 - - [2026-02-12 04:02:34] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001002 10.0.0.130 - - [2026-02-12 04:02:34] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.064099 10.0.0.130 - - [2026-02-12 04:02:34] "POST /neutron/network HTTP/1.1" 200 808 0.008085 10.0.0.130 - - [2026-02-12 04:02:34] "POST /id-to-fqname HTTP/1.1" 200 218 0.001806 10.0.0.130 - - [2026-02-12 04:02:35] "POST /neutron/port HTTP/1.1" 200 117 0.008466 10.0.0.23 - - [2026-02-12 04:02:35] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001294 10.0.0.130 - - [2026-02-12 04:02:35] "POST /neutron/port HTTP/1.1" 200 1062 0.241782 10.0.0.130 - - [2026-02-12 04:02:35] "POST /neutron/port HTTP/1.1" 200 1116 0.107577 10.0.0.130 - - [2026-02-12 04:02:35] "POST /neutron/subnet HTTP/1.1" 200 675 0.008042 10.0.0.23 - - [2026-02-12 04:02:36] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000898 10.0.0.130 - - [2026-02-12 04:02:36] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.089481 10.0.0.130 - - [2026-02-12 04:02:36] "POST /neutron/network HTTP/1.1" 200 808 0.006226 10.0.0.130 - - [2026-02-12 04:02:36] "POST /neutron/port HTTP/1.1" 200 117 0.005824 10.0.0.130 - - [2026-02-12 04:02:37] "POST /neutron/port HTTP/1.1" 200 1062 0.019500 10.0.0.130 - - [2026-02-12 04:02:37] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006268 10.0.0.130 - - [2026-02-12 04:02:37] "POST /neutron/port HTTP/1.1" 200 1126 0.020674 10.0.0.130 - - [2026-02-12 04:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.130 - - [2026-02-12 04:02:37] "GET /obj-perms HTTP/1.1" 200 5063 0.054487 10.0.0.23 - - [2026-02-12 04:02:38] "GET /obj-perms HTTP/1.1" 200 5063 0.061770 10.0.0.130 - - [2026-02-12 04:02:38] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007552 10.0.0.130 - - [2026-02-12 04:02:38] "POST /neutron/port HTTP/1.1" 200 1126 0.016274 10.0.0.130 - - [2026-02-12 04:02:39] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007458 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 401 293 0.000362 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 200 1300 0.031474 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 200 1300 0.004126 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-machine-interface/0d876df9-1516-42a3-9bc2-946364f58f92 HTTP/1.1" 200 2948 0.004979 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 200 1300 0.003386 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-machine-interface/0d876df9-1516-42a3-9bc2-946364f58f92 HTTP/1.1" 200 2948 0.005251 10.0.0.130 - - [2026-02-12 04:02:39] "GET /instance-ip/f3b49dbb-f99d-4e26-baaf-31417ac86181 HTTP/1.1" 200 1621 0.005819 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 200 1300 0.003981 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-machine-interface/0d876df9-1516-42a3-9bc2-946364f58f92 HTTP/1.1" 200 2948 0.006271 10.0.0.130 - - [2026-02-12 04:02:39] "GET /instance-ip/f3b49dbb-f99d-4e26-baaf-31417ac86181 HTTP/1.1" 200 1621 0.004580 10.0.0.130 - - [2026-02-12 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.130 - - [2026-02-12 04:02:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003735 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002365 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005062 10.0.0.130 - - [2026-02-12 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.130 - - [2026-02-12 04:02:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004277 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002813 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005564 10.0.0.130 - - [2026-02-12 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.130 - - [2026-02-12 04:02:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004175 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003206 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008563 10.0.0.130 - - [2026-02-12 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.130 - - [2026-02-12 04:02:39] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005589 10.0.0.130 - - [2026-02-12 04:02:39] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003949 10.0.0.130 - - [2026-02-12 04:02:40] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005651 10.0.0.130 - - [2026-02-12 04:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.130 - - [2026-02-12 04:02:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004371 10.0.0.130 - - [2026-02-12 04:02:40] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002786 10.0.0.130 - - [2026-02-12 04:02:40] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006148 10.0.0.130 - - [2026-02-12 04:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.130 - - [2026-02-12 04:02:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005656 10.0.0.130 - - [2026-02-12 04:02:40] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003611 10.0.0.130 - - [2026-02-12 04:02:40] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008826 10.0.0.130 - - [2026-02-12 04:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.130 - - [2026-02-12 04:02:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006399 10.0.0.130 - - [2026-02-12 04:02:40] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003538 10.0.0.130 - - [2026-02-12 04:02:40] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005717 10.0.0.130 - - [2026-02-12 04:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.130 - - [2026-02-12 04:02:43] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006191 10.0.0.130 - - [2026-02-12 04:02:45] "POST /neutron/network HTTP/1.1" 200 818 0.006269 10.0.0.130 - - [2026-02-12 04:02:45] "POST /neutron/port HTTP/1.1" 200 117 0.001491 10.0.0.130 - - [2026-02-12 04:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.130 - - [2026-02-12 04:02:47] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004831 10.0.0.130 - - [2026-02-12 04:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.130 - - [2026-02-12 04:02:51] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006313 10.0.0.130 - - [2026-02-12 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.130 - - [2026-02-12 04:02:55] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006518 10.0.0.130 - - [2026-02-12 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.130 - - [2026-02-12 04:02:59] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004716 10.0.0.130 - - [2026-02-12 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.130 - - [2026-02-12 04:03:03] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005799 10.0.0.130 - - [2026-02-12 04:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.130 - - [2026-02-12 04:03:08] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004851 10.0.0.130 - - [2026-02-12 04:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.130 - - [2026-02-12 04:03:12] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005289 10.0.0.130 - - [2026-02-12 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.130 - - [2026-02-12 04:03:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003721 10.0.0.130 - - [2026-02-12 04:03:14] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003218 10.0.0.130 - - [2026-02-12 04:03:14] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005229 10.0.0.130 - - [2026-02-12 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.130 - - [2026-02-12 04:03:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003537 10.0.0.130 - - [2026-02-12 04:03:14] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002815 10.0.0.130 - - [2026-02-12 04:03:14] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005770 10.0.0.130 - - [2026-02-12 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.130 - - [2026-02-12 04:03:14] "GET /routing-instance/620c7007-696f-4317-bd79-c7af31aae74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004977 10.0.0.130 - - [2026-02-12 04:03:14] "GET /route-target/9dd5ef85-b01d-4eb7-93d2-bdc822991f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004191 10.0.0.130 - - [2026-02-12 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.130 - - [2026-02-12 04:03:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005033 10.0.0.130 - - [2026-02-12 04:03:14] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003627 10.0.0.130 - - [2026-02-12 04:03:14] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006081 10.0.0.130 - - [2026-02-12 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.130 - - [2026-02-12 04:03:14] "GET /routing-instance/620c7007-696f-4317-bd79-c7af31aae74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004396 10.0.0.130 - - [2026-02-12 04:03:15] "GET /route-target/9dd5ef85-b01d-4eb7-93d2-bdc822991f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004896 10.0.0.130 - - [2026-02-12 04:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.130 - - [2026-02-12 04:03:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004966 10.0.0.130 - - [2026-02-12 04:03:15] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002849 10.0.0.130 - - [2026-02-12 04:03:15] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005935 10.0.0.130 - - [2026-02-12 04:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.130 - - [2026-02-12 04:03:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005415 10.0.0.130 - - [2026-02-12 04:03:15] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003029 10.0.0.130 - - [2026-02-12 04:03:15] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005535 10.0.0.23 - - [2026-02-12 04:03:15] "DELETE /project/b7b9e93273ba495cbf42d1a359d9e99d HTTP/1.1" 404 173 0.012321 10.0.0.23 - - [2026-02-12 04:03:15] "DELETE /project/03545d7e46f9418b8f8627b4d6de49e2 HTTP/1.1" 404 173 0.010400 10.0.0.23 - - [2026-02-12 04:03:15] "DELETE /project/a1c39593-bedf-4303-bc81-8c84d63b02de HTTP/1.1" 404 177 0.011566 10.0.0.23 - - [2026-02-12 04:03:15] "DELETE /project/10a487bf31644be6b07c747aaf6317fb HTTP/1.1" 404 173 0.009970 10.0.0.23 - - [2026-02-12 04:03:15] "GET /projects?obj_uuids=b7b9e932-73ba-495c-bf42-d1a359d9e99d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000797 10.0.0.23 - - [2026-02-12 04:03:15] "GET /projects?obj_uuids=10a487bf-3164-4be6-b07c-747aaf6317fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000716 10.0.0.23 - - [2026-02-12 04:03:15] "GET /project/b7b9e932-73ba-495c-bf42-d1a359d9e99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.054940 10.0.0.23 - - [2026-02-12 04:03:15] "GET /projects?obj_uuids=b7b9e932-73ba-495c-bf42-d1a359d9e99d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000971 10.0.0.23 - - [2026-02-12 04:03:15] "GET /project/10a487bf-3164-4be6-b07c-747aaf6317fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.079396 10.0.0.130 - - [2026-02-12 04:03:15] "GET /obj-perms HTTP/1.1" 200 5063 0.018953 10.0.0.23 - - [2026-02-12 04:03:15] "GET /projects?obj_uuids=10a487bf-3164-4be6-b07c-747aaf6317fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001197 10.0.0.23 - - [2026-02-12 04:03:15] "GET /obj-perms HTTP/1.1" 200 5063 0.003848 10.0.0.23 - - [2026-02-12 04:03:15] "GET /project/b7b9e932-73ba-495c-bf42-d1a359d9e99d?fields=security_groups HTTP/1.1" 200 1377 0.065195 10.0.0.23 - - [2026-02-12 04:03:15] "GET /project/10a487bf-3164-4be6-b07c-747aaf6317fb?fields=security_groups HTTP/1.1" 200 1352 0.097954 10.0.0.23 - - [2026-02-12 04:03:15] "DELETE /security-group/f4949cd3-37bd-45df-b49e-65e4f3d29d28 HTTP/1.1" 200 115 0.077042 10.0.0.23 - - [2026-02-12 04:03:15] "GET /projects?obj_uuids=b7b9e932-73ba-495c-bf42-d1a359d9e99d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000892 10.0.0.23 - - [2026-02-12 04:03:15] "DELETE /access-control-list/37c9f589-075b-4ca6-a1ab-4c93ad09aaef HTTP/1.1" 200 115 0.050338 10.0.0.23 - - [2026-02-12 04:03:15] "GET /project/b7b9e932-73ba-495c-bf42-d1a359d9e99d?fields=application_policy_sets HTTP/1.1" 200 1416 0.067659 10.0.0.23 - - [2026-02-12 04:03:15] "DELETE /security-group/973ea2cf-ba95-4086-9ec1-d398e7d70802 HTTP/1.1" 200 115 0.111823 10.0.0.23 - - [2026-02-12 04:03:15] "GET /projects?obj_uuids=10a487bf-3164-4be6-b07c-747aaf6317fb&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001630 10.0.0.23 - - [2026-02-12 04:03:15] "GET /project/10a487bf-3164-4be6-b07c-747aaf6317fb?fields=application_policy_sets HTTP/1.1" 200 1391 0.034567 10.0.0.130 - - [2026-02-12 04:03:15] "GET /obj-perms HTTP/1.1" 200 5063 0.006313 10.0.0.23 - - [2026-02-12 04:03:15] "DELETE /project/b7b9e932-73ba-495c-bf42-d1a359d9e99d HTTP/1.1" 200 115 0.534551 10.0.0.23 - - [2026-02-12 04:03:15] "DELETE /access-control-list/fac72d3b-dcd5-43b9-b0fa-cf507f49c9e2 HTTP/1.1" 200 115 0.062517 10.0.0.23 - - [2026-02-12 04:03:16] "DELETE /project/10a487bf-3164-4be6-b07c-747aaf6317fb HTTP/1.1" 200 115 0.588571 10.0.0.23 - - [2026-02-12 04:03:16] "GET /obj-perms HTTP/1.1" 200 5063 0.003558 10.0.0.130 - - [2026-02-12 04:03:16] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007063 10.0.0.130 - - [2026-02-12 04:03:16] "POST /neutron/port HTTP/1.1" 200 1126 0.019631 10.0.0.130 - - [2026-02-12 04:03:16] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008704 10.0.0.130 - - [2026-02-12 04:03:16] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 200 1298 0.005888 10.0.0.130 - - [2026-02-12 04:03:16] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 200 1298 0.005416 10.0.0.130 - - [2026-02-12 04:03:16] "GET /virtual-machine-interface/5e18361a-7ef4-4a17-9cf5-4f422c024d9e HTTP/1.1" 200 2949 0.004666 10.0.0.130 - - [2026-02-12 04:03:16] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 200 1298 0.004292 10.0.0.130 - - [2026-02-12 04:03:16] "GET /virtual-machine-interface/5e18361a-7ef4-4a17-9cf5-4f422c024d9e HTTP/1.1" 200 2949 0.005250 10.0.0.130 - - [2026-02-12 04:03:16] "GET /instance-ip/90bce136-af06-44d3-a508-fa46ac2a4af7 HTTP/1.1" 200 1621 0.006276 10.0.0.130 - - [2026-02-12 04:03:16] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 200 1298 0.004775 10.0.0.130 - - [2026-02-12 04:03:16] "GET /virtual-machine-interface/5e18361a-7ef4-4a17-9cf5-4f422c024d9e HTTP/1.1" 200 2949 0.005207 10.0.0.130 - - [2026-02-12 04:03:16] "GET /instance-ip/90bce136-af06-44d3-a508-fa46ac2a4af7 HTTP/1.1" 200 1621 0.004075 10.0.0.130 - - [2026-02-12 04:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.130 - - [2026-02-12 04:03:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007576 10.0.0.130 - - [2026-02-12 04:03:16] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003707 10.0.0.130 - - [2026-02-12 04:03:16] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008597 10.0.0.130 - - [2026-02-12 04:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.130 - - [2026-02-12 04:03:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007159 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003547 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005834 10.0.0.130 - - [2026-02-12 04:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.130 - - [2026-02-12 04:03:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005775 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005833 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007792 10.0.0.130 - - [2026-02-12 04:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.130 - - [2026-02-12 04:03:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005822 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004306 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007119 10.0.0.130 - - [2026-02-12 04:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.130 - - [2026-02-12 04:03:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005224 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003027 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007327 10.0.0.130 - - [2026-02-12 04:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.130 - - [2026-02-12 04:03:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005893 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004513 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007956 10.0.0.130 - - [2026-02-12 04:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.130 - - [2026-02-12 04:03:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002798 10.0.0.130 - - [2026-02-12 04:03:17] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005621 10.0.0.130 - - [2026-02-12 04:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.130 - - [2026-02-12 04:03:18] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003976 10.0.0.130 - - [2026-02-12 04:03:18] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003914 10.0.0.130 - - [2026-02-12 04:03:18] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005924 10.0.0.130 - - [2026-02-12 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.130 - - [2026-02-12 04:03:19] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004458 10.0.0.130 - - [2026-02-12 04:03:19] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003185 10.0.0.130 - - [2026-02-12 04:03:19] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005482 10.0.0.130 - - [2026-02-12 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.130 - - [2026-02-12 04:03:19] "GET /routing-instance/620c7007-696f-4317-bd79-c7af31aae74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005613 10.0.0.130 - - [2026-02-12 04:03:19] "GET /route-target/9dd5ef85-b01d-4eb7-93d2-bdc822991f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004180 10.0.0.130 - - [2026-02-12 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.130 - - [2026-02-12 04:03:19] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003582 10.0.0.130 - - [2026-02-12 04:03:19] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003669 10.0.0.130 - - [2026-02-12 04:03:19] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008738 10.0.0.130 - - [2026-02-12 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.130 - - [2026-02-12 04:03:19] "GET /routing-instance/620c7007-696f-4317-bd79-c7af31aae74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004551 10.0.0.130 - - [2026-02-12 04:03:19] "GET /route-target/9dd5ef85-b01d-4eb7-93d2-bdc822991f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004224 10.0.0.130 - - [2026-02-12 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.130 - - [2026-02-12 04:03:19] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005098 10.0.0.130 - - [2026-02-12 04:03:19] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004264 10.0.0.130 - - [2026-02-12 04:03:19] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006520 10.0.0.130 - - [2026-02-12 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.130 - - [2026-02-12 04:03:19] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003904 10.0.0.130 - - [2026-02-12 04:03:19] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003323 10.0.0.130 - - [2026-02-12 04:03:19] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006552 10.0.0.130 - - [2026-02-12 04:03:19] "GET /obj-perms HTTP/1.1" 200 5063 0.003910 10.0.0.23 - - [2026-02-12 04:03:20] "GET /obj-perms HTTP/1.1" 200 5063 0.004945 10.0.0.130 - - [2026-02-12 04:03:20] "GET /obj-perms HTTP/1.1" 200 5063 0.004064 10.0.0.23 - - [2026-02-12 04:03:20] "GET /obj-perms HTTP/1.1" 200 5063 0.004095 10.0.0.130 - - [2026-02-12 04:03:20] "GET /obj-perms HTTP/1.1" 200 5063 0.003776 10.0.0.22 - - [2026-02-12 04:03:20] "GET /obj-perms HTTP/1.1" 200 5063 0.062447 10.0.0.130 - - [2026-02-12 04:03:20] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 200 1300 0.004354 10.0.0.130 - - [2026-02-12 04:03:20] "GET /virtual-machine-interface/0d876df9-1516-42a3-9bc2-946364f58f92 HTTP/1.1" 200 2948 0.005372 10.0.0.130 - - [2026-02-12 04:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.130 - - [2026-02-12 04:03:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004433 10.0.0.130 - - [2026-02-12 04:03:20] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002974 10.0.0.130 - - [2026-02-12 04:03:20] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005814 10.0.0.130 - - [2026-02-12 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.130 - - [2026-02-12 04:03:21] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003473 10.0.0.130 - - [2026-02-12 04:03:21] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003168 10.0.0.130 - - [2026-02-12 04:03:21] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006151 10.0.0.130 - - [2026-02-12 04:03:22] "POST /neutron/port HTTP/1.1" 200 1126 0.050331 10.0.0.130 - - [2026-02-12 04:03:26] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007169 10.0.0.130 - - [2026-02-12 04:03:32] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 200 1298 0.003881 10.0.0.130 - - [2026-02-12 04:03:32] "GET /virtual-machine-interface/5e18361a-7ef4-4a17-9cf5-4f422c024d9e HTTP/1.1" 200 2949 0.005780 10.0.0.130 - - [2026-02-12 04:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.130 - - [2026-02-12 04:03:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003875 10.0.0.130 - - [2026-02-12 04:03:32] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003880 10.0.0.130 - - [2026-02-12 04:03:32] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005756 10.0.0.130 - - [2026-02-12 04:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.130 - - [2026-02-12 04:03:33] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011973 10.0.0.130 - - [2026-02-12 04:03:33] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.012299 10.0.0.130 - - [2026-02-12 04:03:33] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.011571 10.0.0.130 - - [2026-02-12 04:03:33] "POST /neutron/port HTTP/1.1" 200 1126 0.021669 10.0.0.130 - - [2026-02-12 04:03:46] "POST /neutron/port HTTP/1.1" 200 1126 0.041764 10.0.0.130 - - [2026-02-12 04:03:46] "POST /neutron/subnet HTTP/1.1" 200 675 0.008056 10.0.0.130 - - [2026-02-12 04:03:54] "POST /neutron/port HTTP/1.1" 200 1126 0.044279 10.0.0.130 - - [2026-02-12 04:03:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003944 10.0.0.130 - - [2026-02-12 04:03:54] "POST /neutron/network HTTP/1.1" 200 808 0.010363 10.0.0.130 - - [2026-02-12 04:04:48] "POST /neutron/network HTTP/1.1" 200 818 0.006400 10.0.0.130 - - [2026-02-12 04:04:48] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.22 - - [2026-02-12 04:04:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.22 - - [2026-02-12 04:04:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.22 - - [2026-02-12 04:04:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.22 - - [2026-02-12 04:04:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.130 - - [2026-02-12 04:04:54] "POST /neutron/port HTTP/1.1" 200 1126 0.021533 10.0.0.23 - - [2026-02-12 04:04:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.130 - - [2026-02-12 04:04:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.009925 10.0.0.23 - - [2026-02-12 04:04:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.23 - - [2026-02-12 04:04:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.23 - - [2026-02-12 04:04:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000660 10.0.0.130 - - [2026-02-12 04:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.130 - - [2026-02-12 04:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.130 - - [2026-02-12 04:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.130 - - [2026-02-12 04:04:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.22 - - [2026-02-12 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.030937 10.0.0.130 - - [2026-02-12 04:05:23] "POST /neutron/port HTTP/1.1" 200 1126 0.016477 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 200 1300 0.003849 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-machine-interface/0d876df9-1516-42a3-9bc2-946364f58f92 HTTP/1.1" 200 2948 0.005284 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 200 1300 0.003432 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-machine-interface/0d876df9-1516-42a3-9bc2-946364f58f92 HTTP/1.1" 200 2948 0.004506 10.0.0.130 - - [2026-02-12 04:05:23] "GET /instance-ip/f3b49dbb-f99d-4e26-baaf-31417ac86181 HTTP/1.1" 200 1621 0.003608 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 200 1300 0.003146 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-machine-interface/0d876df9-1516-42a3-9bc2-946364f58f92 HTTP/1.1" 200 2948 0.004378 10.0.0.130 - - [2026-02-12 04:05:23] "GET /instance-ip/f3b49dbb-f99d-4e26-baaf-31417ac86181 HTTP/1.1" 200 1621 0.004719 10.0.0.130 - - [2026-02-12 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.130 - - [2026-02-12 04:05:23] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003373 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002937 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005578 10.0.0.130 - - [2026-02-12 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.130 - - [2026-02-12 04:05:23] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004118 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002887 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007531 10.0.0.130 - - [2026-02-12 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.130 - - [2026-02-12 04:05:23] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004287 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002601 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006167 10.0.0.130 - - [2026-02-12 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.130 - - [2026-02-12 04:05:23] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004101 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003145 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005845 10.0.0.130 - - [2026-02-12 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.130 - - [2026-02-12 04:05:23] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004645 10.0.0.130 - - [2026-02-12 04:05:23] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003224 10.0.0.130 - - [2026-02-12 04:05:24] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005555 10.0.0.130 - - [2026-02-12 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.130 - - [2026-02-12 04:05:24] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004050 10.0.0.130 - - [2026-02-12 04:05:24] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002782 10.0.0.130 - - [2026-02-12 04:05:24] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005730 10.0.0.130 - - [2026-02-12 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.130 - - [2026-02-12 04:05:24] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003934 10.0.0.130 - - [2026-02-12 04:05:24] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003299 10.0.0.130 - - [2026-02-12 04:05:24] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007066 10.0.0.130 - - [2026-02-12 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.130 - - [2026-02-12 04:05:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003485 10.0.0.130 - - [2026-02-12 04:05:25] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002824 10.0.0.130 - - [2026-02-12 04:05:25] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005623 10.0.0.130 - - [2026-02-12 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.130 - - [2026-02-12 04:05:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003148 10.0.0.130 - - [2026-02-12 04:05:25] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003026 10.0.0.130 - - [2026-02-12 04:05:25] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008689 10.0.0.130 - - [2026-02-12 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.130 - - [2026-02-12 04:05:25] "GET /routing-instance/620c7007-696f-4317-bd79-c7af31aae74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004673 10.0.0.130 - - [2026-02-12 04:05:25] "GET /route-target/9dd5ef85-b01d-4eb7-93d2-bdc822991f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004406 10.0.0.130 - - [2026-02-12 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.130 - - [2026-02-12 04:05:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003391 10.0.0.130 - - [2026-02-12 04:05:25] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002953 10.0.0.130 - - [2026-02-12 04:05:26] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007509 10.0.0.130 - - [2026-02-12 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.130 - - [2026-02-12 04:05:26] "GET /routing-instance/620c7007-696f-4317-bd79-c7af31aae74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005909 10.0.0.130 - - [2026-02-12 04:05:26] "GET /route-target/9dd5ef85-b01d-4eb7-93d2-bdc822991f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004718 10.0.0.130 - - [2026-02-12 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.130 - - [2026-02-12 04:05:26] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004594 10.0.0.130 - - [2026-02-12 04:05:26] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002979 10.0.0.130 - - [2026-02-12 04:05:26] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005911 10.0.0.130 - - [2026-02-12 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.130 - - [2026-02-12 04:05:26] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004307 10.0.0.130 - - [2026-02-12 04:05:26] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002693 10.0.0.130 - - [2026-02-12 04:05:26] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006460 10.0.0.130 - - [2026-02-12 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.130 - - [2026-02-12 04:05:26] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003885 10.0.0.130 - - [2026-02-12 04:05:26] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002894 10.0.0.130 - - [2026-02-12 04:05:26] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006598 10.0.0.23 - - [2026-02-12 04:05:26] "GET /obj-perms HTTP/1.1" 200 5063 0.004201 10.0.0.23 - - [2026-02-12 04:05:32] "GET /obj-perms HTTP/1.1" 200 5063 0.005201 10.0.0.23 - - [2026-02-12 04:05:38] "GET /obj-perms HTTP/1.1" 200 5063 0.004111 10.0.0.130 - - [2026-02-12 04:05:40] "GET /obj-perms HTTP/1.1" 200 5063 0.003611 10.0.0.23 - - [2026-02-12 04:05:40] "GET /obj-perms HTTP/1.1" 200 5063 0.004253 10.0.0.130 - - [2026-02-12 04:05:40] "GET /obj-perms HTTP/1.1" 200 5063 0.004215 10.0.0.22 - - [2026-02-12 04:05:40] "GET /obj-perms HTTP/1.1" 200 5063 0.003878 10.0.0.23 - - [2026-02-12 04:05:41] "GET /obj-perms HTTP/1.1" 200 5063 0.004111 10.0.0.130 - - [2026-02-12 04:05:41] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007563 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 200 1298 0.004150 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-machine-interface/5e18361a-7ef4-4a17-9cf5-4f422c024d9e HTTP/1.1" 200 2949 0.006169 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 200 1298 0.003891 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-machine-interface/5e18361a-7ef4-4a17-9cf5-4f422c024d9e HTTP/1.1" 200 2949 0.005446 10.0.0.130 - - [2026-02-12 04:05:41] "GET /instance-ip/90bce136-af06-44d3-a508-fa46ac2a4af7 HTTP/1.1" 200 1621 0.004148 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 200 1298 0.004849 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-machine-interface/5e18361a-7ef4-4a17-9cf5-4f422c024d9e HTTP/1.1" 200 2949 0.005528 10.0.0.130 - - [2026-02-12 04:05:41] "GET /instance-ip/90bce136-af06-44d3-a508-fa46ac2a4af7 HTTP/1.1" 200 1621 0.004341 10.0.0.130 - - [2026-02-12 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.130 - - [2026-02-12 04:05:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004236 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003519 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005523 10.0.0.130 - - [2026-02-12 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.130 - - [2026-02-12 04:05:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005489 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003963 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006023 10.0.0.130 - - [2026-02-12 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.130 - - [2026-02-12 04:05:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004157 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003152 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005678 10.0.0.130 - - [2026-02-12 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.130 - - [2026-02-12 04:05:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004286 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003130 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005602 10.0.0.130 - - [2026-02-12 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.130 - - [2026-02-12 04:05:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002578 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005528 10.0.0.130 - - [2026-02-12 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.130 - - [2026-02-12 04:05:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003796 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003012 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005725 10.0.0.130 - - [2026-02-12 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.130 - - [2026-02-12 04:05:41] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005035 10.0.0.130 - - [2026-02-12 04:05:41] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004286 10.0.0.130 - - [2026-02-12 04:05:42] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008005 10.0.0.130 - - [2026-02-12 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.130 - - [2026-02-12 04:05:43] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004081 10.0.0.130 - - [2026-02-12 04:05:43] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003231 10.0.0.130 - - [2026-02-12 04:05:43] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006044 10.0.0.130 - - [2026-02-12 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.130 - - [2026-02-12 04:05:43] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004163 10.0.0.130 - - [2026-02-12 04:05:43] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002937 10.0.0.130 - - [2026-02-12 04:05:43] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006905 10.0.0.130 - - [2026-02-12 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.130 - - [2026-02-12 04:05:43] "GET /routing-instance/620c7007-696f-4317-bd79-c7af31aae74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004115 10.0.0.130 - - [2026-02-12 04:05:43] "GET /route-target/9dd5ef85-b01d-4eb7-93d2-bdc822991f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005660 10.0.0.130 - - [2026-02-12 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.130 - - [2026-02-12 04:05:43] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005937 10.0.0.130 - - [2026-02-12 04:05:43] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003052 10.0.0.130 - - [2026-02-12 04:05:43] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007484 10.0.0.130 - - [2026-02-12 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.130 - - [2026-02-12 04:05:43] "GET /routing-instance/620c7007-696f-4317-bd79-c7af31aae74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005415 10.0.0.130 - - [2026-02-12 04:05:43] "GET /route-target/9dd5ef85-b01d-4eb7-93d2-bdc822991f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006376 10.0.0.130 - - [2026-02-12 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.130 - - [2026-02-12 04:05:43] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005757 10.0.0.130 - - [2026-02-12 04:05:43] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003809 10.0.0.130 - - [2026-02-12 04:05:44] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.009903 10.0.0.130 - - [2026-02-12 04:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005631 10.0.0.130 - - [2026-02-12 04:05:44] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004501 10.0.0.130 - - [2026-02-12 04:05:44] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003548 10.0.0.130 - - [2026-02-12 04:05:44] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006184 10.0.0.130 - - [2026-02-12 04:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.130 - - [2026-02-12 04:05:44] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004281 10.0.0.130 - - [2026-02-12 04:05:44] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002621 10.0.0.130 - - [2026-02-12 04:05:44] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005427 10.0.0.130 - - [2026-02-12 04:05:44] "GET /obj-perms HTTP/1.1" 200 5063 0.005327 10.0.0.130 - - [2026-02-12 04:05:44] "GET /obj-perms HTTP/1.1" 200 5063 0.003989 10.0.0.23 - - [2026-02-12 04:05:44] "GET /obj-perms HTTP/1.1" 200 5063 0.003487 10.0.0.130 - - [2026-02-12 04:05:44] "GET /obj-perms HTTP/1.1" 200 5063 0.003851 10.0.0.22 - - [2026-02-12 04:05:44] "GET /obj-perms HTTP/1.1" 200 5063 0.003546 10.0.0.130 - - [2026-02-12 04:05:49] "POST /neutron/network HTTP/1.1" 200 818 0.007370 10.0.0.130 - - [2026-02-12 04:05:49] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.130 - - [2026-02-12 04:05:56] "POST /neutron/port HTTP/1.1" 200 1126 0.020086 10.0.0.130 - - [2026-02-12 04:05:56] "POST /neutron/subnet HTTP/1.1" 200 675 0.009605 10.0.0.130 - - [2026-02-12 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.130 - - [2026-02-12 04:06:04] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004049 10.0.0.130 - - [2026-02-12 04:06:04] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003426 10.0.0.130 - - [2026-02-12 04:06:04] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005539 10.0.0.130 - - [2026-02-12 04:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.130 - - [2026-02-12 04:06:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004607 10.0.0.130 - - [2026-02-12 04:06:06] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003920 10.0.0.130 - - [2026-02-12 04:06:06] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006253 10.0.0.130 - - [2026-02-12 04:06:21] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 200 1298 0.004680 10.0.0.130 - - [2026-02-12 04:06:21] "GET /virtual-machine-interface/5e18361a-7ef4-4a17-9cf5-4f422c024d9e HTTP/1.1" 200 2949 0.005511 10.0.0.130 - - [2026-02-12 04:06:21] "GET /instance-ip/90bce136-af06-44d3-a508-fa46ac2a4af7 HTTP/1.1" 200 1621 0.004458 10.0.0.130 - - [2026-02-12 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.130 - - [2026-02-12 04:06:21] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003571 10.0.0.130 - - [2026-02-12 04:06:21] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002834 10.0.0.130 - - [2026-02-12 04:06:21] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006638 10.0.0.130 - - [2026-02-12 04:06:24] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 200 1298 0.004387 10.0.0.130 - - [2026-02-12 04:06:25] "POST /neutron/port HTTP/1.1" 200 1126 0.019288 10.0.0.130 - - [2026-02-12 04:06:26] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.004339 10.0.0.130 - - [2026-02-12 04:06:27] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.004370 10.0.0.130 - - [2026-02-12 04:06:27] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003575 10.0.0.130 - - [2026-02-12 04:06:27] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003435 10.0.0.130 - - [2026-02-12 04:06:28] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003828 10.0.0.130 - - [2026-02-12 04:06:29] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003634 10.0.0.130 - - [2026-02-12 04:06:30] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003549 10.0.0.130 - - [2026-02-12 04:06:31] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003961 10.0.0.130 - - [2026-02-12 04:06:32] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003637 10.0.0.130 - - [2026-02-12 04:06:32] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.002870 10.0.0.130 - - [2026-02-12 04:06:33] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003716 10.0.0.130 - - [2026-02-12 04:06:34] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003056 10.0.0.130 - - [2026-02-12 04:06:35] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.005964 10.0.0.130 - - [2026-02-12 04:06:36] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.004112 10.0.0.130 - - [2026-02-12 04:06:37] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003159 10.0.0.130 - - [2026-02-12 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.130 - - [2026-02-12 04:06:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004450 10.0.0.130 - - [2026-02-12 04:06:37] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004725 10.0.0.130 - - [2026-02-12 04:06:38] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006732 10.0.0.130 - - [2026-02-12 04:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.130 - - [2026-02-12 04:06:38] "GET /routing-instance/620c7007-696f-4317-bd79-c7af31aae74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004527 10.0.0.130 - - [2026-02-12 04:06:38] "GET /route-target/9dd5ef85-b01d-4eb7-93d2-bdc822991f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004152 10.0.0.130 - - [2026-02-12 04:06:38] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003218 10.0.0.130 - - [2026-02-12 04:06:39] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003997 10.0.0.130 - - [2026-02-12 04:06:40] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.004167 10.0.0.130 - - [2026-02-12 04:06:41] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.004905 10.0.0.130 - - [2026-02-12 04:06:42] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003073 10.0.0.130 - - [2026-02-12 04:06:43] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003474 10.0.0.130 - - [2026-02-12 04:06:43] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.002785 10.0.0.130 - - [2026-02-12 04:06:44] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003518 10.0.0.130 - - [2026-02-12 04:06:45] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003899 10.0.0.130 - - [2026-02-12 04:06:46] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003100 10.0.0.130 - - [2026-02-12 04:06:47] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003077 10.0.0.130 - - [2026-02-12 04:06:48] "GET /virtual-machine/0a224c49-2c30-4a68-b940-7b7d4305a7a0 HTTP/1.1" 404 171 0.003333 10.0.0.130 - - [2026-02-12 04:06:48] "GET /obj-perms HTTP/1.1" 200 5063 0.005394 10.0.0.23 - - [2026-02-12 04:06:48] "GET /obj-perms HTTP/1.1" 200 5063 0.004669 10.0.0.130 - - [2026-02-12 04:06:48] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 200 1300 0.004880 10.0.0.130 - - [2026-02-12 04:06:49] "POST /neutron/port HTTP/1.1" 200 1126 0.023412 10.0.0.130 - - [2026-02-12 04:06:50] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003764 10.0.0.130 - - [2026-02-12 04:06:50] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.002909 10.0.0.130 - - [2026-02-12 04:06:50] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003204 10.0.0.130 - - [2026-02-12 04:06:50] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003753 10.0.0.130 - - [2026-02-12 04:06:51] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003481 10.0.0.130 - - [2026-02-12 04:06:52] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003337 10.0.0.130 - - [2026-02-12 04:06:53] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003273 10.0.0.130 - - [2026-02-12 04:06:54] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003108 10.0.0.130 - - [2026-02-12 04:06:55] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003326 10.0.0.130 - - [2026-02-12 04:06:55] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003431 10.0.0.130 - - [2026-02-12 04:06:56] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003395 10.0.0.130 - - [2026-02-12 04:06:57] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003357 10.0.0.130 - - [2026-02-12 04:06:58] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003507 10.0.0.130 - - [2026-02-12 04:06:59] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003267 10.0.0.130 - - [2026-02-12 04:07:00] "GET /virtual-machine/9ab0c354-5b58-44c5-bb96-becbe40114eb HTTP/1.1" 404 171 0.003501 10.0.0.130 - - [2026-02-12 04:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.130 - - [2026-02-12 04:07:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003526 10.0.0.130 - - [2026-02-12 04:07:00] "GET /virtual-networks?parent_id=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003092 10.0.0.130 - - [2026-02-12 04:07:00] "GET /virtual-network/5c3760e5-ead5-4373-80f5-ac6c2968a6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005820 10.0.0.130 - - [2026-02-12 04:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.130 - - [2026-02-12 04:07:00] "GET /routing-instance/620c7007-696f-4317-bd79-c7af31aae74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004619 10.0.0.130 - - [2026-02-12 04:07:01] "GET /route-target/9dd5ef85-b01d-4eb7-93d2-bdc822991f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005565 10.0.0.130 - - [2026-02-12 04:07:04] "GET /obj-perms HTTP/1.1" 200 5063 0.003677 10.0.0.23 - - [2026-02-12 04:07:07] "GET /obj-perms HTTP/1.1" 200 5063 0.005618 10.0.0.130 - - [2026-02-12 04:07:10] "GET /obj-perms HTTP/1.1" 200 5063 0.003968 10.0.0.22 - - [2026-02-12 04:07:10] "GET /obj-perms HTTP/1.1" 200 5063 0.003871 10.0.0.130 - - [2026-02-12 04:07:10] "POST /neutron/network HTTP/1.1" 200 808 0.007465 10.0.0.130 - - [2026-02-12 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.130 - - [2026-02-12 04:07:10] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003450 10.0.0.130 - - [2026-02-12 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.130 - - [2026-02-12 04:07:10] "PUT /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39 HTTP/1.1" 200 276 0.013394 10.0.0.23 - - [2026-02-12 04:07:13] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000983 10.0.0.130 - - [2026-02-12 04:07:13] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.036574 10.0.0.23 - - [2026-02-12 04:07:13] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000849 10.0.0.130 - - [2026-02-12 04:07:13] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?fields=virtual_networks HTTP/1.1" 200 1055 0.077024 10.0.0.23 - - [2026-02-12 04:07:13] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001227 10.0.0.130 - - [2026-02-12 04:07:13] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.043085 10.0.0.23 - - [2026-02-12 04:07:13] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000950 10.0.0.130 - - [2026-02-12 04:07:13] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?fields=security_groups HTTP/1.1" 200 1288 0.037308 10.0.0.130 - - [2026-02-12 04:07:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.027612 10.0.0.23 - - [2026-02-12 04:07:14] "GET /projects?obj_uuids=9f94103e-0c9f-4ace-b641-9d075e53ee68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003601 10.0.0.23 - - [2026-02-12 04:07:14] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.23 - - [2026-02-12 04:07:14] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006971 10.0.0.23 - - [2026-02-12 04:07:14] "POST /id-to-fqname HTTP/1.1" 200 196 0.003784 10.0.0.23 - - [2026-02-12 04:07:14] "POST /fqname-to-id HTTP/1.1" 404 205 0.004456 10.0.0.23 - - [2026-02-12 04:07:14] "POST /security-groups HTTP/1.1" 200 597 0.078073 10.0.0.23 - - [2026-02-12 04:07:14] "POST /projects HTTP/1.1" 200 597 0.275458 10.0.0.23 - - [2026-02-12 04:07:14] "POST /fqname-to-id HTTP/1.1" 404 240 0.048528 10.0.0.23 - - [2026-02-12 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.352185 10.0.0.23 - - [2026-02-12 04:07:15] "POST /access-control-lists HTTP/1.1" 200 600 0.040419 10.0.0.130 - - [2026-02-12 04:07:15] "GET /project/9f94103e-0c9f-4ace-b641-9d075e53ee68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.518358 10.0.0.130 - - [2026-02-12 04:07:16] "GET / HTTP/1.1" 200 35931 0.002147 10.0.0.23 - - [2026-02-12 04:07:16] "DELETE /project/9f94103e0c9f4aceb6419d075e53ee68 HTTP/1.1" 404 173 0.004720 10.0.0.23 - - [2026-02-12 04:07:16] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001603 10.0.0.23 - - [2026-02-12 04:07:16] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.102380 10.0.0.23 - - [2026-02-12 04:07:16] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001154 10.0.0.23 - - [2026-02-12 04:07:16] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?fields=security_groups HTTP/1.1" 200 1393 0.041445 10.0.0.23 - - [2026-02-12 04:07:16] "DELETE /security-group/af968433-c987-4f5a-a8d4-bad3f16a0b49 HTTP/1.1" 200 115 0.058763 10.0.0.23 - - [2026-02-12 04:07:16] "GET /projects?obj_uuids=03545d7e-46f9-418b-8f86-27b4d6de49e2&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001186 10.0.0.23 - - [2026-02-12 04:07:16] "GET /project/03545d7e-46f9-418b-8f86-27b4d6de49e2?fields=application_policy_sets HTTP/1.1" 200 1432 0.048176 10.0.0.23 - - [2026-02-12 04:07:17] "DELETE /project/03545d7e-46f9-418b-8f86-27b4d6de49e2 HTTP/1.1" 200 115 0.460269 10.0.0.23 - - [2026-02-12 04:07:17] "GET /obj-perms HTTP/1.1" 200 5075 0.048045 10.0.0.23 - - [2026-02-12 04:07:19] "GET /projects?obj_uuids=9f94103e-0c9f-4ace-b641-9d075e53ee68&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000949 10.0.0.130 - - [2026-02-12 04:07:19] "GET /project/9f94103e-0c9f-4ace-b641-9d075e53ee68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.072644 10.0.0.23 - - [2026-02-12 04:07:19] "GET /projects?obj_uuids=9f94103e-0c9f-4ace-b641-9d075e53ee68&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001239 10.0.0.130 - - [2026-02-12 04:07:19] "GET /project/9f94103e-0c9f-4ace-b641-9d075e53ee68?fields=virtual_networks HTTP/1.1" 200 1055 0.045334 10.0.0.23 - - [2026-02-12 04:07:19] "GET /projects?obj_uuids=9f94103e-0c9f-4ace-b641-9d075e53ee68&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000923 10.0.0.130 - - [2026-02-12 04:07:19] "GET /project/9f94103e-0c9f-4ace-b641-9d075e53ee68?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.039385 10.0.0.23 - - [2026-02-12 04:07:19] "GET /projects?obj_uuids=9f94103e-0c9f-4ace-b641-9d075e53ee68&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001714 10.0.0.130 - - [2026-02-12 04:07:19] "GET /project/9f94103e-0c9f-4ace-b641-9d075e53ee68?fields=security_groups HTTP/1.1" 200 1287 0.045122 10.0.0.130 - - [2026-02-12 04:07:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.030254 10.0.0.23 - - [2026-02-12 04:07:20] "GET /projects?obj_uuids=99ae48a5-bbf8-4689-a0c6-121bee8e274d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003675 10.0.0.23 - - [2026-02-12 04:07:20] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.23 - - [2026-02-12 04:07:20] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042315 10.0.0.23 - - [2026-02-12 04:07:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.002142 10.0.0.23 - - [2026-02-12 04:07:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.005198 10.0.0.23 - - [2026-02-12 04:07:20] "POST /security-groups HTTP/1.1" 200 591 0.070142 10.0.0.23 - - [2026-02-12 04:07:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.003017 10.0.0.23 - - [2026-02-12 04:07:20] "POST /projects HTTP/1.1" 200 585 0.266008 10.0.0.23 - - [2026-02-12 04:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.336926 10.0.0.23 - - [2026-02-12 04:07:20] "POST /access-control-lists HTTP/1.1" 200 594 0.027001 10.0.0.130 - - [2026-02-12 04:07:20] "GET /project/99ae48a5-bbf8-4689-a0c6-121bee8e274d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.523269 10.0.0.130 - - [2026-02-12 04:07:22] "GET / HTTP/1.1" 200 35931 0.001846 10.0.0.23 - - [2026-02-12 04:07:24] "GET /projects?obj_uuids=99ae48a5-bbf8-4689-a0c6-121bee8e274d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.130 - - [2026-02-12 04:07:25] "GET /project/99ae48a5-bbf8-4689-a0c6-121bee8e274d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044470 10.0.0.23 - - [2026-02-12 04:07:25] "GET /projects?obj_uuids=99ae48a5-bbf8-4689-a0c6-121bee8e274d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.130 - - [2026-02-12 04:07:25] "GET /project/99ae48a5-bbf8-4689-a0c6-121bee8e274d?fields=virtual_networks HTTP/1.1" 200 1043 0.034046 10.0.0.23 - - [2026-02-12 04:07:25] "GET /projects?obj_uuids=99ae48a5-bbf8-4689-a0c6-121bee8e274d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001319 10.0.0.130 - - [2026-02-12 04:07:25] "GET /project/99ae48a5-bbf8-4689-a0c6-121bee8e274d?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.046715 10.0.0.23 - - [2026-02-12 04:07:25] "GET /projects?obj_uuids=99ae48a5-bbf8-4689-a0c6-121bee8e274d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.130 - - [2026-02-12 04:07:25] "GET /project/99ae48a5-bbf8-4689-a0c6-121bee8e274d?fields=security_groups HTTP/1.1" 200 1269 0.037965 10.0.0.130 - - [2026-02-12 04:07:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.025532 10.0.0.23 - - [2026-02-12 04:07:26] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003669 10.0.0.23 - - [2026-02-12 04:07:26] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001713 10.0.0.23 - - [2026-02-12 04:07:26] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010475 10.0.0.23 - - [2026-02-12 04:07:26] "POST /id-to-fqname HTTP/1.1" 200 198 0.007964 10.0.0.23 - - [2026-02-12 04:07:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003660 10.0.0.23 - - [2026-02-12 04:07:26] "POST /security-groups HTTP/1.1" 200 599 0.026310 10.0.0.23 - - [2026-02-12 04:07:26] "POST /projects HTTP/1.1" 200 601 0.242158 10.0.0.23 - - [2026-02-12 04:07:26] "POST /fqname-to-id HTTP/1.1" 404 241 0.006197 10.0.0.23 - - [2026-02-12 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.316773 10.0.0.130 - - [2026-02-12 04:07:26] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.449404 10.0.0.130 - - [2026-02-12 04:07:27] "GET / HTTP/1.1" 200 35931 0.001572 10.0.0.130 - - [2026-02-12 04:07:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.130 - - [2026-02-12 04:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.057380 10.0.0.23 - - [2026-02-12 04:07:28] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.130 - - [2026-02-12 04:07:28] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.039029 10.0.0.23 - - [2026-02-12 04:07:28] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.130 - - [2026-02-12 04:07:28] "POST /neutron/network HTTP/1.1" 200 601 0.123379 10.0.0.23 - - [2026-02-12 04:07:28] "POST /ref-update HTTP/1.1" 200 156 0.030420 10.0.0.130 - - [2026-02-12 04:07:29] "POST /neutron/network HTTP/1.1" 200 976 0.010636 10.0.0.130 - - [2026-02-12 04:07:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001023 10.0.0.130 - - [2026-02-12 04:07:29] "GET /virtual-network/be16c9e0-b5c8-480f-9bff-0ab844d1fb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004500 10.0.0.130 - - [2026-02-12 04:07:29] "GET /virtual-network/be16c9e0-b5c8-480f-9bff-0ab844d1fb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006531 10.0.0.130 - - [2026-02-12 04:07:29] "POST /neutron/subnet HTTP/1.1" 200 716 0.011318 10.0.0.130 - - [2026-02-12 04:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.23 - - [2026-02-12 04:07:29] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.130 - - [2026-02-12 04:07:29] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.042795 10.0.0.23 - - [2026-02-12 04:07:29] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.130 - - [2026-02-12 04:07:29] "POST /neutron/network HTTP/1.1" 200 601 0.107472 10.0.0.22 - - [2026-02-12 04:07:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.044018 10.0.0.130 - - [2026-02-12 04:07:30] "POST /neutron/network HTTP/1.1" 200 974 0.010266 10.0.0.130 - - [2026-02-12 04:07:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.000968 10.0.0.130 - - [2026-02-12 04:07:30] "GET /virtual-network/f3bd83e1-598d-40fb-8877-2a1e4525568f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004572 10.0.0.130 - - [2026-02-12 04:07:30] "GET /virtual-network/f3bd83e1-598d-40fb-8877-2a1e4525568f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005117 10.0.0.130 - - [2026-02-12 04:07:30] "POST /neutron/subnet HTTP/1.1" 200 716 0.011082 10.0.0.130 - - [2026-02-12 04:07:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001445 10.0.0.23 - - [2026-02-12 04:07:31] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.130 - - [2026-02-12 04:07:31] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.070193 10.0.0.130 - - [2026-02-12 04:07:31] "POST /neutron/network HTTP/1.1" 200 976 0.038271 10.0.0.130 - - [2026-02-12 04:07:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001294 10.0.0.130 - - [2026-02-12 04:07:31] "POST /neutron/port HTTP/1.1" 200 117 0.006564 10.0.0.23 - - [2026-02-12 04:07:32] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.130 - - [2026-02-12 04:07:32] "POST /neutron/port HTTP/1.1" 200 1154 0.395542 10.0.0.23 - - [2026-02-12 04:07:32] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.130 - - [2026-02-12 04:07:32] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.130287 10.0.0.130 - - [2026-02-12 04:07:32] "POST /neutron/port HTTP/1.1" 200 1208 0.159805 10.0.0.130 - - [2026-02-12 04:07:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006459 10.0.0.130 - - [2026-02-12 04:07:32] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.130 - - [2026-02-12 04:07:33] "POST /neutron/port HTTP/1.1" 200 1218 0.042419 10.0.0.130 - - [2026-02-12 04:07:33] "POST /neutron/port HTTP/1.1" 200 1218 0.018468 10.0.0.23 - - [2026-02-12 04:07:33] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.130 - - [2026-02-12 04:07:33] "POST /neutron/port HTTP/1.1" 200 1152 0.315870 10.0.0.130 - - [2026-02-12 04:07:34] "POST /neutron/port HTTP/1.1" 200 1206 0.137929 10.0.0.130 - - [2026-02-12 04:07:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004057 10.0.0.130 - - [2026-02-12 04:07:34] "POST /neutron/port HTTP/1.1" 200 117 0.001761 10.0.0.130 - - [2026-02-12 04:07:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009018 10.0.0.130 - - [2026-02-12 04:07:38] "POST /neutron/port HTTP/1.1" 200 1218 0.017802 10.0.0.130 - - [2026-02-12 04:07:38] "GET /virtual-machine/16393d7d-11f8-47c5-ada9-0bbc698efb40 HTTP/1.1" 401 293 0.000424 10.0.0.130 - - [2026-02-12 04:07:38] "GET /virtual-machine/16393d7d-11f8-47c5-ada9-0bbc698efb40 HTTP/1.1" 200 1300 0.043272 10.0.0.130 - - [2026-02-12 04:07:38] "GET /virtual-machine-interface/7bec3019-4bfd-4455-83b4-3a97df76e7cc HTTP/1.1" 200 3156 0.006195 10.0.0.130 - - [2026-02-12 04:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.130 - - [2026-02-12 04:07:38] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004172 10.0.0.130 - - [2026-02-12 04:07:38] "GET /virtual-networks?parent_id=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003253 10.0.0.130 - - [2026-02-12 04:07:38] "GET /virtual-network/be16c9e0-b5c8-480f-9bff-0ab844d1fb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006032 10.0.0.130 - - [2026-02-12 04:07:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006703 10.0.0.130 - - [2026-02-12 04:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.130 - - [2026-02-12 04:07:42] "GET /virtual-network/be16c9e0-b5c8-480f-9bff-0ab844d1fb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005841 10.0.0.130 - - [2026-02-12 04:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.130 - - [2026-02-12 04:07:44] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003959 10.0.0.130 - - [2026-02-12 04:07:44] "GET /virtual-networks?parent_id=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002923 10.0.0.130 - - [2026-02-12 04:07:44] "GET /virtual-network/be16c9e0-b5c8-480f-9bff-0ab844d1fb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005923 10.0.0.130 - - [2026-02-12 04:07:44] "POST /neutron/port HTTP/1.1" 200 1216 0.018262 10.0.0.130 - - [2026-02-12 04:07:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007991 10.0.0.130 - - [2026-02-12 04:07:44] "GET /virtual-machine/b963a80c-5690-4756-81a6-6c0cdf7cc33c HTTP/1.1" 200 1300 0.006972 10.0.0.130 - - [2026-02-12 04:07:44] "GET /virtual-machine-interface/295e55aa-b9d4-406a-accf-6d04c6c77523 HTTP/1.1" 200 3157 0.006496 10.0.0.130 - - [2026-02-12 04:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.130 - - [2026-02-12 04:07:44] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004008 10.0.0.130 - - [2026-02-12 04:07:44] "GET /virtual-networks?parent_id=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003324 10.0.0.130 - - [2026-02-12 04:07:44] "GET /virtual-network/f3bd83e1-598d-40fb-8877-2a1e4525568f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006691 10.0.0.130 - - [2026-02-12 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.130 - - [2026-02-12 04:07:45] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006361 10.0.0.130 - - [2026-02-12 04:07:45] "GET /virtual-networks?parent_id=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003156 10.0.0.130 - - [2026-02-12 04:07:45] "GET /virtual-network/f3bd83e1-598d-40fb-8877-2a1e4525568f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006289 10.0.0.130 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 404 209 0.003634 10.0.0.130 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.23 - - [2026-02-12 04:07:46] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.130 - - [2026-02-12 04:07:46] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043148 10.0.0.130 - - [2026-02-12 04:07:46] "POST /network-policys HTTP/1.1" 200 533 0.028940 10.0.0.130 - - [2026-02-12 04:07:46] "GET /network-policy/da6773a1-5342-435b-8562-3f9f52565739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006210 10.0.0.130 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.130 - - [2026-02-12 04:07:46] "GET /virtual-network/be16c9e0-b5c8-480f-9bff-0ab844d1fb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005708 10.0.0.130 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.130 - - [2026-02-12 04:07:46] "GET /network-policy/da6773a1-5342-435b-8562-3f9f52565739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004158 10.0.0.23 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 404 230 0.004543 10.0.0.130 - - [2026-02-12 04:07:46] "POST /ref-update HTTP/1.1" 200 156 0.050563 10.0.0.130 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.130 - - [2026-02-12 04:07:46] "GET /network-policy/da6773a1-5342-435b-8562-3f9f52565739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004212 10.0.0.130 - - [2026-02-12 04:07:46] "POST /neutron/network HTTP/1.1" 200 1062 0.012626 10.0.0.130 - - [2026-02-12 04:07:46] "GET /virtual-network/be16c9e0-b5c8-480f-9bff-0ab844d1fb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.004903 10.0.0.130 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.130 - - [2026-02-12 04:07:46] "GET /network-policy/da6773a1-5342-435b-8562-3f9f52565739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004367 10.0.0.130 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.130 - - [2026-02-12 04:07:46] "GET /virtual-network/f3bd83e1-598d-40fb-8877-2a1e4525568f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007040 10.0.0.130 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.130 - - [2026-02-12 04:07:46] "GET /network-policy/da6773a1-5342-435b-8562-3f9f52565739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004729 10.0.0.22 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003980 10.0.0.130 - - [2026-02-12 04:07:46] "POST /ref-update HTTP/1.1" 200 156 0.060476 10.0.0.23 - - [2026-02-12 04:07:46] "POST /access-control-lists HTTP/1.1" 200 578 0.036569 10.0.0.130 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.130 - - [2026-02-12 04:07:46] "GET /network-policy/da6773a1-5342-435b-8562-3f9f52565739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005886 10.0.0.130 - - [2026-02-12 04:07:46] "GET /virtual-network/f3bd83e1-598d-40fb-8877-2a1e4525568f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.008010 10.0.0.130 - - [2026-02-12 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.130 - - [2026-02-12 04:07:46] "GET /network-policy/da6773a1-5342-435b-8562-3f9f52565739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004428 10.0.0.130 - - [2026-02-12 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.23 - - [2026-02-12 04:07:47] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001549 10.0.0.130 - - [2026-02-12 04:07:47] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.051957 10.0.0.23 - - [2026-02-12 04:07:47] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002814 10.0.0.130 - - [2026-02-12 04:07:47] "POST /neutron/network HTTP/1.1" 200 585 0.155343 10.0.0.23 - - [2026-02-12 04:07:47] "POST /route-targets HTTP/1.1" 200 327 0.011939 10.0.0.130 - - [2026-02-12 04:07:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.003258 10.0.0.130 - - [2026-02-12 04:07:47] "GET /virtual-network/10522588-daf4-4610-94bb-273e0e815e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004566 10.0.0.130 - - [2026-02-12 04:07:47] "POST /neutron/network HTTP/1.1" 200 799 0.006403 10.0.0.130 - - [2026-02-12 04:07:47] "GET /virtual-network/10522588-daf4-4610-94bb-273e0e815e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004438 10.0.0.130 - - [2026-02-12 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.23 - - [2026-02-12 04:07:47] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.130 - - [2026-02-12 04:07:47] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.033837 10.0.0.130 - - [2026-02-12 04:07:47] "POST /neutron/network HTTP/1.1" 200 117 0.015611 10.0.0.23 - - [2026-02-12 04:07:48] "POST /ref-update HTTP/1.1" 200 156 0.039278 10.0.0.130 - - [2026-02-12 04:07:48] "POST /neutron/network HTTP/1.1" 200 799 0.008459 10.0.0.130 - - [2026-02-12 04:07:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001128 10.0.0.130 - - [2026-02-12 04:07:48] "GET /virtual-network/7c24ee82-9df4-40d3-b0a6-a6440d1418b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005068 10.0.0.130 - - [2026-02-12 04:07:48] "GET /virtual-network/7c24ee82-9df4-40d3-b0a6-a6440d1418b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005011 10.0.0.130 - - [2026-02-12 04:07:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.009146 10.0.0.130 - - [2026-02-12 04:07:48] "POST /fqname-to-id HTTP/1.1" 404 239 0.003056 10.0.0.130 - - [2026-02-12 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.23 - - [2026-02-12 04:07:48] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.130 - - [2026-02-12 04:07:48] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.036062 10.0.0.130 - - [2026-02-12 04:07:48] "POST /network-policys HTTP/1.1" 200 587 0.026721 10.0.0.130 - - [2026-02-12 04:07:48] "GET /network-policy/ed8d092f-8eda-4b7a-912e-7ccbc2879a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005575 10.0.0.130 - - [2026-02-12 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005573 10.0.0.130 - - [2026-02-12 04:07:48] "GET /virtual-network/10522588-daf4-4610-94bb-273e0e815e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006371 10.0.0.130 - - [2026-02-12 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.130 - - [2026-02-12 04:07:48] "GET /network-policy/ed8d092f-8eda-4b7a-912e-7ccbc2879a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004527 10.0.0.130 - - [2026-02-12 04:07:48] "POST /ref-update HTTP/1.1" 200 156 0.062910 10.0.0.130 - - [2026-02-12 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.130 - - [2026-02-12 04:07:48] "GET /network-policy/ed8d092f-8eda-4b7a-912e-7ccbc2879a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007661 10.0.0.130 - - [2026-02-12 04:07:48] "GET /virtual-network/10522588-daf4-4610-94bb-273e0e815e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008116 10.0.0.130 - - [2026-02-12 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.130 - - [2026-02-12 04:07:48] "GET /network-policy/ed8d092f-8eda-4b7a-912e-7ccbc2879a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004086 10.0.0.130 - - [2026-02-12 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.130 - - [2026-02-12 04:07:48] "GET /virtual-network/7c24ee82-9df4-40d3-b0a6-a6440d1418b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005519 10.0.0.130 - - [2026-02-12 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.130 - - [2026-02-12 04:07:49] "GET /network-policy/ed8d092f-8eda-4b7a-912e-7ccbc2879a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005862 10.0.0.130 - - [2026-02-12 04:07:49] "POST /ref-update HTTP/1.1" 200 156 0.040836 10.0.0.23 - - [2026-02-12 04:07:49] "PUT /access-control-list/9e4464aa-de4c-495a-ae5e-4c79d8401f86 HTTP/1.1" 200 272 0.025430 10.0.0.130 - - [2026-02-12 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006125 10.0.0.130 - - [2026-02-12 04:07:49] "GET /network-policy/ed8d092f-8eda-4b7a-912e-7ccbc2879a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004336 10.0.0.23 - - [2026-02-12 04:07:49] "POST /ref-update HTTP/1.1" 200 156 0.026517 10.0.0.130 - - [2026-02-12 04:07:49] "GET /virtual-network/7c24ee82-9df4-40d3-b0a6-a6440d1418b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.023415 10.0.0.130 - - [2026-02-12 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.130 - - [2026-02-12 04:07:49] "GET /network-policy/ed8d092f-8eda-4b7a-912e-7ccbc2879a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004039 10.0.0.130 - - [2026-02-12 04:07:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001211 10.0.0.130 - - [2026-02-12 04:07:49] "POST /neutron/port HTTP/1.1" 200 2280 0.020283 10.0.0.23 - - [2026-02-12 04:07:50] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.130 - - [2026-02-12 04:07:50] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.070799 10.0.0.130 - - [2026-02-12 04:07:50] "POST /neutron/network HTTP/1.1" 200 912 0.007754 10.0.0.130 - - [2026-02-12 04:07:50] "POST /neutron/port HTTP/1.1" 200 117 0.007605 10.0.0.130 - - [2026-02-12 04:07:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001230 10.0.0.130 - - [2026-02-12 04:07:50] "POST /neutron/network HTTP/1.1" 200 922 0.007127 10.0.0.130 - - [2026-02-12 04:07:51] "POST /neutron/port HTTP/1.1" 200 1063 0.024001 10.0.0.130 - - [2026-02-12 04:07:51] "POST /neutron/port HTTP/1.1" 200 1127 0.019082 10.0.0.130 - - [2026-02-12 04:07:51] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.23 - - [2026-02-12 04:07:51] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001433 10.0.0.130 - - [2026-02-12 04:07:51] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.076924 10.0.0.130 - - [2026-02-12 04:07:51] "POST /neutron/port HTTP/1.1" 200 3254 0.035578 10.0.0.130 - - [2026-02-12 04:07:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006269 10.0.0.130 - - [2026-02-12 04:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.130 - - [2026-02-12 04:07:52] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005995 10.0.0.130 - - [2026-02-12 04:07:52] "POST /neutron/port HTTP/1.1" 200 1218 0.017186 10.0.0.130 - - [2026-02-12 04:07:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005411 10.0.0.130 - - [2026-02-12 04:07:52] "POST /neutron/subnet HTTP/1.1" 200 1278 0.018896 10.0.0.130 - - [2026-02-12 04:07:52] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.130 - - [2026-02-12 04:07:52] "POST /neutron/port HTTP/1.1" 200 1063 0.020097 10.0.0.130 - - [2026-02-12 04:07:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003578 10.0.0.130 - - [2026-02-12 04:07:53] "POST /neutron/network HTTP/1.1" 200 912 0.006833 10.0.0.130 - - [2026-02-12 04:07:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003919 10.0.0.130 - - [2026-02-12 04:07:53] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005248 10.0.0.130 - - [2026-02-12 04:07:53] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004251 10.0.0.130 - - [2026-02-12 04:07:53] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.031605 10.0.0.130 - - [2026-02-12 04:07:53] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.031127 10.0.0.130 - - [2026-02-12 04:07:53] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004261 10.0.0.130 - - [2026-02-12 04:07:53] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005015 10.0.0.130 - - [2026-02-12 04:07:53] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.039625 10.0.0.130 - - [2026-02-12 04:07:53] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.035703 10.0.0.130 - - [2026-02-12 04:07:53] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004191 10.0.0.130 - - [2026-02-12 04:07:53] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004007 10.0.0.130 - - [2026-02-12 04:07:53] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.031725 10.0.0.130 - - [2026-02-12 04:07:53] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.035300 10.0.0.130 - - [2026-02-12 04:07:53] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010889 10.0.0.130 - - [2026-02-12 04:07:53] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004953 10.0.0.130 - - [2026-02-12 04:07:53] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.022274 10.0.0.130 - - [2026-02-12 04:07:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003907 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004738 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003895 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.028789 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.043759 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008475 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009593 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.032411 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.044649 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006185 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004189 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.028668 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.031597 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010124 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004415 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.017426 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003071 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005116 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004158 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.031346 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.029680 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005545 10.0.0.130 - - [2026-02-12 04:07:54] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005499 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.031491 10.0.0.130 - - [2026-02-12 04:07:54] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.035472 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005288 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.009775 10.0.0.130 - - [2026-02-12 04:07:55] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.035950 10.0.0.130 - - [2026-02-12 04:07:55] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.042213 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005806 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005191 10.0.0.130 - - [2026-02-12 04:07:55] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.023936 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003408 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005305 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004125 10.0.0.130 - - [2026-02-12 04:07:55] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.024034 10.0.0.130 - - [2026-02-12 04:07:55] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.034535 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004223 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007995 10.0.0.130 - - [2026-02-12 04:07:55] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.048170 10.0.0.130 - - [2026-02-12 04:07:55] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.042785 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006126 10.0.0.130 - - [2026-02-12 04:07:55] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007526 10.0.0.130 - - [2026-02-12 04:07:55] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.030440 10.0.0.130 - - [2026-02-12 04:07:55] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.037670 10.0.0.130 - - [2026-02-12 04:08:00] "POST /neutron/network HTTP/1.1" 200 1070 0.007685 10.0.0.130 - - [2026-02-12 04:08:00] "POST /neutron/subnet HTTP/1.1" 200 1268 0.013447 10.0.0.130 - - [2026-02-12 04:08:00] "POST /neutron/network HTTP/1.1" 200 1060 0.008726 10.0.0.130 - - [2026-02-12 04:08:01] "POST /neutron/port HTTP/1.1" 200 1127 0.022790 10.0.0.130 - - [2026-02-12 04:08:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003595 10.0.0.130 - - [2026-02-12 04:08:05] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004128 10.0.0.130 - - [2026-02-12 04:08:05] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.003678 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.028003 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.033370 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009020 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006447 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.036022 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.035279 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007975 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005594 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.044695 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.045347 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007768 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003737 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.021333 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003284 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004650 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003642 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.024478 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.027761 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005166 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004050 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.030007 10.0.0.130 - - [2026-02-12 04:08:06] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.037334 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004765 10.0.0.130 - - [2026-02-12 04:08:06] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005069 10.0.0.130 - - [2026-02-12 04:08:07] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.030022 10.0.0.130 - - [2026-02-12 04:08:07] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.059850 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006026 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003761 10.0.0.130 - - [2026-02-12 04:08:07] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.022480 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003474 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004532 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003839 10.0.0.130 - - [2026-02-12 04:08:07] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.022439 10.0.0.130 - - [2026-02-12 04:08:07] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.037674 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009676 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003860 10.0.0.130 - - [2026-02-12 04:08:07] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.030697 10.0.0.130 - - [2026-02-12 04:08:07] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.044237 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007184 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007446 10.0.0.130 - - [2026-02-12 04:08:07] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.035372 10.0.0.130 - - [2026-02-12 04:08:07] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.030544 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004963 10.0.0.130 - - [2026-02-12 04:08:07] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004709 10.0.0.130 - - [2026-02-12 04:08:07] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.017174 10.0.0.130 - - [2026-02-12 04:08:08] "POST /ref-update HTTP/1.1" 200 156 0.054299 10.0.0.130 - - [2026-02-12 04:08:08] "GET /virtual-network/7c24ee82-9df4-40d3-b0a6-a6440d1418b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009167 10.0.0.130 - - [2026-02-12 04:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.23 - - [2026-02-12 04:08:08] "POST /ref-update HTTP/1.1" 200 156 0.030097 10.0.0.130 - - [2026-02-12 04:08:08] "GET /network-policy/ed8d092f-8eda-4b7a-912e-7ccbc2879a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005527 10.0.0.130 - - [2026-02-12 04:08:08] "POST /ref-update HTTP/1.1" 200 156 0.054978 10.0.0.130 - - [2026-02-12 04:08:08] "POST /neutron/network HTTP/1.1" 200 799 0.015010 10.0.0.130 - - [2026-02-12 04:08:08] "GET /virtual-network/10522588-daf4-4610-94bb-273e0e815e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008515 10.0.0.130 - - [2026-02-12 04:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.130 - - [2026-02-12 04:08:08] "GET /network-policy/ed8d092f-8eda-4b7a-912e-7ccbc2879a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004544 10.0.0.130 - - [2026-02-12 04:08:08] "DELETE /network-policy/ed8d092f-8eda-4b7a-912e-7ccbc2879a76 HTTP/1.1" 200 115 0.051096 10.0.0.130 - - [2026-02-12 04:08:08] "POST /neutron/network HTTP/1.1" 400 204 0.018245 10.0.0.130 - - [2026-02-12 04:08:08] "POST /neutron/port HTTP/1.1" 200 151 0.168400 10.0.0.130 - - [2026-02-12 04:08:10] "POST /neutron/network HTTP/1.1" 200 799 0.007792 10.0.0.23 - - [2026-02-12 04:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005696 10.0.0.23 - - [2026-02-12 04:08:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002280 10.0.0.23 - - [2026-02-12 04:08:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002345 10.0.0.130 - - [2026-02-12 04:08:10] "POST /neutron/network HTTP/1.1" 200 151 0.107575 10.0.0.23 - - [2026-02-12 04:08:10] "DELETE /route-target/4491fabe-5b51-4f1a-829c-1d130e13d565 HTTP/1.1" 200 115 0.018146 10.0.0.130 - - [2026-02-12 04:08:10] "POST /ref-update HTTP/1.1" 200 156 0.052495 10.0.0.130 - - [2026-02-12 04:08:10] "GET /virtual-network/f3bd83e1-598d-40fb-8877-2a1e4525568f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.010676 10.0.0.130 - - [2026-02-12 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002284 10.0.0.130 - - [2026-02-12 04:08:11] "GET /network-policy/da6773a1-5342-435b-8562-3f9f52565739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008012 10.0.0.130 - - [2026-02-12 04:08:11] "POST /ref-update HTTP/1.1" 200 156 0.061993 10.0.0.23 - - [2026-02-12 04:08:11] "DELETE /access-control-list/c47234a8-2641-4f8b-8fdc-7a7adaef2986 HTTP/1.1" 200 115 0.037093 10.0.0.130 - - [2026-02-12 04:08:11] "GET /virtual-network/be16c9e0-b5c8-480f-9bff-0ab844d1fb0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.024419 10.0.0.130 - - [2026-02-12 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.130 - - [2026-02-12 04:08:11] "GET /network-policy/da6773a1-5342-435b-8562-3f9f52565739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003885 10.0.0.130 - - [2026-02-12 04:08:11] "DELETE /network-policy/da6773a1-5342-435b-8562-3f9f52565739 HTTP/1.1" 200 115 0.028504 10.0.0.130 - - [2026-02-12 04:08:11] "POST /neutron/network HTTP/1.1" 200 974 0.009319 10.0.0.130 - - [2026-02-12 04:08:11] "POST /neutron/port HTTP/1.1" 200 1206 0.024278 10.0.0.130 - - [2026-02-12 04:08:12] "POST /neutron/port HTTP/1.1" 200 1208 0.020431 10.0.0.23 - - [2026-02-12 04:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005190 10.0.0.23 - - [2026-02-12 04:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003743 10.0.0.23 - - [2026-02-12 04:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002127 10.0.0.23 - - [2026-02-12 04:08:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003786 10.0.0.130 - - [2026-02-12 04:08:13] "POST /neutron/network HTTP/1.1" 200 151 0.137786 10.0.0.23 - - [2026-02-12 04:08:13] "DELETE /route-target/fe6a3156-4aec-4891-8f20-847f5cd0b06a HTTP/1.1" 200 115 0.036880 10.0.0.130 - - [2026-02-12 04:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.23 - - [2026-02-12 04:08:15] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.130 - - [2026-02-12 04:08:15] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043393 10.0.0.130 - - [2026-02-12 04:08:15] "POST /neutron/network HTTP/1.1" 200 117 0.016391 10.0.0.23 - - [2026-02-12 04:08:15] "POST /route-targets HTTP/1.1" 200 327 0.015672 10.0.0.22 - - [2026-02-12 04:08:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.003056 10.0.0.23 - - [2026-02-12 04:08:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008765 10.0.0.130 - - [2026-02-12 04:08:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.228031 10.0.0.130 - - [2026-02-12 04:08:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001681 10.0.0.130 - - [2026-02-12 04:08:16] "GET /virtual-network/e84568cc-4878-4479-a10a-d0e9a9bb3755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006476 10.0.0.130 - - [2026-02-12 04:08:16] "GET /virtual-network/e84568cc-4878-4479-a10a-d0e9a9bb3755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007966 10.0.0.130 - - [2026-02-12 04:08:16] "POST /neutron/network HTTP/1.1" 200 976 0.010697 10.0.0.130 - - [2026-02-12 04:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.23 - - [2026-02-12 04:08:16] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.130 - - [2026-02-12 04:08:16] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.044811 10.0.0.130 - - [2026-02-12 04:08:16] "POST /neutron/network HTTP/1.1" 200 117 0.014192 10.0.0.23 - - [2026-02-12 04:08:16] "POST /ref-update HTTP/1.1" 200 156 0.021425 10.0.0.22 - - [2026-02-12 04:08:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.004208 10.0.0.23 - - [2026-02-12 04:08:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005341 10.0.0.130 - - [2026-02-12 04:08:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.201866 10.0.0.130 - - [2026-02-12 04:08:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001407 10.0.0.130 - - [2026-02-12 04:08:16] "GET /virtual-network/d838cb22-6701-4c3c-9f59-011bcb3ccff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006802 10.0.0.130 - - [2026-02-12 04:08:17] "GET /virtual-network/d838cb22-6701-4c3c-9f59-011bcb3ccff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006278 10.0.0.130 - - [2026-02-12 04:08:17] "POST /neutron/network HTTP/1.1" 200 975 0.009027 10.0.0.130 - - [2026-02-12 04:08:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001266 10.0.0.23 - - [2026-02-12 04:08:17] "DELETE /project/041625a03ee04c85bba8c3d94d1e2409 HTTP/1.1" 404 173 0.008218 10.0.0.23 - - [2026-02-12 04:08:17] "DELETE /project/99ae48a5bbf84689a0c6121bee8e274d HTTP/1.1" 404 173 0.007423 10.0.0.23 - - [2026-02-12 04:08:17] "GET /projects?obj_uuids=9f94103e-0c9f-4ace-b641-9d075e53ee68&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000883 10.0.0.23 - - [2026-02-12 04:08:17] "GET /projects?obj_uuids=99ae48a5-bbf8-4689-a0c6-121bee8e274d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000705 10.0.0.23 - - [2026-02-12 04:08:17] "GET /project/9f94103e-0c9f-4ace-b641-9d075e53ee68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.060269 10.0.0.23 - - [2026-02-12 04:08:17] "GET /projects?obj_uuids=9f94103e-0c9f-4ace-b641-9d075e53ee68&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001493 10.0.0.23 - - [2026-02-12 04:08:17] "GET /project/99ae48a5-bbf8-4689-a0c6-121bee8e274d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.098296 10.0.0.23 - - [2026-02-12 04:08:17] "GET /projects?obj_uuids=99ae48a5-bbf8-4689-a0c6-121bee8e274d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001295 10.0.0.23 - - [2026-02-12 04:08:17] "GET /project/9f94103e-0c9f-4ace-b641-9d075e53ee68?fields=security_groups HTTP/1.1" 200 1392 0.088690 10.0.0.23 - - [2026-02-12 04:08:17] "GET /project/99ae48a5-bbf8-4689-a0c6-121bee8e274d?fields=security_groups HTTP/1.1" 200 1374 0.095507 10.0.0.130 - - [2026-02-12 04:08:17] "POST /neutron/network HTTP/1.1" 200 986 0.013692 10.0.0.23 - - [2026-02-12 04:08:17] "DELETE /security-group/fbd45c7d-a3c8-439d-9f63-51b03bdbf2cd HTTP/1.1" 200 115 0.066828 10.0.0.23 - - [2026-02-12 04:08:17] "GET /projects?obj_uuids=9f94103e-0c9f-4ace-b641-9d075e53ee68&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001491 10.0.0.23 - - [2026-02-12 04:08:17] "GET /project/9f94103e-0c9f-4ace-b641-9d075e53ee68?fields=application_policy_sets HTTP/1.1" 200 1431 0.087845 10.0.0.23 - - [2026-02-12 04:08:17] "DELETE /security-group/84beeda3-338b-4492-8e03-c5ccb630fe95 HTTP/1.1" 200 115 0.122607 10.0.0.23 - - [2026-02-12 04:08:17] "GET /projects?obj_uuids=99ae48a5-bbf8-4689-a0c6-121bee8e274d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.23 - - [2026-02-12 04:08:17] "DELETE /access-control-list/8185bc9c-fe11-4fe7-b909-74cba57c24df HTTP/1.1" 200 115 0.064682 10.0.0.23 - - [2026-02-12 04:08:17] "GET /project/99ae48a5-bbf8-4689-a0c6-121bee8e274d?fields=application_policy_sets HTTP/1.1" 200 1413 0.068681 10.0.0.23 - - [2026-02-12 04:08:17] "DELETE /project/9f94103e-0c9f-4ace-b641-9d075e53ee68 HTTP/1.1" 200 115 0.560841 10.0.0.23 - - [2026-02-12 04:08:17] "DELETE /project/99ae48a5-bbf8-4689-a0c6-121bee8e274d HTTP/1.1" 200 115 0.639032 10.0.0.23 - - [2026-02-12 04:08:18] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001432 10.0.0.130 - - [2026-02-12 04:08:18] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.073286 10.0.0.130 - - [2026-02-12 04:08:18] "POST /neutron/port HTTP/1.1" 200 117 0.006633 10.0.0.130 - - [2026-02-12 04:08:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001292 10.0.0.130 - - [2026-02-12 04:08:18] "POST /neutron/network HTTP/1.1" 200 986 0.007051 10.0.0.130 - - [2026-02-12 04:08:19] "POST /neutron/port HTTP/1.1" 200 1154 0.020580 10.0.0.23 - - [2026-02-12 04:08:19] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002191 10.0.0.130 - - [2026-02-12 04:08:19] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.155706 10.0.0.130 - - [2026-02-12 04:08:19] "POST /neutron/network HTTP/1.1" 200 975 0.010279 10.0.0.130 - - [2026-02-12 04:08:19] "POST /neutron/subnet HTTP/1.1" 200 1277 0.013350 10.0.0.130 - - [2026-02-12 04:08:19] "POST /neutron/network HTTP/1.1" 200 976 0.009750 10.0.0.130 - - [2026-02-12 04:08:19] "POST /neutron/port HTTP/1.1" 200 117 0.013659 10.0.0.130 - - [2026-02-12 04:08:20] "POST /neutron/network HTTP/1.1" 200 985 0.007699 10.0.0.130 - - [2026-02-12 04:08:20] "POST /neutron/port HTTP/1.1" 200 1153 0.018696 10.0.0.130 - - [2026-02-12 04:08:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003993 10.0.0.130 - - [2026-02-12 04:08:20] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.130 - - [2026-02-12 04:08:25] "POST /neutron/port HTTP/1.1" 200 1218 0.022023 10.0.0.130 - - [2026-02-12 04:08:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007372 10.0.0.130 - - [2026-02-12 04:08:25] "GET /virtual-machine/e4b6f193-0ee3-4b68-8dfa-bb5a0db04d04 HTTP/1.1" 200 1301 0.005715 10.0.0.130 - - [2026-02-12 04:08:25] "GET /virtual-machine-interface/613c1c4f-67c8-472d-946e-88c949320898 HTTP/1.1" 200 3157 0.006113 10.0.0.130 - - [2026-02-12 04:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.130 - - [2026-02-12 04:08:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003810 10.0.0.130 - - [2026-02-12 04:08:25] "GET /virtual-networks?parent_id=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003849 10.0.0.130 - - [2026-02-12 04:08:25] "GET /virtual-network/e84568cc-4878-4479-a10a-d0e9a9bb3755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006928 10.0.0.130 - - [2026-02-12 04:08:28] "POST /neutron/port HTTP/1.1" 200 1218 0.048952 10.0.0.130 - - [2026-02-12 04:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.130 - - [2026-02-12 04:08:28] "GET /virtual-network/e84568cc-4878-4479-a10a-d0e9a9bb3755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004957 10.0.0.130 - - [2026-02-12 04:08:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006496 10.0.0.130 - - [2026-02-12 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.130 - - [2026-02-12 04:08:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003284 10.0.0.130 - - [2026-02-12 04:08:30] "GET /virtual-networks?parent_id=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002561 10.0.0.130 - - [2026-02-12 04:08:30] "GET /virtual-network/e84568cc-4878-4479-a10a-d0e9a9bb3755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005973 10.0.0.130 - - [2026-02-12 04:08:30] "POST /neutron/port HTTP/1.1" 200 1217 0.017788 10.0.0.130 - - [2026-02-12 04:08:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007884 10.0.0.130 - - [2026-02-12 04:08:31] "GET /virtual-machine/839bcb61-c437-4ce3-8773-6d5c52ccfe61 HTTP/1.1" 200 1299 0.005033 10.0.0.130 - - [2026-02-12 04:08:31] "GET /virtual-machine-interface/59abfb9a-fea5-4731-afe2-95d96c0a8299 HTTP/1.1" 200 3157 0.004777 10.0.0.130 - - [2026-02-12 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.130 - - [2026-02-12 04:08:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003834 10.0.0.130 - - [2026-02-12 04:08:31] "GET /virtual-networks?parent_id=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002754 10.0.0.130 - - [2026-02-12 04:08:31] "GET /virtual-network/d838cb22-6701-4c3c-9f59-011bcb3ccff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006021 10.0.0.130 - - [2026-02-12 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.130 - - [2026-02-12 04:08:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003988 10.0.0.130 - - [2026-02-12 04:08:32] "GET /virtual-networks?parent_id=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003122 10.0.0.130 - - [2026-02-12 04:08:32] "GET /virtual-network/d838cb22-6701-4c3c-9f59-011bcb3ccff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008755 10.0.0.130 - - [2026-02-12 04:08:32] "POST /fqname-to-id HTTP/1.1" 404 209 0.003093 10.0.0.130 - - [2026-02-12 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.23 - - [2026-02-12 04:08:32] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.130 - - [2026-02-12 04:08:32] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.068179 10.0.0.130 - - [2026-02-12 04:08:32] "POST /network-policys HTTP/1.1" 200 533 0.029148 10.0.0.130 - - [2026-02-12 04:08:32] "GET /network-policy/81095fc3-e400-4bb6-a816-27bf520403e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.010033 10.0.0.130 - - [2026-02-12 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.130 - - [2026-02-12 04:08:32] "GET /virtual-network/e84568cc-4878-4479-a10a-d0e9a9bb3755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008209 10.0.0.130 - - [2026-02-12 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.130 - - [2026-02-12 04:08:32] "GET /network-policy/81095fc3-e400-4bb6-a816-27bf520403e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005200 10.0.0.130 - - [2026-02-12 04:08:32] "POST /ref-update HTTP/1.1" 200 156 0.083813 10.0.0.130 - - [2026-02-12 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.130 - - [2026-02-12 04:08:33] "GET /network-policy/81095fc3-e400-4bb6-a816-27bf520403e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.010222 10.0.0.130 - - [2026-02-12 04:08:33] "GET /virtual-network/e84568cc-4878-4479-a10a-d0e9a9bb3755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.011200 10.0.0.130 - - [2026-02-12 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.130 - - [2026-02-12 04:08:33] "GET /network-policy/81095fc3-e400-4bb6-a816-27bf520403e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005412 10.0.0.130 - - [2026-02-12 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.130 - - [2026-02-12 04:08:33] "GET /virtual-network/d838cb22-6701-4c3c-9f59-011bcb3ccff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008229 10.0.0.130 - - [2026-02-12 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.23 - - [2026-02-12 04:08:33] "POST /access-control-lists HTTP/1.1" 200 578 0.028552 10.0.0.130 - - [2026-02-12 04:08:33] "GET /network-policy/81095fc3-e400-4bb6-a816-27bf520403e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008957 10.0.0.130 - - [2026-02-12 04:08:33] "POST /ref-update HTTP/1.1" 200 156 0.063120 10.0.0.130 - - [2026-02-12 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.023712 10.0.0.23 - - [2026-02-12 04:08:33] "POST /ref-update HTTP/1.1" 200 156 0.044389 10.0.0.130 - - [2026-02-12 04:08:33] "GET /network-policy/81095fc3-e400-4bb6-a816-27bf520403e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.015630 10.0.0.130 - - [2026-02-12 04:08:33] "GET /virtual-network/d838cb22-6701-4c3c-9f59-011bcb3ccff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.011861 10.0.0.130 - - [2026-02-12 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.130 - - [2026-02-12 04:08:33] "GET /network-policy/81095fc3-e400-4bb6-a816-27bf520403e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005191 10.0.0.130 - - [2026-02-12 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.23 - - [2026-02-12 04:08:33] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.130 - - [2026-02-12 04:08:33] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.050467 10.0.0.130 - - [2026-02-12 04:08:33] "POST /neutron/network HTTP/1.1" 200 117 0.013848 10.0.0.23 - - [2026-02-12 04:08:34] "POST /ref-update HTTP/1.1" 200 156 0.021362 10.0.0.130 - - [2026-02-12 04:08:34] "POST /neutron/network HTTP/1.1" 200 799 0.008418 10.0.0.130 - - [2026-02-12 04:08:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001097 10.0.0.130 - - [2026-02-12 04:08:34] "GET /virtual-network/d782d734-1a19-409f-8a16-78bea04df76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005113 10.0.0.130 - - [2026-02-12 04:08:34] "GET /virtual-network/d782d734-1a19-409f-8a16-78bea04df76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006096 10.0.0.130 - - [2026-02-12 04:08:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.011081 10.0.0.130 - - [2026-02-12 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.23 - - [2026-02-12 04:08:34] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.130 - - [2026-02-12 04:08:34] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043382 10.0.0.23 - - [2026-02-12 04:08:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007454 10.0.0.130 - - [2026-02-12 04:08:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.217249 10.0.0.130 - - [2026-02-12 04:08:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001379 10.0.0.130 - - [2026-02-12 04:08:34] "GET /virtual-network/555b16c1-965e-4aa0-bdf3-b4ad1521dd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005089 10.0.0.130 - - [2026-02-12 04:08:34] "GET /virtual-network/555b16c1-965e-4aa0-bdf3-b4ad1521dd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.004927 10.0.0.130 - - [2026-02-12 04:08:34] "POST /neutron/network HTTP/1.1" 200 799 0.007761 10.0.0.130 - - [2026-02-12 04:08:34] "POST /fqname-to-id HTTP/1.1" 404 239 0.002988 10.0.0.130 - - [2026-02-12 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.23 - - [2026-02-12 04:08:34] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.130 - - [2026-02-12 04:08:34] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043697 10.0.0.130 - - [2026-02-12 04:08:35] "POST /network-policys HTTP/1.1" 200 587 0.044356 10.0.0.130 - - [2026-02-12 04:08:35] "GET /network-policy/72c14d06-5085-4f97-b2ae-114ceb0c9146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.009278 10.0.0.130 - - [2026-02-12 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.130 - - [2026-02-12 04:08:35] "GET /virtual-network/d782d734-1a19-409f-8a16-78bea04df76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008185 10.0.0.130 - - [2026-02-12 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.130 - - [2026-02-12 04:08:35] "GET /network-policy/72c14d06-5085-4f97-b2ae-114ceb0c9146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007409 10.0.0.23 - - [2026-02-12 04:08:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.006162 10.0.0.130 - - [2026-02-12 04:08:35] "POST /ref-update HTTP/1.1" 200 156 0.050372 10.0.0.130 - - [2026-02-12 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.130 - - [2026-02-12 04:08:35] "GET /network-policy/72c14d06-5085-4f97-b2ae-114ceb0c9146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005229 10.0.0.130 - - [2026-02-12 04:08:35] "GET /virtual-network/d782d734-1a19-409f-8a16-78bea04df76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.006936 10.0.0.130 - - [2026-02-12 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.130 - - [2026-02-12 04:08:35] "GET /network-policy/72c14d06-5085-4f97-b2ae-114ceb0c9146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004840 10.0.0.130 - - [2026-02-12 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.130 - - [2026-02-12 04:08:35] "GET /virtual-network/555b16c1-965e-4aa0-bdf3-b4ad1521dd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006051 10.0.0.130 - - [2026-02-12 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.130 - - [2026-02-12 04:08:35] "GET /network-policy/72c14d06-5085-4f97-b2ae-114ceb0c9146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004227 10.0.0.23 - - [2026-02-12 04:08:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.003263 10.0.0.130 - - [2026-02-12 04:08:35] "POST /ref-update HTTP/1.1" 200 156 0.057405 10.0.0.130 - - [2026-02-12 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.130 - - [2026-02-12 04:08:35] "GET /network-policy/72c14d06-5085-4f97-b2ae-114ceb0c9146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004578 10.0.0.130 - - [2026-02-12 04:08:35] "POST /neutron/network HTTP/1.1" 200 912 0.008476 10.0.0.130 - - [2026-02-12 04:08:35] "GET /virtual-network/555b16c1-965e-4aa0-bdf3-b4ad1521dd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.005052 10.0.0.130 - - [2026-02-12 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.130 - - [2026-02-12 04:08:35] "GET /network-policy/72c14d06-5085-4f97-b2ae-114ceb0c9146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003994 10.0.0.130 - - [2026-02-12 04:08:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001389 10.0.0.130 - - [2026-02-12 04:08:36] "POST /neutron/network HTTP/1.1" 200 922 0.007000 10.0.0.23 - - [2026-02-12 04:08:36] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.130 - - [2026-02-12 04:08:36] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.064961 10.0.0.130 - - [2026-02-12 04:08:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006935 10.0.0.130 - - [2026-02-12 04:08:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001297 10.0.0.130 - - [2026-02-12 04:08:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008570 10.0.0.23 - - [2026-02-12 04:08:37] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.130 - - [2026-02-12 04:08:37] "POST /neutron/port HTTP/1.1" 200 1063 0.293635 10.0.0.130 - - [2026-02-12 04:08:37] "POST /neutron/port HTTP/1.1" 200 1117 0.119047 10.0.0.130 - - [2026-02-12 04:08:37] "POST /neutron/subnet HTTP/1.1" 200 675 0.016098 10.0.0.23 - - [2026-02-12 04:08:38] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001481 10.0.0.130 - - [2026-02-12 04:08:38] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.085271 10.0.0.130 - - [2026-02-12 04:08:38] "POST /neutron/network HTTP/1.1" 200 912 0.007837 10.0.0.130 - - [2026-02-12 04:08:38] "POST /neutron/port HTTP/1.1" 200 117 0.006086 10.0.0.130 - - [2026-02-12 04:08:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003436 10.0.0.130 - - [2026-02-12 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.130 - - [2026-02-12 04:08:38] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004928 10.0.0.23 - - [2026-02-12 04:08:38] "PUT /access-control-list/9374fafa-1772-4cd0-ba0b-ad66bbfe664f HTTP/1.1" 200 272 0.020993 10.0.0.130 - - [2026-02-12 04:08:39] "POST /neutron/port HTTP/1.1" 200 1063 0.019341 10.0.0.130 - - [2026-02-12 04:08:39] "POST /neutron/port HTTP/1.1" 200 1127 0.019040 10.0.0.130 - - [2026-02-12 04:08:39] "POST /neutron/port HTTP/1.1" 200 117 0.001566 10.0.0.130 - - [2026-02-12 04:08:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003321 10.0.0.130 - - [2026-02-12 04:08:39] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003720 10.0.0.130 - - [2026-02-12 04:08:39] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003631 10.0.0.130 - - [2026-02-12 04:08:39] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.031135 10.0.0.130 - - [2026-02-12 04:08:39] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.037030 10.0.0.130 - - [2026-02-12 04:08:39] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007632 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004138 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.030186 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.032580 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008529 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004041 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.035750 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.030105 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008010 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004083 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.029236 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003218 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005051 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004140 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.033000 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.044864 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005128 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004321 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.031602 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.038733 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007306 10.0.0.130 - - [2026-02-12 04:08:40] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007531 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.034885 10.0.0.130 - - [2026-02-12 04:08:40] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.037319 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004848 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005171 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.019691 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003819 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005019 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004879 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.029881 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.031112 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004396 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007105 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.044831 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.039630 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005763 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004222 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.032107 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.033499 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004774 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006855 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.025090 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007087 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003875 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.015879 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005242 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004014 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.015972 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006283 10.0.0.130 - - [2026-02-12 04:08:41] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006793 10.0.0.130 - - [2026-02-12 04:08:41] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.020786 10.0.0.130 - - [2026-02-12 04:08:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006715 10.0.0.130 - - [2026-02-12 04:08:51] "POST /neutron/port HTTP/1.1" 200 1218 0.046762 10.0.0.130 - - [2026-02-12 04:08:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005738 10.0.0.130 - - [2026-02-12 04:08:51] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004014 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004833 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004624 10.0.0.130 - - [2026-02-12 04:08:52] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.028962 10.0.0.130 - - [2026-02-12 04:08:52] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.039678 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004711 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009108 10.0.0.130 - - [2026-02-12 04:08:52] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.050314 10.0.0.130 - - [2026-02-12 04:08:52] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.042979 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.008625 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.006942 10.0.0.130 - - [2026-02-12 04:08:52] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.048502 10.0.0.130 - - [2026-02-12 04:08:52] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.036524 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005317 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008461 10.0.0.130 - - [2026-02-12 04:08:52] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.033065 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.010352 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006346 10.0.0.130 - - [2026-02-12 04:08:52] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005728 10.0.0.130 - - [2026-02-12 04:08:52] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.036001 10.0.0.130 - - [2026-02-12 04:08:52] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.058891 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008159 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005974 10.0.0.130 - - [2026-02-12 04:08:53] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.053351 10.0.0.130 - - [2026-02-12 04:08:53] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.048085 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.018660 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.006221 10.0.0.130 - - [2026-02-12 04:08:53] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.038324 10.0.0.130 - - [2026-02-12 04:08:53] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.042612 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007102 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.003757 10.0.0.130 - - [2026-02-12 04:08:53] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.025758 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003762 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005365 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005104 10.0.0.130 - - [2026-02-12 04:08:53] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.026332 10.0.0.130 - - [2026-02-12 04:08:53] "PUT /bgp-router/d86b242c-182f-4d56-8382-a7aa853c229f HTTP/1.1" 200 254 0.042648 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008610 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004299 10.0.0.130 - - [2026-02-12 04:08:53] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.035948 10.0.0.130 - - [2026-02-12 04:08:53] "PUT /bgp-router/036fd6e5-36d0-4261-a190-111049dd6320 HTTP/1.1" 200 254 0.046530 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.007503 10.0.0.130 - - [2026-02-12 04:08:53] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.004175 10.0.0.130 - - [2026-02-12 04:08:54] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.040988 10.0.0.130 - - [2026-02-12 04:08:54] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.043131 10.0.0.130 - - [2026-02-12 04:08:54] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.008098 10.0.0.130 - - [2026-02-12 04:08:54] "GET /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.006889 10.0.0.130 - - [2026-02-12 04:08:54] "PUT /bgp-router/9d9e013b-d7de-435d-864d-9c272b715984 HTTP/1.1" 200 254 0.025789 10.0.0.130 - - [2026-02-12 04:08:54] "POST /ref-update HTTP/1.1" 200 156 0.052373 10.0.0.130 - - [2026-02-12 04:08:54] "POST /neutron/network HTTP/1.1" 200 799 0.011507 10.0.0.130 - - [2026-02-12 04:08:54] "GET /virtual-network/555b16c1-965e-4aa0-bdf3-b4ad1521dd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006579 10.0.0.130 - - [2026-02-12 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.130 - - [2026-02-12 04:08:54] "GET /network-policy/72c14d06-5085-4f97-b2ae-114ceb0c9146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005718 10.0.0.130 - - [2026-02-12 04:08:54] "POST /ref-update HTTP/1.1" 200 156 0.096163 10.0.0.23 - - [2026-02-12 04:08:54] "DELETE /access-control-list/703cd292-13e4-40a9-9927-b994d068d3a9 HTTP/1.1" 200 115 0.073947 10.0.0.130 - - [2026-02-12 04:08:54] "GET /virtual-network/d782d734-1a19-409f-8a16-78bea04df76f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.010252 10.0.0.130 - - [2026-02-12 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.130 - - [2026-02-12 04:08:54] "GET /network-policy/72c14d06-5085-4f97-b2ae-114ceb0c9146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005552 10.0.0.130 - - [2026-02-12 04:08:54] "DELETE /network-policy/72c14d06-5085-4f97-b2ae-114ceb0c9146 HTTP/1.1" 200 115 0.035419 10.0.0.130 - - [2026-02-12 04:08:54] "POST /neutron/network HTTP/1.1" 400 204 0.019881 10.0.0.130 - - [2026-02-12 04:08:55] "POST /neutron/port HTTP/1.1" 200 1127 0.018770 10.0.0.130 - - [2026-02-12 04:08:55] "POST /neutron/port HTTP/1.1" 200 151 0.251906 10.0.0.23 - - [2026-02-12 04:08:57] "DELETE /route-target/b5235eae-af6a-42f4-8895-a54203d524af HTTP/1.1" 200 115 0.026013 10.0.0.130 - - [2026-02-12 04:08:57] "POST /neutron/network HTTP/1.1" 200 799 0.012017 10.0.0.22 - - [2026-02-12 04:08:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.005412 10.0.0.130 - - [2026-02-12 04:08:57] "POST /ref-update HTTP/1.1" 200 156 0.072553 10.0.0.23 - - [2026-02-12 04:08:57] "DELETE /access-control-list/0e30bd6f-6b4e-4d94-bc92-d6e29c5e590b HTTP/1.1" 200 115 0.047239 10.0.0.130 - - [2026-02-12 04:08:57] "GET /virtual-network/d838cb22-6701-4c3c-9f59-011bcb3ccff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008901 10.0.0.130 - - [2026-02-12 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.130 - - [2026-02-12 04:08:57] "GET /network-policy/81095fc3-e400-4bb6-a816-27bf520403e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006501 10.0.0.130 - - [2026-02-12 04:08:57] "POST /ref-update HTTP/1.1" 200 156 0.064639 10.0.0.23 - - [2026-02-12 04:08:57] "POST /ref-update HTTP/1.1" 200 156 0.024653 10.0.0.130 - - [2026-02-12 04:08:57] "POST /neutron/network HTTP/1.1" 200 976 0.034666 10.0.0.130 - - [2026-02-12 04:08:57] "GET /virtual-network/e84568cc-4878-4479-a10a-d0e9a9bb3755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006310 10.0.0.130 - - [2026-02-12 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006382 10.0.0.130 - - [2026-02-12 04:08:57] "GET /network-policy/81095fc3-e400-4bb6-a816-27bf520403e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003856 10.0.0.130 - - [2026-02-12 04:08:57] "DELETE /network-policy/81095fc3-e400-4bb6-a816-27bf520403e3 HTTP/1.1" 200 115 0.029830 10.0.0.130 - - [2026-02-12 04:08:58] "POST /neutron/port HTTP/1.1" 200 1217 0.020641 10.0.0.130 - - [2026-02-12 04:08:58] "POST /neutron/port HTTP/1.1" 200 1218 0.014740 10.0.0.130 - - [2026-02-12 04:08:59] "POST /neutron/network HTTP/1.1" 200 975 0.009417 10.0.0.23 - - [2026-02-12 04:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003334 10.0.0.23 - - [2026-02-12 04:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079 10.0.0.23 - - [2026-02-12 04:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.23 - - [2026-02-12 04:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002756 10.0.0.23 - - [2026-02-12 04:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002358 10.0.0.130 - - [2026-02-12 04:09:00] "POST /neutron/network HTTP/1.1" 200 151 0.136410 10.0.0.23 - - [2026-02-12 04:09:01] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002512 10.0.0.130 - - [2026-02-12 04:09:01] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043052 10.0.0.23 - - [2026-02-12 04:09:01] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.130 - - [2026-02-12 04:09:01] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?fields=virtual_networks HTTP/1.1" 200 1057 0.049284 10.0.0.23 - - [2026-02-12 04:09:01] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.130 - - [2026-02-12 04:09:01] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.044000 10.0.0.23 - - [2026-02-12 04:09:01] "GET /projects?obj_uuids=041625a0-3ee0-4c85-bba8-c3d94d1e2409&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.130 - - [2026-02-12 04:09:01] "GET /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409?fields=security_groups HTTP/1.1" 200 1291 0.046559 10.0.0.130 - - [2026-02-12 04:09:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.027032 10.0.0.23 - - [2026-02-12 04:09:02] "GET /projects?obj_uuids=89b0c26e-7965-4101-a6f0-ca4f7ec99bc6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003658 10.0.0.23 - - [2026-02-12 04:09:02] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.23 - - [2026-02-12 04:09:02] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009830 10.0.0.23 - - [2026-02-12 04:09:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.001123 10.0.0.23 - - [2026-02-12 04:09:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.002840 10.0.0.23 - - [2026-02-12 04:09:03] "POST /security-groups HTTP/1.1" 200 586 0.031649 10.0.0.23 - - [2026-02-12 04:09:03] "POST /projects HTTP/1.1" 200 575 0.232684 10.0.0.23 - - [2026-02-12 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.268605 10.0.0.23 - - [2026-02-12 04:09:03] "POST /access-control-lists HTTP/1.1" 200 591 0.025045 10.0.0.130 - - [2026-02-12 04:09:03] "GET /project/89b0c26e-7965-4101-a6f0-ca4f7ec99bc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.419351 10.0.0.130 - - [2026-02-12 04:09:04] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.130 - - [2026-02-12 04:09:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000576 10.0.0.130 - - [2026-02-12 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.032726 10.0.0.130 - - [2026-02-12 04:09:06] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003540 10.0.0.130 - - [2026-02-12 04:09:06] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003203 10.0.0.130 - - [2026-02-12 04:09:06] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004921 10.0.0.130 - - [2026-02-12 04:09:06] "PUT /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e HTTP/1.1" 200 264 0.012997 10.0.0.23 - - [2026-02-12 04:09:07] "DELETE /access-control-list/fa86f859-13ba-4817-83b9-7407dae9426b HTTP/1.1" 200 115 0.037367 10.0.0.130 - - [2026-02-12 04:09:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.034901 10.0.0.23 - - [2026-02-12 04:09:08] "GET /projects?obj_uuids=02639ca2-f0f6-49f9-a8a6-bde4444b1182&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003003 10.0.0.23 - - [2026-02-12 04:09:08] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.23 - - [2026-02-12 04:09:08] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007490 10.0.0.23 - - [2026-02-12 04:09:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.004638 10.0.0.23 - - [2026-02-12 04:09:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.005253 10.0.0.23 - - [2026-02-12 04:09:09] "POST /security-groups HTTP/1.1" 200 586 0.028637 10.0.0.23 - - [2026-02-12 04:09:09] "POST /projects HTTP/1.1" 200 575 0.230446 10.0.0.23 - - [2026-02-12 04:09:09] "POST /access-control-lists HTTP/1.1" 200 591 0.031667 10.0.0.23 - - [2026-02-12 04:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.309475 10.0.0.130 - - [2026-02-12 04:09:09] "GET /project/02639ca2-f0f6-49f9-a8a6-bde4444b1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.450373 10.0.0.130 - - [2026-02-12 04:09:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.027069 10.0.0.23 - - [2026-02-12 04:09:09] "GET /projects?obj_uuids=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003263 10.0.0.23 - - [2026-02-12 04:09:09] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001966 10.0.0.23 - - [2026-02-12 04:09:09] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009418 10.0.0.23 - - [2026-02-12 04:09:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.001239 10.0.0.23 - - [2026-02-12 04:09:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.003385 10.0.0.23 - - [2026-02-12 04:09:10] "POST /security-groups HTTP/1.1" 200 586 0.077342 10.0.0.23 - - [2026-02-12 04:09:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.005657 10.0.0.23 - - [2026-02-12 04:09:10] "POST /projects HTTP/1.1" 200 575 0.288718 10.0.0.23 - - [2026-02-12 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.367775 10.0.0.23 - - [2026-02-12 04:09:10] "POST /access-control-lists HTTP/1.1" 200 589 0.029820 10.0.0.130 - - [2026-02-12 04:09:10] "GET /project/63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.528818 10.0.0.130 - - [2026-02-12 04:09:11] "GET / HTTP/1.1" 200 35931 0.003179 10.0.0.130 - - [2026-02-12 04:09:11] "GET / HTTP/1.1" 200 35931 0.001481 10.0.0.130 - - [2026-02-12 04:09:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.003916 10.0.0.130 - - [2026-02-12 04:09:12] "POST /api-access-lists HTTP/1.1" 200 521 0.021690 10.0.0.130 - - [2026-02-12 04:09:12] "GET /api-access-list/297e6e63-555a-48d0-bfc3-b0a762e80c95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.010422 10.0.0.130 - - [2026-02-12 04:09:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000598 10.0.0.130 - - [2026-02-12 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.131341 10.0.0.23 - - [2026-02-12 04:09:13] "GET /projects?obj_uuids=02639ca2-f0f6-49f9-a8a6-bde4444b1182&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.130 - - [2026-02-12 04:09:13] "GET /project/02639ca2-f0f6-49f9-a8a6-bde4444b1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.058767 10.0.0.130 - - [2026-02-12 04:09:13] "GET /virtual-networks?parent_id=02639ca2-f0f6-49f9-a8a6-bde4444b1182&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020150 10.0.0.130 - - [2026-02-12 04:09:13] "POST /virtual-networks HTTP/1.1" 200 568 0.102090 10.0.0.130 - - [2026-02-12 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.024988 10.0.0.130 - - [2026-02-12 04:09:13] "GET /network-ipam/ba1ba808-44bc-4005-b708-b7728744b4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.014481 10.0.0.23 - - [2026-02-12 04:09:13] "POST /useragent-kv HTTP/1.1" 200 115 0.009901 10.0.0.130 - - [2026-02-12 04:09:13] "POST /ref-update HTTP/1.1" 200 156 0.109557 10.0.0.130 - - [2026-02-12 04:09:14] "GET /virtual-network/aef9614e-7cfd-40d7-9dca-ceafba59f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.018506 10.0.0.130 - - [2026-02-12 04:09:14] "POST /neutron/network HTTP/1.1" 200 832 0.060679 10.0.0.130 - - [2026-02-12 04:09:15] "GET /obj-perms HTTP/1.1" 200 4934 0.076439 10.0.0.130 - - [2026-02-12 04:09:15] "GET /virtual-network/aef9614e-7cfd-40d7-9dca-ceafba59f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.020077 10.0.0.130 - - [2026-02-12 04:09:16] "GET /obj-perms HTTP/1.1" 200 4934 0.089564 10.0.0.130 - - [2026-02-12 04:09:16] "GET /obj-perms HTTP/1.1" 200 4934 0.015367 10.0.0.130 - - [2026-02-12 04:09:16] "POST /id-to-fqname HTTP/1.1" 401 293 0.000443 10.0.0.130 - - [2026-02-12 04:09:16] "POST /id-to-fqname HTTP/1.1" 200 230 0.044566 10.0.0.23 - - [2026-02-12 04:09:17] "DELETE /project/89b0c26e79654101a6f0ca4f7ec99bc6 HTTP/1.1" 404 173 0.008412 10.0.0.23 - - [2026-02-12 04:09:17] "DELETE /project/63ba2e3ef6fc4f9c9c2760e6c10422cc HTTP/1.1" 404 173 0.006413 10.0.0.23 - - [2026-02-12 04:09:17] "DELETE /project/02639ca2f0f649f9a8a6bde4444b1182 HTTP/1.1" 404 173 0.008472 10.0.0.23 - - [2026-02-12 04:09:17] "DELETE /project/041625a0-3ee0-4c85-bba8-c3d94d1e2409 HTTP/1.1" 404 177 0.005805 10.0.0.23 - - [2026-02-12 04:09:18] "GET /projects?obj_uuids=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001002 10.0.0.130 - - [2026-02-12 04:09:18] "GET /project/63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.059755 10.0.0.130 - - [2026-02-12 04:09:18] "POST /neutron/network HTTP/1.1" 200 832 0.006528 10.0.0.130 - - [2026-02-12 04:09:18] "POST /neutron/port HTTP/1.1" 200 117 0.031676 10.0.0.23 - - [2026-02-12 04:09:19] "GET /projects?obj_uuids=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001566 10.0.0.130 - - [2026-02-12 04:09:19] "POST /neutron/port HTTP/1.1" 200 1055 0.758150 10.0.0.130 - - [2026-02-12 04:09:20] "POST /neutron/port HTTP/1.1" 200 1109 0.128001 10.0.0.130 - - [2026-02-12 04:09:20] "POST /neutron/subnet HTTP/1.1" 200 649 0.016022 10.0.0.130 - - [2026-02-12 04:09:23] "POST /neutron/port HTTP/1.1" 200 1119 0.017137 10.0.0.130 - - [2026-02-12 04:09:23] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007720 10.0.0.130 - - [2026-02-12 04:09:23] "POST /neutron/port HTTP/1.1" 200 1119 0.020741 10.0.0.130 - - [2026-02-12 04:09:23] "GET /virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08 HTTP/1.1" 401 293 0.000411 10.0.0.130 - - [2026-02-12 04:09:24] "GET /virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08 HTTP/1.1" 200 1288 0.048861 10.0.0.130 - - [2026-02-12 04:09:24] "GET /virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08 HTTP/1.1" 200 1288 0.015828 10.0.0.130 - - [2026-02-12 04:09:24] "GET /virtual-machine-interface/9f4515df-5b53-43b4-9c5c-df69e076f734 HTTP/1.1" 200 2531 0.022866 10.0.0.130 - - [2026-02-12 04:09:24] "GET /virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08 HTTP/1.1" 200 1288 0.016630 10.0.0.130 - - [2026-02-12 04:09:24] "GET /virtual-machine-interface/9f4515df-5b53-43b4-9c5c-df69e076f734 HTTP/1.1" 200 2531 0.021316 10.0.0.130 - - [2026-02-12 04:09:24] "GET /instance-ip/890f07f7-c031-4004-aafb-f8e73ecd2863 HTTP/1.1" 200 1625 0.016828 10.0.0.130 - - [2026-02-12 04:09:24] "GET /virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08 HTTP/1.1" 200 1288 0.016638 10.0.0.130 - - [2026-02-12 04:09:24] "GET /virtual-machine-interface/9f4515df-5b53-43b4-9c5c-df69e076f734 HTTP/1.1" 200 2531 0.019643 10.0.0.130 - - [2026-02-12 04:09:24] "GET /instance-ip/890f07f7-c031-4004-aafb-f8e73ecd2863 HTTP/1.1" 200 1625 0.015750 10.0.0.130 - - [2026-02-12 04:09:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.013774 10.0.0.130 - - [2026-02-12 04:09:24] "GET / HTTP/1.1" 200 35931 0.001655 10.0.0.130 - - [2026-02-12 04:09:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.130 - - [2026-02-12 04:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.026374 10.0.0.130 - - [2026-02-12 04:09:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003520 10.0.0.130 - - [2026-02-12 04:09:25] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014763 10.0.0.130 - - [2026-02-12 04:09:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.014531 10.0.0.130 - - [2026-02-12 04:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.130 - - [2026-02-12 04:09:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003492 10.0.0.130 - - [2026-02-12 04:09:25] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014735 10.0.0.130 - - [2026-02-12 04:09:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.014874 10.0.0.130 - - [2026-02-12 04:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.130 - - [2026-02-12 04:09:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003967 10.0.0.130 - - [2026-02-12 04:09:25] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021567 10.0.0.130 - - [2026-02-12 04:09:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.017560 10.0.0.130 - - [2026-02-12 04:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.130 - - [2026-02-12 04:09:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005598 10.0.0.130 - - [2026-02-12 04:09:25] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016205 10.0.0.130 - - [2026-02-12 04:09:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.017808 10.0.0.130 - - [2026-02-12 04:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.130 - - [2026-02-12 04:09:25] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003866 10.0.0.130 - - [2026-02-12 04:09:25] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015688 10.0.0.130 - - [2026-02-12 04:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.016026 10.0.0.130 - - [2026-02-12 04:09:28] "GET /virtual-network/aef9614e-7cfd-40d7-9dca-ceafba59f56b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.018725 10.0.0.130 - - [2026-02-12 04:09:29] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009436 10.0.0.130 - - [2026-02-12 04:09:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.014750 10.0.0.130 - - [2026-02-12 04:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.130 - - [2026-02-12 04:09:30] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003757 10.0.0.130 - - [2026-02-12 04:09:30] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017956 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.018340 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.130 - - [2026-02-12 04:09:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003957 10.0.0.130 - - [2026-02-12 04:09:31] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020372 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.015049 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.130 - - [2026-02-12 04:09:31] "GET /routing-instance/e380ac5c-5364-4d38-b686-865275242689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004251 10.0.0.130 - - [2026-02-12 04:09:31] "GET /route-target/1672a77e-fe3f-4e2c-84bd-f954b96d5431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.025692 10.0.0.130 - - [2026-02-12 04:09:31] "GET /route-target/1672a77e-fe3f-4e2c-84bd-f954b96d5431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003471 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.014764 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.130 - - [2026-02-12 04:09:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003744 10.0.0.130 - - [2026-02-12 04:09:31] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023693 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.020499 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.130 - - [2026-02-12 04:09:31] "GET /routing-instance/e380ac5c-5364-4d38-b686-865275242689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.006685 10.0.0.130 - - [2026-02-12 04:09:31] "GET /route-target/1672a77e-fe3f-4e2c-84bd-f954b96d5431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015795 10.0.0.130 - - [2026-02-12 04:09:31] "GET /route-target/1672a77e-fe3f-4e2c-84bd-f954b96d5431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004373 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.020427 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.130 - - [2026-02-12 04:09:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.014688 10.0.0.130 - - [2026-02-12 04:09:31] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.046747 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.014611 10.0.0.130 - - [2026-02-12 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.011337 10.0.0.130 - - [2026-02-12 04:09:31] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003654 10.0.0.130 - - [2026-02-12 04:09:31] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018154 10.0.0.23 - - [2026-02-12 04:09:32] "GET /virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.043505 10.0.0.130 - - [2026-02-12 04:09:32] "GET /obj-perms HTTP/1.1" 200 4934 0.020635 10.0.0.130 - - [2026-02-12 04:09:32] "GET /obj-perms HTTP/1.1" 200 4934 0.023031 10.0.0.130 - - [2026-02-12 04:09:32] "GET /obj-perms HTTP/1.1" 200 4934 0.017441 10.0.0.130 - - [2026-02-12 04:09:32] "GET /obj-perms HTTP/1.1" 200 4934 0.021652 10.0.0.23 - - [2026-02-12 04:09:32] "GET /obj-perms HTTP/1.1" 200 4934 0.046053 10.0.0.130 - - [2026-02-12 04:09:33] "GET /obj-perms HTTP/1.1" 200 4934 0.014522 10.0.0.130 - - [2026-02-12 04:09:33] "GET /obj-perms HTTP/1.1" 200 4934 0.066847 10.0.0.22 - - [2026-02-12 04:09:34] "GET /obj-perms HTTP/1.1" 200 5039 0.058990 10.0.0.130 - - [2026-02-12 04:09:34] "GET /obj-perms HTTP/1.1" 200 4934 0.014322 10.0.0.130 - - [2026-02-12 04:09:34] "GET /obj-perms HTTP/1.1" 200 5039 0.056726 10.0.0.22 - - [2026-02-12 04:09:35] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.040581 10.0.0.23 - - [2026-02-12 04:09:35] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.020712 10.0.0.130 - - [2026-02-12 04:09:35] "GET /virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08 HTTP/1.1" 200 1288 0.026608 10.0.0.130 - - [2026-02-12 04:09:36] "POST /neutron/port HTTP/1.1" 200 151 0.168002 10.0.0.130 - - [2026-02-12 04:09:37] "GET /virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08 HTTP/1.1" 404 171 0.017559 10.0.0.130 - - [2026-02-12 04:09:37] "GET /virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08 HTTP/1.1" 404 171 0.019516 10.0.0.130 - - [2026-02-12 04:09:37] "GET /virtual-machine/c70c3e0d-522b-4431-b81a-ada95633cb08 HTTP/1.1" 404 171 0.017053 10.0.0.130 - - [2026-02-12 04:09:37] "POST /fqname-to-id HTTP/1.1" 403 339 0.015215 10.0.0.130 - - [2026-02-12 04:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.130 - - [2026-02-12 04:09:37] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003250 10.0.0.130 - - [2026-02-12 04:09:37] "GET /virtual-networks?parent_id=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015432 10.0.0.130 - - [2026-02-12 04:09:38] "POST /fqname-to-id HTTP/1.1" 403 361 0.019119 10.0.0.130 - - [2026-02-12 04:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.130 - - [2026-02-12 04:09:38] "GET /routing-instance/e380ac5c-5364-4d38-b686-865275242689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005265 10.0.0.130 - - [2026-02-12 04:09:38] "GET /route-target/1672a77e-fe3f-4e2c-84bd-f954b96d5431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015172 10.0.0.130 - - [2026-02-12 04:09:38] "GET /route-target/1672a77e-fe3f-4e2c-84bd-f954b96d5431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003338 10.0.0.130 - - [2026-02-12 04:09:38] "GET /obj-perms HTTP/1.1" 200 4934 0.079440 10.0.0.130 - - [2026-02-12 04:09:38] "GET /obj-perms HTTP/1.1" 200 4934 0.072190 10.0.0.130 - - [2026-02-12 04:09:44] "GET /obj-perms HTTP/1.1" 200 5039 0.003699 10.0.0.22 - - [2026-02-12 04:09:45] "GET /obj-perms HTTP/1.1" 200 5039 0.003841 10.0.0.22 - - [2026-02-12 04:09:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.22 - - [2026-02-12 04:09:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.22 - - [2026-02-12 04:09:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.22 - - [2026-02-12 04:09:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.23 - - [2026-02-12 04:09:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.23 - - [2026-02-12 04:09:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.23 - - [2026-02-12 04:09:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.130 - - [2026-02-12 04:09:54] "GET /obj-perms HTTP/1.1" 200 5039 0.004260 10.0.0.23 - - [2026-02-12 04:09:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.22 - - [2026-02-12 04:09:54] "GET /obj-perms HTTP/1.1" 200 5039 0.003505 10.0.0.130 - - [2026-02-12 04:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.130 - - [2026-02-12 04:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.130 - - [2026-02-12 04:09:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.130 - - [2026-02-12 04:09:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.130 - - [2026-02-12 04:10:00] "GET /obj-perms HTTP/1.1" 200 5039 0.004131 10.0.0.22 - - [2026-02-12 04:10:00] "GET /obj-perms HTTP/1.1" 200 5039 0.004444 10.0.0.23 - - [2026-02-12 04:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004343 10.0.0.23 - - [2026-02-12 04:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006059 10.0.0.23 - - [2026-02-12 04:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002948 10.0.0.130 - - [2026-02-12 04:10:01] "DELETE /virtual-network/aef9614e-7cfd-40d7-9dca-ceafba59f56b HTTP/1.1" 200 115 0.134659 10.0.0.130 - - [2026-02-12 04:10:01] "DELETE /api-access-list/297e6e63-555a-48d0-bfc3-b0a762e80c95 HTTP/1.1" 200 115 0.029941 10.0.0.23 - - [2026-02-12 04:10:01] "GET /projects?obj_uuids=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.130 - - [2026-02-12 04:10:01] "GET /project/63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.045484 10.0.0.23 - - [2026-02-12 04:10:01] "GET /projects?obj_uuids=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.130 - - [2026-02-12 04:10:01] "GET /project/63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc?fields=virtual_networks HTTP/1.1" 200 1032 0.040286 10.0.0.23 - - [2026-02-12 04:10:01] "GET /projects?obj_uuids=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001546 10.0.0.130 - - [2026-02-12 04:10:01] "GET /project/63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.052501 10.0.0.23 - - [2026-02-12 04:10:01] "GET /projects?obj_uuids=63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001387 10.0.0.130 - - [2026-02-12 04:10:01] "GET /project/63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc?fields=security_groups HTTP/1.1" 200 1253 0.044425 10.0.0.23 - - [2026-02-12 04:10:02] "GET /projects?obj_uuids=02639ca2-f0f6-49f9-a8a6-bde4444b1182&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001391 10.0.0.130 - - [2026-02-12 04:10:02] "GET /project/02639ca2-f0f6-49f9-a8a6-bde4444b1182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.043325 10.0.0.23 - - [2026-02-12 04:10:02] "GET /projects?obj_uuids=02639ca2-f0f6-49f9-a8a6-bde4444b1182&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001048 10.0.0.130 - - [2026-02-12 04:10:02] "GET /project/02639ca2-f0f6-49f9-a8a6-bde4444b1182?fields=virtual_networks HTTP/1.1" 200 1031 0.038658 10.0.0.23 - - [2026-02-12 04:10:02] "GET /projects?obj_uuids=02639ca2-f0f6-49f9-a8a6-bde4444b1182&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000964 10.0.0.130 - - [2026-02-12 04:10:02] "GET /project/02639ca2-f0f6-49f9-a8a6-bde4444b1182?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.057107 10.0.0.23 - - [2026-02-12 04:10:02] "GET /projects?obj_uuids=02639ca2-f0f6-49f9-a8a6-bde4444b1182&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001042 10.0.0.130 - - [2026-02-12 04:10:02] "GET /project/02639ca2-f0f6-49f9-a8a6-bde4444b1182?fields=security_groups HTTP/1.1" 200 1252 0.037403 10.0.0.130 - - [2026-02-12 04:10:04] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004031 10.0.0.130 - - [2026-02-12 04:10:04] "PUT /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e HTTP/1.1" 200 264 0.012403 10.0.0.23 - - [2026-02-12 04:10:05] "GET /projects?obj_uuids=89b0c26e-7965-4101-a6f0-ca4f7ec99bc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.130 - - [2026-02-12 04:10:05] "GET /project/89b0c26e-7965-4101-a6f0-ca4f7ec99bc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.040938 10.0.0.23 - - [2026-02-12 04:10:05] "GET /projects?obj_uuids=89b0c26e-7965-4101-a6f0-ca4f7ec99bc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001551 10.0.0.130 - - [2026-02-12 04:10:05] "GET /project/89b0c26e-7965-4101-a6f0-ca4f7ec99bc6?fields=virtual_networks HTTP/1.1" 200 1032 0.043881 10.0.0.23 - - [2026-02-12 04:10:05] "GET /projects?obj_uuids=89b0c26e-7965-4101-a6f0-ca4f7ec99bc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000935 10.0.0.130 - - [2026-02-12 04:10:05] "GET /project/89b0c26e-7965-4101-a6f0-ca4f7ec99bc6?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045276 10.0.0.23 - - [2026-02-12 04:10:05] "GET /projects?obj_uuids=89b0c26e-7965-4101-a6f0-ca4f7ec99bc6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001287 10.0.0.130 - - [2026-02-12 04:10:05] "GET /project/89b0c26e-7965-4101-a6f0-ca4f7ec99bc6?fields=security_groups HTTP/1.1" 200 1253 0.054152 10.0.0.130 - - [2026-02-12 04:10:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.030101 10.0.0.23 - - [2026-02-12 04:10:06] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003011 10.0.0.23 - - [2026-02-12 04:10:06] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.23 - - [2026-02-12 04:10:06] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008716 10.0.0.23 - - [2026-02-12 04:10:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.001152 10.0.0.23 - - [2026-02-12 04:10:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.004598 10.0.0.23 - - [2026-02-12 04:10:06] "POST /security-groups HTTP/1.1" 200 591 0.073576 10.0.0.23 - - [2026-02-12 04:10:06] "POST /projects HTTP/1.1" 200 585 0.273573 10.0.0.23 - - [2026-02-12 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.308056 10.0.0.23 - - [2026-02-12 04:10:06] "POST /access-control-lists HTTP/1.1" 200 596 0.026074 10.0.0.130 - - [2026-02-12 04:10:06] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.448402 10.0.0.130 - - [2026-02-12 04:10:07] "GET / HTTP/1.1" 200 35931 0.001458 10.0.0.23 - - [2026-02-12 04:10:08] "DELETE /access-control-list/7443819a-d5bd-45e6-b459-8f3bca3aba04 HTTP/1.1" 200 115 0.049558 10.0.0.130 - - [2026-02-12 04:10:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.130 - - [2026-02-12 04:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.035706 10.0.0.130 - - [2026-02-12 04:10:10] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004369 10.0.0.130 - - [2026-02-12 04:10:10] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004046 10.0.0.130 - - [2026-02-12 04:10:10] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003054 10.0.0.130 - - [2026-02-12 04:10:10] "PUT /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e HTTP/1.1" 200 264 0.017002 10.0.0.130 - - [2026-02-12 04:10:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.026133 10.0.0.23 - - [2026-02-12 04:10:12] "GET /projects?obj_uuids=2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002835 10.0.0.23 - - [2026-02-12 04:10:12] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.23 - - [2026-02-12 04:10:12] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006939 10.0.0.23 - - [2026-02-12 04:10:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.004704 10.0.0.23 - - [2026-02-12 04:10:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.002894 10.0.0.23 - - [2026-02-12 04:10:12] "POST /security-groups HTTP/1.1" 200 591 0.069846 10.0.0.23 - - [2026-02-12 04:10:12] "POST /projects HTTP/1.1" 200 585 0.277837 10.0.0.23 - - [2026-02-12 04:10:12] "POST /access-control-lists HTTP/1.1" 200 596 0.040019 10.0.0.23 - - [2026-02-12 04:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.360382 10.0.0.130 - - [2026-02-12 04:10:12] "GET /project/2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.520439 10.0.0.130 - - [2026-02-12 04:10:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.041903 10.0.0.23 - - [2026-02-12 04:10:13] "GET /projects?obj_uuids=0cb61aee-adcd-46b6-b935-bb92441c5231&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002773 10.0.0.23 - - [2026-02-12 04:10:13] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001403 10.0.0.23 - - [2026-02-12 04:10:13] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007151 10.0.0.23 - - [2026-02-12 04:10:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.003272 10.0.0.23 - - [2026-02-12 04:10:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.002994 10.0.0.23 - - [2026-02-12 04:10:13] "POST /security-groups HTTP/1.1" 200 591 0.076438 10.0.0.23 - - [2026-02-12 04:10:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003989 10.0.0.23 - - [2026-02-12 04:10:13] "POST /projects HTTP/1.1" 200 585 0.282550 10.0.0.23 - - [2026-02-12 04:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.322366 10.0.0.23 - - [2026-02-12 04:10:13] "POST /access-control-lists HTTP/1.1" 200 594 0.035215 10.0.0.130 - - [2026-02-12 04:10:13] "GET /project/0cb61aee-adcd-46b6-b935-bb92441c5231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.506988 10.0.0.23 - - [2026-02-12 04:10:14] "DELETE /access-control-list/b9359496-63fc-47af-abf7-342b52e16ade HTTP/1.1" 200 115 0.036875 10.0.0.130 - - [2026-02-12 04:10:14] "GET / HTTP/1.1" 200 35931 0.002113 10.0.0.130 - - [2026-02-12 04:10:15] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.130 - - [2026-02-12 04:10:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.003603 10.0.0.130 - - [2026-02-12 04:10:15] "POST /api-access-lists HTTP/1.1" 200 521 0.021775 10.0.0.130 - - [2026-02-12 04:10:16] "GET /api-access-list/6c469278-3623-47c2-a2a3-f9afbfef370a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005713 10.0.0.130 - - [2026-02-12 04:10:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000706 10.0.0.130 - - [2026-02-12 04:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.051605 10.0.0.23 - - [2026-02-12 04:10:16] "GET /projects?obj_uuids=2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.130 - - [2026-02-12 04:10:16] "GET /project/2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045290 10.0.0.130 - - [2026-02-12 04:10:16] "GET /virtual-networks?parent_id=2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014916 10.0.0.130 - - [2026-02-12 04:10:17] "POST /virtual-networks HTTP/1.1" 200 583 0.087626 10.0.0.23 - - [2026-02-12 04:10:17] "POST /ref-update HTTP/1.1" 200 156 0.027648 10.0.0.130 - - [2026-02-12 04:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.032626 10.0.0.130 - - [2026-02-12 04:10:17] "GET /network-ipam/ba1ba808-44bc-4005-b708-b7728744b4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.016656 10.0.0.23 - - [2026-02-12 04:10:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009945 10.0.0.130 - - [2026-02-12 04:10:17] "POST /ref-update HTTP/1.1" 200 156 0.091050 10.0.0.130 - - [2026-02-12 04:10:17] "GET /virtual-network/7a56dad5-4eae-4cef-b8e1-020c1eb987f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.020450 10.0.0.130 - - [2026-02-12 04:10:17] "POST /neutron/network HTTP/1.1" 200 848 0.058421 10.0.0.130 - - [2026-02-12 04:10:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.130 - - [2026-02-12 04:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.056828 10.0.0.23 - - [2026-02-12 04:10:18] "DELETE /project/0cb61aeeadcd46b6b935bb92441c5231 HTTP/1.1" 404 173 0.006677 10.0.0.23 - - [2026-02-12 04:10:18] "DELETE /project/63ba2e3e-f6fc-4f9c-9c27-60e6c10422cc HTTP/1.1" 404 177 0.008712 10.0.0.23 - - [2026-02-12 04:10:18] "DELETE /project/6043ea0401d642f3970be07179393c98 HTTP/1.1" 404 173 0.007125 10.0.0.23 - - [2026-02-12 04:10:18] "DELETE /project/2217c1c00f484f9ab1c3eaed6d4ad615 HTTP/1.1" 404 173 0.004455 10.0.0.23 - - [2026-02-12 04:10:18] "DELETE /project/02639ca2-f0f6-49f9-a8a6-bde4444b1182 HTTP/1.1" 404 177 0.006762 10.0.0.23 - - [2026-02-12 04:10:18] "DELETE /project/89b0c26e-7965-4101-a6f0-ca4f7ec99bc6 HTTP/1.1" 404 177 0.004056 10.0.0.23 - - [2026-02-12 04:10:18] "GET /projects?obj_uuids=0cb61aee-adcd-46b6-b935-bb92441c5231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000837 10.0.0.130 - - [2026-02-12 04:10:18] "GET /project/0cb61aee-adcd-46b6-b935-bb92441c5231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.065983 10.0.0.130 - - [2026-02-12 04:10:18] "GET /virtual-networks?parent_id=0cb61aee-adcd-46b6-b935-bb92441c5231&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018161 10.0.0.130 - - [2026-02-12 04:10:18] "POST /virtual-networks HTTP/1.1" 200 583 0.089813 10.0.0.130 - - [2026-02-12 04:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.027958 10.0.0.130 - - [2026-02-12 04:10:18] "GET /network-ipam/ba1ba808-44bc-4005-b708-b7728744b4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.015486 10.0.0.23 - - [2026-02-12 04:10:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006125 10.0.0.130 - - [2026-02-12 04:10:18] "POST /ref-update HTTP/1.1" 200 156 0.082782 10.0.0.130 - - [2026-02-12 04:10:18] "POST /neutron/network HTTP/1.1" 200 847 0.049667 10.0.0.130 - - [2026-02-12 04:10:18] "GET /virtual-network/9e07eec1-4e92-44a7-814a-8e737520b5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.017397 10.0.0.130 - - [2026-02-12 04:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.031216 10.0.0.130 - - [2026-02-12 04:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.22 - - [2026-02-12 04:10:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000867 10.0.0.23 - - [2026-02-12 04:10:22] "GET /obj-perms HTTP/1.1" 403 257 0.041306 10.0.0.23 - - [2026-02-12 04:10:22] "GET /virtual-network/7a56dad5-4eae-4cef-b8e1-020c1eb987f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.019388 10.0.0.130 - - [2026-02-12 04:10:22] "GET /obj-perms HTTP/1.1" 403 257 0.036465 10.0.0.130 - - [2026-02-12 04:10:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.068288 10.0.0.130 - - [2026-02-12 04:10:23] "PUT /virtual-network/7a56dad5-4eae-4cef-b8e1-020c1eb987f5 HTTP/1.1" 200 264 0.046415 10.0.0.130 - - [2026-02-12 04:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.130 - - [2026-02-12 04:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.22 - - [2026-02-12 04:10:24] "GET /obj-perms HTTP/1.1" 403 257 0.037950 10.0.0.23 - - [2026-02-12 04:10:24] "GET /virtual-network/7a56dad5-4eae-4cef-b8e1-020c1eb987f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.036686 10.0.0.130 - - [2026-02-12 04:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.130 - - [2026-02-12 04:10:24] "GET /obj-perms HTTP/1.1" 403 257 0.037647 10.0.0.130 - - [2026-02-12 04:10:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.034111 10.0.0.130 - - [2026-02-12 04:10:24] "PUT /virtual-network/7a56dad5-4eae-4cef-b8e1-020c1eb987f5 HTTP/1.1" 200 264 0.059450 10.0.0.23 - - [2026-02-12 04:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003283 10.0.0.23 - - [2026-02-12 04:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005669 10.0.0.23 - - [2026-02-12 04:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002262 10.0.0.130 - - [2026-02-12 04:10:24] "DELETE /virtual-network/9e07eec1-4e92-44a7-814a-8e737520b5cb HTTP/1.1" 200 115 0.130617 10.0.0.23 - - [2026-02-12 04:10:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003748 10.0.0.23 - - [2026-02-12 04:10:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002628 10.0.0.130 - - [2026-02-12 04:10:25] "DELETE /virtual-network/7a56dad5-4eae-4cef-b8e1-020c1eb987f5 HTTP/1.1" 200 115 0.125652 10.0.0.23 - - [2026-02-12 04:10:25] "DELETE /route-target/7f6889de-1675-40b3-b3f3-12cbb5e9e8f1 HTTP/1.1" 200 115 0.022381 10.0.0.130 - - [2026-02-12 04:10:25] "DELETE /api-access-list/6c469278-3623-47c2-a2a3-f9afbfef370a HTTP/1.1" 200 115 0.029509 10.0.0.23 - - [2026-02-12 04:10:25] "GET /projects?obj_uuids=0cb61aee-adcd-46b6-b935-bb92441c5231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001518 10.0.0.130 - - [2026-02-12 04:10:25] "GET /project/0cb61aee-adcd-46b6-b935-bb92441c5231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042429 10.0.0.23 - - [2026-02-12 04:10:25] "GET /projects?obj_uuids=0cb61aee-adcd-46b6-b935-bb92441c5231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001534 10.0.0.130 - - [2026-02-12 04:10:25] "GET /project/0cb61aee-adcd-46b6-b935-bb92441c5231?fields=virtual_networks HTTP/1.1" 200 1041 0.040155 10.0.0.23 - - [2026-02-12 04:10:25] "GET /projects?obj_uuids=0cb61aee-adcd-46b6-b935-bb92441c5231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.130 - - [2026-02-12 04:10:25] "GET /project/0cb61aee-adcd-46b6-b935-bb92441c5231?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.039186 10.0.0.23 - - [2026-02-12 04:10:25] "GET /projects?obj_uuids=0cb61aee-adcd-46b6-b935-bb92441c5231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.130 - - [2026-02-12 04:10:25] "GET /project/0cb61aee-adcd-46b6-b935-bb92441c5231?fields=security_groups HTTP/1.1" 200 1267 0.039177 10.0.0.23 - - [2026-02-12 04:10:26] "GET /projects?obj_uuids=2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.130 - - [2026-02-12 04:10:26] "GET /project/2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.040233 10.0.0.23 - - [2026-02-12 04:10:26] "GET /projects?obj_uuids=2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002069 10.0.0.130 - - [2026-02-12 04:10:26] "GET /project/2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615?fields=virtual_networks HTTP/1.1" 200 1042 0.057232 10.0.0.23 - - [2026-02-12 04:10:26] "GET /projects?obj_uuids=2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.130 - - [2026-02-12 04:10:26] "GET /project/2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.042905 10.0.0.23 - - [2026-02-12 04:10:26] "GET /projects?obj_uuids=2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.130 - - [2026-02-12 04:10:26] "GET /project/2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615?fields=security_groups HTTP/1.1" 200 1268 0.046535 10.0.0.130 - - [2026-02-12 04:10:30] "GET / HTTP/1.1" 200 35931 0.001749 10.0.0.130 - - [2026-02-12 04:10:30] "GET / HTTP/1.1" 200 35931 0.001440 10.0.0.130 - - [2026-02-12 04:10:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.130 - - [2026-02-12 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.088943 10.0.0.23 - - [2026-02-12 04:10:31] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001630 10.0.0.130 - - [2026-02-12 04:10:31] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.082328 10.0.0.130 - - [2026-02-12 04:10:31] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.021041 10.0.0.130 - - [2026-02-12 04:10:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.018525 10.0.0.130 - - [2026-02-12 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.024719 10.0.0.23 - - [2026-02-12 04:10:31] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.130 - - [2026-02-12 04:10:32] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.018123 10.0.0.130 - - [2026-02-12 04:10:32] "POST /service-templates HTTP/1.1" 403 264 0.026965 10.0.0.130 - - [2026-02-12 04:10:32] "POST /fqname-to-id HTTP/1.1" 404 215 0.003262 10.0.0.130 - - [2026-02-12 04:10:32] "POST /api-access-lists HTTP/1.1" 200 555 0.037778 10.0.0.130 - - [2026-02-12 04:10:32] "GET /api-access-list/f0976466-4291-4fc7-8a49-e133bc4fc4e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.010054 10.0.0.130 - - [2026-02-12 04:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.017894 10.0.0.23 - - [2026-02-12 04:10:32] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.130 - - [2026-02-12 04:10:32] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.065736 10.0.0.130 - - [2026-02-12 04:10:32] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017647 10.0.0.130 - - [2026-02-12 04:10:32] "POST /virtual-networks HTTP/1.1" 200 583 0.096846 10.0.0.130 - - [2026-02-12 04:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.054445 10.0.0.130 - - [2026-02-12 04:10:32] "GET /network-ipam/ba1ba808-44bc-4005-b708-b7728744b4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.014274 10.0.0.23 - - [2026-02-12 04:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.009739 10.0.0.130 - - [2026-02-12 04:10:32] "POST /ref-update HTTP/1.1" 200 156 0.129764 10.0.0.130 - - [2026-02-12 04:10:33] "POST /neutron/network HTTP/1.1" 200 848 0.054313 10.0.0.130 - - [2026-02-12 04:10:33] "GET /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.024166 10.0.0.130 - - [2026-02-12 04:10:33] "POST /neutron/subnet HTTP/1.1" 200 679 0.039001 10.0.0.130 - - [2026-02-12 04:10:33] "GET /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005409 10.0.0.130 - - [2026-02-12 04:10:33] "GET /network-ipam/ba1ba808-44bc-4005-b708-b7728744b4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004017 10.0.0.130 - - [2026-02-12 04:10:33] "GET /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005181 10.0.0.22 - - [2026-02-12 04:10:34] "GET /obj-perms HTTP/1.1" 200 5049 0.066146 10.0.0.130 - - [2026-02-12 04:10:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.014177 10.0.0.130 - - [2026-02-12 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.012645 10.0.0.23 - - [2026-02-12 04:10:34] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001184 10.0.0.130 - - [2026-02-12 04:10:34] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.018078 10.0.0.130 - - [2026-02-12 04:10:34] "POST /service-templates HTTP/1.1" 403 264 0.011379 10.0.0.130 - - [2026-02-12 04:10:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.003416 10.0.0.130 - - [2026-02-12 04:10:34] "POST /api-access-lists HTTP/1.1" 200 521 0.020501 10.0.0.130 - - [2026-02-12 04:10:34] "GET /api-access-list/d1c0b3a3-40c7-462c-8a13-923a2c747d57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006379 10.0.0.130 - - [2026-02-12 04:10:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.017588 10.0.0.130 - - [2026-02-12 04:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.016014 10.0.0.23 - - [2026-02-12 04:10:35] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002210 10.0.0.130 - - [2026-02-12 04:10:35] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.028092 10.0.0.130 - - [2026-02-12 04:10:35] "POST /service-templates HTTP/1.1" 200 551 0.048920 10.0.0.130 - - [2026-02-12 04:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.023429 10.0.0.130 - - [2026-02-12 04:10:35] "GET /service-template/f6d8c346-514f-49ba-8df7-b5f5da440b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.016436 10.0.0.130 - - [2026-02-12 04:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.014021 10.0.0.130 - - [2026-02-12 04:10:35] "GET /service-template/f6d8c346-514f-49ba-8df7-b5f5da440b4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.017205 10.0.0.130 - - [2026-02-12 04:10:36] "GET /obj-perms HTTP/1.1" 403 257 0.037543 10.0.0.22 - - [2026-02-12 04:10:36] "GET /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.037564 10.0.0.23 - - [2026-02-12 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.031377 10.0.0.130 - - [2026-02-12 04:10:37] "GET /obj-perms HTTP/1.1" 403 257 0.015216 10.0.0.130 - - [2026-02-12 04:10:37] "GET /api-access-list/f0976466-4291-4fc7-8a49-e133bc4fc4e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003814 10.0.0.130 - - [2026-02-12 04:10:37] "PUT /api-access-list/f0976466-4291-4fc7-8a49-e133bc4fc4e5 HTTP/1.1" 200 264 0.012478 10.0.0.130 - - [2026-02-12 04:10:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000534 10.0.0.130 - - [2026-02-12 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.043456 10.0.0.23 - - [2026-02-12 04:10:37] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001435 10.0.0.130 - - [2026-02-12 04:10:37] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.084106 10.0.0.130 - - [2026-02-12 04:10:38] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.022499 10.0.0.130 - - [2026-02-12 04:10:38] "POST /virtual-networks HTTP/1.1" 403 263 0.013543 10.0.0.130 - - [2026-02-12 04:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.130 - - [2026-02-12 04:10:38] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.029487 10.0.0.130 - - [2026-02-12 04:10:38] "GET /api-access-list/d1c0b3a3-40c7-462c-8a13-923a2c747d57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002725 10.0.0.130 - - [2026-02-12 04:10:38] "PUT /api-access-list/d1c0b3a3-40c7-462c-8a13-923a2c747d57 HTTP/1.1" 200 264 0.009725 10.0.0.130 - - [2026-02-12 04:10:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.015079 10.0.0.130 - - [2026-02-12 04:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.014339 10.0.0.23 - - [2026-02-12 04:10:38] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.130 - - [2026-02-12 04:10:38] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021105 10.0.0.130 - - [2026-02-12 04:10:38] "POST /service-templates HTTP/1.1" 403 264 0.018118 10.0.0.130 - - [2026-02-12 04:10:38] "GET /api-access-list/f0976466-4291-4fc7-8a49-e133bc4fc4e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003733 10.0.0.130 - - [2026-02-12 04:10:38] "PUT /api-access-list/f0976466-4291-4fc7-8a49-e133bc4fc4e5 HTTP/1.1" 200 264 0.011430 10.0.0.130 - - [2026-02-12 04:10:39] "GET /api-access-list/d1c0b3a3-40c7-462c-8a13-923a2c747d57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005554 10.0.0.130 - - [2026-02-12 04:10:39] "PUT /api-access-list/d1c0b3a3-40c7-462c-8a13-923a2c747d57 HTTP/1.1" 200 264 0.011813 10.0.0.130 - - [2026-02-12 04:10:39] "GET /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.014340 10.0.0.130 - - [2026-02-12 04:10:40] "GET /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.039198 10.0.0.22 - - [2026-02-12 04:10:40] "GET /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.012417 10.0.0.22 - - [2026-02-12 04:10:40] "GET /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.037977 10.0.0.23 - - [2026-02-12 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.23 - - [2026-02-12 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.130 - - [2026-02-12 04:10:41] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004119 10.0.0.130 - - [2026-02-12 04:10:41] "PUT /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e HTTP/1.1" 200 264 0.017435 10.0.0.130 - - [2026-02-12 04:10:41] "GET /obj-perms HTTP/1.1" 403 257 0.012275 10.0.0.130 - - [2026-02-12 04:10:41] "GET /obj-perms HTTP/1.1" 403 257 0.012633 10.0.0.130 - - [2026-02-12 04:10:41] "DELETE /api-access-list/f0976466-4291-4fc7-8a49-e133bc4fc4e5 HTTP/1.1" 200 115 0.037561 10.0.0.130 - - [2026-02-12 04:10:41] "DELETE /api-access-list/d1c0b3a3-40c7-462c-8a13-923a2c747d57 HTTP/1.1" 200 115 0.030627 10.0.0.130 - - [2026-02-12 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.22 - - [2026-02-12 04:10:43] "GET /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.046138 10.0.0.23 - - [2026-02-12 04:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.130 - - [2026-02-12 04:10:43] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.037611 10.0.0.130 - - [2026-02-12 04:10:43] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004574 10.0.0.130 - - [2026-02-12 04:10:43] "PUT /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e HTTP/1.1" 200 264 0.012519 10.0.0.130 - - [2026-02-12 04:10:43] "GET /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.015565 10.0.0.130 - - [2026-02-12 04:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.013188 10.0.0.130 - - [2026-02-12 04:10:43] "DELETE /service-template/f6d8c346-514f-49ba-8df7-b5f5da440b4f HTTP/1.1" 200 115 0.030734 10.0.0.130 - - [2026-02-12 04:10:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.031107 10.0.0.23 - - [2026-02-12 04:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004834 10.0.0.23 - - [2026-02-12 04:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.23 - - [2026-02-12 04:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002201 10.0.0.130 - - [2026-02-12 04:10:43] "DELETE /virtual-network/44d8c8ee-2123-4768-bffa-765488a4f353 HTTP/1.1" 200 115 0.101251 10.0.0.130 - - [2026-02-12 04:10:44] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004639 10.0.0.130 - - [2026-02-12 04:10:44] "PUT /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e HTTP/1.1" 200 264 0.013269 10.0.0.130 - - [2026-02-12 04:10:44] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.004022 10.0.0.130 - - [2026-02-12 04:10:44] "PUT /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e HTTP/1.1" 200 264 0.010288 10.0.0.130 - - [2026-02-12 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2026-02-12 04:10:46] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.130 - - [2026-02-12 04:10:46] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.039898 10.0.0.23 - - [2026-02-12 04:10:47] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.130 - - [2026-02-12 04:10:47] "POST /neutron/network HTTP/1.1" 200 643 0.194639 10.0.0.130 - - [2026-02-12 04:10:47] "POST /id-to-fqname HTTP/1.1" 200 240 0.003314 10.0.0.130 - - [2026-02-12 04:10:47] "GET /virtual-network/1e7b19f0-bb45-47d5-b39d-965b7d016d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005064 10.0.0.130 - - [2026-02-12 04:10:47] "POST /neutron/network HTTP/1.1" 200 862 0.006868 10.0.0.130 - - [2026-02-12 04:10:47] "GET /virtual-network/1e7b19f0-bb45-47d5-b39d-965b7d016d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005290 10.0.0.130 - - [2026-02-12 04:10:47] "POST /neutron/network HTTP/1.1" 200 862 0.007122 10.0.0.130 - - [2026-02-12 04:10:47] "GET /virtual-network/1e7b19f0-bb45-47d5-b39d-965b7d016d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005434 10.0.0.130 - - [2026-02-12 04:10:47] "GET /network-ipam/ba1ba808-44bc-4005-b708-b7728744b4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003528 10.0.0.23 - - [2026-02-12 04:10:47] "POST /ref-update HTTP/1.1" 200 156 0.026084 10.0.0.130 - - [2026-02-12 04:10:47] "GET /virtual-network/1e7b19f0-bb45-47d5-b39d-965b7d016d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005482 10.0.0.130 - - [2026-02-12 04:10:48] "GET /obj-perms HTTP/1.1" 200 5049 0.082606 10.0.0.130 - - [2026-02-12 04:10:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.003206 10.0.0.130 - - [2026-02-12 04:10:48] "POST /api-access-lists HTTP/1.1" 200 555 0.023389 10.0.0.130 - - [2026-02-12 04:10:48] "GET /api-access-list/9a67a24c-db69-4d0a-b632-22af7d85c20b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.008577 10.0.0.130 - - [2026-02-12 04:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.016517 10.0.0.23 - - [2026-02-12 04:10:48] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001565 10.0.0.130 - - [2026-02-12 04:10:48] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.060724 10.0.0.130 - - [2026-02-12 04:10:49] "POST /neutron/network HTTP/1.1" 200 693 0.024122 10.0.0.130 - - [2026-02-12 04:10:49] "POST /neutron/network HTTP/1.1" 200 865 0.028717 10.0.0.130 - - [2026-02-12 04:10:49] "POST /id-to-fqname HTTP/1.1" 200 240 0.011659 10.0.0.130 - - [2026-02-12 04:10:49] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.016616 10.0.0.130 - - [2026-02-12 04:10:49] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.017864 10.0.0.130 - - [2026-02-12 04:10:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.044396 10.0.0.130 - - [2026-02-12 04:10:49] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006192 10.0.0.130 - - [2026-02-12 04:10:49] "GET /network-ipam/ba1ba808-44bc-4005-b708-b7728744b4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004441 10.0.0.130 - - [2026-02-12 04:10:50] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005292 10.0.0.23 - - [2026-02-12 04:10:50] "GET /obj-perms HTTP/1.1" 200 5049 0.047820 10.0.0.130 - - [2026-02-12 04:10:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.014189 10.0.0.23 - - [2026-02-12 04:10:50] "POST /fqname-to-id HTTP/1.1" 404 264 0.004254 10.0.0.23 - - [2026-02-12 04:10:50] "POST /access-control-lists HTTP/1.1" 200 624 0.028613 10.0.0.23 - - [2026-02-12 04:10:50] "PUT /access-control-list/0070a8a5-565d-4586-b5a5-5b37c74bb3b4 HTTP/1.1" 200 272 0.021157 10.0.0.23 - - [2026-02-12 04:10:50] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001645 10.0.0.130 - - [2026-02-12 04:10:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.128447 10.0.0.23 - - [2026-02-12 04:10:51] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.130 - - [2026-02-12 04:10:51] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.077877 10.0.0.23 - - [2026-02-12 04:10:51] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.130 - - [2026-02-12 04:10:51] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.266507 10.0.0.130 - - [2026-02-12 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.026093 10.0.0.130 - - [2026-02-12 04:10:51] "GET /security-group/1776190f-609c-432f-8fcf-6afa00af429b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.018210 10.0.0.130 - - [2026-02-12 04:10:52] "POST /id-to-fqname HTTP/1.1" 200 240 0.013924 10.0.0.23 - - [2026-02-12 04:10:53] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335 10.0.0.130 - - [2026-02-12 04:10:53] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.070679 10.0.0.130 - - [2026-02-12 04:10:53] "POST /neutron/network HTTP/1.1" 200 865 0.012093 10.0.0.130 - - [2026-02-12 04:10:54] "POST /neutron/port HTTP/1.1" 200 117 0.035190 10.0.0.23 - - [2026-02-12 04:10:54] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.130 - - [2026-02-12 04:10:55] "POST /neutron/port HTTP/1.1" 200 1061 0.505144 10.0.0.130 - - [2026-02-12 04:10:55] "POST /neutron/port HTTP/1.1" 200 1115 0.105218 10.0.0.130 - - [2026-02-12 04:10:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.008374 10.0.0.130 - - [2026-02-12 04:10:59] "POST /neutron/port HTTP/1.1" 200 1125 0.019148 10.0.0.130 - - [2026-02-12 04:10:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006686 10.0.0.130 - - [2026-02-12 04:10:59] "POST /neutron/port HTTP/1.1" 200 1125 0.016756 10.0.0.130 - - [2026-02-12 04:10:59] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7 HTTP/1.1" 401 293 0.000415 10.0.0.130 - - [2026-02-12 04:10:59] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7 HTTP/1.1" 200 1292 0.042913 10.0.0.130 - - [2026-02-12 04:10:59] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7 HTTP/1.1" 200 1292 0.014902 10.0.0.130 - - [2026-02-12 04:10:59] "GET /virtual-machine-interface/3180310d-df8b-4e28-a233-e0d4e61f0b2e HTTP/1.1" 200 3023 0.019726 10.0.0.130 - - [2026-02-12 04:11:00] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7 HTTP/1.1" 200 1292 0.017872 10.0.0.130 - - [2026-02-12 04:11:00] "GET /virtual-machine-interface/3180310d-df8b-4e28-a233-e0d4e61f0b2e HTTP/1.1" 200 3023 0.024892 10.0.0.130 - - [2026-02-12 04:11:00] "GET /instance-ip/eb8edde4-9b41-4f6b-a558-ece0181342f9 HTTP/1.1" 200 1642 0.018502 10.0.0.130 - - [2026-02-12 04:11:00] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7 HTTP/1.1" 200 1292 0.016981 10.0.0.130 - - [2026-02-12 04:11:00] "GET /virtual-machine-interface/3180310d-df8b-4e28-a233-e0d4e61f0b2e HTTP/1.1" 200 3023 0.023873 10.0.0.130 - - [2026-02-12 04:11:00] "GET /instance-ip/eb8edde4-9b41-4f6b-a558-ece0181342f9 HTTP/1.1" 200 1642 0.016820 10.0.0.130 - - [2026-02-12 04:11:00] "POST /fqname-to-id HTTP/1.1" 403 354 0.015535 10.0.0.130 - - [2026-02-12 04:11:00] "GET / HTTP/1.1" 200 35931 0.001661 10.0.0.130 - - [2026-02-12 04:11:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.130 - - [2026-02-12 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.027496 10.0.0.130 - - [2026-02-12 04:11:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004957 10.0.0.130 - - [2026-02-12 04:11:00] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023324 10.0.0.130 - - [2026-02-12 04:11:00] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.019594 10.0.0.130 - - [2026-02-12 04:11:00] "POST /fqname-to-id HTTP/1.1" 403 354 0.019083 10.0.0.130 - - [2026-02-12 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.130 - - [2026-02-12 04:11:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005644 10.0.0.130 - - [2026-02-12 04:11:01] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019982 10.0.0.130 - - [2026-02-12 04:11:01] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.020950 10.0.0.130 - - [2026-02-12 04:11:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.015265 10.0.0.130 - - [2026-02-12 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.130 - - [2026-02-12 04:11:01] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003577 10.0.0.130 - - [2026-02-12 04:11:01] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020547 10.0.0.130 - - [2026-02-12 04:11:01] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.019520 10.0.0.130 - - [2026-02-12 04:11:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.022421 10.0.0.130 - - [2026-02-12 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.130 - - [2026-02-12 04:11:01] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004707 10.0.0.130 - - [2026-02-12 04:11:01] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020741 10.0.0.130 - - [2026-02-12 04:11:01] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.023796 10.0.0.130 - - [2026-02-12 04:11:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.019683 10.0.0.130 - - [2026-02-12 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.130 - - [2026-02-12 04:11:01] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003939 10.0.0.130 - - [2026-02-12 04:11:01] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020643 10.0.0.130 - - [2026-02-12 04:11:01] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.019299 10.0.0.130 - - [2026-02-12 04:11:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009025 10.0.0.130 - - [2026-02-12 04:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.020792 10.0.0.130 - - [2026-02-12 04:11:04] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.024194 10.0.0.130 - - [2026-02-12 04:11:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.014153 10.0.0.130 - - [2026-02-12 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.130 - - [2026-02-12 04:11:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003029 10.0.0.130 - - [2026-02-12 04:11:06] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017719 10.0.0.130 - - [2026-02-12 04:11:06] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.021479 10.0.0.130 - - [2026-02-12 04:11:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.015723 10.0.0.130 - - [2026-02-12 04:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.130 - - [2026-02-12 04:11:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004879 10.0.0.130 - - [2026-02-12 04:11:07] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020500 10.0.0.130 - - [2026-02-12 04:11:07] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.020618 10.0.0.130 - - [2026-02-12 04:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.014426 10.0.0.130 - - [2026-02-12 04:11:07] "GET /routing-instance/125106e1-d1aa-4538-aa26-2ce709e79ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020606 10.0.0.130 - - [2026-02-12 04:11:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.015271 10.0.0.130 - - [2026-02-12 04:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.130 - - [2026-02-12 04:11:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003480 10.0.0.130 - - [2026-02-12 04:11:07] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.034344 10.0.0.130 - - [2026-02-12 04:11:07] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.034478 10.0.0.130 - - [2026-02-12 04:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.017386 10.0.0.130 - - [2026-02-12 04:11:07] "GET /routing-instance/125106e1-d1aa-4538-aa26-2ce709e79ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.018376 10.0.0.23 - - [2026-02-12 04:11:09] "GET /obj-perms HTTP/1.1" 403 257 0.047651 10.0.0.130 - - [2026-02-12 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.130 - - [2026-02-12 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.23 - - [2026-02-12 04:11:09] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015947 10.0.0.130 - - [2026-02-12 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.130 - - [2026-02-12 04:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.130 - - [2026-02-12 04:11:10] "GET /obj-perms HTTP/1.1" 403 257 0.011800 10.0.0.130 - - [2026-02-12 04:11:10] "GET /obj-perms HTTP/1.1" 200 5049 0.087260 10.0.0.23 - - [2026-02-12 04:11:10] "GET /obj-perms HTTP/1.1" 200 5049 0.004713 10.0.0.130 - - [2026-02-12 04:11:11] "GET /obj-perms HTTP/1.1" 403 257 0.042439 10.0.0.130 - - [2026-02-12 04:11:11] "GET /obj-perms HTTP/1.1" 403 257 0.014759 10.0.0.22 - - [2026-02-12 04:11:11] "GET /obj-perms HTTP/1.1" 403 257 0.012532 10.0.0.23 - - [2026-02-12 04:11:11] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.016728 10.0.0.130 - - [2026-02-12 04:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.014097 10.0.0.23 - - [2026-02-12 04:11:11] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.130 - - [2026-02-12 04:11:11] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.060528 10.0.0.130 - - [2026-02-12 04:11:11] "GET /virtual-network/1e7b19f0-bb45-47d5-b39d-965b7d016d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.020972 10.0.0.130 - - [2026-02-12 04:11:11] "GET /floating-ip-pools?parent_id=1e7b19f0-bb45-47d5-b39d-965b7d016d79&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.016923 10.0.0.130 - - [2026-02-12 04:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.014580 10.0.0.130 - - [2026-02-12 04:11:11] "GET /floating-ip-pool/b85bd843-677b-45c3-a6aa-a079a53e1859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.015285 10.0.0.23 - - [2026-02-12 04:11:11] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001669 10.0.0.130 - - [2026-02-12 04:11:11] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.050050 10.0.0.130 - - [2026-02-12 04:11:11] "POST /floating-ips HTTP/1.1" 200 616 0.077678 10.0.0.130 - - [2026-02-12 04:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.030560 10.0.0.130 - - [2026-02-12 04:11:11] "GET /floating-ip/94f73c40-3f41-4fa2-bcdc-32f91b962060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.018406 10.0.0.130 - - [2026-02-12 04:11:12] "GET /floating-ip/94f73c40-3f41-4fa2-bcdc-32f91b962060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.016496 10.0.0.130 - - [2026-02-12 04:11:12] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.016572 10.0.0.130 - - [2026-02-12 04:11:12] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.020926 10.0.0.130 - - [2026-02-12 04:11:12] "GET /virtual-machine-interface/3180310d-df8b-4e28-a233-e0d4e61f0b2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.031174 10.0.0.130 - - [2026-02-12 04:11:12] "POST /ref-update HTTP/1.1" 200 156 0.041570 10.0.0.130 - - [2026-02-12 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.013591 10.0.0.130 - - [2026-02-12 04:11:12] "GET /routing-instance/8b060b85-f468-4893-97ae-b1742fc7aa33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.016523 10.0.0.130 - - [2026-02-12 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.130 - - [2026-02-12 04:11:12] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.039980 10.0.0.130 - - [2026-02-12 04:11:13] "POST /neutron/port HTTP/1.1" 200 1125 0.129573 10.0.0.130 - - [2026-02-12 04:11:13] "POST /neutron/port HTTP/1.1" 200 1156 0.280078 10.0.0.130 - - [2026-02-12 04:11:13] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7 HTTP/1.1" 200 1292 0.019329 10.0.0.130 - - [2026-02-12 04:11:13] "GET /virtual-machine-interface/3180310d-df8b-4e28-a233-e0d4e61f0b2e HTTP/1.1" 200 3585 0.028971 10.0.0.130 - - [2026-02-12 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.018365 10.0.0.130 - - [2026-02-12 04:11:13] "GET /security-group/1776190f-609c-432f-8fcf-6afa00af429b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.016379 10.0.0.130 - - [2026-02-12 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015901 10.0.0.130 - - [2026-02-12 04:11:13] "GET /security-group/1776190f-609c-432f-8fcf-6afa00af429b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.014841 10.0.0.130 - - [2026-02-12 04:11:13] "DELETE /floating-ip/94f73c40-3f41-4fa2-bcdc-32f91b962060 HTTP/1.1" 200 115 0.066293 10.0.0.130 - - [2026-02-12 04:11:14] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7 HTTP/1.1" 200 1292 0.018748 10.0.0.130 - - [2026-02-12 04:11:14] "POST /neutron/port HTTP/1.1" 200 1156 0.020116 10.0.0.23 - - [2026-02-12 04:11:14] "DELETE /access-control-list/c833b182-f166-4388-ad7d-977b92a7de04 HTTP/1.1" 200 115 0.048445 10.0.0.23 - - [2026-02-12 04:11:15] "DELETE /access-control-list/70ee97a7-2f37-4995-9edf-2bbecb403a21 HTTP/1.1" 200 115 0.067851 10.0.0.130 - - [2026-02-12 04:11:16] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7 HTTP/1.1" 404 171 0.016573 10.0.0.130 - - [2026-02-12 04:11:16] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7 HTTP/1.1" 404 171 0.012660 10.0.0.130 - - [2026-02-12 04:11:16] "GET /virtual-machine/d750714a-4207-40a6-867f-78ed8fe3e8e7 HTTP/1.1" 404 171 0.012492 10.0.0.130 - - [2026-02-12 04:11:16] "POST /fqname-to-id HTTP/1.1" 403 354 0.015770 10.0.0.130 - - [2026-02-12 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.130 - - [2026-02-12 04:11:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003559 10.0.0.130 - - [2026-02-12 04:11:16] "GET /virtual-networks?parent_id=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017916 10.0.0.130 - - [2026-02-12 04:11:16] "GET /virtual-network/ee63cce3-25e0-4e5c-8e9c-c7330a57b3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.019883 10.0.0.130 - - [2026-02-12 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.015661 10.0.0.130 - - [2026-02-12 04:11:16] "GET /routing-instance/125106e1-d1aa-4538-aa26-2ce709e79ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.016904 10.0.0.130 - - [2026-02-12 04:11:16] "GET /obj-perms HTTP/1.1" 403 257 0.044287 10.0.0.23 - - [2026-02-12 04:11:18] "DELETE /project/2217c1c0-0f48-4f9a-b1c3-eaed6d4ad615 HTTP/1.1" 404 177 0.002702 10.0.0.23 - - [2026-02-12 04:11:18] "DELETE /project/0cb61aee-adcd-46b6-b935-bb92441c5231 HTTP/1.1" 404 177 0.004820 10.0.0.130 - - [2026-02-12 04:11:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004196 10.0.0.23 - - [2026-02-12 04:11:23] "GET /obj-perms HTTP/1.1" 200 5049 0.005943 10.0.0.130 - - [2026-02-12 04:11:26] "GET /obj-perms HTTP/1.1" 200 5049 0.006455 10.0.0.23 - - [2026-02-12 04:11:32] "GET /obj-perms HTTP/1.1" 200 5049 0.003833 10.0.0.130 - - [2026-02-12 04:11:35] "GET /obj-perms HTTP/1.1" 200 5049 0.005568 10.0.0.23 - - [2026-02-12 04:11:41] "GET /obj-perms HTTP/1.1" 200 5049 0.014190 10.0.0.130 - - [2026-02-12 04:11:41] "GET /obj-perms HTTP/1.1" 200 5049 0.003635 10.0.0.22 - - [2026-02-12 04:11:41] "GET /obj-perms HTTP/1.1" 200 5049 0.003862 10.0.0.130 - - [2026-02-12 04:11:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.062365 10.0.0.130 - - [2026-02-12 04:11:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.014947 10.0.0.23 - - [2026-02-12 04:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.130 - - [2026-02-12 04:11:42] "DELETE /api-access-list/9a67a24c-db69-4d0a-b632-22af7d85c20b HTTP/1.1" 200 115 0.037730 10.0.0.130 - - [2026-02-12 04:11:42] "POST /neutron/network HTTP/1.1" 200 862 0.007488 10.0.0.23 - - [2026-02-12 04:11:42] "DELETE /route-target/434fb45c-266c-40ed-b929-b20cb87dcd97 HTTP/1.1" 200 115 0.022573 10.0.0.130 - - [2026-02-12 04:11:44] "GET /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004235 10.0.0.130 - - [2026-02-12 04:11:44] "PUT /api-access-list/9c19ccb7-f7a4-49e7-95f6-6ebfcdcef06e HTTP/1.1" 200 264 0.010457 10.0.0.23 - - [2026-02-12 04:11:44] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000999 10.0.0.130 - - [2026-02-12 04:11:44] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.043858 10.0.0.23 - - [2026-02-12 04:11:44] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.130 - - [2026-02-12 04:11:44] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?fields=virtual_networks HTTP/1.1" 200 1042 0.041719 10.0.0.23 - - [2026-02-12 04:11:45] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.130 - - [2026-02-12 04:11:45] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.039776 10.0.0.23 - - [2026-02-12 04:11:45] "GET /projects?obj_uuids=6043ea04-01d6-42f3-970b-e07179393c98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001002 10.0.0.130 - - [2026-02-12 04:11:45] "GET /project/6043ea04-01d6-42f3-970b-e07179393c98?fields=security_groups HTTP/1.1" 200 1268 0.037687 10.0.0.23 - - [2026-02-12 04:11:45] "GET /projects?obj_uuids=99bdc694-e7f0-416c-85df-1dddb9eeff50&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001153 10.0.0.130 - - [2026-02-12 04:11:45] "GET /project/99bdc694-e7f0-416c-85df-1dddb9eeff50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.037909 [Introspect:8084]10.0.0.130 - - [2026-02-12 04:11:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001168 10.0.0.130 - - [2026-02-12 04:11:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.026954 10.0.0.23 - - [2026-02-12 04:11:49] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002672 10.0.0.23 - - [2026-02-12 04:11:49] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.23 - - [2026-02-12 04:11:49] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009617 10.0.0.23 - - [2026-02-12 04:11:49] "POST /id-to-fqname HTTP/1.1" 200 191 0.001346 10.0.0.23 - - [2026-02-12 04:11:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.005126 10.0.0.23 - - [2026-02-12 04:11:49] "POST /security-groups HTTP/1.1" 200 592 0.070609 10.0.0.23 - - [2026-02-12 04:11:49] "POST /projects HTTP/1.1" 200 587 0.295494 10.0.0.23 - - [2026-02-12 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.330367 10.0.0.23 - - [2026-02-12 04:11:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.004485 10.0.0.130 - - [2026-02-12 04:11:50] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.475206 10.0.0.130 - - [2026-02-12 04:11:51] "GET / HTTP/1.1" 200 35931 0.001877 10.0.0.130 - - [2026-02-12 04:11:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000465 10.0.0.130 - - [2026-02-12 04:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.056950 10.0.0.23 - - [2026-02-12 04:11:53] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000958 10.0.0.130 - - [2026-02-12 04:11:53] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046402 10.0.0.23 - - [2026-02-12 04:11:53] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001009 10.0.0.130 - - [2026-02-12 04:11:53] "POST /neutron/network HTTP/1.1" 200 608 0.145653 10.0.0.23 - - [2026-02-12 04:11:53] "POST /ref-update HTTP/1.1" 200 156 0.028075 10.0.0.130 - - [2026-02-12 04:11:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.004517 10.0.0.130 - - [2026-02-12 04:11:53] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008929 10.0.0.130 - - [2026-02-12 04:11:53] "POST /neutron/network HTTP/1.1" 200 825 0.008432 10.0.0.130 - - [2026-02-12 04:11:53] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007792 10.0.0.130 - - [2026-02-12 04:11:54] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005794 10.0.0.130 - - [2026-02-12 04:11:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.002151 10.0.0.130 - - [2026-02-12 04:11:55] "POST /neutron/network HTTP/1.1" 200 835 0.007701 10.0.0.23 - - [2026-02-12 04:11:56] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.130 - - [2026-02-12 04:11:56] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.062399 10.0.0.130 - - [2026-02-12 04:11:56] "POST /neutron/port HTTP/1.1" 200 117 0.008779 10.0.0.130 - - [2026-02-12 04:11:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001218 10.0.0.130 - - [2026-02-12 04:11:57] "POST /neutron/network HTTP/1.1" 200 835 0.007017 10.0.0.130 - - [2026-02-12 04:11:57] "POST /neutron/port HTTP/1.1" 200 1059 0.016429 10.0.0.23 - - [2026-02-12 04:11:57] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001180 10.0.0.130 - - [2026-02-12 04:11:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003156 10.0.0.130 - - [2026-02-12 04:11:57] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074893 10.0.0.130 - - [2026-02-12 04:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.130 - - [2026-02-12 04:11:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012130 10.0.0.130 - - [2026-02-12 04:11:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008014 10.0.0.130 - - [2026-02-12 04:11:59] "POST /neutron/port HTTP/1.1" 200 1059 0.014908 10.0.0.130 - - [2026-02-12 04:11:59] "POST /neutron/port HTTP/1.1" 200 1123 0.022028 10.0.0.130 - - [2026-02-12 04:11:59] "POST /neutron/port HTTP/1.1" 200 117 0.001449 10.0.0.130 - - [2026-02-12 04:12:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009490 10.0.0.130 - - [2026-02-12 04:12:03] "POST /neutron/port HTTP/1.1" 200 1123 0.019840 10.0.0.130 - - [2026-02-12 04:12:03] "GET /virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7 HTTP/1.1" 401 293 0.000530 10.0.0.130 - - [2026-02-12 04:12:04] "GET /virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7 HTTP/1.1" 200 1293 0.031620 10.0.0.130 - - [2026-02-12 04:12:04] "GET /virtual-machine-interface/f362bfd2-2ea0-4051-85a1-603036b073b1 HTTP/1.1" 200 2949 0.004954 10.0.0.130 - - [2026-02-12 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.130 - - [2026-02-12 04:12:04] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004484 10.0.0.130 - - [2026-02-12 04:12:04] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002894 10.0.0.130 - - [2026-02-12 04:12:04] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005722 10.0.0.130 - - [2026-02-12 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.130 - - [2026-02-12 04:12:07] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005001 10.0.0.130 - - [2026-02-12 04:12:07] "POST /neutron/port HTTP/1.1" 200 1123 0.017510 10.0.0.130 - - [2026-02-12 04:12:07] "POST /neutron/subnet HTTP/1.1" 200 690 0.009373 10.0.0.130 - - [2026-02-12 04:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.130 - - [2026-02-12 04:12:11] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005250 10.0.0.130 - - [2026-02-12 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.130 - - [2026-02-12 04:12:15] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005250 10.0.0.23 - - [2026-02-12 04:12:18] "DELETE /project/d16579cceae444ae816f327ba8092763 HTTP/1.1" 404 173 0.002982 10.0.0.23 - - [2026-02-12 04:12:18] "DELETE /project/6043ea04-01d6-42f3-970b-e07179393c98 HTTP/1.1" 404 177 0.005245 10.0.0.130 - - [2026-02-12 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.130 - - [2026-02-12 04:12:19] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005368 10.0.0.23 - - [2026-02-12 04:12:21] "GET /obj-perms HTTP/1.1" 200 5075 0.062315 10.0.0.130 - - [2026-02-12 04:12:22] "GET /obj-perms HTTP/1.1" 200 5075 0.053669 10.0.0.130 - - [2026-02-12 04:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.130 - - [2026-02-12 04:12:23] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006733 10.0.0.130 - - [2026-02-12 04:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.130 - - [2026-02-12 04:12:27] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005735 10.0.0.130 - - [2026-02-12 04:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.130 - - [2026-02-12 04:12:31] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005182 10.0.0.130 - - [2026-02-12 04:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.130 - - [2026-02-12 04:12:35] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003771 10.0.0.130 - - [2026-02-12 04:12:35] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003067 10.0.0.130 - - [2026-02-12 04:12:35] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005746 10.0.0.130 - - [2026-02-12 04:12:36] "POST /neutron/port HTTP/1.1" 200 1123 0.025653 10.0.0.130 - - [2026-02-12 04:12:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006990 10.0.0.130 - - [2026-02-12 04:12:46] "POST /neutron/port HTTP/1.1" 200 1123 0.016740 10.0.0.130 - - [2026-02-12 04:12:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006544 10.0.0.130 - - [2026-02-12 04:12:56] "POST /neutron/port HTTP/1.1" 200 1123 0.017771 10.0.0.130 - - [2026-02-12 04:12:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007017 10.0.0.130 - - [2026-02-12 04:12:57] "GET /virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22 HTTP/1.1" 200 1294 0.006020 10.0.0.130 - - [2026-02-12 04:12:57] "GET /virtual-machine-interface/365b45d6-82be-4016-af1d-1ad943d6e9e4 HTTP/1.1" 200 2949 0.005785 10.0.0.130 - - [2026-02-12 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.130 - - [2026-02-12 04:12:57] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003707 10.0.0.130 - - [2026-02-12 04:12:57] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002708 10.0.0.130 - - [2026-02-12 04:12:57] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005492 10.0.0.130 - - [2026-02-12 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.130 - - [2026-02-12 04:12:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005003 10.0.0.130 - - [2026-02-12 04:12:58] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002399 10.0.0.130 - - [2026-02-12 04:12:58] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010976 10.0.0.130 - - [2026-02-12 04:12:58] "POST /neutron/port HTTP/1.1" 200 1123 0.017233 10.0.0.130 - - [2026-02-12 04:12:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003770 10.0.0.130 - - [2026-02-12 04:12:58] "POST /neutron/network HTTP/1.1" 200 825 0.006234 10.0.0.130 - - [2026-02-12 04:13:09] "POST /neutron/network HTTP/1.1" 200 835 0.009291 10.0.0.130 - - [2026-02-12 04:13:09] "POST /neutron/port HTTP/1.1" 200 117 0.001741 10.0.0.130 - - [2026-02-12 04:14:00] "POST /neutron/port HTTP/1.1" 200 1123 0.060571 10.0.0.130 - - [2026-02-12 04:14:00] "POST /neutron/subnet HTTP/1.1" 200 690 0.009854 10.0.0.130 - - [2026-02-12 04:14:11] "POST /neutron/port HTTP/1.1" 200 1123 0.018863 10.0.0.130 - - [2026-02-12 04:14:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003800 10.0.0.130 - - [2026-02-12 04:14:11] "POST /neutron/network HTTP/1.1" 200 825 0.006497 10.0.0.130 - - [2026-02-12 04:14:13] "GET /virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7 HTTP/1.1" 200 1293 0.004219 10.0.0.130 - - [2026-02-12 04:14:13] "GET /virtual-machine-interface/f362bfd2-2ea0-4051-85a1-603036b073b1 HTTP/1.1" 200 2949 0.006652 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7 HTTP/1.1" 200 1293 0.005086 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-machine-interface/f362bfd2-2ea0-4051-85a1-603036b073b1 HTTP/1.1" 200 2949 0.005744 10.0.0.130 - - [2026-02-12 04:14:14] "GET /instance-ip/72f6331f-38a3-4c05-9736-6a251ca89b01 HTTP/1.1" 200 1621 0.007019 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7 HTTP/1.1" 200 1293 0.004603 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-machine-interface/f362bfd2-2ea0-4051-85a1-603036b073b1 HTTP/1.1" 200 2949 0.006920 10.0.0.130 - - [2026-02-12 04:14:14] "GET /instance-ip/72f6331f-38a3-4c05-9736-6a251ca89b01 HTTP/1.1" 200 1621 0.004435 10.0.0.130 - - [2026-02-12 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.130 - - [2026-02-12 04:14:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005108 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003798 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005612 10.0.0.130 - - [2026-02-12 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.130 - - [2026-02-12 04:14:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004326 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002973 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005576 10.0.0.130 - - [2026-02-12 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005797 10.0.0.130 - - [2026-02-12 04:14:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004125 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003179 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005877 10.0.0.130 - - [2026-02-12 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.130 - - [2026-02-12 04:14:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010135 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003172 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008129 10.0.0.130 - - [2026-02-12 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.130 - - [2026-02-12 04:14:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004176 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002696 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006593 10.0.0.130 - - [2026-02-12 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.130 - - [2026-02-12 04:14:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004172 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002701 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005853 10.0.0.130 - - [2026-02-12 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.130 - - [2026-02-12 04:14:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004853 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002914 10.0.0.130 - - [2026-02-12 04:14:14] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006339 10.0.0.130 - - [2026-02-12 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.130 - - [2026-02-12 04:14:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004666 10.0.0.130 - - [2026-02-12 04:14:15] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004116 10.0.0.130 - - [2026-02-12 04:14:15] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007555 10.0.0.130 - - [2026-02-12 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.130 - - [2026-02-12 04:14:15] "GET /routing-instance/a97130e5-c708-4768-8187-9e618ab5f9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005432 10.0.0.130 - - [2026-02-12 04:14:15] "GET /route-target/899948b5-0746-40c9-8441-8e67e00b2026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006094 10.0.0.130 - - [2026-02-12 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.130 - - [2026-02-12 04:14:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004844 10.0.0.130 - - [2026-02-12 04:14:15] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003347 10.0.0.130 - - [2026-02-12 04:14:15] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006371 10.0.0.130 - - [2026-02-12 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.130 - - [2026-02-12 04:14:15] "GET /routing-instance/a97130e5-c708-4768-8187-9e618ab5f9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004111 10.0.0.130 - - [2026-02-12 04:14:15] "GET /route-target/899948b5-0746-40c9-8441-8e67e00b2026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004139 10.0.0.130 - - [2026-02-12 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.130 - - [2026-02-12 04:14:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004191 10.0.0.130 - - [2026-02-12 04:14:15] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003303 10.0.0.130 - - [2026-02-12 04:14:15] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007957 10.0.0.130 - - [2026-02-12 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.130 - - [2026-02-12 04:14:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004391 10.0.0.130 - - [2026-02-12 04:14:15] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002846 10.0.0.130 - - [2026-02-12 04:14:15] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006166 10.0.0.130 - - [2026-02-12 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.130 - - [2026-02-12 04:14:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005554 10.0.0.130 - - [2026-02-12 04:14:16] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002757 10.0.0.130 - - [2026-02-12 04:14:16] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006523 10.0.0.23 - - [2026-02-12 04:14:16] "GET /obj-perms HTTP/1.1" 200 5051 0.064413 10.0.0.130 - - [2026-02-12 04:14:16] "GET /obj-perms HTTP/1.1" 200 5051 0.062473 10.0.0.130 - - [2026-02-12 04:14:16] "GET /obj-perms HTTP/1.1" 200 5051 0.003667 10.0.0.23 - - [2026-02-12 04:14:16] "GET /obj-perms HTTP/1.1" 200 5051 0.003656 10.0.0.22 - - [2026-02-12 04:14:16] "GET /obj-perms HTTP/1.1" 200 5051 0.066135 10.0.0.130 - - [2026-02-12 04:14:16] "POST /neutron/port HTTP/1.1" 200 1123 0.016038 10.0.0.130 - - [2026-02-12 04:14:16] "GET /virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22 HTTP/1.1" 200 1294 0.004092 10.0.0.130 - - [2026-02-12 04:14:16] "GET /virtual-machine-interface/365b45d6-82be-4016-af1d-1ad943d6e9e4 HTTP/1.1" 200 2949 0.005110 10.0.0.130 - - [2026-02-12 04:14:16] "GET /virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22 HTTP/1.1" 200 1294 0.003269 10.0.0.130 - - [2026-02-12 04:14:16] "GET /virtual-machine-interface/365b45d6-82be-4016-af1d-1ad943d6e9e4 HTTP/1.1" 200 2949 0.004594 10.0.0.130 - - [2026-02-12 04:14:16] "GET /instance-ip/ab7dff18-92d8-4e06-9a0f-c8728f93348d HTTP/1.1" 200 1622 0.005551 10.0.0.130 - - [2026-02-12 04:14:16] "GET /virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22 HTTP/1.1" 200 1294 0.002991 10.0.0.130 - - [2026-02-12 04:14:16] "GET /virtual-machine-interface/365b45d6-82be-4016-af1d-1ad943d6e9e4 HTTP/1.1" 200 2949 0.004377 10.0.0.130 - - [2026-02-12 04:14:16] "GET /instance-ip/ab7dff18-92d8-4e06-9a0f-c8728f93348d HTTP/1.1" 200 1622 0.004586 10.0.0.130 - - [2026-02-12 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.130 - - [2026-02-12 04:14:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003732 10.0.0.130 - - [2026-02-12 04:14:16] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002642 10.0.0.130 - - [2026-02-12 04:14:16] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005699 10.0.0.130 - - [2026-02-12 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.130 - - [2026-02-12 04:14:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003875 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002985 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005434 10.0.0.130 - - [2026-02-12 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.130 - - [2026-02-12 04:14:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005295 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003862 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006750 10.0.0.130 - - [2026-02-12 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.130 - - [2026-02-12 04:14:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004488 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003433 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005922 10.0.0.130 - - [2026-02-12 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006923 10.0.0.130 - - [2026-02-12 04:14:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004438 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003323 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006980 10.0.0.130 - - [2026-02-12 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.130 - - [2026-02-12 04:14:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004322 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002978 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005591 10.0.0.130 - - [2026-02-12 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.130 - - [2026-02-12 04:14:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003912 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002952 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005642 10.0.0.130 - - [2026-02-12 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.130 - - [2026-02-12 04:14:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003098 10.0.0.130 - - [2026-02-12 04:14:17] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003780 10.0.0.130 - - [2026-02-12 04:14:18] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005727 10.0.0.130 - - [2026-02-12 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.130 - - [2026-02-12 04:14:18] "GET /routing-instance/a97130e5-c708-4768-8187-9e618ab5f9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004205 10.0.0.130 - - [2026-02-12 04:14:18] "GET /route-target/899948b5-0746-40c9-8441-8e67e00b2026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004621 10.0.0.130 - - [2026-02-12 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.130 - - [2026-02-12 04:14:18] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003680 10.0.0.130 - - [2026-02-12 04:14:18] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002956 10.0.0.130 - - [2026-02-12 04:14:18] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006449 10.0.0.130 - - [2026-02-12 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.130 - - [2026-02-12 04:14:18] "GET /routing-instance/a97130e5-c708-4768-8187-9e618ab5f9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004329 10.0.0.130 - - [2026-02-12 04:14:18] "GET /route-target/899948b5-0746-40c9-8441-8e67e00b2026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003720 10.0.0.130 - - [2026-02-12 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.130 - - [2026-02-12 04:14:18] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005700 10.0.0.130 - - [2026-02-12 04:14:18] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003780 10.0.0.130 - - [2026-02-12 04:14:18] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006816 10.0.0.130 - - [2026-02-12 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005187 10.0.0.130 - - [2026-02-12 04:14:18] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005493 10.0.0.130 - - [2026-02-12 04:14:18] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004608 10.0.0.130 - - [2026-02-12 04:14:18] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010174 10.0.0.130 - - [2026-02-12 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.130 - - [2026-02-12 04:14:18] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005361 10.0.0.130 - - [2026-02-12 04:14:18] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004701 10.0.0.130 - - [2026-02-12 04:14:18] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008774 10.0.0.130 - - [2026-02-12 04:14:18] "GET /obj-perms HTTP/1.1" 200 5051 0.003931 10.0.0.23 - - [2026-02-12 04:14:18] "GET /obj-perms HTTP/1.1" 200 5051 0.004290 10.0.0.130 - - [2026-02-12 04:14:19] "GET /obj-perms HTTP/1.1" 200 5051 0.004440 10.0.0.22 - - [2026-02-12 04:14:19] "GET /obj-perms HTTP/1.1" 200 5051 0.003546 10.0.0.130 - - [2026-02-12 04:14:23] "GET /obj-perms HTTP/1.1" 200 5075 0.054913 10.0.0.130 - - [2026-02-12 04:14:24] "GET /virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22 HTTP/1.1" 200 1294 0.003951 10.0.0.130 - - [2026-02-12 04:14:24] "POST /neutron/port HTTP/1.1" 200 1113 0.015754 10.0.0.130 - - [2026-02-12 04:14:26] "GET /virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22 HTTP/1.1" 404 171 0.003261 10.0.0.130 - - [2026-02-12 04:14:26] "GET /virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22 HTTP/1.1" 404 171 0.002273 10.0.0.130 - - [2026-02-12 04:14:26] "GET /virtual-machine/c3ae2545-cf06-4a4d-baf4-1b1886e5aa22 HTTP/1.1" 404 171 0.002343 10.0.0.130 - - [2026-02-12 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.130 - - [2026-02-12 04:14:26] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003328 10.0.0.130 - - [2026-02-12 04:14:26] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002859 10.0.0.130 - - [2026-02-12 04:14:26] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005988 10.0.0.130 - - [2026-02-12 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.130 - - [2026-02-12 04:14:26] "GET /routing-instance/a97130e5-c708-4768-8187-9e618ab5f9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004514 10.0.0.130 - - [2026-02-12 04:14:26] "GET /route-target/899948b5-0746-40c9-8441-8e67e00b2026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004935 10.0.0.22 - - [2026-02-12 04:14:30] "GET /obj-perms HTTP/1.1" 200 5051 0.003963 10.0.0.130 - - [2026-02-12 04:14:33] "GET /obj-perms HTTP/1.1" 200 5051 0.004876 10.0.0.23 - - [2026-02-12 04:14:33] "GET /obj-perms HTTP/1.1" 200 5051 0.006310 10.0.0.130 - - [2026-02-12 04:14:33] "GET /virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7 HTTP/1.1" 200 1293 0.004421 10.0.0.130 - - [2026-02-12 04:14:33] "POST /neutron/port HTTP/1.1" 200 1113 0.013497 10.0.0.130 - - [2026-02-12 04:14:35] "GET /virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7 HTTP/1.1" 404 171 0.003596 10.0.0.130 - - [2026-02-12 04:14:35] "GET /virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7 HTTP/1.1" 404 171 0.002660 10.0.0.130 - - [2026-02-12 04:14:35] "GET /virtual-machine/8992d6d7-8d47-4318-9d9a-c8a737aed1f7 HTTP/1.1" 404 171 0.003096 10.0.0.130 - - [2026-02-12 04:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.130 - - [2026-02-12 04:14:35] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003448 10.0.0.130 - - [2026-02-12 04:14:35] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002870 10.0.0.130 - - [2026-02-12 04:14:35] "GET /virtual-network/91a176ff-c454-4a98-9024-d33301d2f819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005630 10.0.0.130 - - [2026-02-12 04:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.130 - - [2026-02-12 04:14:35] "GET /routing-instance/a97130e5-c708-4768-8187-9e618ab5f9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004092 10.0.0.130 - - [2026-02-12 04:14:35] "GET /route-target/899948b5-0746-40c9-8441-8e67e00b2026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004033 10.0.0.130 - - [2026-02-12 04:14:35] "GET /obj-perms HTTP/1.1" 200 5051 0.004053 10.0.0.130 - - [2026-02-12 04:14:38] "GET /obj-perms HTTP/1.1" 200 5051 0.004534 10.0.0.22 - - [2026-02-12 04:14:38] "GET /obj-perms HTTP/1.1" 200 5051 0.004718 10.0.0.23 - - [2026-02-12 04:14:38] "GET /obj-perms HTTP/1.1" 200 5051 0.004094 10.0.0.23 - - [2026-02-12 04:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.038489 10.0.0.23 - - [2026-02-12 04:14:39] "POST /useragent-kv HTTP/1.1" 200 115 0.058724 10.0.0.23 - - [2026-02-12 04:14:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002858 10.0.0.130 - - [2026-02-12 04:14:39] "POST /neutron/network HTTP/1.1" 200 151 0.201953 10.0.0.130 - - [2026-02-12 04:14:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.004115 10.0.0.130 - - [2026-02-12 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.23 - - [2026-02-12 04:14:41] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001271 10.0.0.130 - - [2026-02-12 04:14:42] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.045544 10.0.0.130 - - [2026-02-12 04:14:42] "POST /network-policys HTTP/1.1" 200 522 0.030143 10.0.0.130 - - [2026-02-12 04:14:42] "GET /network-policy/20768459-43aa-43f4-bc08-9c1f4a38b28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005906 10.0.0.130 - - [2026-02-12 04:14:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.002930 10.0.0.130 - - [2026-02-12 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.23 - - [2026-02-12 04:14:42] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001097 10.0.0.130 - - [2026-02-12 04:14:42] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.041515 10.0.0.130 - - [2026-02-12 04:14:42] "POST /network-policys HTTP/1.1" 200 522 0.034864 10.0.0.130 - - [2026-02-12 04:14:42] "GET /network-policy/2cc5dbf9-a630-406e-89af-da6ebea6c395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006062 10.0.0.130 - - [2026-02-12 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.23 - - [2026-02-12 04:14:42] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.130 - - [2026-02-12 04:14:42] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.038231 10.0.0.130 - - [2026-02-12 04:14:42] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003312 10.0.0.130 - - [2026-02-12 04:14:42] "POST /virtual-networks HTTP/1.1" 200 546 0.067898 10.0.0.130 - - [2026-02-12 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.23 - - [2026-02-12 04:14:42] "POST /ref-update HTTP/1.1" 200 156 0.024256 10.0.0.130 - - [2026-02-12 04:14:42] "GET /network-ipam/ba1ba808-44bc-4005-b708-b7728744b4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.006804 10.0.0.23 - - [2026-02-12 04:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002481 10.0.0.130 - - [2026-02-12 04:14:42] "POST /ref-update HTTP/1.1" 200 156 0.057024 10.0.0.130 - - [2026-02-12 04:14:42] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007416 10.0.0.130 - - [2026-02-12 04:14:42] "POST /neutron/network HTTP/1.1" 200 809 0.008160 10.0.0.130 - - [2026-02-12 04:14:43] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005253 10.0.0.130 - - [2026-02-12 04:14:43] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005672 10.0.0.130 - - [2026-02-12 04:14:43] "PUT /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31 HTTP/1.1" 200 264 0.048065 10.0.0.130 - - [2026-02-12 04:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.130 - - [2026-02-12 04:14:43] "GET /network-policy/20768459-43aa-43f4-bc08-9c1f4a38b28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005509 10.0.0.130 - - [2026-02-12 04:14:43] "POST /ref-update HTTP/1.1" 200 156 0.043821 10.0.0.130 - - [2026-02-12 04:14:43] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006374 10.0.0.130 - - [2026-02-12 04:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.130 - - [2026-02-12 04:14:43] "GET /network-policy/20768459-43aa-43f4-bc08-9c1f4a38b28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003868 10.0.0.130 - - [2026-02-12 04:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.23 - - [2026-02-12 04:14:43] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001303 10.0.0.130 - - [2026-02-12 04:14:43] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.039232 10.0.0.130 - - [2026-02-12 04:14:43] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003496 10.0.0.130 - - [2026-02-12 04:14:44] "POST /virtual-networks HTTP/1.1" 200 546 0.069646 10.0.0.23 - - [2026-02-12 04:14:44] "POST /route-targets HTTP/1.1" 200 327 0.016819 10.0.0.130 - - [2026-02-12 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011306 10.0.0.130 - - [2026-02-12 04:14:44] "GET /network-ipam/ba1ba808-44bc-4005-b708-b7728744b4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.007498 10.0.0.23 - - [2026-02-12 04:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004180 10.0.0.130 - - [2026-02-12 04:14:44] "POST /ref-update HTTP/1.1" 200 156 0.072745 10.0.0.130 - - [2026-02-12 04:14:44] "POST /neutron/network HTTP/1.1" 200 809 0.006780 10.0.0.130 - - [2026-02-12 04:14:44] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006597 10.0.0.130 - - [2026-02-12 04:14:44] "POST /neutron/subnet HTTP/1.1" 200 672 0.009036 10.0.0.130 - - [2026-02-12 04:14:44] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005390 10.0.0.130 - - [2026-02-12 04:14:44] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005635 10.0.0.130 - - [2026-02-12 04:14:45] "PUT /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4 HTTP/1.1" 200 264 0.049239 10.0.0.130 - - [2026-02-12 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.130 - - [2026-02-12 04:14:45] "GET /network-policy/2cc5dbf9-a630-406e-89af-da6ebea6c395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004361 10.0.0.130 - - [2026-02-12 04:14:45] "POST /ref-update HTTP/1.1" 200 156 0.041396 10.0.0.130 - - [2026-02-12 04:14:45] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007217 10.0.0.23 - - [2026-02-12 04:14:45] "POST /access-control-lists HTTP/1.1" 200 592 0.085381 10.0.0.130 - - [2026-02-12 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.016333 10.0.0.130 - - [2026-02-12 04:14:45] "GET /network-policy/2cc5dbf9-a630-406e-89af-da6ebea6c395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006550 10.0.0.130 - - [2026-02-12 04:14:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001139 10.0.0.23 - - [2026-02-12 04:14:46] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002408 10.0.0.130 - - [2026-02-12 04:14:46] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.075980 10.0.0.130 - - [2026-02-12 04:14:46] "POST /neutron/network HTTP/1.1" 200 886 0.031508 10.0.0.130 - - [2026-02-12 04:14:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001735 10.0.0.130 - - [2026-02-12 04:14:46] "POST /neutron/port HTTP/1.1" 200 117 0.007464 10.0.0.23 - - [2026-02-12 04:14:46] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.130 - - [2026-02-12 04:14:47] "POST /neutron/port HTTP/1.1" 200 1061 0.329099 10.0.0.130 - - [2026-02-12 04:14:47] "POST /neutron/port HTTP/1.1" 200 1115 0.112736 10.0.0.23 - - [2026-02-12 04:14:47] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.130 - - [2026-02-12 04:14:47] "POST /neutron/subnet HTTP/1.1" 200 646 0.011118 10.0.0.130 - - [2026-02-12 04:14:47] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.085820 10.0.0.130 - - [2026-02-12 04:14:47] "POST /neutron/network HTTP/1.1" 200 886 0.006777 10.0.0.130 - - [2026-02-12 04:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.007340 10.0.0.130 - - [2026-02-12 04:14:48] "POST /neutron/network HTTP/1.1" 200 896 0.006170 10.0.0.23 - - [2026-02-12 04:14:48] "PUT /access-control-list/52ce9b94-8fba-45de-b60b-a1daa9dce3f0 HTTP/1.1" 200 272 0.017932 10.0.0.130 - - [2026-02-12 04:14:48] "POST /neutron/port HTTP/1.1" 200 1061 0.048502 10.0.0.130 - - [2026-02-12 04:14:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003689 10.0.0.130 - - [2026-02-12 04:14:48] "POST /neutron/network HTTP/1.1" 200 886 0.006582 10.0.0.130 - - [2026-02-12 04:14:53] "POST /neutron/port HTTP/1.1" 200 1125 0.016912 10.0.0.130 - - [2026-02-12 04:14:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007453 10.0.0.130 - - [2026-02-12 04:14:53] "GET /virtual-machine/38d44908-dd66-49de-9123-3eea89fa4847 HTTP/1.1" 200 1293 0.005928 10.0.0.130 - - [2026-02-12 04:14:53] "GET /virtual-machine-interface/ac0d7d8c-cc59-404a-b521-982ed5babe34 HTTP/1.1" 200 2950 0.005299 10.0.0.130 - - [2026-02-12 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.130 - - [2026-02-12 04:14:53] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003418 10.0.0.130 - - [2026-02-12 04:14:53] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002721 10.0.0.130 - - [2026-02-12 04:14:53] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005740 10.0.0.22 - - [2026-02-12 04:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.22 - - [2026-02-12 04:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.22 - - [2026-02-12 04:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000557 10.0.0.22 - - [2026-02-12 04:14:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000582 10.0.0.23 - - [2026-02-12 04:14:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.23 - - [2026-02-12 04:14:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.23 - - [2026-02-12 04:14:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.23 - - [2026-02-12 04:14:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.130 - - [2026-02-12 04:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.130 - - [2026-02-12 04:14:56] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006484 10.0.0.130 - - [2026-02-12 04:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000610 10.0.0.130 - - [2026-02-12 04:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000490 10.0.0.130 - - [2026-02-12 04:14:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.130 - - [2026-02-12 04:14:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.130 - - [2026-02-12 04:14:59] "POST /neutron/network HTTP/1.1" 200 896 0.006071 10.0.0.130 - - [2026-02-12 04:14:59] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.130 - - [2026-02-12 04:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.130 - - [2026-02-12 04:15:00] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004870 10.0.0.130 - - [2026-02-12 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.130 - - [2026-02-12 04:15:04] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005175 10.0.0.130 - - [2026-02-12 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.130 - - [2026-02-12 04:15:08] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005922 10.0.0.130 - - [2026-02-12 04:15:11] "POST /neutron/port HTTP/1.1" 200 1125 0.016603 10.0.0.130 - - [2026-02-12 04:15:11] "POST /neutron/subnet HTTP/1.1" 200 646 0.009764 10.0.0.130 - - [2026-02-12 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.130 - - [2026-02-12 04:15:12] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005235 10.0.0.130 - - [2026-02-12 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.130 - - [2026-02-12 04:15:16] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005767 10.0.0.130 - - [2026-02-12 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.130 - - [2026-02-12 04:15:20] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006808 10.0.0.23 - - [2026-02-12 04:15:24] "GET /obj-perms HTTP/1.1" 200 5075 0.052467 10.0.0.130 - - [2026-02-12 04:15:24] "GET /obj-perms HTTP/1.1" 200 5075 0.059827 10.0.0.130 - - [2026-02-12 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.130 - - [2026-02-12 04:15:25] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005624 10.0.0.130 - - [2026-02-12 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.130 - - [2026-02-12 04:15:27] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003463 10.0.0.130 - - [2026-02-12 04:15:27] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003080 10.0.0.130 - - [2026-02-12 04:15:27] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005596 10.0.0.130 - - [2026-02-12 04:15:27] "POST /neutron/port HTTP/1.1" 200 1125 0.016676 10.0.0.130 - - [2026-02-12 04:15:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006735 10.0.0.130 - - [2026-02-12 04:15:37] "POST /neutron/port HTTP/1.1" 200 1125 0.021049 10.0.0.130 - - [2026-02-12 04:15:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.041644 10.0.0.130 - - [2026-02-12 04:15:48] "POST /neutron/port HTTP/1.1" 200 1125 0.017892 10.0.0.130 - - [2026-02-12 04:15:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008967 10.0.0.130 - - [2026-02-12 04:15:48] "GET /virtual-machine/b7520d2e-6498-4c29-b346-765530bc3d60 HTTP/1.1" 200 1294 0.006360 10.0.0.130 - - [2026-02-12 04:15:48] "GET /virtual-machine-interface/34e0f544-a191-44c2-9945-106f6dadebb5 HTTP/1.1" 200 2949 0.005949 10.0.0.130 - - [2026-02-12 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.130 - - [2026-02-12 04:15:48] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005074 10.0.0.130 - - [2026-02-12 04:15:48] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003036 10.0.0.130 - - [2026-02-12 04:15:48] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006172 10.0.0.130 - - [2026-02-12 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.130 - - [2026-02-12 04:15:49] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004485 10.0.0.130 - - [2026-02-12 04:15:49] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003041 10.0.0.130 - - [2026-02-12 04:15:49] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005816 10.0.0.130 - - [2026-02-12 04:16:01] "POST /neutron/port HTTP/1.1" 200 1125 0.017344 10.0.0.130 - - [2026-02-12 04:16:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006528 10.0.0.130 - - [2026-02-12 04:16:01] "POST /neutron/network HTTP/1.1" 200 886 0.006918 10.0.0.130 - - [2026-02-12 04:16:12] "POST /neutron/network HTTP/1.1" 200 896 0.010980 10.0.0.130 - - [2026-02-12 04:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.22 - - [2026-02-12 04:16:24] "GET /obj-perms HTTP/1.1" 200 5075 0.051154 10.0.0.22 - - [2026-02-12 04:16:25] "GET /virtual-router/dcfb7b7f-49bc-4027-8dc6-b6385a5b2bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.036157 10.0.0.130 - - [2026-02-12 04:17:12] "POST /neutron/port HTTP/1.1" 200 1125 0.021467 10.0.0.130 - - [2026-02-12 04:17:12] "POST /neutron/subnet HTTP/1.1" 200 646 0.010446 ++ 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 Feb 12 04:17:14 AM UTC 2026 ===================' INFO: =================== Thu Feb 12 04:17:14 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 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ 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 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ 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.130,10.0.0.22,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.130:8081 10.0.0.22:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.130:8081 10.0.0.22:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.130:8081 10.0.0.22:8081 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.130:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.130:8086 10.0.0.22:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.130:8086 10.0.0.22:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.130:8086 10.0.0.22:8086 10.0.0.23: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.130,10.0.0.22,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.130:8082 10.0.0.22:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.130:8082 10.0.0.22:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.130:8082 10.0.0.22:8082 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.130:9161 10.0.0.22:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.130:9161 10.0.0.22:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.130:9161 10.0.0.22:9161 10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.130:9041 10.0.0.22:9041 10.0.0.23: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.193,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.130:2181,10.0.0.22:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.130:2181,10.0.0.22:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.130:2181,10.0.0.22:2181,10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.130:2181 10.0.0.22:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.130:5673,10.0.0.22:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.130:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.130:5673,10.0.0.22:5673,10.0.0.23: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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.130:6379 10.0.0.22:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.130:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.130:6379 10.0.0.22:6379 10.0.0.23: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.130,10.0.0.22,10.0.0.23 ++ 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.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.130:9092 10.0.0.22:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.130:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.130:9092 10.0.0.22:9092 10.0.0.23: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.130 ++ 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.130,10.0.0.22,10.0.0.23 ++ 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.130,10.0.0.22,10.0.0.23 ++ 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.130,10.0.0.22,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.130 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.130 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.130,10.0.0.22,10.0.0.23 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.130,10.0.0.22,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ uniq ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.23,10.20.0.14,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.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.130:9041 10.0.0.22:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23: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__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ 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: 02/12/2026 04:17:23.265 7fd48d296d40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/12/2026 04:17:23.400 7fd48d296d40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/12/2026 04:17:23.412 7fd48d296d40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/12/2026 04:17:23.412 7fd48d296d40 [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.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-02-12 04:17:24] "GET / HTTP/1.1" 503 181 0.000350 10.0.0.23 - - [2026-02-12 04:17:24] "GET / HTTP/1.1" 503 181 0.000190 [Introspect:8084]10.0.0.130 - - [2026-02-12 04:17:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.001614 10.0.0.23 - - [2026-02-12 04:17:25] "GET / HTTP/1.1" 200 45871 0.001395 10.0.0.23 - - [2026-02-12 04:17:25] "GET / HTTP/1.1" 200 45871 0.000961 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.23 - - [2026-02-12 04:17:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000531 10.0.0.23 - - [2026-02-12 04:17:25] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000262 10.0.0.23 - - [2026-02-12 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.935789 10.0.0.23 - - [2026-02-12 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.23 - - [2026-02-12 04:17:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.665320 10.0.0.23 - - [2026-02-12 04:17:26] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003052 /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.23 - - [2026-02-12 04:17:27] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000881 10.0.0.23 - - [2026-02-12 04:17:27] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.037942 10.0.0.23 - - [2026-02-12 04:17:27] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000958 10.0.0.23 - - [2026-02-12 04:17:27] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?fields=security_groups HTTP/1.1" 200 1099 0.047085 10.0.0.23 - - [2026-02-12 04:17:27] "GET /projects?obj_uuids=d307445b-c234-4b5d-a771-55b52ba3ff89&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.23 - - [2026-02-12 04:17:27] "GET /project/d307445b-c234-4b5d-a771-55b52ba3ff89?fields=application_policy_sets HTTP/1.1" 200 1392 0.041080 10.0.0.23 - - [2026-02-12 04:17:27] "DELETE /project/d307445b-c234-4b5d-a771-55b52ba3ff89 HTTP/1.1" 409 278 0.228864 [Introspect:8084]10.0.0.130 - - [2026-02-12 04:17:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001173 [Introspect:8084]10.0.0.130 - - [2026-02-12 04:17:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001455 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.130 - - [2026-02-12 04:17:31] "GET /obj-perms HTTP/1.1" 200 5051 0.356347 10.0.0.130 - - [2026-02-12 04:17:31] "GET /obj-perms HTTP/1.1" 200 5051 0.003380 10.0.0.130 - - [2026-02-12 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.031899 10.0.0.23 - - [2026-02-12 04:17:31] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.130 - - [2026-02-12 04:17:31] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.064640 10.0.0.130 - - [2026-02-12 04:17:32] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003309 10.0.0.130 - - [2026-02-12 04:17:32] "POST /virtual-networks HTTP/1.1" 200 546 0.081370 10.0.0.130 - - [2026-02-12 04:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.130 - - [2026-02-12 04:17:32] "GET /network-ipam/ba1ba808-44bc-4005-b708-b7728744b4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004219 10.0.0.23 - - [2026-02-12 04:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.014990 10.0.0.130 - - [2026-02-12 04:17:32] "POST /ref-update HTTP/1.1" 200 156 0.087837 10.0.0.130 - - [2026-02-12 04:17:32] "POST /neutron/network HTTP/1.1" 200 809 0.045562 10.0.0.130 - - [2026-02-12 04:17:32] "GET /virtual-network/78bae864-c677-4ba4-b9cd-465f0d5206db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005226 10.0.0.130 - - [2026-02-12 04:17:32] "POST /neutron/subnet HTTP/1.1" 200 672 0.011975 10.0.0.130 - - [2026-02-12 04:17:32] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005320 10.0.0.130 - - [2026-02-12 04:17:33] "GET /obj-perms HTTP/1.1" 200 5051 0.003212 10.0.0.130 - - [2026-02-12 04:17:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001303 10.0.0.130 - - [2026-02-12 04:17:33] "POST /neutron/network HTTP/1.1" 200 896 0.010137 10.0.0.23 - - [2026-02-12 04:17:34] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.130 - - [2026-02-12 04:17:34] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.066916 10.0.0.130 - - [2026-02-12 04:17:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007514 10.0.0.130 - - [2026-02-12 04:17:34] "POST /neutron/network HTTP/1.1" 200 896 0.008569 10.0.0.130 - - [2026-02-12 04:17:35] "POST /neutron/port HTTP/1.1" 200 1061 0.042551 10.0.0.130 - - [2026-02-12 04:17:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003846 10.0.0.130 - - [2026-02-12 04:17:35] "POST /neutron/network HTTP/1.1" 200 886 0.006523 10.0.0.130 - - [2026-02-12 04:17:39] "POST /neutron/port HTTP/1.1" 200 1125 0.018224 10.0.0.130 - - [2026-02-12 04:17:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007599 10.0.0.130 - - [2026-02-12 04:17:39] "GET /virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5 HTTP/1.1" 200 1293 0.028692 10.0.0.130 - - [2026-02-12 04:17:39] "GET /virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5 HTTP/1.1" 200 1293 0.003803 10.0.0.130 - - [2026-02-12 04:17:39] "GET /virtual-machine-interface/ead6dceb-5924-4342-a403-d33372d46c83 HTTP/1.1" 200 2950 0.004556 10.0.0.130 - - [2026-02-12 04:17:39] "GET /virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5 HTTP/1.1" 200 1293 0.003107 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-machine-interface/ead6dceb-5924-4342-a403-d33372d46c83 HTTP/1.1" 200 2950 0.006247 10.0.0.130 - - [2026-02-12 04:17:40] "GET /instance-ip/762f0b5e-a73c-4c8f-b085-e203ac4dd95e HTTP/1.1" 200 1623 0.005654 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5 HTTP/1.1" 200 1293 0.003438 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-machine-interface/ead6dceb-5924-4342-a403-d33372d46c83 HTTP/1.1" 200 2950 0.005270 10.0.0.130 - - [2026-02-12 04:17:40] "GET /instance-ip/762f0b5e-a73c-4c8f-b085-e203ac4dd95e HTTP/1.1" 200 1623 0.003522 10.0.0.130 - - [2026-02-12 04:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.130 - - [2026-02-12 04:17:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004185 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002708 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006441 10.0.0.130 - - [2026-02-12 04:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.130 - - [2026-02-12 04:17:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006577 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003534 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006862 10.0.0.130 - - [2026-02-12 04:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.130 - - [2026-02-12 04:17:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004622 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003345 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005399 10.0.0.130 - - [2026-02-12 04:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.130 - - [2026-02-12 04:17:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004610 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003176 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005913 10.0.0.130 - - [2026-02-12 04:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.130 - - [2026-02-12 04:17:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003865 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003135 10.0.0.130 - - [2026-02-12 04:17:40] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006691 10.0.0.130 - - [2026-02-12 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.130 - - [2026-02-12 04:17:43] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005080 10.0.0.130 - - [2026-02-12 04:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.130 - - [2026-02-12 04:17:47] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007693 10.0.0.130 - - [2026-02-12 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.130 - - [2026-02-12 04:17:51] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005102 10.0.0.130 - - [2026-02-12 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.130 - - [2026-02-12 04:17:56] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004988 10.0.0.130 - - [2026-02-12 04:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.130 - - [2026-02-12 04:18:00] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005127 10.0.0.130 - - [2026-02-12 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.130 - - [2026-02-12 04:18:04] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006292 10.0.0.130 - - [2026-02-12 04:18:05] "POST /neutron/port HTTP/1.1" 200 1125 0.016263 10.0.0.130 - - [2026-02-12 04:18:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004044 10.0.0.130 - - [2026-02-12 04:18:05] "POST /neutron/network HTTP/1.1" 200 886 0.007018 10.0.0.130 - - [2026-02-12 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.130 - - [2026-02-12 04:18:08] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005209 10.0.0.130 - - [2026-02-12 04:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.130 - - [2026-02-12 04:18:12] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005439 10.0.0.130 - - [2026-02-12 04:18:13] "POST /neutron/network HTTP/1.1" 200 896 0.029114 10.0.0.130 - - [2026-02-12 04:18:13] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.130 - - [2026-02-12 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.130 - - [2026-02-12 04:18:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003708 10.0.0.130 - - [2026-02-12 04:18:14] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002723 10.0.0.130 - - [2026-02-12 04:18:14] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006211 10.0.0.130 - - [2026-02-12 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.130 - - [2026-02-12 04:18:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003199 10.0.0.130 - - [2026-02-12 04:18:14] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002977 10.0.0.130 - - [2026-02-12 04:18:14] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005593 10.0.0.130 - - [2026-02-12 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.130 - - [2026-02-12 04:18:14] "GET /routing-instance/5c8072c0-f1f4-40e4-940c-fa3a9a077e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004354 10.0.0.130 - - [2026-02-12 04:18:14] "GET /route-target/8c3cfb5d-e563-480e-b7c2-a41cd2d1be2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003694 10.0.0.130 - - [2026-02-12 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.130 - - [2026-02-12 04:18:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005418 10.0.0.130 - - [2026-02-12 04:18:14] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003776 10.0.0.130 - - [2026-02-12 04:18:15] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007121 10.0.0.130 - - [2026-02-12 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005447 10.0.0.130 - - [2026-02-12 04:18:15] "GET /routing-instance/5c8072c0-f1f4-40e4-940c-fa3a9a077e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005746 10.0.0.130 - - [2026-02-12 04:18:15] "GET /route-target/8c3cfb5d-e563-480e-b7c2-a41cd2d1be2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004098 10.0.0.130 - - [2026-02-12 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.130 - - [2026-02-12 04:18:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005389 10.0.0.130 - - [2026-02-12 04:18:15] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003316 10.0.0.130 - - [2026-02-12 04:18:15] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007851 10.0.0.130 - - [2026-02-12 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.130 - - [2026-02-12 04:18:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003963 10.0.0.130 - - [2026-02-12 04:18:15] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002945 10.0.0.130 - - [2026-02-12 04:18:15] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005640 10.0.0.130 - - [2026-02-12 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.130 - - [2026-02-12 04:18:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004248 10.0.0.130 - - [2026-02-12 04:18:15] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002743 10.0.0.130 - - [2026-02-12 04:18:15] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006835 10.0.0.23 - - [2026-02-12 04:18:15] "GET /obj-perms HTTP/1.1" 200 5051 0.076292 10.0.0.130 - - [2026-02-12 04:18:15] "GET /obj-perms HTTP/1.1" 200 5051 0.004332 10.0.0.130 - - [2026-02-12 04:18:15] "GET /obj-perms HTTP/1.1" 200 5051 0.004761 10.0.0.130 - - [2026-02-12 04:18:15] "GET /obj-perms HTTP/1.1" 200 5051 0.006979 10.0.0.22 - - [2026-02-12 04:18:16] "GET /obj-perms HTTP/1.1" 200 5051 0.063187 10.0.0.23 - - [2026-02-12 04:18:16] "GET /obj-perms HTTP/1.1" 200 5051 0.003239 10.0.0.130 - - [2026-02-12 04:18:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001280 10.0.0.130 - - [2026-02-12 04:18:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006438 10.0.0.23 - - [2026-02-12 04:18:16] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000890 10.0.0.130 - - [2026-02-12 04:18:17] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.087457 10.0.0.130 - - [2026-02-12 04:18:17] "POST /neutron/port HTTP/1.1" 200 3070 0.043908 10.0.0.130 - - [2026-02-12 04:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.007711 10.0.0.130 - - [2026-02-12 04:18:18] "POST /neutron/port HTTP/1.1" 200 1061 0.021013 10.0.0.130 - - [2026-02-12 04:18:18] "POST /neutron/port HTTP/1.1" 200 1125 0.018548 10.0.0.130 - - [2026-02-12 04:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.001541 10.0.0.130 - - [2026-02-12 04:18:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006889 10.0.0.130 - - [2026-02-12 04:18:22] "POST /neutron/port HTTP/1.1" 200 1125 0.021699 10.0.0.130 - - [2026-02-12 04:18:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008721 10.0.0.130 - - [2026-02-12 04:18:22] "GET /virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623 HTTP/1.1" 200 1293 0.006533 10.0.0.130 - - [2026-02-12 04:18:22] "GET /virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623 HTTP/1.1" 200 1293 0.005946 10.0.0.130 - - [2026-02-12 04:18:22] "GET /virtual-machine-interface/1ad5814a-4d89-4612-950f-abf419ebd7d3 HTTP/1.1" 200 2949 0.005528 10.0.0.130 - - [2026-02-12 04:18:22] "GET /virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623 HTTP/1.1" 200 1293 0.004035 10.0.0.130 - - [2026-02-12 04:18:22] "GET /virtual-machine-interface/1ad5814a-4d89-4612-950f-abf419ebd7d3 HTTP/1.1" 200 2949 0.006666 10.0.0.130 - - [2026-02-12 04:18:22] "GET /instance-ip/ff8b3955-388a-428c-8a7a-70f21a751549 HTTP/1.1" 200 1623 0.006928 10.0.0.130 - - [2026-02-12 04:18:22] "GET /virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623 HTTP/1.1" 200 1293 0.004129 10.0.0.130 - - [2026-02-12 04:18:22] "GET /virtual-machine-interface/1ad5814a-4d89-4612-950f-abf419ebd7d3 HTTP/1.1" 200 2949 0.006926 10.0.0.130 - - [2026-02-12 04:18:22] "GET /instance-ip/ff8b3955-388a-428c-8a7a-70f21a751549 HTTP/1.1" 200 1623 0.005573 10.0.0.130 - - [2026-02-12 04:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.130 - - [2026-02-12 04:18:22] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005595 10.0.0.130 - - [2026-02-12 04:18:22] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002372 10.0.0.130 - - [2026-02-12 04:18:22] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004970 10.0.0.130 - - [2026-02-12 04:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.130 - - [2026-02-12 04:18:22] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003981 10.0.0.130 - - [2026-02-12 04:18:22] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002977 10.0.0.130 - - [2026-02-12 04:18:23] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005589 10.0.0.130 - - [2026-02-12 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.130 - - [2026-02-12 04:18:23] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003818 10.0.0.130 - - [2026-02-12 04:18:23] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003087 10.0.0.130 - - [2026-02-12 04:18:23] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007427 10.0.0.130 - - [2026-02-12 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.130 - - [2026-02-12 04:18:23] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006986 10.0.0.130 - - [2026-02-12 04:18:23] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003761 10.0.0.130 - - [2026-02-12 04:18:23] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006783 10.0.0.130 - - [2026-02-12 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.130 - - [2026-02-12 04:18:23] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004465 10.0.0.130 - - [2026-02-12 04:18:23] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003195 10.0.0.130 - - [2026-02-12 04:18:23] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005765 10.0.0.130 - - [2026-02-12 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.130 - - [2026-02-12 04:18:26] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006202 10.0.0.130 - - [2026-02-12 04:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.130 - - [2026-02-12 04:18:30] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004966 10.0.0.130 - - [2026-02-12 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.130 - - [2026-02-12 04:18:34] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005384 10.0.0.130 - - [2026-02-12 04:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.130 - - [2026-02-12 04:18:38] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005655 10.0.0.130 - - [2026-02-12 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.130 - - [2026-02-12 04:18:42] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004932 10.0.0.130 - - [2026-02-12 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.130 - - [2026-02-12 04:18:47] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005634 10.0.0.130 - - [2026-02-12 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.130 - - [2026-02-12 04:18:51] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005201 10.0.0.130 - - [2026-02-12 04:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.130 - - [2026-02-12 04:18:55] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005926 10.0.0.130 - - [2026-02-12 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.130 - - [2026-02-12 04:18:57] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004073 10.0.0.130 - - [2026-02-12 04:18:57] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003421 10.0.0.130 - - [2026-02-12 04:18:57] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005435 10.0.0.130 - - [2026-02-12 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.130 - - [2026-02-12 04:18:57] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004296 10.0.0.130 - - [2026-02-12 04:18:57] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004530 10.0.0.130 - - [2026-02-12 04:18:57] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006562 10.0.0.130 - - [2026-02-12 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.130 - - [2026-02-12 04:18:57] "GET /routing-instance/136f2bf9-64d9-4926-91cf-a647de03f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004266 10.0.0.130 - - [2026-02-12 04:18:57] "GET /route-target/3dba2f8b-a947-4a42-8bcb-3d8f923f86d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004133 10.0.0.130 - - [2026-02-12 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.130 - - [2026-02-12 04:18:57] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003603 10.0.0.130 - - [2026-02-12 04:18:57] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002960 10.0.0.130 - - [2026-02-12 04:18:57] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005759 10.0.0.130 - - [2026-02-12 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.130 - - [2026-02-12 04:18:57] "GET /routing-instance/136f2bf9-64d9-4926-91cf-a647de03f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.007148 10.0.0.130 - - [2026-02-12 04:18:57] "GET /route-target/3dba2f8b-a947-4a42-8bcb-3d8f923f86d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003399 10.0.0.130 - - [2026-02-12 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.130 - - [2026-02-12 04:18:57] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003872 10.0.0.130 - - [2026-02-12 04:18:57] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002932 10.0.0.130 - - [2026-02-12 04:18:58] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005977 10.0.0.130 - - [2026-02-12 04:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.130 - - [2026-02-12 04:18:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004113 10.0.0.130 - - [2026-02-12 04:18:58] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003304 10.0.0.130 - - [2026-02-12 04:18:58] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005441 10.0.0.130 - - [2026-02-12 04:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.130 - - [2026-02-12 04:18:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004527 10.0.0.130 - - [2026-02-12 04:18:58] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003815 10.0.0.130 - - [2026-02-12 04:18:58] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005501 10.0.0.130 - - [2026-02-12 04:18:58] "GET /obj-perms HTTP/1.1" 200 5051 0.003334 10.0.0.23 - - [2026-02-12 04:18:58] "GET /obj-perms HTTP/1.1" 200 5051 0.004020 10.0.0.130 - - [2026-02-12 04:18:58] "GET /obj-perms HTTP/1.1" 200 5051 0.003644 10.0.0.130 - - [2026-02-12 04:18:58] "GET /obj-perms HTTP/1.1" 200 5051 0.003799 10.0.0.130 - - [2026-02-12 04:18:58] "GET /virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5 HTTP/1.1" 200 1293 0.003971 10.0.0.130 - - [2026-02-12 04:18:58] "GET /virtual-machine-interface/ead6dceb-5924-4342-a403-d33372d46c83 HTTP/1.1" 200 2950 0.004900 10.0.0.130 - - [2026-02-12 04:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.130 - - [2026-02-12 04:18:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003943 10.0.0.130 - - [2026-02-12 04:18:58] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003068 10.0.0.130 - - [2026-02-12 04:18:58] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005576 10.0.0.130 - - [2026-02-12 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.130 - - [2026-02-12 04:18:59] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003542 10.0.0.130 - - [2026-02-12 04:18:59] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002972 10.0.0.130 - - [2026-02-12 04:18:59] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005617 10.0.0.130 - - [2026-02-12 04:19:00] "GET /virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623 HTTP/1.1" 200 1293 0.004243 10.0.0.130 - - [2026-02-12 04:19:00] "GET /virtual-machine-interface/1ad5814a-4d89-4612-950f-abf419ebd7d3 HTTP/1.1" 200 2949 0.006686 10.0.0.130 - - [2026-02-12 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.130 - - [2026-02-12 04:19:00] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005876 10.0.0.130 - - [2026-02-12 04:19:00] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003365 10.0.0.130 - - [2026-02-12 04:19:00] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005730 10.0.0.130 - - [2026-02-12 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.130 - - [2026-02-12 04:19:01] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004457 10.0.0.130 - - [2026-02-12 04:19:01] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003936 10.0.0.130 - - [2026-02-12 04:19:01] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005708 10.0.0.130 - - [2026-02-12 04:19:01] "POST /neutron/port HTTP/1.1" 200 1125 0.020600 10.0.0.130 - - [2026-02-12 04:19:04] "POST /neutron/port HTTP/1.1" 200 1125 0.016296 10.0.0.130 - - [2026-02-12 04:19:04] "POST /neutron/subnet HTTP/1.1" 200 646 0.008959 10.0.0.130 - - [2026-02-12 04:19:06] "POST /neutron/port HTTP/1.1" 200 1125 0.041253 10.0.0.130 - - [2026-02-12 04:19:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009931 10.0.0.130 - - [2026-02-12 04:19:15] "POST /neutron/port HTTP/1.1" 200 1125 0.016352 10.0.0.130 - - [2026-02-12 04:19:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003504 10.0.0.130 - - [2026-02-12 04:19:15] "POST /neutron/network HTTP/1.1" 200 886 0.006268 10.0.0.23 - - [2026-02-12 04:19:28] "GET /obj-perms HTTP/1.1" 200 5075 0.049981 10.0.0.22 - - [2026-02-12 04:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000465 10.0.0.22 - - [2026-02-12 04:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.22 - - [2026-02-12 04:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.22 - - [2026-02-12 04:19:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.23 - - [2026-02-12 04:19:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.23 - - [2026-02-12 04:19:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000662 10.0.0.23 - - [2026-02-12 04:19:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.23 - - [2026-02-12 04:19:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.130 - - [2026-02-12 04:19:55] "GET /virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623 HTTP/1.1" 200 1293 0.004429 10.0.0.130 - - [2026-02-12 04:19:56] "POST /neutron/port HTTP/1.1" 200 151 0.183608 10.0.0.130 - - [2026-02-12 04:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000523 10.0.0.130 - - [2026-02-12 04:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.130 - - [2026-02-12 04:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.130 - - [2026-02-12 04:19:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.130 - - [2026-02-12 04:19:57] "GET /virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623 HTTP/1.1" 404 171 0.003751 10.0.0.130 - - [2026-02-12 04:19:57] "GET /virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623 HTTP/1.1" 404 171 0.004034 10.0.0.130 - - [2026-02-12 04:19:57] "GET /virtual-machine/64f4c664-4875-4bb9-95c6-329b5ef27623 HTTP/1.1" 404 171 0.003100 10.0.0.130 - - [2026-02-12 04:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.130 - - [2026-02-12 04:19:58] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005892 10.0.0.130 - - [2026-02-12 04:19:58] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002857 10.0.0.130 - - [2026-02-12 04:19:58] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005633 10.0.0.130 - - [2026-02-12 04:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.130 - - [2026-02-12 04:19:58] "GET /routing-instance/136f2bf9-64d9-4926-91cf-a647de03f8fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004947 10.0.0.130 - - [2026-02-12 04:19:58] "GET /route-target/3dba2f8b-a947-4a42-8bcb-3d8f923f86d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003193 10.0.0.130 - - [2026-02-12 04:19:58] "GET /obj-perms HTTP/1.1" 200 5051 0.003851 10.0.0.130 - - [2026-02-12 04:20:04] "GET /obj-perms HTTP/1.1" 200 5051 0.003671 10.0.0.130 - - [2026-02-12 04:20:06] "POST /neutron/network HTTP/1.1" 200 896 0.006433 10.0.0.130 - - [2026-02-12 04:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.130 - - [2026-02-12 04:20:07] "GET /obj-perms HTTP/1.1" 200 5051 0.059552 10.0.0.130 - - [2026-02-12 04:20:13] "GET /obj-perms HTTP/1.1" 200 5051 0.004114 10.0.0.130 - - [2026-02-12 04:20:14] "GET /obj-perms HTTP/1.1" 200 5051 0.003646 10.0.0.22 - - [2026-02-12 04:20:14] "GET /obj-perms HTTP/1.1" 200 5051 0.003261 10.0.0.130 - - [2026-02-12 04:20:14] "GET /virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5 HTTP/1.1" 200 1293 0.004689 10.0.0.130 - - [2026-02-12 04:20:14] "POST /neutron/port HTTP/1.1" 200 1115 0.019175 10.0.0.130 - - [2026-02-12 04:20:16] "GET /virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5 HTTP/1.1" 404 171 0.003060 10.0.0.130 - - [2026-02-12 04:20:16] "GET /virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5 HTTP/1.1" 404 171 0.002592 10.0.0.130 - - [2026-02-12 04:20:16] "GET /virtual-machine/75262047-8708-48bb-a05f-64c3c33d4df5 HTTP/1.1" 404 171 0.002529 10.0.0.130 - - [2026-02-12 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.130 - - [2026-02-12 04:20:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003187 10.0.0.130 - - [2026-02-12 04:20:16] "GET /virtual-networks?parent_id=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002903 10.0.0.130 - - [2026-02-12 04:20:16] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005624 10.0.0.130 - - [2026-02-12 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.130 - - [2026-02-12 04:20:16] "GET /routing-instance/5c8072c0-f1f4-40e4-940c-fa3a9a077e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004688 10.0.0.130 - - [2026-02-12 04:20:16] "GET /route-target/8c3cfb5d-e563-480e-b7c2-a41cd2d1be2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003214 10.0.0.130 - - [2026-02-12 04:20:19] "GET /obj-perms HTTP/1.1" 200 5051 0.003452 10.0.0.130 - - [2026-02-12 04:20:22] "GET /obj-perms HTTP/1.1" 200 5051 0.003379 10.0.0.23 - - [2026-02-12 04:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.011569 10.0.0.23 - - [2026-02-12 04:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004380 10.0.0.130 - - [2026-02-12 04:20:23] "DELETE /virtual-network/78bae864-c677-4ba4-b9cd-465f0d5206db HTTP/1.1" 200 115 0.126609 10.0.0.23 - - [2026-02-12 04:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.041575 10.0.0.130 - - [2026-02-12 04:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.130 - - [2026-02-12 04:20:23] "GET /network-policy/2cc5dbf9-a630-406e-89af-da6ebea6c395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.003446 10.0.0.130 - - [2026-02-12 04:20:23] "POST /ref-update HTTP/1.1" 200 156 0.043359 10.0.0.23 - - [2026-02-12 04:20:23] "POST /ref-update HTTP/1.1" 200 156 0.020257 10.0.0.130 - - [2026-02-12 04:20:23] "GET /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.009082 10.0.0.130 - - [2026-02-12 04:20:23] "DELETE /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4 HTTP/1.1" 409 234 0.006934 10.0.0.130 - - [2026-02-12 04:20:23] "POST /neutron/port HTTP/1.1" 200 1125 0.018899 10.0.0.130 - - [2026-02-12 04:20:23] "POST /neutron/port HTTP/1.1" 200 1125 0.015512 10.0.0.23 - - [2026-02-12 04:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003027 10.0.0.23 - - [2026-02-12 04:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002290 10.0.0.130 - - [2026-02-12 04:20:25] "DELETE /virtual-network/a22b6b4b-81c9-4f39-a424-475bdfc5c8b4 HTTP/1.1" 200 115 0.107859 10.0.0.130 - - [2026-02-12 04:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.130 - - [2026-02-12 04:20:25] "GET /network-policy/20768459-43aa-43f4-bc08-9c1f4a38b28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003573 10.0.0.130 - - [2026-02-12 04:20:25] "POST /ref-update HTTP/1.1" 200 156 0.054362 10.0.0.23 - - [2026-02-12 04:20:25] "DELETE /access-control-list/5fb1e333-9a98-4236-b71c-753e1b922fd3 HTTP/1.1" 200 115 0.055658 10.0.0.130 - - [2026-02-12 04:20:25] "POST /neutron/network HTTP/1.1" 200 809 0.011766 10.0.0.130 - - [2026-02-12 04:20:25] "GET /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006326 10.0.0.23 - - [2026-02-12 04:20:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002758 10.0.0.23 - - [2026-02-12 04:20:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002592 10.0.0.130 - - [2026-02-12 04:20:26] "DELETE /virtual-network/e967cc2e-f2da-4de5-aa9f-18d46daa2e31 HTTP/1.1" 200 115 0.106984 10.0.0.130 - - [2026-02-12 04:20:26] "DELETE /network-policy/2cc5dbf9-a630-406e-89af-da6ebea6c395 HTTP/1.1" 200 115 0.035856 10.0.0.130 - - [2026-02-12 04:20:26] "DELETE /network-policy/20768459-43aa-43f4-bc08-9c1f4a38b28d HTTP/1.1" 200 115 0.038626 10.0.0.130 - - [2026-02-12 04:20:29] "GET /obj-perms HTTP/1.1" 200 5075 0.046437 10.0.0.23 - - [2026-02-12 04:20:54] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000914 10.0.0.130 - - [2026-02-12 04:20:54] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.070786 10.0.0.23 - - [2026-02-12 04:20:54] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000847 10.0.0.130 - - [2026-02-12 04:20:54] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?fields=virtual_networks HTTP/1.1" 200 1044 0.057521 10.0.0.23 - - [2026-02-12 04:20:54] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.130 - - [2026-02-12 04:20:54] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.039316 10.0.0.23 - - [2026-02-12 04:20:54] "GET /projects?obj_uuids=d16579cc-eae4-44ae-816f-327ba8092763&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.130 - - [2026-02-12 04:20:54] "GET /project/d16579cc-eae4-44ae-816f-327ba8092763?fields=security_groups HTTP/1.1" 200 1271 0.040135 10.0.0.130 - - [2026-02-12 04:20:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.029788 10.0.0.23 - - [2026-02-12 04:20:55] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004727 10.0.0.23 - - [2026-02-12 04:20:55] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.23 - - [2026-02-12 04:20:55] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009121 10.0.0.23 - - [2026-02-12 04:20:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.005396 10.0.0.23 - - [2026-02-12 04:20:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.006839 10.0.0.23 - - [2026-02-12 04:20:55] "POST /security-groups HTTP/1.1" 200 591 0.032345 10.0.0.23 - - [2026-02-12 04:20:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.006601 10.0.0.23 - - [2026-02-12 04:20:55] "POST /projects HTTP/1.1" 200 585 0.236192 10.0.0.23 - - [2026-02-12 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.313372 10.0.0.23 - - [2026-02-12 04:20:55] "POST /access-control-lists HTTP/1.1" 200 594 0.031050 10.0.0.130 - - [2026-02-12 04:20:56] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.458284 10.0.0.130 - - [2026-02-12 04:20:57] "GET / HTTP/1.1" 200 35931 0.001819 10.0.0.130 - - [2026-02-12 04:20:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000704 10.0.0.130 - - [2026-02-12 04:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.060153 10.0.0.23 - - [2026-02-12 04:20:59] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.130 - - [2026-02-12 04:20:59] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.052167 10.0.0.23 - - [2026-02-12 04:20:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007001 10.0.0.130 - - [2026-02-12 04:20:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.230660 10.0.0.130 - - [2026-02-12 04:20:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001334 10.0.0.130 - - [2026-02-12 04:20:59] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005144 10.0.0.130 - - [2026-02-12 04:20:59] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004861 10.0.0.130 - - [2026-02-12 04:20:59] "POST /neutron/network HTTP/1.1" 200 823 0.006160 10.0.0.130 - - [2026-02-12 04:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.23 - - [2026-02-12 04:20:59] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.130 - - [2026-02-12 04:21:00] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.044100 10.0.0.23 - - [2026-02-12 04:21:00] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.130 - - [2026-02-12 04:21:00] "POST /neutron/network HTTP/1.1" 200 605 0.110948 10.0.0.23 - - [2026-02-12 04:21:00] "POST /route-targets HTTP/1.1" 200 327 0.014987 10.0.0.130 - - [2026-02-12 04:21:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.003346 10.0.0.130 - - [2026-02-12 04:21:00] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005311 10.0.0.130 - - [2026-02-12 04:21:00] "POST /neutron/network HTTP/1.1" 200 825 0.006253 10.0.0.130 - - [2026-02-12 04:21:00] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005032 10.0.0.130 - - [2026-02-12 04:21:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001272 10.0.0.130 - - [2026-02-12 04:21:00] "POST /neutron/network HTTP/1.1" 200 833 0.007192 10.0.0.23 - - [2026-02-12 04:21:01] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001470 10.0.0.130 - - [2026-02-12 04:21:01] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.075440 10.0.0.130 - - [2026-02-12 04:21:01] "POST /neutron/port HTTP/1.1" 200 117 0.010492 10.0.0.130 - - [2026-02-12 04:21:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001573 10.0.0.130 - - [2026-02-12 04:21:02] "POST /neutron/network HTTP/1.1" 200 833 0.006511 10.0.0.130 - - [2026-02-12 04:21:02] "POST /neutron/port HTTP/1.1" 200 1059 0.024639 10.0.0.23 - - [2026-02-12 04:21:02] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.130 - - [2026-02-12 04:21:02] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.057782 10.0.0.130 - - [2026-02-12 04:21:02] "POST /neutron/port HTTP/1.1" 200 1123 0.020307 10.0.0.130 - - [2026-02-12 04:21:02] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.130 - - [2026-02-12 04:21:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008727 10.0.0.130 - - [2026-02-12 04:21:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006883 10.0.0.130 - - [2026-02-12 04:21:03] "POST /neutron/port HTTP/1.1" 200 1061 0.022117 10.0.0.130 - - [2026-02-12 04:21:03] "POST /neutron/port HTTP/1.1" 200 1125 0.021104 10.0.0.130 - - [2026-02-12 04:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.130 - - [2026-02-12 04:21:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009228 10.0.0.130 - - [2026-02-12 04:21:08] "POST /neutron/port HTTP/1.1" 200 1123 0.016237 10.0.0.130 - - [2026-02-12 04:21:08] "GET /virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0 HTTP/1.1" 401 293 0.000412 10.0.0.130 - - [2026-02-12 04:21:08] "GET /virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0 HTTP/1.1" 200 1292 0.030253 10.0.0.130 - - [2026-02-12 04:21:08] "GET /virtual-machine-interface/8c4b8321-2f1b-4e7c-950a-d6b5c95e82fe HTTP/1.1" 200 2942 0.006382 10.0.0.130 - - [2026-02-12 04:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.130 - - [2026-02-12 04:21:08] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003531 10.0.0.130 - - [2026-02-12 04:21:08] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003098 10.0.0.130 - - [2026-02-12 04:21:08] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006364 10.0.0.23 - - [2026-02-12 04:21:11] "DELETE /access-control-list/6d5e8435-5837-407a-b366-26bf979bca9a HTTP/1.1" 200 115 0.037763 10.0.0.130 - - [2026-02-12 04:21:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006511 10.0.0.130 - - [2026-02-12 04:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.130 - - [2026-02-12 04:21:12] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005914 10.0.0.130 - - [2026-02-12 04:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.130 - - [2026-02-12 04:21:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004581 10.0.0.130 - - [2026-02-12 04:21:14] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003521 10.0.0.130 - - [2026-02-12 04:21:14] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005806 10.0.0.130 - - [2026-02-12 04:21:14] "POST /neutron/port HTTP/1.1" 200 1125 0.017005 10.0.0.130 - - [2026-02-12 04:21:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006719 10.0.0.130 - - [2026-02-12 04:21:14] "GET /virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5 HTTP/1.1" 200 1292 0.006641 10.0.0.130 - - [2026-02-12 04:21:14] "GET /virtual-machine-interface/d51a4426-52a0-4632-95e2-1d05fd219b62 HTTP/1.1" 200 2942 0.006114 10.0.0.130 - - [2026-02-12 04:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.130 - - [2026-02-12 04:21:14] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003964 10.0.0.130 - - [2026-02-12 04:21:14] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002710 10.0.0.130 - - [2026-02-12 04:21:14] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005437 10.0.0.130 - - [2026-02-12 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.130 - - [2026-02-12 04:21:15] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005041 10.0.0.130 - - [2026-02-12 04:21:15] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003863 10.0.0.130 - - [2026-02-12 04:21:15] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005535 10.0.0.130 - - [2026-02-12 04:21:15] "POST /neutron/port HTTP/1.1" 200 1123 0.017358 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0 HTTP/1.1" 200 1292 0.003844 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-machine-interface/8c4b8321-2f1b-4e7c-950a-d6b5c95e82fe HTTP/1.1" 200 2942 0.005522 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0 HTTP/1.1" 200 1292 0.005607 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-machine-interface/8c4b8321-2f1b-4e7c-950a-d6b5c95e82fe HTTP/1.1" 200 2942 0.004447 10.0.0.130 - - [2026-02-12 04:21:16] "POST /neutron/port HTTP/1.1" 200 1123 0.018800 10.0.0.130 - - [2026-02-12 04:21:16] "GET /instance-ip/94b5df39-14a6-48fb-b302-6b146c8b0305 HTTP/1.1" 200 1620 0.006134 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0 HTTP/1.1" 200 1292 0.004242 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-machine-interface/8c4b8321-2f1b-4e7c-950a-d6b5c95e82fe HTTP/1.1" 200 2942 0.005102 10.0.0.130 - - [2026-02-12 04:21:16] "GET /instance-ip/94b5df39-14a6-48fb-b302-6b146c8b0305 HTTP/1.1" 200 1620 0.003693 10.0.0.130 - - [2026-02-12 04:21:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.007786 10.0.0.130 - - [2026-02-12 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.130 - - [2026-02-12 04:21:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003617 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006303 10.0.0.130 - - [2026-02-12 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.130 - - [2026-02-12 04:21:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003947 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005292 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006910 10.0.0.130 - - [2026-02-12 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.130 - - [2026-02-12 04:21:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006088 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003468 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007959 10.0.0.130 - - [2026-02-12 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.130 - - [2026-02-12 04:21:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004155 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004066 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005728 10.0.0.130 - - [2026-02-12 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.130 - - [2026-02-12 04:21:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005145 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003764 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.015635 10.0.0.130 - - [2026-02-12 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.130 - - [2026-02-12 04:21:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003379 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002409 10.0.0.130 - - [2026-02-12 04:21:16] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005609 10.0.0.130 - - [2026-02-12 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.130 - - [2026-02-12 04:21:16] "GET /routing-instance/48942873-55a6-4da4-86ad-e3361d46451f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.005867 10.0.0.130 - - [2026-02-12 04:21:17] "GET /route-target/526224ef-dfba-4b18-83c2-6d29c6135d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004197 10.0.0.130 - - [2026-02-12 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.130 - - [2026-02-12 04:21:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004959 10.0.0.130 - - [2026-02-12 04:21:17] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003279 10.0.0.130 - - [2026-02-12 04:21:17] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006720 10.0.0.130 - - [2026-02-12 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.130 - - [2026-02-12 04:21:17] "GET /routing-instance/48942873-55a6-4da4-86ad-e3361d46451f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004825 10.0.0.130 - - [2026-02-12 04:21:17] "GET /route-target/526224ef-dfba-4b18-83c2-6d29c6135d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004143 10.0.0.130 - - [2026-02-12 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.130 - - [2026-02-12 04:21:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005214 10.0.0.130 - - [2026-02-12 04:21:17] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005671 10.0.0.130 - - [2026-02-12 04:21:17] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006496 10.0.0.130 - - [2026-02-12 04:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.130 - - [2026-02-12 04:21:17] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003694 10.0.0.130 - - [2026-02-12 04:21:17] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003306 10.0.0.130 - - [2026-02-12 04:21:17] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005625 10.0.0.23 - - [2026-02-12 04:21:18] "GET /obj-perms HTTP/1.1" 200 5049 0.068572 10.0.0.130 - - [2026-02-12 04:21:18] "GET /obj-perms HTTP/1.1" 200 5049 0.057374 10.0.0.130 - - [2026-02-12 04:21:18] "GET /obj-perms HTTP/1.1" 200 5049 0.003619 10.0.0.130 - - [2026-02-12 04:21:18] "GET /obj-perms HTTP/1.1" 200 5049 0.003303 10.0.0.22 - - [2026-02-12 04:21:19] "GET /obj-perms HTTP/1.1" 200 5049 0.055697 10.0.0.23 - - [2026-02-12 04:21:19] "GET /obj-perms HTTP/1.1" 200 5049 0.003500 10.0.0.130 - - [2026-02-12 04:21:19] "POST /neutron/port HTTP/1.1" 200 1125 0.015025 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5 HTTP/1.1" 200 1292 0.003805 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-machine-interface/d51a4426-52a0-4632-95e2-1d05fd219b62 HTTP/1.1" 200 2942 0.004453 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5 HTTP/1.1" 200 1292 0.002936 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-machine-interface/d51a4426-52a0-4632-95e2-1d05fd219b62 HTTP/1.1" 200 2942 0.004315 10.0.0.130 - - [2026-02-12 04:21:19] "GET /instance-ip/b71df566-b349-4130-ace4-9fbf4cbfe8da HTTP/1.1" 200 1622 0.004997 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5 HTTP/1.1" 200 1292 0.002937 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-machine-interface/d51a4426-52a0-4632-95e2-1d05fd219b62 HTTP/1.1" 200 2942 0.004801 10.0.0.130 - - [2026-02-12 04:21:19] "GET /instance-ip/b71df566-b349-4130-ace4-9fbf4cbfe8da HTTP/1.1" 200 1622 0.004008 10.0.0.130 - - [2026-02-12 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.130 - - [2026-02-12 04:21:19] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004417 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002398 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005769 10.0.0.130 - - [2026-02-12 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.130 - - [2026-02-12 04:21:19] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004739 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003344 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005502 10.0.0.130 - - [2026-02-12 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.130 - - [2026-02-12 04:21:19] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003783 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002771 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005153 10.0.0.130 - - [2026-02-12 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.130 - - [2026-02-12 04:21:19] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004045 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002917 10.0.0.130 - - [2026-02-12 04:21:19] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005770 10.0.0.130 - - [2026-02-12 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.130 - - [2026-02-12 04:21:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005115 10.0.0.130 - - [2026-02-12 04:21:20] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003678 10.0.0.130 - - [2026-02-12 04:21:20] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007156 10.0.0.130 - - [2026-02-12 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.130 - - [2026-02-12 04:21:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003982 10.0.0.130 - - [2026-02-12 04:21:20] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003388 10.0.0.130 - - [2026-02-12 04:21:20] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005622 10.0.0.130 - - [2026-02-12 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.130 - - [2026-02-12 04:21:20] "GET /routing-instance/88148c97-7939-4e8d-b5bc-ca60a7116453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006475 10.0.0.130 - - [2026-02-12 04:21:20] "GET /route-target/3440a380-49ce-4831-b445-e9767e3c6854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005241 10.0.0.130 - - [2026-02-12 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.130 - - [2026-02-12 04:21:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006147 10.0.0.130 - - [2026-02-12 04:21:20] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003631 10.0.0.130 - - [2026-02-12 04:21:20] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005963 10.0.0.130 - - [2026-02-12 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.130 - - [2026-02-12 04:21:20] "GET /routing-instance/88148c97-7939-4e8d-b5bc-ca60a7116453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005512 10.0.0.130 - - [2026-02-12 04:21:20] "GET /route-target/3440a380-49ce-4831-b445-e9767e3c6854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003872 10.0.0.130 - - [2026-02-12 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.130 - - [2026-02-12 04:21:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004971 10.0.0.130 - - [2026-02-12 04:21:20] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002836 10.0.0.130 - - [2026-02-12 04:21:20] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005536 10.0.0.130 - - [2026-02-12 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.130 - - [2026-02-12 04:21:20] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006264 10.0.0.130 - - [2026-02-12 04:21:20] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003039 10.0.0.130 - - [2026-02-12 04:21:20] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005567 10.0.0.130 - - [2026-02-12 04:21:21] "GET /obj-perms HTTP/1.1" 200 5049 0.003897 10.0.0.23 - - [2026-02-12 04:21:21] "GET /obj-perms HTTP/1.1" 200 5049 0.003575 10.0.0.130 - - [2026-02-12 04:21:21] "GET /obj-perms HTTP/1.1" 200 5049 0.003808 10.0.0.130 - - [2026-02-12 04:21:21] "GET /obj-perms HTTP/1.1" 200 5049 0.003837 10.0.0.23 - - [2026-02-12 04:21:27] "DELETE /project/64629df3c33349e293a3c23edfa73cb2 HTTP/1.1" 404 173 0.005198 10.0.0.23 - - [2026-02-12 04:21:27] "DELETE /project/d16579cc-eae4-44ae-816f-327ba8092763 HTTP/1.1" 404 177 0.003323 10.0.0.130 - - [2026-02-12 04:21:43] "GET /virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5 HTTP/1.1" 200 1292 0.005004 10.0.0.130 - - [2026-02-12 04:21:44] "POST /neutron/port HTTP/1.1" 200 1115 0.012475 10.0.0.130 - - [2026-02-12 04:21:45] "GET /virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5 HTTP/1.1" 404 171 0.003204 10.0.0.130 - - [2026-02-12 04:21:45] "GET /virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5 HTTP/1.1" 404 171 0.002975 10.0.0.130 - - [2026-02-12 04:21:45] "GET /virtual-machine/7774da54-5c2d-4c46-98f6-d528a4f058c5 HTTP/1.1" 404 171 0.002965 10.0.0.130 - - [2026-02-12 04:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.130 - - [2026-02-12 04:21:45] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003621 10.0.0.130 - - [2026-02-12 04:21:45] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002906 10.0.0.130 - - [2026-02-12 04:21:45] "GET /virtual-network/98c62410-2711-4420-8b1d-ae4f060b9acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005444 10.0.0.130 - - [2026-02-12 04:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.130 - - [2026-02-12 04:21:45] "GET /routing-instance/88148c97-7939-4e8d-b5bc-ca60a7116453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004656 10.0.0.130 - - [2026-02-12 04:21:45] "GET /route-target/3440a380-49ce-4831-b445-e9767e3c6854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004343 10.0.0.130 - - [2026-02-12 04:21:46] "GET /obj-perms HTTP/1.1" 200 5049 0.003965 10.0.0.130 - - [2026-02-12 04:21:52] "GET /obj-perms HTTP/1.1" 200 5049 0.003654 10.0.0.130 - - [2026-02-12 04:21:52] "GET /obj-perms HTTP/1.1" 200 5049 0.003637 10.0.0.23 - - [2026-02-12 04:21:52] "GET /obj-perms HTTP/1.1" 200 5049 0.003497 10.0.0.130 - - [2026-02-12 04:21:52] "GET /virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0 HTTP/1.1" 200 1292 0.004458 10.0.0.130 - - [2026-02-12 04:21:52] "POST /neutron/port HTTP/1.1" 200 1113 0.015789 10.0.0.130 - - [2026-02-12 04:21:54] "GET /virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0 HTTP/1.1" 404 171 0.003852 10.0.0.130 - - [2026-02-12 04:21:54] "GET /virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0 HTTP/1.1" 404 171 0.004071 10.0.0.130 - - [2026-02-12 04:21:54] "GET /virtual-machine/7f4063e9-4796-4bf6-b287-986e6fa247b0 HTTP/1.1" 404 171 0.003152 10.0.0.130 - - [2026-02-12 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.130 - - [2026-02-12 04:21:54] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004496 10.0.0.130 - - [2026-02-12 04:21:54] "GET /virtual-networks?parent_id=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002872 10.0.0.130 - - [2026-02-12 04:21:54] "GET /virtual-network/751b360b-3c19-436a-8c67-3c492e9a0bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007461 10.0.0.130 - - [2026-02-12 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.130 - - [2026-02-12 04:21:54] "GET /routing-instance/48942873-55a6-4da4-86ad-e3361d46451f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004396 10.0.0.130 - - [2026-02-12 04:21:54] "GET /route-target/526224ef-dfba-4b18-83c2-6d29c6135d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005202 10.0.0.130 - - [2026-02-12 04:21:58] "GET /obj-perms HTTP/1.1" 200 5049 0.003802 10.0.0.130 - - [2026-02-12 04:22:01] "GET /obj-perms HTTP/1.1" 200 5049 0.004614 10.0.0.130 - - [2026-02-12 04:22:07] "GET /obj-perms HTTP/1.1" 200 5049 0.004157 10.0.0.130 - - [2026-02-12 04:22:10] "GET /obj-perms HTTP/1.1" 200 5049 0.003675 10.0.0.130 - - [2026-02-12 04:22:13] "GET /obj-perms HTTP/1.1" 200 5049 0.003551 10.0.0.22 - - [2026-02-12 04:22:13] "GET /obj-perms HTTP/1.1" 200 5049 0.003584 10.0.0.23 - - [2026-02-12 04:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003112 10.0.0.23 - - [2026-02-12 04:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003642 10.0.0.130 - - [2026-02-12 04:22:13] "POST /neutron/network HTTP/1.1" 200 151 0.111454 10.0.0.23 - - [2026-02-12 04:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2026-02-12 04:22:15] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.130 - - [2026-02-12 04:22:15] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.041676 10.0.0.23 - - [2026-02-12 04:22:15] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001577 10.0.0.130 - - [2026-02-12 04:22:15] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?fields=virtual_networks HTTP/1.1" 200 1042 0.046110 10.0.0.23 - - [2026-02-12 04:22:15] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000850 10.0.0.130 - - [2026-02-12 04:22:15] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.031575 10.0.0.23 - - [2026-02-12 04:22:15] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.130 - - [2026-02-12 04:22:15] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?fields=security_groups HTTP/1.1" 200 1268 0.040922 10.0.0.130 - - [2026-02-12 04:22:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.032896 10.0.0.23 - - [2026-02-12 04:22:16] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003164 10.0.0.23 - - [2026-02-12 04:22:16] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.23 - - [2026-02-12 04:22:16] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007314 10.0.0.23 - - [2026-02-12 04:22:16] "POST /id-to-fqname HTTP/1.1" 200 198 0.001193 10.0.0.23 - - [2026-02-12 04:22:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.003731 10.0.0.23 - - [2026-02-12 04:22:16] "POST /security-groups HTTP/1.1" 200 599 0.073278 10.0.0.23 - - [2026-02-12 04:22:16] "POST /projects HTTP/1.1" 200 601 0.278627 10.0.0.23 - - [2026-02-12 04:22:16] "POST /access-control-lists HTTP/1.1" 200 604 0.029189 10.0.0.23 - - [2026-02-12 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.352202 10.0.0.130 - - [2026-02-12 04:22:16] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.493291 10.0.0.130 - - [2026-02-12 04:22:18] "GET / HTTP/1.1" 200 35931 0.001757 10.0.0.130 - - [2026-02-12 04:22:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.130 - - [2026-02-12 04:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.058234 10.0.0.23 - - [2026-02-12 04:22:21] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.130 - - [2026-02-12 04:22:21] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.033808 10.0.0.130 - - [2026-02-12 04:22:21] "POST /neutron/network HTTP/1.1" 200 117 0.035795 10.0.0.23 - - [2026-02-12 04:22:21] "POST /route-targets HTTP/1.1" 200 327 0.016052 10.0.0.23 - - [2026-02-12 04:22:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002249 10.0.0.130 - - [2026-02-12 04:22:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.206440 10.0.0.130 - - [2026-02-12 04:22:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001155 10.0.0.130 - - [2026-02-12 04:22:22] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006210 10.0.0.130 - - [2026-02-12 04:22:22] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005304 10.0.0.130 - - [2026-02-12 04:22:22] "POST /neutron/network HTTP/1.1" 200 1007 0.011157 10.0.0.130 - - [2026-02-12 04:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.23 - - [2026-02-12 04:22:22] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.130 - - [2026-02-12 04:22:22] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.045697 10.0.0.130 - - [2026-02-12 04:22:22] "POST /neutron/network HTTP/1.1" 200 117 0.019100 10.0.0.23 - - [2026-02-12 04:22:22] "POST /ref-update HTTP/1.1" 200 156 0.027689 10.0.0.23 - - [2026-02-12 04:22:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008026 10.0.0.130 - - [2026-02-12 04:22:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.171440 10.0.0.22 - - [2026-02-12 04:22:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.058063 10.0.0.130 - - [2026-02-12 04:22:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001239 10.0.0.130 - - [2026-02-12 04:22:23] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004924 10.0.0.130 - - [2026-02-12 04:22:23] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005244 10.0.0.130 - - [2026-02-12 04:22:23] "POST /neutron/network HTTP/1.1" 200 1008 0.009012 10.0.0.130 - - [2026-02-12 04:22:23] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007870 10.0.0.130 - - [2026-02-12 04:22:25] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005629 10.0.0.130 - - [2026-02-12 04:22:25] "GET /obj-perms HTTP/1.1" 200 5065 0.050085 10.0.0.23 - - [2026-02-12 04:22:25] "GET /obj-perms HTTP/1.1" 200 5065 0.049085 10.0.0.130 - - [2026-02-12 04:22:25] "POST /neutron/network HTTP/1.1" 200 1007 0.011126 10.0.0.130 - - [2026-02-12 04:22:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.002020 10.0.0.130 - - [2026-02-12 04:22:25] "POST /neutron/network HTTP/1.1" 200 1017 0.008881 10.0.0.23 - - [2026-02-12 04:22:26] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.026369 10.0.0.130 - - [2026-02-12 04:22:26] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.100941 10.0.0.130 - - [2026-02-12 04:22:27] "POST /neutron/port HTTP/1.1" 200 117 0.008603 10.0.0.23 - - [2026-02-12 04:22:27] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001262 10.0.0.130 - - [2026-02-12 04:22:27] "POST /neutron/port HTTP/1.1" 200 1176 0.364815 10.0.0.130 - - [2026-02-12 04:22:28] "POST /neutron/port HTTP/1.1" 200 1230 0.134684 10.0.0.23 - - [2026-02-12 04:22:28] "DELETE /project/6a80398c96dd4f7cadcbc56daef58024 HTTP/1.1" 404 173 0.086133 10.0.0.23 - - [2026-02-12 04:22:28] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.23 - - [2026-02-12 04:22:28] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.049774 10.0.0.23 - - [2026-02-12 04:22:28] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.130 - - [2026-02-12 04:22:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002839 10.0.0.23 - - [2026-02-12 04:22:28] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?fields=security_groups HTTP/1.1" 200 1373 0.041197 10.0.0.130 - - [2026-02-12 04:22:28] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.23 - - [2026-02-12 04:22:28] "DELETE /security-group/82914ffc-6099-4831-9d35-224a77d20eb1 HTTP/1.1" 200 115 0.047162 10.0.0.23 - - [2026-02-12 04:22:28] "GET /projects?obj_uuids=64629df3-c333-49e2-93a3-c23edfa73cb2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002172 10.0.0.23 - - [2026-02-12 04:22:28] "GET /project/64629df3-c333-49e2-93a3-c23edfa73cb2?fields=application_policy_sets HTTP/1.1" 200 1412 0.056149 10.0.0.23 - - [2026-02-12 04:22:28] "DELETE /project/64629df3-c333-49e2-93a3-c23edfa73cb2 HTTP/1.1" 200 115 0.523021 10.0.0.22 - - [2026-02-12 04:22:30] "GET /obj-perms HTTP/1.1" 200 5075 0.056520 10.0.0.130 - - [2026-02-12 04:22:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007766 10.0.0.130 - - [2026-02-12 04:22:32] "POST /neutron/port HTTP/1.1" 200 1240 0.015814 10.0.0.130 - - [2026-02-12 04:22:32] "GET /virtual-machine/2caaac6e-b889-4d77-a6ec-c9c920d7c786 HTTP/1.1" 401 293 0.000421 10.0.0.130 - - [2026-02-12 04:22:32] "GET /virtual-machine/2caaac6e-b889-4d77-a6ec-c9c920d7c786 HTTP/1.1" 200 1300 0.034533 10.0.0.130 - - [2026-02-12 04:22:32] "GET /virtual-machine-interface/79d9080d-397c-49ee-8c88-09e06fcde50e HTTP/1.1" 200 3175 0.005470 10.0.0.130 - - [2026-02-12 04:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.130 - - [2026-02-12 04:22:32] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003986 10.0.0.130 - - [2026-02-12 04:22:32] "GET /virtual-networks?parent_id=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004713 10.0.0.130 - - [2026-02-12 04:22:32] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006592 10.0.0.130 - - [2026-02-12 04:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.130 - - [2026-02-12 04:22:35] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004830 10.0.0.130 - - [2026-02-12 04:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.130 - - [2026-02-12 04:22:40] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005179 10.0.0.130 - - [2026-02-12 04:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.130 - - [2026-02-12 04:22:44] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006206 10.0.0.130 - - [2026-02-12 04:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.130 - - [2026-02-12 04:22:48] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005312 10.0.0.130 - - [2026-02-12 04:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.130 - - [2026-02-12 04:22:52] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005715 10.0.0.130 - - [2026-02-12 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.130 - - [2026-02-12 04:22:56] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005026 10.0.0.130 - - [2026-02-12 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.130 - - [2026-02-12 04:23:00] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004965 10.0.0.130 - - [2026-02-12 04:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.130 - - [2026-02-12 04:23:04] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004786 10.0.0.130 - - [2026-02-12 04:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.130 - - [2026-02-12 04:23:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003846 10.0.0.130 - - [2026-02-12 04:23:06] "GET /virtual-networks?parent_id=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002577 10.0.0.130 - - [2026-02-12 04:23:06] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006036 10.0.0.130 - - [2026-02-12 04:23:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007082 10.0.0.130 - - [2026-02-12 04:23:07] "POST /neutron/network HTTP/1.1" 200 1017 0.029134 10.0.0.130 - - [2026-02-12 04:23:07] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012147 10.0.0.130 - - [2026-02-12 04:23:07] "POST /neutron/network HTTP/1.1" 200 1007 0.008698 10.0.0.130 - - [2026-02-12 04:23:14] "POST /neutron/port HTTP/1.1" 200 1240 0.015411 10.0.0.130 - - [2026-02-12 04:23:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008328 10.0.0.130 - - [2026-02-12 04:23:27] "POST /neutron/port HTTP/1.1" 200 1240 0.017151 10.0.0.130 - - [2026-02-12 04:23:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007225 10.0.0.130 - - [2026-02-12 04:23:27] "POST /neutron/port HTTP/1.1" 200 1240 0.022083 10.0.0.130 - - [2026-02-12 04:23:27] "POST /neutron/network HTTP/1.1" 200 1007 0.008381 10.0.0.130 - - [2026-02-12 04:23:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.000973 10.0.0.130 - - [2026-02-12 04:23:27] "GET /virtual-machine/2caaac6e-b889-4d77-a6ec-c9c920d7c786 HTTP/1.1" 200 1300 0.002832 10.0.0.130 - - [2026-02-12 04:23:27] "GET /virtual-machine-interface/79d9080d-397c-49ee-8c88-09e06fcde50e HTTP/1.1" 200 3175 0.004404 10.0.0.130 - - [2026-02-12 04:23:27] "GET /instance-ip/04fee018-2613-44d4-81f7-6fe6452ce7cc HTTP/1.1" 200 1635 0.005259 10.0.0.130 - - [2026-02-12 04:23:27] "GET /instance-ip/c75ace04-eb78-4dbc-9923-7479b1c7827d HTTP/1.1" 200 1657 0.006513 10.0.0.130 - - [2026-02-12 04:23:27] "POST /fqname-to-id HTTP/1.1" 404 218 0.003108 10.0.0.130 - - [2026-02-12 04:23:27] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005479 10.0.0.23 - - [2026-02-12 04:23:27] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.130 - - [2026-02-12 04:23:28] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.039336 10.0.0.130 - - [2026-02-12 04:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.130 - - [2026-02-12 04:23:28] "GET /security-group/67d05afa-8a91-49b8-a71b-5fa96a2e497c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3788 0.004507 10.0.0.130 - - [2026-02-12 04:23:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.076728 10.0.0.130 - - [2026-02-12 04:23:28] "POST /instance-ips HTTP/1.1" 200 357 0.037992 10.0.0.130 - - [2026-02-12 04:23:28] "GET /instance-ip/eed0c3a5-8ead-4afe-a9d9-2eade087b54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.007303 10.0.0.130 - - [2026-02-12 04:23:28] "POST /instance-ips HTTP/1.1" 200 357 0.039213 10.0.0.130 - - [2026-02-12 04:23:28] "GET /instance-ip/3f421d47-db14-4ccd-a57c-99a1bfe14888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.007742 10.0.0.130 - - [2026-02-12 04:23:28] "GET /virtual-machine-interface/5d9a0106-7649-4343-9d51-3c8700fed0dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006279 10.0.0.130 - - [2026-02-12 04:23:28] "GET /virtual-machine-interface/5d9a0106-7649-4343-9d51-3c8700fed0dd?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.008405 10.0.0.130 - - [2026-02-12 04:23:28] "GET /instance-ip/3f421d47-db14-4ccd-a57c-99a1bfe14888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004445 10.0.0.130 - - [2026-02-12 04:23:28] "GET /instance-ip/eed0c3a5-8ead-4afe-a9d9-2eade087b54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004070 10.0.0.130 - - [2026-02-12 04:23:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001331 10.0.0.130 - - [2026-02-12 04:23:28] "POST /neutron/port HTTP/1.1" 200 1082 0.016130 10.0.0.130 - - [2026-02-12 04:23:29] "POST /neutron/port HTTP/1.1" 200 1082 0.014720 10.0.0.130 - - [2026-02-12 04:23:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009662 10.0.0.130 - - [2026-02-12 04:23:29] "POST /neutron/port HTTP/1.1" 200 1082 0.016147 10.0.0.130 - - [2026-02-12 04:23:29] "POST /neutron/port HTTP/1.1" 200 1082 0.016308 10.0.0.130 - - [2026-02-12 04:23:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003986 10.0.0.130 - - [2026-02-12 04:23:29] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.130 - - [2026-02-12 04:23:34] "POST /neutron/port HTTP/1.1" 200 1185 0.018596 10.0.0.130 - - [2026-02-12 04:23:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006963 10.0.0.130 - - [2026-02-12 04:23:34] "GET /virtual-machine/7611ebcd-480f-4315-9ed4-c3cf4b5f2562 HTTP/1.1" 200 1278 0.005641 10.0.0.130 - - [2026-02-12 04:23:34] "GET /virtual-machine-interface/5d9a0106-7649-4343-9d51-3c8700fed0dd HTTP/1.1" 200 3225 0.005117 10.0.0.130 - - [2026-02-12 04:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.130 - - [2026-02-12 04:23:34] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002937 10.0.0.130 - - [2026-02-12 04:23:34] "GET /virtual-networks?parent_id=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002857 10.0.0.130 - - [2026-02-12 04:23:34] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005752 10.0.0.130 - - [2026-02-12 04:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.130 - - [2026-02-12 04:23:37] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005461 10.0.0.130 - - [2026-02-12 04:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.130 - - [2026-02-12 04:23:41] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005326 10.0.0.130 - - [2026-02-12 04:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005162 10.0.0.130 - - [2026-02-12 04:23:45] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007064 10.0.0.130 - - [2026-02-12 04:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.130 - - [2026-02-12 04:23:50] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005217 10.0.0.130 - - [2026-02-12 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.130 - - [2026-02-12 04:23:54] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007386 10.0.0.130 - - [2026-02-12 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.130 - - [2026-02-12 04:23:58] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005842 10.0.0.130 - - [2026-02-12 04:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.130 - - [2026-02-12 04:24:02] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006208 10.0.0.130 - - [2026-02-12 04:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.130 - - [2026-02-12 04:24:06] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004673 10.0.0.130 - - [2026-02-12 04:24:07] "POST /neutron/port HTTP/1.1" 200 1240 0.016715 10.0.0.130 - - [2026-02-12 04:24:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003705 10.0.0.130 - - [2026-02-12 04:24:07] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.130 - - [2026-02-12 04:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.130 - - [2026-02-12 04:24:10] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005201 10.0.0.130 - - [2026-02-12 04:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.130 - - [2026-02-12 04:24:12] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003890 10.0.0.130 - - [2026-02-12 04:24:12] "GET /virtual-networks?parent_id=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003807 10.0.0.130 - - [2026-02-12 04:24:12] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006536 10.0.0.130 - - [2026-02-12 04:24:12] "POST /neutron/port HTTP/1.1" 200 1185 0.019218 10.0.0.130 - - [2026-02-12 04:24:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007723 10.0.0.130 - - [2026-02-12 04:24:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.037182 10.0.0.130 - - [2026-02-12 04:24:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008121 10.0.0.130 - - [2026-02-12 04:24:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001301 10.0.0.130 - - [2026-02-12 04:24:33] "POST /neutron/network HTTP/1.1" 200 1018 0.008176 10.0.0.23 - - [2026-02-12 04:24:34] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.130 - - [2026-02-12 04:24:34] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.078567 10.0.0.130 - - [2026-02-12 04:24:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007375 10.0.0.130 - - [2026-02-12 04:24:35] "POST /neutron/network HTTP/1.1" 200 1018 0.008647 10.0.0.130 - - [2026-02-12 04:24:35] "POST /neutron/port HTTP/1.1" 200 1177 0.054627 10.0.0.130 - - [2026-02-12 04:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003843 10.0.0.130 - - [2026-02-12 04:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.001785 10.0.0.130 - - [2026-02-12 04:24:40] "POST /neutron/port HTTP/1.1" 200 1241 0.020271 10.0.0.130 - - [2026-02-12 04:24:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008417 10.0.0.130 - - [2026-02-12 04:24:40] "GET /virtual-machine/1d87a997-5086-4312-a559-aa81dc5c3a04 HTTP/1.1" 200 1300 0.005532 10.0.0.130 - - [2026-02-12 04:24:40] "GET /virtual-machine-interface/7ace0efd-9823-4ef6-adbc-39b54934a770 HTTP/1.1" 200 3175 0.007566 10.0.0.130 - - [2026-02-12 04:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.130 - - [2026-02-12 04:24:40] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004499 10.0.0.130 - - [2026-02-12 04:24:40] "GET /virtual-networks?parent_id=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003535 10.0.0.130 - - [2026-02-12 04:24:40] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006763 10.0.0.130 - - [2026-02-12 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.130 - - [2026-02-12 04:24:43] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005389 10.0.0.130 - - [2026-02-12 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.130 - - [2026-02-12 04:24:47] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005009 10.0.0.130 - - [2026-02-12 04:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.130 - - [2026-02-12 04:24:51] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009055 10.0.0.22 - - [2026-02-12 04:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.22 - - [2026-02-12 04:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.22 - - [2026-02-12 04:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000547 10.0.0.22 - - [2026-02-12 04:24:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.23 - - [2026-02-12 04:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.23 - - [2026-02-12 04:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.23 - - [2026-02-12 04:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.23 - - [2026-02-12 04:24:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.130 - - [2026-02-12 04:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.130 - - [2026-02-12 04:24:55] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004976 10.0.0.130 - - [2026-02-12 04:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.130 - - [2026-02-12 04:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.130 - - [2026-02-12 04:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.130 - - [2026-02-12 04:24:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.130 - - [2026-02-12 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.130 - - [2026-02-12 04:24:59] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004903 10.0.0.130 - - [2026-02-12 04:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.130 - - [2026-02-12 04:25:03] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005468 10.0.0.130 - - [2026-02-12 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.130 - - [2026-02-12 04:25:08] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005574 10.0.0.130 - - [2026-02-12 04:25:10] "POST /neutron/port HTTP/1.1" 200 1185 0.016617 10.0.0.130 - - [2026-02-12 04:25:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004049 10.0.0.130 - - [2026-02-12 04:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.130 - - [2026-02-12 04:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.130 - - [2026-02-12 04:25:12] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006834 10.0.0.130 - - [2026-02-12 04:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.130 - - [2026-02-12 04:25:16] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003982 10.0.0.130 - - [2026-02-12 04:25:16] "GET /virtual-networks?parent_id=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004341 10.0.0.130 - - [2026-02-12 04:25:16] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006730 10.0.0.130 - - [2026-02-12 04:25:16] "POST /neutron/port HTTP/1.1" 200 1241 0.021160 10.0.0.130 - - [2026-02-12 04:25:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007625 10.0.0.130 - - [2026-02-12 04:25:22] "POST /neutron/network HTTP/1.1" 200 1018 0.007062 10.0.0.130 - - [2026-02-12 04:25:22] "POST /neutron/subnet HTTP/1.1" 200 1394 0.015628 10.0.0.130 - - [2026-02-12 04:25:22] "POST /neutron/network HTTP/1.1" 200 1008 0.011676 10.0.0.130 - - [2026-02-12 04:25:26] "POST /neutron/port HTTP/1.1" 200 1241 0.016205 10.0.0.130 - - [2026-02-12 04:25:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009343 10.0.0.23 - - [2026-02-12 04:25:33] "GET /obj-perms HTTP/1.1" 200 5075 0.054250 10.0.0.130 - - [2026-02-12 04:25:37] "POST /neutron/port HTTP/1.1" 200 1241 0.020569 10.0.0.130 - - [2026-02-12 04:25:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006771 10.0.0.130 - - [2026-02-12 04:25:37] "POST /neutron/network HTTP/1.1" 200 982 0.015781 10.0.0.130 - - [2026-02-12 04:25:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001334 10.0.0.130 - - [2026-02-12 04:25:37] "GET /virtual-machine/1d87a997-5086-4312-a559-aa81dc5c3a04 HTTP/1.1" 200 1300 0.004383 10.0.0.130 - - [2026-02-12 04:25:37] "GET /virtual-machine-interface/7ace0efd-9823-4ef6-adbc-39b54934a770 HTTP/1.1" 200 3175 0.007107 10.0.0.130 - - [2026-02-12 04:25:37] "GET /instance-ip/20280c2a-e749-4ff9-bff9-c5011c0c94ae HTTP/1.1" 200 1656 0.005742 10.0.0.130 - - [2026-02-12 04:25:37] "GET /instance-ip/390bf45e-149f-4808-98f2-209a081811fe HTTP/1.1" 200 1638 0.005254 10.0.0.130 - - [2026-02-12 04:25:37] "POST /fqname-to-id HTTP/1.1" 404 230 0.003362 10.0.0.130 - - [2026-02-12 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.23 - - [2026-02-12 04:25:37] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.130 - - [2026-02-12 04:25:37] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046284 10.0.0.130 - - [2026-02-12 04:25:37] "POST /network-policys HTTP/1.1" 200 569 0.025689 10.0.0.130 - - [2026-02-12 04:25:37] "GET /network-policy/ca7f3623-4b12-455a-a96c-26784ff85827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005476 10.0.0.130 - - [2026-02-12 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.130 - - [2026-02-12 04:25:37] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005592 10.0.0.130 - - [2026-02-12 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.130 - - [2026-02-12 04:25:37] "GET /network-policy/ca7f3623-4b12-455a-a96c-26784ff85827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005395 10.0.0.130 - - [2026-02-12 04:25:37] "POST /ref-update HTTP/1.1" 200 156 0.056292 10.0.0.130 - - [2026-02-12 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.130 - - [2026-02-12 04:25:38] "GET /network-policy/ca7f3623-4b12-455a-a96c-26784ff85827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004021 10.0.0.130 - - [2026-02-12 04:25:38] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.007598 10.0.0.130 - - [2026-02-12 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.130 - - [2026-02-12 04:25:38] "GET /network-policy/ca7f3623-4b12-455a-a96c-26784ff85827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004096 10.0.0.130 - - [2026-02-12 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.130 - - [2026-02-12 04:25:38] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006419 10.0.0.130 - - [2026-02-12 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.130 - - [2026-02-12 04:25:38] "GET /network-policy/ca7f3623-4b12-455a-a96c-26784ff85827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004088 10.0.0.130 - - [2026-02-12 04:25:38] "POST /ref-update HTTP/1.1" 200 156 0.052819 10.0.0.23 - - [2026-02-12 04:25:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.065049 10.0.0.130 - - [2026-02-12 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.130 - - [2026-02-12 04:25:38] "GET /network-policy/ca7f3623-4b12-455a-a96c-26784ff85827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004413 10.0.0.130 - - [2026-02-12 04:25:38] "POST /neutron/network HTTP/1.1" 200 1112 0.010853 10.0.0.130 - - [2026-02-12 04:25:38] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.015759 10.0.0.130 - - [2026-02-12 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538 10.0.0.23 - - [2026-02-12 04:25:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.007784 10.0.0.130 - - [2026-02-12 04:25:38] "GET /network-policy/ca7f3623-4b12-455a-a96c-26784ff85827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005828 10.0.0.130 - - [2026-02-12 04:25:38] "GET /virtual-machine-interface/7ace0efd-9823-4ef6-adbc-39b54934a770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.007904 10.0.0.130 - - [2026-02-12 04:25:38] "PUT /virtual-machine-interface/7ace0efd-9823-4ef6-adbc-39b54934a770 HTTP/1.1" 200 284 0.024117 10.0.0.130 - - [2026-02-12 04:25:38] "GET /virtual-machine-interface/7ace0efd-9823-4ef6-adbc-39b54934a770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3072 0.009355 10.0.0.130 - - [2026-02-12 04:25:38] "PUT /virtual-machine-interface/7ace0efd-9823-4ef6-adbc-39b54934a770 HTTP/1.1" 200 284 0.039390 10.0.0.130 - - [2026-02-12 04:26:12] "POST /neutron/network HTTP/1.1" 200 1121 0.006118 10.0.0.130 - - [2026-02-12 04:26:12] "POST /neutron/subnet HTTP/1.1" 200 1389 0.011891 10.0.0.130 - - [2026-02-12 04:26:12] "POST /neutron/network HTTP/1.1" 200 1111 0.008955 10.0.0.130 - - [2026-02-12 04:26:24] "POST /neutron/network HTTP/1.1" 200 1122 0.006267 10.0.0.130 - - [2026-02-12 04:26:24] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013043 10.0.0.130 - - [2026-02-12 04:26:24] "POST /neutron/network HTTP/1.1" 200 1112 0.008817 10.0.0.130 - - [2026-02-12 04:26:33] "GET /obj-perms HTTP/1.1" 200 5075 0.057610 10.0.0.22 - - [2026-02-12 04:26:34] "GET /obj-perms HTTP/1.1" 200 5075 0.050097 10.0.0.130 - - [2026-02-12 04:27:11] "POST /neutron/network HTTP/1.1" 200 1121 0.006353 10.0.0.130 - - [2026-02-12 04:27:11] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014169 10.0.0.130 - - [2026-02-12 04:27:11] "POST /neutron/network HTTP/1.1" 200 1111 0.008914 10.0.0.130 - - [2026-02-12 04:27:26] "POST /neutron/network HTTP/1.1" 200 1122 0.006948 10.0.0.130 - - [2026-02-12 04:27:26] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014715 10.0.0.130 - - [2026-02-12 04:27:26] "POST /neutron/network HTTP/1.1" 200 1112 0.012770 10.0.0.130 - - [2026-02-12 04:27:33] "POST /ref-update HTTP/1.1" 200 156 0.101338 10.0.0.22 - - [2026-02-12 04:27:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.056140 10.0.0.130 - - [2026-02-12 04:27:33] "GET /virtual-network/f7640c03-dac4-415f-a9bf-68ca58145d98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007137 10.0.0.130 - - [2026-02-12 04:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.130 - - [2026-02-12 04:27:33] "GET /network-policy/ca7f3623-4b12-455a-a96c-26784ff85827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005426 10.0.0.130 - - [2026-02-12 04:27:33] "POST /ref-update HTTP/1.1" 200 156 0.059256 10.0.0.130 - - [2026-02-12 04:27:34] "GET /virtual-network/c92e9957-edbb-4faf-8966-e8a8de7b2271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007726 10.0.0.130 - - [2026-02-12 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.130 - - [2026-02-12 04:27:34] "GET /network-policy/ca7f3623-4b12-455a-a96c-26784ff85827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004369 10.0.0.130 - - [2026-02-12 04:27:34] "DELETE /network-policy/ca7f3623-4b12-455a-a96c-26784ff85827 HTTP/1.1" 200 115 0.039395 10.0.0.23 - - [2026-02-12 04:27:34] "DELETE /access-control-list/3feac289-6981-4190-8e50-c86ff8ef0f16 HTTP/1.1" 200 115 0.044423 10.0.0.23 - - [2026-02-12 04:27:34] "POST /ref-update HTTP/1.1" 200 156 0.027730 10.0.0.130 - - [2026-02-12 04:27:34] "DELETE /instance-ip/3f421d47-db14-4ccd-a57c-99a1bfe14888 HTTP/1.1" 200 115 0.051818 10.0.0.130 - - [2026-02-12 04:27:34] "DELETE /instance-ip/eed0c3a5-8ead-4afe-a9d9-2eade087b54b HTTP/1.1" 200 115 0.059903 10.0.0.130 - - [2026-02-12 04:27:34] "DELETE /virtual-machine-interface/5d9a0106-7649-4343-9d51-3c8700fed0dd HTTP/1.1" 200 115 0.082804 10.0.0.130 - - [2026-02-12 04:27:34] "POST /neutron/port HTTP/1.1" 200 1241 0.054200 10.0.0.130 - - [2026-02-12 04:27:34] "POST /neutron/network HTTP/1.1" 400 204 0.013163 10.0.0.130 - - [2026-02-12 04:27:35] "POST /neutron/port HTTP/1.1" 200 1230 0.014514 10.0.0.23 - - [2026-02-12 04:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.041188 10.0.0.23 - - [2026-02-12 04:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003762 10.0.0.23 - - [2026-02-12 04:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002822 10.0.0.23 - - [2026-02-12 04:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002825 10.0.0.130 - - [2026-02-12 04:27:36] "POST /neutron/network HTTP/1.1" 200 151 0.171890 10.0.0.23 - - [2026-02-12 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005230 10.0.0.130 - - [2026-02-12 04:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.006358 10.0.0.23 - - [2026-02-12 04:27:40] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002214 10.0.0.130 - - [2026-02-12 04:27:40] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.085971 10.0.0.23 - - [2026-02-12 04:27:40] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000849 10.0.0.130 - - [2026-02-12 04:27:40] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?fields=virtual_networks HTTP/1.1" 200 1058 0.051195 10.0.0.23 - - [2026-02-12 04:27:40] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.130 - - [2026-02-12 04:27:40] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.032347 10.0.0.23 - - [2026-02-12 04:27:40] "GET /projects?obj_uuids=6a80398c-96dd-4f7c-adcb-c56daef58024&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.130 - - [2026-02-12 04:27:40] "GET /project/6a80398c-96dd-4f7c-adcb-c56daef58024?fields=security_groups HTTP/1.1" 200 1292 0.035620 10.0.0.130 - - [2026-02-12 04:27:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.025989 10.0.0.23 - - [2026-02-12 04:27:41] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005023 10.0.0.23 - - [2026-02-12 04:27:41] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.23 - - [2026-02-12 04:27:41] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039584 10.0.0.23 - - [2026-02-12 04:27:41] "POST /id-to-fqname HTTP/1.1" 200 194 0.009151 10.0.0.23 - - [2026-02-12 04:27:41] "POST /fqname-to-id HTTP/1.1" 404 203 0.004690 10.0.0.23 - - [2026-02-12 04:27:41] "POST /security-groups HTTP/1.1" 200 595 0.073620 10.0.0.23 - - [2026-02-12 04:27:41] "POST /projects HTTP/1.1" 200 593 0.298631 10.0.0.23 - - [2026-02-12 04:27:41] "POST /access-control-lists HTTP/1.1" 200 600 0.034385 10.0.0.23 - - [2026-02-12 04:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.370979 10.0.0.130 - - [2026-02-12 04:27:41] "GET /project/d4b6f2c6-6059-4ac8-9182-420adedfa499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.537938 10.0.0.130 - - [2026-02-12 04:27:43] "GET / HTTP/1.1" 200 35931 0.002628 10.0.0.130 - - [2026-02-12 04:27:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.130 - - [2026-02-12 04:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.054771 10.0.0.23 - - [2026-02-12 04:27:45] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000968 10.0.0.130 - - [2026-02-12 04:27:45] "GET /project/d4b6f2c6-6059-4ac8-9182-420adedfa499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.034190 10.0.0.23 - - [2026-02-12 04:27:45] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001067 10.0.0.130 - - [2026-02-12 04:27:45] "POST /neutron/network HTTP/1.1" 200 609 0.171000 10.0.0.23 - - [2026-02-12 04:27:45] "POST /route-targets HTTP/1.1" 200 327 0.016707 10.0.0.130 - - [2026-02-12 04:27:45] "POST /neutron/network HTTP/1.1" 200 999 0.010814 10.0.0.130 - - [2026-02-12 04:27:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001056 10.0.0.130 - - [2026-02-12 04:27:45] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005644 10.0.0.130 - - [2026-02-12 04:27:45] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005986 10.0.0.130 - - [2026-02-12 04:27:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.008401 10.0.0.130 - - [2026-02-12 04:27:46] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006755 10.0.0.130 - - [2026-02-12 04:27:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.002111 10.0.0.23 - - [2026-02-12 04:27:48] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001228 10.0.0.130 - - [2026-02-12 04:27:48] "GET /project/d4b6f2c6-6059-4ac8-9182-420adedfa499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.088929 10.0.0.130 - - [2026-02-12 04:27:48] "POST /neutron/network HTTP/1.1" 200 999 0.040601 10.0.0.130 - - [2026-02-12 04:27:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001782 10.0.0.130 - - [2026-02-12 04:27:49] "POST /neutron/port HTTP/1.1" 200 117 0.008166 10.0.0.23 - - [2026-02-12 04:27:49] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000923 10.0.0.130 - - [2026-02-12 04:27:49] "POST /neutron/port HTTP/1.1" 200 1168 0.303584 10.0.0.130 - - [2026-02-12 04:27:50] "POST /neutron/port HTTP/1.1" 200 1222 0.136238 10.0.0.23 - - [2026-02-12 04:27:50] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000969 10.0.0.130 - - [2026-02-12 04:27:50] "GET /project/d4b6f2c6-6059-4ac8-9182-420adedfa499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.151375 10.0.0.130 - - [2026-02-12 04:27:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004548 10.0.0.130 - - [2026-02-12 04:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.130 - - [2026-02-12 04:27:50] "POST /neutron/port HTTP/1.1" 200 1232 0.017287 10.0.0.130 - - [2026-02-12 04:27:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001557 10.0.0.130 - - [2026-02-12 04:27:50] "POST /neutron/port HTTP/1.1" 200 1232 0.021989 10.0.0.130 - - [2026-02-12 04:27:50] "POST /neutron/network HTTP/1.1" 200 1009 0.006994 10.0.0.130 - - [2026-02-12 04:27:51] "POST /neutron/port HTTP/1.1" 200 1168 0.021264 10.0.0.23 - - [2026-02-12 04:27:51] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001101 10.0.0.130 - - [2026-02-12 04:27:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010127 10.0.0.130 - - [2026-02-12 04:27:51] "GET /project/d4b6f2c6-6059-4ac8-9182-420adedfa499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.081977 10.0.0.130 - - [2026-02-12 04:27:51] "POST /neutron/network HTTP/1.1" 200 999 0.010257 10.0.0.130 - - [2026-02-12 04:27:51] "POST /neutron/network HTTP/1.1" 200 999 0.009045 10.0.0.130 - - [2026-02-12 04:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.005675 10.0.0.130 - - [2026-02-12 04:27:52] "POST /neutron/port HTTP/1.1" 200 1232 0.017640 10.0.0.130 - - [2026-02-12 04:27:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007160 10.0.0.130 - - [2026-02-12 04:27:52] "GET /virtual-machine/1e50e90b-1bab-4095-949b-a7750932c216 HTTP/1.1" 401 293 0.000431 10.0.0.130 - - [2026-02-12 04:27:52] "POST /neutron/port HTTP/1.1" 200 1168 0.030562 10.0.0.130 - - [2026-02-12 04:27:52] "GET /virtual-machine/1e50e90b-1bab-4095-949b-a7750932c216 HTTP/1.1" 200 1296 0.034380 10.0.0.130 - - [2026-02-12 04:27:52] "GET /virtual-machine-interface/efd85488-b6aa-49d6-83d7-d76d757771ff HTTP/1.1" 200 3155 0.006096 10.0.0.130 - - [2026-02-12 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.130 - - [2026-02-12 04:27:52] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006775 10.0.0.130 - - [2026-02-12 04:27:52] "GET /virtual-networks?parent_id=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002919 10.0.0.130 - - [2026-02-12 04:27:52] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005436 10.0.0.130 - - [2026-02-12 04:27:52] "POST /neutron/port HTTP/1.1" 200 1232 0.018456 10.0.0.130 - - [2026-02-12 04:27:52] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013698 10.0.0.130 - - [2026-02-12 04:27:52] "POST /neutron/network HTTP/1.1" 200 999 0.008477 10.0.0.23 - - [2026-02-12 04:27:54] "DELETE /access-control-list/54d3038d-473b-4128-9f77-6540135cf9ec HTTP/1.1" 200 115 0.037071 10.0.0.130 - - [2026-02-12 04:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.130 - - [2026-02-12 04:27:55] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005922 10.0.0.130 - - [2026-02-12 04:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.130 - - [2026-02-12 04:27:59] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006523 10.0.0.130 - - [2026-02-12 04:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.130 - - [2026-02-12 04:28:04] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006383 10.0.0.130 - - [2026-02-12 04:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.130 - - [2026-02-12 04:28:08] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005065 10.0.0.130 - - [2026-02-12 04:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.130 - - [2026-02-12 04:28:12] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.007920 10.0.0.130 - - [2026-02-12 04:28:12] "POST /neutron/network HTTP/1.1" 200 1009 0.035702 10.0.0.130 - - [2026-02-12 04:28:12] "POST /neutron/subnet HTTP/1.1" 200 1370 0.017058 10.0.0.130 - - [2026-02-12 04:28:12] "POST /neutron/network HTTP/1.1" 200 999 0.009472 10.0.0.130 - - [2026-02-12 04:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.130 - - [2026-02-12 04:28:16] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.004919 10.0.0.130 - - [2026-02-12 04:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.130 - - [2026-02-12 04:28:20] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005642 10.0.0.130 - - [2026-02-12 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.130 - - [2026-02-12 04:28:24] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005181 10.0.0.130 - - [2026-02-12 04:28:28] "POST /neutron/network HTTP/1.1" 200 1009 0.010010 10.0.0.130 - - [2026-02-12 04:28:28] "POST /neutron/subnet HTTP/1.1" 200 1370 0.015623 10.0.0.130 - - [2026-02-12 04:28:28] "POST /neutron/network HTTP/1.1" 200 999 0.013027 10.0.0.130 - - [2026-02-12 04:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.130 - - [2026-02-12 04:28:28] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.011351 10.0.0.23 - - [2026-02-12 04:28:29] "DELETE /project/d4b6f2c660594ac89182420adedfa499 HTTP/1.1" 404 173 0.002865 10.0.0.23 - - [2026-02-12 04:28:29] "DELETE /project/6a80398c-96dd-4f7c-adcb-c56daef58024 HTTP/1.1" 404 177 0.005302 10.0.0.130 - - [2026-02-12 04:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.130 - - [2026-02-12 04:28:32] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005332 10.0.0.23 - - [2026-02-12 04:28:35] "GET /obj-perms HTTP/1.1" 200 5075 0.056947 10.0.0.130 - - [2026-02-12 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.130 - - [2026-02-12 04:28:36] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.004957 10.0.0.130 - - [2026-02-12 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.130 - - [2026-02-12 04:28:40] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005222 10.0.0.130 - - [2026-02-12 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.130 - - [2026-02-12 04:28:45] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003437 10.0.0.130 - - [2026-02-12 04:28:45] "GET /virtual-networks?parent_id=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002799 10.0.0.130 - - [2026-02-12 04:28:45] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006071 10.0.0.130 - - [2026-02-12 04:28:45] "POST /neutron/port HTTP/1.1" 200 1232 0.017326 10.0.0.130 - - [2026-02-12 04:28:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006905 10.0.0.130 - - [2026-02-12 04:28:54] "POST /neutron/port HTTP/1.1" 200 1232 0.017826 10.0.0.130 - - [2026-02-12 04:28:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006694 10.0.0.130 - - [2026-02-12 04:29:05] "POST /neutron/port HTTP/1.1" 200 1232 0.021543 10.0.0.130 - - [2026-02-12 04:29:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007367 10.0.0.130 - - [2026-02-12 04:29:06] "GET /virtual-machine/e65656d9-1bc2-432b-9511-c5cec5133ee1 HTTP/1.1" 200 1297 0.006954 10.0.0.130 - - [2026-02-12 04:29:06] "GET /virtual-machine-interface/0c7accb6-66c7-4395-8bcb-5e8fb0dd1cd1 HTTP/1.1" 200 3154 0.005076 10.0.0.130 - - [2026-02-12 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.130 - - [2026-02-12 04:29:06] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003910 10.0.0.130 - - [2026-02-12 04:29:06] "GET /virtual-networks?parent_id=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002677 10.0.0.130 - - [2026-02-12 04:29:06] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005744 10.0.0.130 - - [2026-02-12 04:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.130 - - [2026-02-12 04:29:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004342 10.0.0.130 - - [2026-02-12 04:29:07] "GET /virtual-networks?parent_id=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003115 10.0.0.130 - - [2026-02-12 04:29:07] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006215 10.0.0.130 - - [2026-02-12 04:29:07] "POST /neutron/port HTTP/1.1" 200 1232 0.016151 10.0.0.130 - - [2026-02-12 04:29:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007025 10.0.0.130 - - [2026-02-12 04:29:07] "GET /virtual-machine/5ca5094e-9690-45d1-afac-836f41bf6ed4 HTTP/1.1" 200 1296 0.006063 10.0.0.130 - - [2026-02-12 04:29:07] "GET /virtual-machine-interface/bfcdb9d3-5f6d-4862-99da-b344eeb7e974 HTTP/1.1" 200 3156 0.005208 10.0.0.130 - - [2026-02-12 04:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.130 - - [2026-02-12 04:29:07] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003880 10.0.0.130 - - [2026-02-12 04:29:07] "GET /virtual-networks?parent_id=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.006673 10.0.0.130 - - [2026-02-12 04:29:07] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005492 10.0.0.130 - - [2026-02-12 04:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.130 - - [2026-02-12 04:29:09] "GET /global-vrouter-config/7c7398b5-eacc-4875-a369-ac0edf3eab39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004237 10.0.0.130 - - [2026-02-12 04:29:09] "GET /virtual-networks?parent_id=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003140 10.0.0.130 - - [2026-02-12 04:29:09] "GET /virtual-network/63bcd931-1290-45d5-a082-0c52c20ae088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006207 10.0.0.130 - - [2026-02-12 04:29:09] "GET /virtual-machine-interface/bfcdb9d3-5f6d-4862-99da-b344eeb7e974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006611 10.0.0.130 - - [2026-02-12 04:29:09] "PUT /virtual-machine-interface/bfcdb9d3-5f6d-4862-99da-b344eeb7e974 HTTP/1.1" 200 284 0.014812 10.0.0.130 - - [2026-02-12 04:29:12] "POST /neutron/port HTTP/1.1" 200 1232 0.021122 10.0.0.130 - - [2026-02-12 04:29:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003576 10.0.0.130 - - [2026-02-12 04:29:12] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.130 - - [2026-02-12 04:29:28] "POST /neutron/port HTTP/1.1" 200 1232 0.017675 10.0.0.130 - - [2026-02-12 04:29:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003530 10.0.0.130 - - [2026-02-12 04:29:29] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.130 - - [2026-02-12 04:29:36] "GET /obj-perms HTTP/1.1" 200 5075 0.052515 10.0.0.22 - - [2026-02-12 04:29:36] "GET /obj-perms HTTP/1.1" 200 5075 0.049172 10.0.0.22 - - [2026-02-12 04:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.22 - - [2026-02-12 04:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.22 - - [2026-02-12 04:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.22 - - [2026-02-12 04:29:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.23 - - [2026-02-12 04:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.23 - - [2026-02-12 04:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.23 - - [2026-02-12 04:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.23 - - [2026-02-12 04:29:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.130 - - [2026-02-12 04:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.130 - - [2026-02-12 04:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.130 - - [2026-02-12 04:29:56] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.130 - - [2026-02-12 04:29:57] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.130 - - [2026-02-12 04:30:12] "POST /neutron/port HTTP/1.1" 200 1232 0.019053 10.0.0.130 - - [2026-02-12 04:30:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004942 10.0.0.130 - - [2026-02-12 04:30:12] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.130 - - [2026-02-12 04:30:30] "POST /neutron/port HTTP/1.1" 200 1232 0.049109 10.0.0.130 - - [2026-02-12 04:30:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004587 10.0.0.130 - - [2026-02-12 04:30:30] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.130 - - [2026-02-12 04:30:34] "POST /neutron/network HTTP/1.1" 200 999 0.009820 10.0.0.130 - - [2026-02-12 04:30:34] "POST /neutron/port HTTP/1.1" 200 1222 0.015486 10.0.0.130 - - [2026-02-12 04:30:34] "POST /neutron/port HTTP/1.1" 200 1222 0.022386 10.0.0.130 - - [2026-02-12 04:30:35] "POST /neutron/port HTTP/1.1" 200 1222 0.050059 10.0.0.23 - - [2026-02-12 04:30:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005339 10.0.0.23 - - [2026-02-12 04:30:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003587 10.0.0.23 - - [2026-02-12 04:30:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002721 10.0.0.23 - - [2026-02-12 04:30:36] "POST /useragent-kv HTTP/1.1" 200 115 0.011802 10.0.0.130 - - [2026-02-12 04:30:36] "POST /neutron/network HTTP/1.1" 200 151 0.158009 10.0.0.23 - - [2026-02-12 04:30:38] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001442 10.0.0.130 - - [2026-02-12 04:30:38] "GET /project/d4b6f2c6-6059-4ac8-9182-420adedfa499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.034297 10.0.0.23 - - [2026-02-12 04:30:38] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001031 10.0.0.130 - - [2026-02-12 04:30:38] "GET /project/d4b6f2c6-6059-4ac8-9182-420adedfa499?fields=virtual_networks HTTP/1.1" 200 1051 0.082731 10.0.0.23 - - [2026-02-12 04:30:38] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000928 10.0.0.130 - - [2026-02-12 04:30:38] "GET /project/d4b6f2c6-6059-4ac8-9182-420adedfa499?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.037704 10.0.0.23 - - [2026-02-12 04:30:38] "GET /projects?obj_uuids=d4b6f2c6-6059-4ac8-9182-420adedfa499&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001250 10.0.0.130 - - [2026-02-12 04:30:38] "GET /project/d4b6f2c6-6059-4ac8-9182-420adedfa499?fields=security_groups HTTP/1.1" 200 1281 0.039224 10.0.0.130 - - [2026-02-12 04:30:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.028038 10.0.0.23 - - [2026-02-12 04:30:39] "GET /projects?obj_uuids=05988138-905f-42e5-96ab-4b61eb61af10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004737 10.0.0.23 - - [2026-02-12 04:30:39] "GET /domains?obj_uuids=dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.23 - - [2026-02-12 04:30:39] "GET /domain/dbbdb6d5-ac40-4bc8-b2c9-9c29259fb031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006757 10.0.0.23 - - [2026-02-12 04:30:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.002033 10.0.0.23 - - [2026-02-12 04:30:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.006785 10.0.0.23 - - [2026-02-12 04:30:39] "POST /security-groups HTTP/1.1" 200 591 0.029843 10.0.0.23 - - [2026-02-12 04:30:39] "POST /projects HTTP/1.1" 200 585 0.228969 10.0.0.23 - - [2026-02-12 04:30:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.035074 10.0.0.23 - - [2026-02-12 04:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.301074 10.0.0.130 - - [2026-02-12 04:30:39] "GET /project/05988138-905f-42e5-96ab-4b61eb61af10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.449088 10.0.0.23 - - [2026-02-12 04:30:39] "POST /access-control-lists HTTP/1.1" 200 594 0.047933 10.0.0.130 - - [2026-02-12 04:30:40] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.23 - - [2026-02-12 04:30:46] "GET /projects?obj_uuids=05988138-905f-42e5-96ab-4b61eb61af10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.130 - - [2026-02-12 04:30:46] "GET /project/05988138-905f-42e5-96ab-4b61eb61af10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.041266 10.0.0.23 - - [2026-02-12 04:30:46] "GET /projects?obj_uuids=05988138-905f-42e5-96ab-4b61eb61af10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.130 - - [2026-02-12 04:30:46] "GET /project/05988138-905f-42e5-96ab-4b61eb61af10?fields=virtual_networks HTTP/1.1" 200 1041 0.041037 10.0.0.23 - - [2026-02-12 04:30:46] "GET /projects?obj_uuids=05988138-905f-42e5-96ab-4b61eb61af10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001463 10.0.0.130 - - [2026-02-12 04:30:46] "GET /project/05988138-905f-42e5-96ab-4b61eb61af10?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.042679 10.0.0.23 - - [2026-02-12 04:30:46] "GET /projects?obj_uuids=05988138-905f-42e5-96ab-4b61eb61af10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.130 - - [2026-02-12 04:30:46] "GET /project/05988138-905f-42e5-96ab-4b61eb61af10?fields=security_groups HTTP/1.1" 200 1267 0.043597 10.0.0.23 - - [2026-02-12 04:31:29] "DELETE /project/05988138905f42e596ab4b61eb61af10 HTTP/1.1" 404 173 0.006893 10.0.0.23 - - [2026-02-12 04:31:29] "DELETE /project/d4b6f2c6-6059-4ac8-9182-420adedfa499 HTTP/1.1" 404 177 0.007010 10.0.0.23 - - [2026-02-12 04:31:29] "GET /projects?obj_uuids=05988138-905f-42e5-96ab-4b61eb61af10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.23 - - [2026-02-12 04:31:29] "GET /project/05988138-905f-42e5-96ab-4b61eb61af10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.041633 10.0.0.23 - - [2026-02-12 04:31:29] "GET /projects?obj_uuids=05988138-905f-42e5-96ab-4b61eb61af10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.23 - - [2026-02-12 04:31:29] "GET /project/05988138-905f-42e5-96ab-4b61eb61af10?fields=security_groups HTTP/1.1" 200 1372 0.058964 10.0.0.23 - - [2026-02-12 04:31:29] "DELETE /security-group/479d8249-373b-4498-9458-21a47eab895c HTTP/1.1" 200 115 0.043482 10.0.0.23 - - [2026-02-12 04:31:29] "GET /projects?obj_uuids=05988138-905f-42e5-96ab-4b61eb61af10&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.23 - - [2026-02-12 04:31:29] "DELETE /access-control-list/af2b188b-f2dc-4167-ba57-87ecf7c070b1 HTTP/1.1" 200 115 0.036643 10.0.0.23 - - [2026-02-12 04:31:29] "GET /project/05988138-905f-42e5-96ab-4b61eb61af10?fields=application_policy_sets HTTP/1.1" 200 1411 0.049769 10.0.0.23 - - [2026-02-12 04:31:29] "DELETE /project/05988138-905f-42e5-96ab-4b61eb61af10 HTTP/1.1" 200 115 0.386358 [Introspect:8084]10.0.0.23 - - [2026-02-12 04:33:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001008 [Introspect:8084]10.0.0.23 - - [2026-02-12 04:33:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001037