++ 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: =================== Mon Aug 17 02:28:03 AM UTC 2026 ===================' INFO: =================== Mon Aug 17 02:28:03 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=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ grep 'inet ' +++ cut -d / -f 1 +++ awk '{print $2}' +++ ip addr show dev enp1s0 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ 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.177,10.0.0.190,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.177:8081 10.0.0.190:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.177:8081 10.0.0.190:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.177:8081 10.0.0.190:8081 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.177:8086 10.0.0.190:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.177:8086 10.0.0.190:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.177:8086 10.0.0.190:8086 10.0.0.38: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.177,10.0.0.190,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.177:8082 10.0.0.190:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.177:8082 10.0.0.190:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.177:8082 10.0.0.190:8082 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.177:9161 10.0.0.190:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.177:9161 10.0.0.190:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.177:9161 10.0.0.190:9161 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.177:9041 10.0.0.190:9041 10.0.0.38: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.254,10.20.0.14,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+=10.0.0.177:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+=10.0.0.190:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.177:2181,10.0.0.190:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.177:2181,10.0.0.190:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.177:2181,10.0.0.190:2181,10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+=10.0.0.177:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+=10.0.0.190:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.177:5673,10.0.0.190:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.177:5673,10.0.0.190:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.177:5673,10.0.0.190:5673,10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.177:6379 10.0.0.190:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.177:6379 10.0.0.190:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.177:6379 10.0.0.190:6379 10.0.0.38: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.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.177:9092 10.0.0.190:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.177:9092 10.0.0.190:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.177:9092 10.0.0.190:9092 10.0.0.38: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.177 ++ 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.177,10.0.0.190,10.0.0.38 ++ 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.177,10.0.0.190,10.0.0.38 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.177,10.0.0.190,10.0.0.38 + local cassandra=10.0.0.177 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.177 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.177,10.0.0.190,10.0.0.38 +++ local servers=10.0.0.177,10.0.0.190,10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.38,10.20.0.25,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.177'\''))' +++ local server_ip=10.0.0.177 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.177 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.177, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.190'\''))' +++ local server_ip=10.0.0.190 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.190 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.190, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 3 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + [[ cql == \c\q\l ]] ++ echo 10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.38: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 ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 08/17/2026 02:28:13.457 7f97c53822c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/17/2026 02:28:13.611 7f97c53822c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/17/2026 02:28:13.625 7f97c53822c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/17/2026 02:28:13.625 7f97c53822c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.25: /usr/bin/python3 Mon Aug 17 02:28:31 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) 5370 vnc_cgitb.enable(format='text') 5371 5372 main(args_str, VncApiServer(args_str)) 5373 #server_main 5374 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') 2216 else: 2217 self._db_connect(self._args.reset_config) 2218 self._db_init_entries() 2219 2220 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=) 3746 gvc = self.create_singleton_entry(GlobalVrouterConfig( 3747 parent_obj=gsc)) 3748 domain = self.create_singleton_entry(Domain()) 3749 self._default_domain = domain.serialize_to_json() 3750 project = self.create_singleton_entry(Project(parent_obj=domain)) domain undefined self = self.create_singleton_entry = > global Domain = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4010 if not ok: 4011 (code, msg) = result 4012 raise cfgm_common.exceptions.HttpError(code, msg) 4013 obj_id = result 4014 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/domain:default-domain ...2b2edc1c-1b78-4df2-9472-fa661dfea482 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/domain:default-domain exists already with ID: 2b2edc1c-1b78-4df2-9472-fa661dfea482 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('domain default-domain') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/domain:default-domain ...2b2edc1c-1b78-4df2-9472-fa661dfea482 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/domain:default-domain ...2b2edc1c-1b78-4df2-9472-fa661dfea482 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/domain:default-domain ...2b2edc1c-1b78-4df2-9472-fa661dfea482 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 3995, 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 2508, 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: domain default-domain 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 5372, 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 2218, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3748, in _db_init_entries domain = self.create_singleton_entry(Domain()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4012, 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/domain:default-domain exists already with ID: 2b2edc1c-1b78-4df2-9472-fa661dfea482 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: =================== Mon Aug 17 02:28:34 AM UTC 2026 ===================' INFO: =================== Mon Aug 17 02:28:34 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ get_cidr_for_nic enp1s0 +++ cut -d / -f 1 +++ command -v ip +++ local nic=enp1s0 +++ ip addr show dev enp1s0 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ 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.177,10.0.0.190,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.177:8081 10.0.0.190:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.177:8081 10.0.0.190:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.177:8081 10.0.0.190:8081 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.177:8086 10.0.0.190:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.177:8086 10.0.0.190:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.177:8086 10.0.0.190:8086 10.0.0.38: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.177,10.0.0.190,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.177:8082 10.0.0.190:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.177:8082 10.0.0.190:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.177:8082 10.0.0.190:8082 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.177:9161 10.0.0.190:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.177:9161 10.0.0.190:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.177:9161 10.0.0.190:9161 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.177:9041 10.0.0.190:9041 10.0.0.38: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.254,10.20.0.14,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+=10.0.0.177:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+=10.0.0.190:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.177:2181,10.0.0.190:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.177:2181,10.0.0.190:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.177:2181,10.0.0.190:2181,10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+=10.0.0.177:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+=10.0.0.190:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.177:5673,10.0.0.190:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.177:5673,10.0.0.190:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.177:5673,10.0.0.190:5673,10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.177:6379 10.0.0.190:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.177:6379 10.0.0.190:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.177:6379 10.0.0.190:6379 10.0.0.38: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.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.177:9092 10.0.0.190:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.177:9092 10.0.0.190:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.177:9092 10.0.0.190:9092 10.0.0.38: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.177 ++ 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.177,10.0.0.190,10.0.0.38 ++ 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.177,10.0.0.190,10.0.0.38 ++ 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.177,10.0.0.190,10.0.0.38 ++ cut -d , -f 1 + local cassandra=10.0.0.177 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.177 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.177,10.0.0.190,10.0.0.38 +++ local servers=10.0.0.177,10.0.0.190,10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ uniq ++++ sort +++ local local_ips=,10.0.0.38,10.20.0.25,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.177'\''))' +++ local server_ip=10.0.0.177 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.177 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.177, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.190'\''))' +++ local server_ip=10.0.0.190 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.190 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.190, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 3 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + [[ cql == \c\q\l ]] ++ echo 10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.38: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 ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' + 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: 08/17/2026 02:28:44.160 7fdd66d21240 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/17/2026 02:28:44.355 7fdd66d21240 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/17/2026 02:28:44.374 7fdd66d21240 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/17/2026 02:28:44.375 7fdd66d21240 [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.38:8082/ Hit Ctrl-C to quit. 10.0.0.38 - - [2026-08-17 02:28:45] "GET / HTTP/1.1" 503 181 0.000265 10.0.0.38 - - [2026-08-17 02:28:45] "GET / HTTP/1.1" 503 181 0.000199 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.38 - - [2026-08-17 02:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000642 10.0.0.38 - - [2026-08-17 02:28:46] "GET / HTTP/1.1" 200 45871 0.001559 10.0.0.38 - - [2026-08-17 02:28:46] "GET / HTTP/1.1" 200 45871 0.001076 10.0.0.38 - - [2026-08-17 02:28:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000376 10.0.0.38 - - [2026-08-17 02:28:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000607 10.0.0.177 - - [2026-08-17 02:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000570 10.0.0.190 - - [2026-08-17 02:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.38 - - [2026-08-17 02:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.38 - - [2026-08-17 02:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.177 - - [2026-08-17 02:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.177 - - [2026-08-17 02:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.190 - - [2026-08-17 02:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.38 - - [2026-08-17 02:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000709 10.0.0.190 - - [2026-08-17 02:28:48] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.177 - - [2026-08-17 02:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.001104 10.0.0.190 - - [2026-08-17 02:28:49] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.38 - - [2026-08-17 02:28:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 3.211931 10.0.0.38 - - [2026-08-17 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 2.656983 10.0.0.38 - - [2026-08-17 02:28:51] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.006619 10.0.0.38 - - [2026-08-17 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006678 /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.190 - - [2026-08-17 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.026773 10.0.0.190 - - [2026-08-17 02:28:58] "POST /access-control-lists HTTP/1.1" 200 587 0.041676 10.0.0.190 - - [2026-08-17 02:28:59] "POST /route-targets HTTP/1.1" 200 327 0.025276 10.0.0.190 - - [2026-08-17 02:28:59] "POST /ref-update HTTP/1.1" 200 156 0.022048 10.0.0.190 - - [2026-08-17 02:28:59] "POST /route-targets HTTP/1.1" 200 327 0.018280 10.0.0.190 - - [2026-08-17 02:28:59] "POST /access-control-lists HTTP/1.1" 200 551 0.039824 10.0.0.190 - - [2026-08-17 02:29:14] "POST /ref-update HTTP/1.1" 200 156 0.054325 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.38 - - [2026-08-17 02:31:46] "GET /obj-perms HTTP/1.1" 200 4509 0.456142 10.0.0.177 - - [2026-08-17 02:32:47] "GET /obj-perms HTTP/1.1" 200 4509 0.044816 10.0.0.190 - - [2026-08-17 02:32:47] "GET /obj-perms HTTP/1.1" 200 4509 0.044327 10.0.0.190 - - [2026-08-17 02:32:47] "GET /virtual-router/f77ab26b-e168-4e13-a25a-6c00a5ef6567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.009945 [Introspect:8084]10.0.0.38 - - [2026-08-17 02:33:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001133 [Introspect:8084]10.0.0.38 - - [2026-08-17 02:33:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001134 [Introspect:8084]10.0.0.38 - - [2026-08-17 02:33:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001040 [Introspect:8084]10.0.0.38 - - [2026-08-17 02:33:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.000915 10.0.0.38 - - [2026-08-17 02:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000618 10.0.0.38 - - [2026-08-17 02:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.177 - - [2026-08-17 02:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.177 - - [2026-08-17 02:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.190 - - [2026-08-17 02:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000604 10.0.0.190 - - [2026-08-17 02:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.38 - - [2026-08-17 02:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000576 10.0.0.38 - - [2026-08-17 02:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000564 10.0.0.177 - - [2026-08-17 02:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000496 10.0.0.177 - - [2026-08-17 02:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000573 10.0.0.190 - - [2026-08-17 02:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.190 - - [2026-08-17 02:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.177 - - [2026-08-17 02:34:52] "GET / HTTP/1.1" 200 35931 0.002527 10.0.0.177 - - [2026-08-17 02:34:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.177 - - [2026-08-17 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.047670 10.0.0.38 - - [2026-08-17 02:34:54] "GET /projects?obj_uuids=c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.063237 10.0.0.38 - - [2026-08-17 02:34:54] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.38 - - [2026-08-17 02:34:54] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029991 10.0.0.38 - - [2026-08-17 02:34:54] "POST /id-to-fqname HTTP/1.1" 200 188 0.003502 10.0.0.38 - - [2026-08-17 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.012044 10.0.0.38 - - [2026-08-17 02:34:54] "POST /security-groups HTTP/1.1" 200 589 0.054237 10.0.0.38 - - [2026-08-17 02:34:54] "POST /projects HTTP/1.1" 200 581 0.387285 10.0.0.38 - - [2026-08-17 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.461419 10.0.0.190 - - [2026-08-17 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.035741 10.0.0.177 - - [2026-08-17 02:34:54] "GET /project/c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.713446 10.0.0.177 - - [2026-08-17 02:34:56] "GET / HTTP/1.1" 200 35931 0.001602 10.0.0.38 - - [2026-08-17 02:34:59] "GET /projects?obj_uuids=c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001390 10.0.0.177 - - [2026-08-17 02:34:59] "GET /project/c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.072144 10.0.0.38 - - [2026-08-17 02:34:59] "GET /projects?obj_uuids=c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001656 10.0.0.177 - - [2026-08-17 02:34:59] "GET /project/c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1?fields=virtual_networks HTTP/1.1" 200 1030 0.098068 10.0.0.38 - - [2026-08-17 02:34:59] "GET /projects?obj_uuids=c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001558 10.0.0.177 - - [2026-08-17 02:34:59] "GET /project/c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.069780 10.0.0.38 - - [2026-08-17 02:34:59] "GET /projects?obj_uuids=c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.177 - - [2026-08-17 02:34:59] "GET /project/c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1?fields=security_groups HTTP/1.1" 200 1254 0.070671 10.0.0.38 - - [2026-08-17 02:35:00] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004067 10.0.0.38 - - [2026-08-17 02:35:00] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.38 - - [2026-08-17 02:35:00] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008244 10.0.0.38 - - [2026-08-17 02:35:01] "POST /id-to-fqname HTTP/1.1" 200 167 0.001463 10.0.0.38 - - [2026-08-17 02:35:01] "POST /fqname-to-id HTTP/1.1" 404 176 0.058824 10.0.0.38 - - [2026-08-17 02:35:01] "POST /security-groups HTTP/1.1" 200 568 0.103786 10.0.0.38 - - [2026-08-17 02:35:01] "POST /projects HTTP/1.1" 200 539 0.448065 10.0.0.190 - - [2026-08-17 02:35:01] "POST /access-control-lists HTTP/1.1" 200 573 0.043007 10.0.0.38 - - [2026-08-17 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.523665 10.0.0.177 - - [2026-08-17 02:35:01] "GET /project/38f2d47a-4d2b-4755-b0bf-580f1498ad5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.687828 [Introspect:8084]10.0.0.177 - - [2026-08-17 02:35:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001604 10.0.0.38 - - [2026-08-17 02:35:03] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001523 10.0.0.177 - - [2026-08-17 02:35:03] "GET /project/38f2d47a-4d2b-4755-b0bf-580f1498ad5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.069019 10.0.0.38 - - [2026-08-17 02:35:04] "GET /obj-perms HTTP/1.1" 200 4509 0.070096 [Introspect:8084]10.0.0.177 - - [2026-08-17 02:35:06] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000752 10.0.0.177 - - [2026-08-17 02:35:06] "GET /obj-perms HTTP/1.1" 200 4509 0.035207 10.0.0.177 - - [2026-08-17 02:35:06] "GET /obj-perms HTTP/1.1" 200 4509 0.005192 10.0.0.177 - - [2026-08-17 02:35:07] "GET /obj-perms HTTP/1.1" 200 4509 0.004543 10.0.0.177 - - [2026-08-17 02:35:07] "GET /obj-perms HTTP/1.1" 200 4509 0.004571 10.0.0.177 - - [2026-08-17 02:35:07] "GET /obj-perms HTTP/1.1" 200 4509 0.005002 10.0.0.177 - - [2026-08-17 02:35:07] "GET /obj-perms HTTP/1.1" 200 4509 0.007405 10.0.0.177 - - [2026-08-17 02:35:07] "GET /obj-perms HTTP/1.1" 200 4509 0.004591 10.0.0.177 - - [2026-08-17 02:35:07] "GET /obj-perms HTTP/1.1" 200 4509 0.005242 10.0.0.177 - - [2026-08-17 02:35:07] "GET /obj-perms HTTP/1.1" 200 4509 0.004959 10.0.0.177 - - [2026-08-17 02:35:07] "GET /obj-perms HTTP/1.1" 200 4509 0.004748 10.0.0.177 - - [2026-08-17 02:35:08] "GET /obj-perms HTTP/1.1" 200 4509 0.004598 10.0.0.190 - - [2026-08-17 02:35:08] "GET /obj-perms HTTP/1.1" 200 4509 0.041031 10.0.0.38 - - [2026-08-17 02:35:08] "GET /obj-perms HTTP/1.1" 200 4509 0.004604 10.0.0.38 - - [2026-08-17 02:35:08] "GET /obj-perms HTTP/1.1" 200 4509 0.004841 10.0.0.177 - - [2026-08-17 02:35:10] "GET /obj-perms HTTP/1.1" 200 4509 0.005795 10.0.0.177 - - [2026-08-17 02:35:10] "GET /obj-perms HTTP/1.1" 200 4509 0.004725 10.0.0.177 - - [2026-08-17 02:35:10] "GET /obj-perms HTTP/1.1" 200 4509 0.004639 10.0.0.177 - - [2026-08-17 02:35:10] "GET /obj-perms HTTP/1.1" 200 4509 0.004755 10.0.0.177 - - [2026-08-17 02:35:10] "GET /obj-perms HTTP/1.1" 200 4509 0.004693 10.0.0.177 - - [2026-08-17 02:35:10] "GET /obj-perms HTTP/1.1" 200 4509 0.005583 10.0.0.177 - - [2026-08-17 02:35:10] "GET /obj-perms HTTP/1.1" 200 4509 0.005507 10.0.0.177 - - [2026-08-17 02:35:10] "GET /obj-perms HTTP/1.1" 200 4509 0.004680 10.0.0.177 - - [2026-08-17 02:35:10] "GET /obj-perms HTTP/1.1" 200 4509 0.005211 10.0.0.177 - - [2026-08-17 02:35:10] "GET /obj-perms HTTP/1.1" 200 4509 0.004931 10.0.0.177 - - [2026-08-17 02:35:11] "GET /obj-perms HTTP/1.1" 200 4509 0.005346 10.0.0.177 - - [2026-08-17 02:35:13] "GET /obj-perms HTTP/1.1" 200 4509 0.005302 10.0.0.177 - - [2026-08-17 02:35:13] "GET /obj-perms HTTP/1.1" 200 4509 0.004308 10.0.0.177 - - [2026-08-17 02:35:14] "GET /obj-perms HTTP/1.1" 200 4509 0.007391 10.0.0.177 - - [2026-08-17 02:35:14] "GET /obj-perms HTTP/1.1" 200 4509 0.004707 10.0.0.177 - - [2026-08-17 02:35:15] "GET /obj-perms HTTP/1.1" 200 4509 0.005538 10.0.0.177 - - [2026-08-17 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.025790 10.0.0.38 - - [2026-08-17 02:35:16] "GET /projects?obj_uuids=95b0c5f8-d478-4e0e-9c47-a58f19fe03cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003820 10.0.0.38 - - [2026-08-17 02:35:16] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.38 - - [2026-08-17 02:35:16] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008055 10.0.0.38 - - [2026-08-17 02:35:16] "POST /id-to-fqname HTTP/1.1" 200 201 0.002130 10.0.0.38 - - [2026-08-17 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 210 0.017559 10.0.0.38 - - [2026-08-17 02:35:17] "POST /security-groups HTTP/1.1" 200 602 0.087157 10.0.0.190 - - [2026-08-17 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.004246 10.0.0.38 - - [2026-08-17 02:35:17] "POST /projects HTTP/1.1" 200 607 0.383323 10.0.0.38 - - [2026-08-17 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.454047 10.0.0.177 - - [2026-08-17 02:35:17] "GET /project/95b0c5f8-d478-4e0e-9c47-a58f19fe03cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.609660 10.0.0.190 - - [2026-08-17 02:35:17] "POST /access-control-lists HTTP/1.1" 200 605 0.059806 10.0.0.177 - - [2026-08-17 02:35:18] "GET / HTTP/1.1" 200 35931 0.002477 10.0.0.177 - - [2026-08-17 02:35:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000645 10.0.0.177 - - [2026-08-17 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.057446 10.0.0.38 - - [2026-08-17 02:35:20] "GET /projects?obj_uuids=95b0c5f8-d478-4e0e-9c47-a58f19fe03cf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000966 10.0.0.177 - - [2026-08-17 02:35:20] "GET /project/95b0c5f8-d478-4e0e-9c47-a58f19fe03cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.058814 10.0.0.38 - - [2026-08-17 02:35:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006495 10.0.0.177 - - [2026-08-17 02:35:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.320983 10.0.0.177 - - [2026-08-17 02:35:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001993 10.0.0.177 - - [2026-08-17 02:35:21] "GET /virtual-network/331eb4e5-881f-4c90-bcfe-d0f7f3cc358d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008631 10.0.0.177 - - [2026-08-17 02:35:21] "GET /virtual-network/331eb4e5-881f-4c90-bcfe-d0f7f3cc358d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006889 10.0.0.177 - - [2026-08-17 02:35:21] "POST /neutron/network HTTP/1.1" 200 840 0.008912 10.0.0.177 - - [2026-08-17 02:35:21] "GET /virtual-network/331eb4e5-881f-4c90-bcfe-d0f7f3cc358d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006743 10.0.0.190 - - [2026-08-17 02:35:23] "GET /obj-perms HTTP/1.1" 200 4505 0.046687 10.0.0.38 - - [2026-08-17 02:35:23] "GET /obj-perms HTTP/1.1" 200 4505 0.053219 10.0.0.177 - - [2026-08-17 02:35:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001618 10.0.0.38 - - [2026-08-17 02:35:26] "GET /projects?obj_uuids=95b0c5f8-d478-4e0e-9c47-a58f19fe03cf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001132 10.0.0.177 - - [2026-08-17 02:35:26] "GET /project/95b0c5f8-d478-4e0e-9c47-a58f19fe03cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.106645 10.0.0.177 - - [2026-08-17 02:35:27] "POST /neutron/network HTTP/1.1" 200 840 0.028949 10.0.0.177 - - [2026-08-17 02:35:27] "POST /neutron/port HTTP/1.1" 200 117 0.008287 10.0.0.177 - - [2026-08-17 02:35:32] "POST /neutron/port HTTP/1.1" 200 1082 0.035025 10.0.0.177 - - [2026-08-17 02:35:33] "POST /neutron/port HTTP/1.1" 200 1072 0.038221 10.0.0.177 - - [2026-08-17 02:35:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005348 10.0.0.177 - - [2026-08-17 02:35:34] "POST /neutron/network HTTP/1.1" 200 840 0.009157 10.0.0.177 - - [2026-08-17 02:35:42] "POST /neutron/port HTTP/1.1" 200 1136 0.026600 10.0.0.177 - - [2026-08-17 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008768 10.0.0.177 - - [2026-08-17 02:35:50] "GET /obj-perms HTTP/1.1" 200 4509 0.043678 10.0.0.38 - - [2026-08-17 02:35:54] "DELETE /project/c38b9ad5fd7845569e6e31c9bb0a7bd1 HTTP/1.1" 404 173 0.078101 10.0.0.38 - - [2026-08-17 02:35:54] "DELETE /project/38f2d47a4d2b4755b0bf580f1498ad5e HTTP/1.1" 404 173 0.081231 10.0.0.38 - - [2026-08-17 02:35:54] "DELETE /project/95b0c5f8d4784e0e9c47a58f19fe03cf HTTP/1.1" 404 173 0.006607 10.0.0.38 - - [2026-08-17 02:35:54] "GET /projects?obj_uuids=c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.38 - - [2026-08-17 02:35:54] "GET /project/c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.072523 10.0.0.38 - - [2026-08-17 02:35:54] "GET /projects?obj_uuids=c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002578 10.0.0.38 - - [2026-08-17 02:35:54] "GET /project/c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1?fields=security_groups HTTP/1.1" 200 1359 0.139403 10.0.0.38 - - [2026-08-17 02:35:54] "DELETE /security-group/2fe942ef-a016-4d6c-880d-470088ce1542 HTTP/1.1" 200 115 0.091734 10.0.0.38 - - [2026-08-17 02:35:54] "GET /projects?obj_uuids=c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.190 - - [2026-08-17 02:35:54] "DELETE /access-control-list/7df181be-06cd-46b0-8211-b3f8f9976f98 HTTP/1.1" 200 115 0.043305 10.0.0.38 - - [2026-08-17 02:35:54] "GET /project/c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1?fields=application_policy_sets HTTP/1.1" 200 1398 0.103082 10.0.0.38 - - [2026-08-17 02:35:55] "DELETE /project/c38b9ad5-fd78-4556-9e6e-31c9bb0a7bd1 HTTP/1.1" 200 115 0.814247 10.0.0.177 - - [2026-08-17 02:35:58] "POST /neutron/port HTTP/1.1" 200 1136 0.023750 10.0.0.177 - - [2026-08-17 02:36:00] "GET /obj-perms HTTP/1.1" 200 4505 0.059840 10.0.0.177 - - [2026-08-17 02:36:03] "POST /neutron/network HTTP/1.1" 400 204 0.017347 10.0.0.177 - - [2026-08-17 02:36:05] "POST /neutron/port HTTP/1.1" 200 1136 0.021780 10.0.0.177 - - [2026-08-17 02:36:05] "POST /neutron/network HTTP/1.1" 200 840 0.018119 10.0.0.38 - - [2026-08-17 02:36:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004632 10.0.0.38 - - [2026-08-17 02:36:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005118 10.0.0.177 - - [2026-08-17 02:36:08] "POST /neutron/network HTTP/1.1" 200 151 0.194934 10.0.0.190 - - [2026-08-17 02:36:08] "DELETE /route-target/3f67f7bd-379d-41bf-9e60-f8a88b86807e HTTP/1.1" 200 115 0.053612 10.0.0.38 - - [2026-08-17 02:36:09] "GET /projects?obj_uuids=95b0c5f8-d478-4e0e-9c47-a58f19fe03cf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001105 10.0.0.177 - - [2026-08-17 02:36:09] "GET /project/95b0c5f8-d478-4e0e-9c47-a58f19fe03cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.076102 10.0.0.38 - - [2026-08-17 02:36:09] "GET /projects?obj_uuids=95b0c5f8-d478-4e0e-9c47-a58f19fe03cf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001506 10.0.0.177 - - [2026-08-17 02:36:09] "GET /project/95b0c5f8-d478-4e0e-9c47-a58f19fe03cf?fields=virtual_networks HTTP/1.1" 200 1056 0.080277 10.0.0.38 - - [2026-08-17 02:36:09] "GET /projects?obj_uuids=95b0c5f8-d478-4e0e-9c47-a58f19fe03cf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001148 10.0.0.177 - - [2026-08-17 02:36:09] "GET /project/95b0c5f8-d478-4e0e-9c47-a58f19fe03cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.094411 10.0.0.38 - - [2026-08-17 02:36:09] "GET /projects?obj_uuids=95b0c5f8-d478-4e0e-9c47-a58f19fe03cf&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001176 10.0.0.177 - - [2026-08-17 02:36:09] "GET /project/95b0c5f8-d478-4e0e-9c47-a58f19fe03cf?fields=security_groups HTTP/1.1" 200 1293 0.084392 10.0.0.38 - - [2026-08-17 02:36:10] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001063 10.0.0.177 - - [2026-08-17 02:36:10] "GET /project/38f2d47a-4d2b-4755-b0bf-580f1498ad5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.066544 10.0.0.38 - - [2026-08-17 02:36:17] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001163 10.0.0.177 - - [2026-08-17 02:36:17] "GET /project/38f2d47a-4d2b-4755-b0bf-580f1498ad5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.067368 10.0.0.177 - - [2026-08-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.041654 10.0.0.38 - - [2026-08-17 02:36:20] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004290 10.0.0.38 - - [2026-08-17 02:36:20] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.38 - - [2026-08-17 02:36:20] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007809 10.0.0.38 - - [2026-08-17 02:36:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.002870 10.0.0.38 - - [2026-08-17 02:36:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.012738 10.0.0.38 - - [2026-08-17 02:36:20] "POST /security-groups HTTP/1.1" 200 603 0.089079 10.0.0.38 - - [2026-08-17 02:36:21] "POST /projects HTTP/1.1" 200 609 0.415339 10.0.0.38 - - [2026-08-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.510440 10.0.0.190 - - [2026-08-17 02:36:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.026904 10.0.0.177 - - [2026-08-17 02:36:21] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.765453 10.0.0.177 - - [2026-08-17 02:36:22] "GET / HTTP/1.1" 200 35931 0.002813 10.0.0.177 - - [2026-08-17 02:36:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000508 10.0.0.177 - - [2026-08-17 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.063819 10.0.0.38 - - [2026-08-17 02:36:23] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.177 - - [2026-08-17 02:36:23] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.063568 10.0.0.190 - - [2026-08-17 02:36:23] "POST /ref-update HTTP/1.1" 200 156 0.052369 10.0.0.38 - - [2026-08-17 02:36:24] "POST /useragent-kv HTTP/1.1" 200 115 0.018556 10.0.0.177 - - [2026-08-17 02:36:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.375810 10.0.0.177 - - [2026-08-17 02:36:24] "POST /id-to-fqname HTTP/1.1" 200 275 0.001459 10.0.0.177 - - [2026-08-17 02:36:24] "GET /virtual-network/6892989d-c880-4c16-82c9-b75b71bda50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.006355 10.0.0.177 - - [2026-08-17 02:36:24] "GET /virtual-network/6892989d-c880-4c16-82c9-b75b71bda50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.007001 10.0.0.177 - - [2026-08-17 02:36:24] "POST /neutron/network HTTP/1.1" 200 922 0.008823 10.0.0.177 - - [2026-08-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006162 10.0.0.38 - - [2026-08-17 02:36:24] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001039 10.0.0.177 - - [2026-08-17 02:36:24] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.097140 10.0.0.38 - - [2026-08-17 02:36:24] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.177 - - [2026-08-17 02:36:24] "POST /neutron/network HTTP/1.1" 200 703 0.212438 10.0.0.177 - - [2026-08-17 02:36:25] "POST /id-to-fqname HTTP/1.1" 200 275 0.004278 10.0.0.177 - - [2026-08-17 02:36:25] "GET /virtual-network/7e1410de-d346-4d8a-8463-efab76447b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.008793 10.0.0.177 - - [2026-08-17 02:36:25] "POST /neutron/network HTTP/1.1" 200 923 0.008100 10.0.0.177 - - [2026-08-17 02:36:25] "GET /virtual-network/7e1410de-d346-4d8a-8463-efab76447b59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.006360 10.0.0.177 - - [2026-08-17 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006562 10.0.0.38 - - [2026-08-17 02:36:25] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.177 - - [2026-08-17 02:36:25] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.075742 10.0.0.177 - - [2026-08-17 02:36:25] "POST /neutron/network HTTP/1.1" 200 117 0.021513 10.0.0.190 - - [2026-08-17 02:36:25] "POST /route-targets HTTP/1.1" 200 327 0.036089 10.0.0.177 - - [2026-08-17 02:36:26] "POST /neutron/network HTTP/1.1" 200 926 0.027959 10.0.0.177 - - [2026-08-17 02:36:26] "POST /id-to-fqname HTTP/1.1" 200 276 0.001270 10.0.0.177 - - [2026-08-17 02:36:26] "GET /virtual-network/d59847b1-7993-4ccb-83fe-346076b4a38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.013282 10.0.0.177 - - [2026-08-17 02:36:26] "GET /virtual-network/d59847b1-7993-4ccb-83fe-346076b4a38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.007932 10.0.0.177 - - [2026-08-17 02:36:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.013534 10.0.0.177 - - [2026-08-17 02:36:26] "POST /id-to-fqname HTTP/1.1" 200 275 0.001262 10.0.0.177 - - [2026-08-17 02:36:27] "POST /neutron/port HTTP/1.1" 200 117 0.010249 10.0.0.177 - - [2026-08-17 02:36:27] "POST /id-to-fqname HTTP/1.1" 200 276 0.001556 10.0.0.177 - - [2026-08-17 02:36:27] "POST /neutron/network HTTP/1.1" 200 936 0.008846 10.0.0.177 - - [2026-08-17 02:36:27] "POST /neutron/port HTTP/1.1" 200 117 0.007639 10.0.0.177 - - [2026-08-17 02:36:30] "POST /neutron/network HTTP/1.1" 200 926 0.007514 10.0.0.190 - - [2026-08-17 02:36:30] "DELETE /route-target/03a70687-fe46-45b4-ad9f-4e55a85e3b71 HTTP/1.1" 200 115 0.046148 10.0.0.190 - - [2026-08-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.38 - - [2026-08-17 02:36:30] "POST /useragent-kv HTTP/1.1" 200 115 0.009328 10.0.0.38 - - [2026-08-17 02:36:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004748 10.0.0.177 - - [2026-08-17 02:36:30] "POST /neutron/network HTTP/1.1" 200 151 0.207161 10.0.0.38 - - [2026-08-17 02:36:30] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001167 10.0.0.177 - - [2026-08-17 02:36:30] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.090287 10.0.0.38 - - [2026-08-17 02:36:30] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002099 10.0.0.177 - - [2026-08-17 02:36:30] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?fields=virtual_networks HTTP/1.1" 200 1058 0.071604 10.0.0.38 - - [2026-08-17 02:36:30] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.177 - - [2026-08-17 02:36:30] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.048434 10.0.0.38 - - [2026-08-17 02:36:30] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.177 - - [2026-08-17 02:36:30] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?fields=security_groups HTTP/1.1" 200 1296 0.056705 10.0.0.177 - - [2026-08-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.032956 10.0.0.38 - - [2026-08-17 02:36:31] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004188 10.0.0.38 - - [2026-08-17 02:36:31] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.38 - - [2026-08-17 02:36:31] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008743 10.0.0.38 - - [2026-08-17 02:36:32] "POST /id-to-fqname HTTP/1.1" 200 192 0.001793 10.0.0.38 - - [2026-08-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.008746 10.0.0.38 - - [2026-08-17 02:36:32] "POST /security-groups HTTP/1.1" 200 593 0.082135 10.0.0.38 - - [2026-08-17 02:36:32] "POST /projects HTTP/1.1" 200 589 0.379997 10.0.0.38 - - [2026-08-17 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.425862 10.0.0.190 - - [2026-08-17 02:36:32] "POST /access-control-lists HTTP/1.1" 200 598 0.049944 10.0.0.177 - - [2026-08-17 02:36:32] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.622169 10.0.0.177 - - [2026-08-17 02:36:33] "POST /neutron/network HTTP/1.1" 200 117 0.011366 10.0.0.177 - - [2026-08-17 02:36:33] "GET / HTTP/1.1" 200 35931 0.001722 10.0.0.177 - - [2026-08-17 02:36:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000562 10.0.0.177 - - [2026-08-17 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.080471 10.0.0.38 - - [2026-08-17 02:36:35] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001018 10.0.0.177 - - [2026-08-17 02:36:35] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.056051 10.0.0.177 - - [2026-08-17 02:36:35] "POST /neutron/network HTTP/1.1" 200 117 0.030731 10.0.0.38 - - [2026-08-17 02:36:35] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.177 - - [2026-08-17 02:36:35] "POST /neutron/network HTTP/1.1" 200 673 0.228801 10.0.0.190 - - [2026-08-17 02:36:35] "POST /route-targets HTTP/1.1" 200 327 0.019026 10.0.0.177 - - [2026-08-17 02:36:36] "POST /neutron/network HTTP/1.1" 200 892 0.019536 10.0.0.177 - - [2026-08-17 02:36:36] "POST /id-to-fqname HTTP/1.1" 200 255 0.001598 10.0.0.177 - - [2026-08-17 02:36:36] "GET /virtual-network/b4c65f5f-785d-40cc-be85-d71c2f5b25ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.013957 10.0.0.177 - - [2026-08-17 02:36:36] "GET /virtual-network/b4c65f5f-785d-40cc-be85-d71c2f5b25ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.008621 10.0.0.177 - - [2026-08-17 02:36:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.015205 10.0.0.177 - - [2026-08-17 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005605 10.0.0.38 - - [2026-08-17 02:36:36] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.177 - - [2026-08-17 02:36:36] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.079193 10.0.0.177 - - [2026-08-17 02:36:36] "POST /neutron/port HTTP/1.1" 200 117 0.011944 10.0.0.190 - - [2026-08-17 02:36:36] "POST /ref-update HTTP/1.1" 200 156 0.057218 10.0.0.38 - - [2026-08-17 02:36:37] "POST /useragent-kv HTTP/1.1" 200 115 0.012259 10.0.0.177 - - [2026-08-17 02:36:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.329618 10.0.0.177 - - [2026-08-17 02:36:37] "POST /id-to-fqname HTTP/1.1" 200 255 0.001406 10.0.0.177 - - [2026-08-17 02:36:37] "GET /virtual-network/9265bda2-7497-4457-9dd9-e098aed99b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006119 10.0.0.177 - - [2026-08-17 02:36:37] "GET /virtual-network/9265bda2-7497-4457-9dd9-e098aed99b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006850 10.0.0.177 - - [2026-08-17 02:36:37] "POST /neutron/network HTTP/1.1" 200 891 0.008994 10.0.0.177 - - [2026-08-17 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.38 - - [2026-08-17 02:36:37] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.177 - - [2026-08-17 02:36:37] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.065972 10.0.0.38 - - [2026-08-17 02:36:37] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001307 10.0.0.177 - - [2026-08-17 02:36:37] "POST /neutron/network HTTP/1.1" 200 675 0.222419 10.0.0.177 - - [2026-08-17 02:36:38] "POST /id-to-fqname HTTP/1.1" 200 256 0.004344 10.0.0.177 - - [2026-08-17 02:36:38] "GET /virtual-network/712ac643-301b-4c2f-9499-5d22e7372532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006201 10.0.0.177 - - [2026-08-17 02:36:38] "POST /neutron/network HTTP/1.1" 200 894 0.012701 10.0.0.177 - - [2026-08-17 02:36:38] "GET /virtual-network/712ac643-301b-4c2f-9499-5d22e7372532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006883 10.0.0.177 - - [2026-08-17 02:36:38] "POST /id-to-fqname HTTP/1.1" 200 255 0.001583 10.0.0.177 - - [2026-08-17 02:36:38] "POST /neutron/port HTTP/1.1" 200 117 0.010413 10.0.0.38 - - [2026-08-17 02:36:38] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.177 - - [2026-08-17 02:36:38] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.061924 10.0.0.177 - - [2026-08-17 02:36:38] "POST /neutron/network HTTP/1.1" 200 891 0.009057 10.0.0.177 - - [2026-08-17 02:36:38] "POST /id-to-fqname HTTP/1.1" 200 256 0.001443 10.0.0.177 - - [2026-08-17 02:36:38] "POST /neutron/port HTTP/1.1" 200 117 0.009820 10.0.0.177 - - [2026-08-17 02:36:39] "POST /neutron/port HTTP/1.1" 200 117 0.013079 10.0.0.177 - - [2026-08-17 02:36:39] "POST /neutron/network HTTP/1.1" 200 117 0.010580 10.0.0.190 - - [2026-08-17 02:36:40] "DELETE /access-control-list/6ea13afe-5d03-4ed2-be1d-a10a554e4337 HTTP/1.1" 200 115 0.075794 10.0.0.38 - - [2026-08-17 02:36:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004067 10.0.0.38 - - [2026-08-17 02:36:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003827 10.0.0.177 - - [2026-08-17 02:36:41] "POST /neutron/network HTTP/1.1" 200 151 0.180791 10.0.0.190 - - [2026-08-17 02:36:41] "DELETE /route-target/e0ff53e6-ffb2-4961-ba4c-a2377c93c2f4 HTTP/1.1" 200 115 0.051934 10.0.0.177 - - [2026-08-17 02:36:41] "POST /neutron/network HTTP/1.1" 200 892 0.010834 10.0.0.190 - - [2026-08-17 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006532 10.0.0.38 - - [2026-08-17 02:36:41] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001782 10.0.0.177 - - [2026-08-17 02:36:41] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.074944 10.0.0.38 - - [2026-08-17 02:36:42] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001472 10.0.0.177 - - [2026-08-17 02:36:42] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?fields=virtual_networks HTTP/1.1" 200 1038 0.074328 10.0.0.38 - - [2026-08-17 02:36:42] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001049 10.0.0.177 - - [2026-08-17 02:36:42] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.046559 10.0.0.38 - - [2026-08-17 02:36:42] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001048 10.0.0.177 - - [2026-08-17 02:36:42] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?fields=security_groups HTTP/1.1" 200 1266 0.064519 10.0.0.177 - - [2026-08-17 02:36:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.036920 10.0.0.38 - - [2026-08-17 02:36:43] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003823 10.0.0.38 - - [2026-08-17 02:36:43] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.38 - - [2026-08-17 02:36:43] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008727 10.0.0.38 - - [2026-08-17 02:36:43] "POST /id-to-fqname HTTP/1.1" 200 198 0.003592 10.0.0.38 - - [2026-08-17 02:36:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.014832 10.0.0.38 - - [2026-08-17 02:36:43] "POST /security-groups HTTP/1.1" 200 599 0.082238 10.0.0.38 - - [2026-08-17 02:36:43] "POST /projects HTTP/1.1" 200 601 0.351717 10.0.0.190 - - [2026-08-17 02:36:43] "POST /access-control-lists HTTP/1.1" 200 604 0.037516 10.0.0.38 - - [2026-08-17 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.431596 10.0.0.177 - - [2026-08-17 02:36:44] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.643314 10.0.0.177 - - [2026-08-17 02:36:45] "GET / HTTP/1.1" 200 35931 0.001682 10.0.0.177 - - [2026-08-17 02:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.009230 10.0.0.177 - - [2026-08-17 02:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.009197 10.0.0.177 - - [2026-08-17 02:36:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000490 10.0.0.177 - - [2026-08-17 02:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.007010 10.0.0.177 - - [2026-08-17 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.216272 10.0.0.38 - - [2026-08-17 02:36:46] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.177 - - [2026-08-17 02:36:46] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075781 10.0.0.38 - - [2026-08-17 02:36:46] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001217 10.0.0.177 - - [2026-08-17 02:36:46] "POST /neutron/network HTTP/1.1" 200 691 0.181668 10.0.0.190 - - [2026-08-17 02:36:46] "POST /route-targets HTTP/1.1" 200 327 0.017522 10.0.0.177 - - [2026-08-17 02:36:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.004040 10.0.0.177 - - [2026-08-17 02:36:47] "GET /virtual-network/b5c9067c-2beb-485b-8c0d-7d61fa0b157e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006065 10.0.0.177 - - [2026-08-17 02:36:47] "POST /neutron/network HTTP/1.1" 200 912 0.007746 10.0.0.177 - - [2026-08-17 02:36:47] "GET /virtual-network/b5c9067c-2beb-485b-8c0d-7d61fa0b157e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006190 10.0.0.177 - - [2026-08-17 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.38 - - [2026-08-17 02:36:47] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.177 - - [2026-08-17 02:36:47] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076339 10.0.0.177 - - [2026-08-17 02:36:47] "POST /neutron/network HTTP/1.1" 200 117 0.017916 10.0.0.190 - - [2026-08-17 02:36:47] "POST /ref-update HTTP/1.1" 200 156 0.077644 10.0.0.177 - - [2026-08-17 02:36:48] "POST /neutron/network HTTP/1.1" 200 908 0.010412 10.0.0.177 - - [2026-08-17 02:36:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.001283 10.0.0.177 - - [2026-08-17 02:36:48] "GET /virtual-network/e83f16ba-b774-4593-a0e4-709e83f27e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005873 10.0.0.177 - - [2026-08-17 02:36:48] "GET /virtual-network/e83f16ba-b774-4593-a0e4-709e83f27e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006192 10.0.0.177 - - [2026-08-17 02:36:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.011603 10.0.0.177 - - [2026-08-17 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.38 - - [2026-08-17 02:36:48] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.177 - - [2026-08-17 02:36:48] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068909 10.0.0.177 - - [2026-08-17 02:36:48] "POST /neutron/network HTTP/1.1" 200 117 0.019254 10.0.0.38 - - [2026-08-17 02:36:48] "POST /useragent-kv HTTP/1.1" 200 115 0.021435 10.0.0.177 - - [2026-08-17 02:36:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.248691 10.0.0.177 - - [2026-08-17 02:36:48] "POST /id-to-fqname HTTP/1.1" 200 268 0.001438 10.0.0.177 - - [2026-08-17 02:36:48] "GET /virtual-network/457dfaac-d070-4503-a069-d9c866d3e6c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006482 10.0.0.177 - - [2026-08-17 02:36:48] "GET /virtual-network/457dfaac-d070-4503-a069-d9c866d3e6c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.008778 10.0.0.177 - - [2026-08-17 02:36:48] "POST /neutron/network HTTP/1.1" 200 912 0.009961 10.0.0.177 - - [2026-08-17 02:36:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.001454 10.0.0.177 - - [2026-08-17 02:36:49] "POST /neutron/port HTTP/1.1" 200 117 0.008518 10.0.0.177 - - [2026-08-17 02:36:50] "POST /neutron/port HTTP/1.1" 200 117 0.008572 10.0.0.177 - - [2026-08-17 02:36:51] "GET /obj-perms HTTP/1.1" 200 4509 0.055236 10.0.0.38 - - [2026-08-17 02:36:55] "DELETE /project/95b0c5f8-d478-4e0e-9c47-a58f19fe03cf HTTP/1.1" 404 177 0.011452 10.0.0.38 - - [2026-08-17 02:36:55] "DELETE /project/0439e568afae46e6a56d18a2999ce6bc HTTP/1.1" 404 173 0.009436 10.0.0.38 - - [2026-08-17 02:36:55] "DELETE /project/ccc647d3353e483db7367cca83aecacf HTTP/1.1" 404 173 0.010928 10.0.0.38 - - [2026-08-17 02:36:55] "DELETE /project/9a6ed36002454a04943565ac73a13196 HTTP/1.1" 404 173 0.007807 10.0.0.38 - - [2026-08-17 02:36:55] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.38 - - [2026-08-17 02:36:55] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000833 10.0.0.38 - - [2026-08-17 02:36:55] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1518 0.105362 10.0.0.38 - - [2026-08-17 02:36:55] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.142289 10.0.0.38 - - [2026-08-17 02:36:55] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002163 10.0.0.38 - - [2026-08-17 02:36:55] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001501 10.0.0.38 - - [2026-08-17 02:36:55] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?fields=security_groups HTTP/1.1" 200 1401 0.091429 10.0.0.38 - - [2026-08-17 02:36:55] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?fields=security_groups HTTP/1.1" 200 1371 0.074364 10.0.0.38 - - [2026-08-17 02:36:55] "DELETE /security-group/3c812e0a-61ac-4553-8ee7-94ee221e43c5 HTTP/1.1" 200 115 0.093281 10.0.0.38 - - [2026-08-17 02:36:55] "GET /projects?obj_uuids=ccc647d3-353e-483d-b736-7cca83aecacf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.38 - - [2026-08-17 02:36:55] "DELETE /security-group/9356bbbe-4e51-41d9-ac0e-4097e3e9dca5 HTTP/1.1" 200 115 0.130563 10.0.0.38 - - [2026-08-17 02:36:55] "GET /projects?obj_uuids=9a6ed360-0245-4a04-9435-65ac73a13196&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.190 - - [2026-08-17 02:36:55] "DELETE /access-control-list/53d305aa-7448-404b-9ca6-c36d8550619a HTTP/1.1" 200 115 0.098225 10.0.0.38 - - [2026-08-17 02:36:55] "GET /project/ccc647d3-353e-483d-b736-7cca83aecacf?fields=application_policy_sets HTTP/1.1" 200 1440 0.142642 10.0.0.38 - - [2026-08-17 02:36:55] "GET /project/9a6ed360-0245-4a04-9435-65ac73a13196?fields=application_policy_sets HTTP/1.1" 200 1410 0.140698 10.0.0.190 - - [2026-08-17 02:36:55] "DELETE /access-control-list/0005b3c6-88db-4d6d-bb36-aba589207691 HTTP/1.1" 200 115 0.047873 10.0.0.38 - - [2026-08-17 02:36:56] "DELETE /project/9a6ed360-0245-4a04-9435-65ac73a13196 HTTP/1.1" 200 115 0.872112 10.0.0.38 - - [2026-08-17 02:36:56] "DELETE /project/ccc647d3-353e-483d-b736-7cca83aecacf HTTP/1.1" 200 115 0.866221 10.0.0.177 - - [2026-08-17 02:37:25] "POST /neutron/network HTTP/1.1" 200 908 0.018276 10.0.0.177 - - [2026-08-17 02:37:25] "POST /id-to-fqname HTTP/1.1" 200 268 0.001465 10.0.0.177 - - [2026-08-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 117 0.013813 10.0.0.38 - - [2026-08-17 02:37:25] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001556 10.0.0.177 - - [2026-08-17 02:37:25] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082439 10.0.0.177 - - [2026-08-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 117 0.011259 10.0.0.38 - - [2026-08-17 02:37:26] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001040 10.0.0.177 - - [2026-08-17 02:37:26] "GET /project/38f2d47a-4d2b-4755-b0bf-580f1498ad5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.054888 10.0.0.177 - - [2026-08-17 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010508 10.0.0.177 - - [2026-08-17 02:37:27] "GET /security-group/6f4d0fef-00dd-4ec1-9c84-0cbc03d0b49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.007526 10.0.0.177 - - [2026-08-17 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.015591 10.0.0.38 - - [2026-08-17 02:37:27] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001364 10.0.0.177 - - [2026-08-17 02:37:27] "GET /project/38f2d47a-4d2b-4755-b0bf-580f1498ad5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.070586 10.0.0.177 - - [2026-08-17 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.013575 10.0.0.177 - - [2026-08-17 02:37:27] "GET /security-group/6f4d0fef-00dd-4ec1-9c84-0cbc03d0b49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005635 10.0.0.177 - - [2026-08-17 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.177 - - [2026-08-17 02:37:27] "PUT /security-group/6f4d0fef-00dd-4ec1-9c84-0cbc03d0b49c HTTP/1.1" 200 262 0.037460 10.0.0.177 - - [2026-08-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.004370 10.0.0.177 - - [2026-08-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.38 - - [2026-08-17 02:37:28] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.177 - - [2026-08-17 02:37:28] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008344 10.0.0.177 - - [2026-08-17 02:37:28] "POST /service-templates HTTP/1.1" 200 543 0.041377 10.0.0.177 - - [2026-08-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.177 - - [2026-08-17 02:37:28] "GET /service-template/a8169fa2-4d71-4169-b5b5-a4c6e84637f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.007698 10.0.0.177 - - [2026-08-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.177 - - [2026-08-17 02:37:28] "GET /service-template/a8169fa2-4d71-4169-b5b5-a4c6e84637f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.007288 10.0.0.177 - - [2026-08-17 02:37:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.001661 10.0.0.177 - - [2026-08-17 02:37:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.001908 10.0.0.177 - - [2026-08-17 02:37:28] "POST /id-to-fqname HTTP/1.1" 200 268 0.001364 10.0.0.177 - - [2026-08-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.177 - - [2026-08-17 02:37:28] "DELETE /service-template/a8169fa2-4d71-4169-b5b5-a4c6e84637f6 HTTP/1.1" 200 115 0.046407 10.0.0.177 - - [2026-08-17 02:37:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.005709 10.0.0.177 - - [2026-08-17 02:37:29] "POST /neutron/network HTTP/1.1" 200 918 0.008831 10.0.0.38 - - [2026-08-17 02:37:30] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.177 - - [2026-08-17 02:37:30] "POST /neutron/port HTTP/1.1" 200 1120 0.259567 10.0.0.177 - - [2026-08-17 02:37:31] "POST /neutron/port HTTP/1.1" 200 1068 0.527304 10.0.0.177 - - [2026-08-17 02:37:31] "POST /neutron/port HTTP/1.1" 200 1122 0.136063 10.0.0.177 - - [2026-08-17 02:37:31] "POST /neutron/port HTTP/1.1" 200 1130 0.021690 10.0.0.177 - - [2026-08-17 02:37:32] "POST /neutron/port HTTP/1.1" 200 117 0.001353 10.0.0.177 - - [2026-08-17 02:37:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005358 10.0.0.177 - - [2026-08-17 02:37:32] "POST /neutron/network HTTP/1.1" 200 912 0.010555 10.0.0.177 - - [2026-08-17 02:37:35] "POST /neutron/network HTTP/1.1" 200 908 0.009037 10.0.0.177 - - [2026-08-17 02:37:37] "POST /neutron/network HTTP/1.1" 400 204 0.024843 10.0.0.177 - - [2026-08-17 02:37:41] "POST /neutron/network HTTP/1.1" 200 908 0.012344 10.0.0.177 - - [2026-08-17 02:37:43] "POST /neutron/network HTTP/1.1" 400 204 0.017030 10.0.0.177 - - [2026-08-17 02:37:47] "POST /neutron/network HTTP/1.1" 200 908 0.008269 10.0.0.177 - - [2026-08-17 02:37:50] "POST /neutron/network HTTP/1.1" 400 204 0.020538 10.0.0.177 - - [2026-08-17 02:37:54] "POST /neutron/network HTTP/1.1" 200 908 0.007936 10.0.0.177 - - [2026-08-17 02:37:56] "POST /neutron/network HTTP/1.1" 400 204 0.014788 10.0.0.177 - - [2026-08-17 02:38:00] "POST /neutron/network HTTP/1.1" 200 908 0.008423 10.0.0.177 - - [2026-08-17 02:38:02] "POST /neutron/network HTTP/1.1" 400 204 0.019456 10.0.0.177 - - [2026-08-17 02:38:06] "POST /neutron/network HTTP/1.1" 200 908 0.008385 10.0.0.177 - - [2026-08-17 02:38:08] "POST /neutron/network HTTP/1.1" 400 204 0.020676 10.0.0.177 - - [2026-08-17 02:38:12] "POST /neutron/network HTTP/1.1" 200 908 0.008731 10.0.0.177 - - [2026-08-17 02:38:14] "POST /neutron/network HTTP/1.1" 400 204 0.022668 10.0.0.177 - - [2026-08-17 02:38:18] "POST /neutron/network HTTP/1.1" 200 908 0.008200 10.0.0.177 - - [2026-08-17 02:38:20] "POST /neutron/network HTTP/1.1" 400 204 0.016300 10.0.0.177 - - [2026-08-17 02:38:22] "POST /neutron/network HTTP/1.1" 200 912 0.008106 10.0.0.177 - - [2026-08-17 02:38:24] "POST /neutron/network HTTP/1.1" 400 204 0.019824 10.0.0.177 - - [2026-08-17 02:38:28] "POST /neutron/network HTTP/1.1" 200 912 0.008993 10.0.0.177 - - [2026-08-17 02:38:31] "POST /neutron/network HTTP/1.1" 400 204 0.017496 10.0.0.177 - - [2026-08-17 02:38:35] "POST /neutron/network HTTP/1.1" 200 912 0.008343 10.0.0.177 - - [2026-08-17 02:38:37] "POST /neutron/network HTTP/1.1" 400 204 0.015521 10.0.0.177 - - [2026-08-17 02:38:39] "POST /neutron/port HTTP/1.1" 200 151 0.227797 10.0.0.177 - - [2026-08-17 02:38:41] "POST /neutron/network HTTP/1.1" 200 912 0.008747 10.0.0.177 - - [2026-08-17 02:38:41] "POST /neutron/network HTTP/1.1" 200 2421 0.011478 10.0.0.177 - - [2026-08-17 02:38:43] "POST /neutron/network HTTP/1.1" 200 922 0.008600 10.0.0.177 - - [2026-08-17 02:38:43] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.177 - - [2026-08-17 02:38:43] "POST /neutron/network HTTP/1.1" 400 204 0.016868 10.0.0.177 - - [2026-08-17 02:38:45] "POST /neutron/port HTTP/1.1" 200 1122 0.023619 10.0.0.190 - - [2026-08-17 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.010836 10.0.0.38 - - [2026-08-17 02:38:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004597 10.0.0.38 - - [2026-08-17 02:38:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002997 10.0.0.177 - - [2026-08-17 02:38:45] "POST /neutron/network HTTP/1.1" 200 151 0.217422 10.0.0.38 - - [2026-08-17 02:38:45] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.190 - - [2026-08-17 02:38:45] "DELETE /route-target/c660e8e5-2a3f-4795-b656-97147c47cfd4 HTTP/1.1" 200 115 0.048301 10.0.0.177 - - [2026-08-17 02:38:45] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.098733 10.0.0.38 - - [2026-08-17 02:38:46] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002184 10.0.0.177 - - [2026-08-17 02:38:46] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.081671 10.0.0.38 - - [2026-08-17 02:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000600 10.0.0.38 - - [2026-08-17 02:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.177 - - [2026-08-17 02:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.177 - - [2026-08-17 02:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.190 - - [2026-08-17 02:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000608 10.0.0.190 - - [2026-08-17 02:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.38 - - [2026-08-17 02:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000540 10.0.0.38 - - [2026-08-17 02:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.177 - - [2026-08-17 02:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.177 - - [2026-08-17 02:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.190 - - [2026-08-17 02:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000573 10.0.0.190 - - [2026-08-17 02:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000536 10.0.0.38 - - [2026-08-17 02:38:48] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001566 10.0.0.177 - - [2026-08-17 02:38:48] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057251 10.0.0.38 - - [2026-08-17 02:38:48] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.177 - - [2026-08-17 02:38:48] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.062115 10.0.0.38 - - [2026-08-17 02:38:50] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.177 - - [2026-08-17 02:38:50] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063630 10.0.0.38 - - [2026-08-17 02:38:50] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.177 - - [2026-08-17 02:38:50] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.056607 10.0.0.38 - - [2026-08-17 02:38:52] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.177 - - [2026-08-17 02:38:52] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065267 10.0.0.38 - - [2026-08-17 02:38:52] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001582 10.0.0.177 - - [2026-08-17 02:38:52] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.061849 10.0.0.190 - - [2026-08-17 02:38:53] "GET /obj-perms HTTP/1.1" 200 4509 0.047969 10.0.0.38 - - [2026-08-17 02:38:54] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001291 10.0.0.177 - - [2026-08-17 02:38:54] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050491 10.0.0.38 - - [2026-08-17 02:38:54] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001269 10.0.0.177 - - [2026-08-17 02:38:54] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.059838 10.0.0.38 - - [2026-08-17 02:38:56] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.177 - - [2026-08-17 02:38:56] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068642 10.0.0.38 - - [2026-08-17 02:38:56] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.177 - - [2026-08-17 02:38:56] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.071527 10.0.0.38 - - [2026-08-17 02:38:58] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.177 - - [2026-08-17 02:38:59] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077595 10.0.0.38 - - [2026-08-17 02:38:59] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.177 - - [2026-08-17 02:38:59] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.047336 10.0.0.38 - - [2026-08-17 02:39:01] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001513 10.0.0.177 - - [2026-08-17 02:39:01] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.138478 10.0.0.38 - - [2026-08-17 02:39:01] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001196 10.0.0.177 - - [2026-08-17 02:39:01] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.082524 10.0.0.38 - - [2026-08-17 02:39:03] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001390 10.0.0.177 - - [2026-08-17 02:39:03] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060325 10.0.0.38 - - [2026-08-17 02:39:03] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001602 10.0.0.177 - - [2026-08-17 02:39:03] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.070376 10.0.0.38 - - [2026-08-17 02:39:05] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.177 - - [2026-08-17 02:39:05] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069838 10.0.0.38 - - [2026-08-17 02:39:05] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002424 10.0.0.177 - - [2026-08-17 02:39:05] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.055841 10.0.0.38 - - [2026-08-17 02:39:07] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001289 10.0.0.177 - - [2026-08-17 02:39:07] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065895 10.0.0.38 - - [2026-08-17 02:39:07] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.177 - - [2026-08-17 02:39:07] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.062160 10.0.0.38 - - [2026-08-17 02:39:09] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.177 - - [2026-08-17 02:39:10] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.090327 10.0.0.38 - - [2026-08-17 02:39:10] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001275 10.0.0.177 - - [2026-08-17 02:39:10] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.076783 10.0.0.38 - - [2026-08-17 02:39:12] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001551 10.0.0.177 - - [2026-08-17 02:39:12] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070043 10.0.0.38 - - [2026-08-17 02:39:12] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001547 10.0.0.177 - - [2026-08-17 02:39:12] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.076238 10.0.0.38 - - [2026-08-17 02:39:14] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.177 - - [2026-08-17 02:39:14] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060738 10.0.0.38 - - [2026-08-17 02:39:14] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001555 10.0.0.177 - - [2026-08-17 02:39:14] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.073692 10.0.0.38 - - [2026-08-17 02:39:16] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001265 10.0.0.177 - - [2026-08-17 02:39:16] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061565 10.0.0.38 - - [2026-08-17 02:39:16] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001900 10.0.0.177 - - [2026-08-17 02:39:16] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.069035 10.0.0.38 - - [2026-08-17 02:39:18] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356 10.0.0.177 - - [2026-08-17 02:39:18] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062053 10.0.0.38 - - [2026-08-17 02:39:18] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.177 - - [2026-08-17 02:39:18] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.064108 10.0.0.38 - - [2026-08-17 02:39:20] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001417 10.0.0.177 - - [2026-08-17 02:39:20] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052270 10.0.0.38 - - [2026-08-17 02:39:20] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.177 - - [2026-08-17 02:39:21] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.069784 10.0.0.38 - - [2026-08-17 02:39:23] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.177 - - [2026-08-17 02:39:23] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075468 10.0.0.38 - - [2026-08-17 02:39:23] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.177 - - [2026-08-17 02:39:23] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.056555 10.0.0.38 - - [2026-08-17 02:39:25] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.177 - - [2026-08-17 02:39:25] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.081621 10.0.0.38 - - [2026-08-17 02:39:25] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001501 10.0.0.177 - - [2026-08-17 02:39:25] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.069444 10.0.0.38 - - [2026-08-17 02:39:27] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.177 - - [2026-08-17 02:39:27] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067809 10.0.0.38 - - [2026-08-17 02:39:27] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.177 - - [2026-08-17 02:39:27] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.061721 10.0.0.38 - - [2026-08-17 02:39:29] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.177 - - [2026-08-17 02:39:29] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052862 10.0.0.38 - - [2026-08-17 02:39:29] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001268 10.0.0.177 - - [2026-08-17 02:39:29] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.070534 10.0.0.38 - - [2026-08-17 02:39:31] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.177 - - [2026-08-17 02:39:31] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065304 10.0.0.38 - - [2026-08-17 02:39:31] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.177 - - [2026-08-17 02:39:31] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.061062 10.0.0.38 - - [2026-08-17 02:39:33] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.177 - - [2026-08-17 02:39:34] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058247 10.0.0.38 - - [2026-08-17 02:39:34] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.177 - - [2026-08-17 02:39:34] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.070109 10.0.0.38 - - [2026-08-17 02:39:36] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.177 - - [2026-08-17 02:39:36] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.079724 10.0.0.38 - - [2026-08-17 02:39:36] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001784 10.0.0.177 - - [2026-08-17 02:39:36] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.059793 10.0.0.38 - - [2026-08-17 02:39:38] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.177 - - [2026-08-17 02:39:38] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059570 10.0.0.38 - - [2026-08-17 02:39:38] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001550 10.0.0.177 - - [2026-08-17 02:39:38] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.071737 10.0.0.38 - - [2026-08-17 02:39:40] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.177 - - [2026-08-17 02:39:40] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052736 10.0.0.38 - - [2026-08-17 02:39:40] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001175 10.0.0.177 - - [2026-08-17 02:39:40] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.079454 10.0.0.38 - - [2026-08-17 02:39:42] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001385 10.0.0.177 - - [2026-08-17 02:39:42] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049331 10.0.0.38 - - [2026-08-17 02:39:42] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.177 - - [2026-08-17 02:39:42] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.050846 10.0.0.38 - - [2026-08-17 02:39:44] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.177 - - [2026-08-17 02:39:44] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065217 10.0.0.38 - - [2026-08-17 02:39:44] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.177 - - [2026-08-17 02:39:44] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.048514 10.0.0.38 - - [2026-08-17 02:39:47] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.177 - - [2026-08-17 02:39:47] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065755 10.0.0.38 - - [2026-08-17 02:39:47] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001898 10.0.0.177 - - [2026-08-17 02:39:47] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.065500 10.0.0.38 - - [2026-08-17 02:39:49] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.177 - - [2026-08-17 02:39:49] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061293 10.0.0.38 - - [2026-08-17 02:39:49] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001399 10.0.0.177 - - [2026-08-17 02:39:49] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.070671 10.0.0.38 - - [2026-08-17 02:39:51] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001399 10.0.0.177 - - [2026-08-17 02:39:51] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060217 10.0.0.38 - - [2026-08-17 02:39:51] "GET /projects?obj_uuids=0439e568-afae-46e6-a56d-18a2999ce6bc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.177 - - [2026-08-17 02:39:51] "GET /project/0439e568-afae-46e6-a56d-18a2999ce6bc?fields=virtual_networks HTTP/1.1" 200 1333 0.060431 10.0.0.177 - - [2026-08-17 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.029502 10.0.0.38 - - [2026-08-17 02:39:51] "GET /projects?obj_uuids=4b0792ff-9795-40e2-a823-233c74f520f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003558 10.0.0.38 - - [2026-08-17 02:39:51] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.38 - - [2026-08-17 02:39:51] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007716 10.0.0.38 - - [2026-08-17 02:39:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.004858 10.0.0.38 - - [2026-08-17 02:39:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.006407 10.0.0.38 - - [2026-08-17 02:39:52] "POST /security-groups HTTP/1.1" 200 592 0.039133 10.0.0.38 - - [2026-08-17 02:39:52] "POST /projects HTTP/1.1" 200 587 0.277532 10.0.0.190 - - [2026-08-17 02:39:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.019562 10.0.0.38 - - [2026-08-17 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.364437 10.0.0.177 - - [2026-08-17 02:39:52] "GET /project/4b0792ff-9795-40e2-a823-233c74f520f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.552158 10.0.0.177 - - [2026-08-17 02:39:54] "GET / HTTP/1.1" 200 35931 0.001819 10.0.0.38 - - [2026-08-17 02:39:54] "GET /obj-perms HTTP/1.1" 200 4509 0.431582 10.0.0.177 - - [2026-08-17 02:39:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000654 10.0.0.177 - - [2026-08-17 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.061014 10.0.0.38 - - [2026-08-17 02:39:55] "GET /projects?obj_uuids=4b0792ff-9795-40e2-a823-233c74f520f7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.030995 10.0.0.177 - - [2026-08-17 02:39:55] "GET /project/4b0792ff-9795-40e2-a823-233c74f520f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.077346 10.0.0.177 - - [2026-08-17 02:39:55] "POST /neutron/network HTTP/1.1" 200 117 0.042915 10.0.0.190 - - [2026-08-17 02:39:56] "POST /ref-update HTTP/1.1" 200 156 0.070421 10.0.0.38 - - [2026-08-17 02:39:56] "DELETE /project/4b0792ff979540e2a823233c74f520f7 HTTP/1.1" 404 173 0.069172 10.0.0.177 - - [2026-08-17 02:39:56] "POST /neutron/network HTTP/1.1" 200 888 0.010517 10.0.0.177 - - [2026-08-17 02:39:56] "POST /id-to-fqname HTTP/1.1" 200 253 0.001400 10.0.0.177 - - [2026-08-17 02:39:56] "GET /virtual-network/151856f2-9962-4e8f-9324-77eb22a9d895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.007372 10.0.0.177 - - [2026-08-17 02:39:56] "GET /virtual-network/151856f2-9962-4e8f-9324-77eb22a9d895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.007122 10.0.0.177 - - [2026-08-17 02:39:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.010828 10.0.0.177 - - [2026-08-17 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.38 - - [2026-08-17 02:39:56] "GET /projects?obj_uuids=4b0792ff-9795-40e2-a823-233c74f520f7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.177 - - [2026-08-17 02:39:56] "GET /project/4b0792ff-9795-40e2-a823-233c74f520f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.073877 10.0.0.38 - - [2026-08-17 02:39:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008635 10.0.0.177 - - [2026-08-17 02:39:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.256706 10.0.0.177 - - [2026-08-17 02:39:57] "POST /id-to-fqname HTTP/1.1" 200 253 0.001438 10.0.0.177 - - [2026-08-17 02:39:57] "GET /virtual-network/1599f6c1-9752-4649-ab36-70230cbc2e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.005877 10.0.0.177 - - [2026-08-17 02:39:57] "GET /virtual-network/1599f6c1-9752-4649-ab36-70230cbc2e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.007426 10.0.0.177 - - [2026-08-17 02:39:57] "POST /neutron/network HTTP/1.1" 200 887 0.007954 10.0.0.177 - - [2026-08-17 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.38 - - [2026-08-17 02:39:57] "GET /projects?obj_uuids=4b0792ff-9795-40e2-a823-233c74f520f7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.177 - - [2026-08-17 02:39:57] "GET /project/4b0792ff-9795-40e2-a823-233c74f520f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068212 10.0.0.38 - - [2026-08-17 02:39:57] "GET /projects?obj_uuids=4b0792ff-9795-40e2-a823-233c74f520f7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.177 - - [2026-08-17 02:39:57] "POST /neutron/network HTTP/1.1" 200 672 0.216533 10.0.0.190 - - [2026-08-17 02:39:57] "POST /route-targets HTTP/1.1" 200 327 0.015431 10.0.0.177 - - [2026-08-17 02:39:57] "POST /id-to-fqname HTTP/1.1" 200 254 0.004253 10.0.0.177 - - [2026-08-17 02:39:57] "GET /virtual-network/6ccd7b35-98bb-4a62-ba48-c9f93a533269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006243 10.0.0.177 - - [2026-08-17 02:39:57] "POST /neutron/network HTTP/1.1" 200 892 0.008674 10.0.0.177 - - [2026-08-17 02:39:57] "GET /virtual-network/6ccd7b35-98bb-4a62-ba48-c9f93a533269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006831 10.0.0.177 - - [2026-08-17 02:39:58] "POST /id-to-fqname HTTP/1.1" 200 253 0.001408 10.0.0.177 - - [2026-08-17 02:39:58] "POST /neutron/network HTTP/1.1" 200 897 0.009471 10.0.0.177 - - [2026-08-17 02:39:58] "POST /neutron/port HTTP/1.1" 200 117 0.007100 10.0.0.177 - - [2026-08-17 02:39:58] "POST /id-to-fqname HTTP/1.1" 200 254 0.001451 10.0.0.177 - - [2026-08-17 02:39:58] "POST /neutron/network HTTP/1.1" 200 892 0.007261 10.0.0.177 - - [2026-08-17 02:39:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003776 10.0.0.177 - - [2026-08-17 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.38 - - [2026-08-17 02:39:59] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.177 - - [2026-08-17 02:39:59] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009452 10.0.0.177 - - [2026-08-17 02:39:59] "POST /service-templates HTTP/1.1" 200 543 0.041072 10.0.0.177 - - [2026-08-17 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.177 - - [2026-08-17 02:40:00] "GET /service-template/1e59cc9e-0a92-4849-bc21-d4750bb9e8a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007437 10.0.0.177 - - [2026-08-17 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.177 - - [2026-08-17 02:40:00] "GET /service-template/1e59cc9e-0a92-4849-bc21-d4750bb9e8a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004749 10.0.0.177 - - [2026-08-17 02:40:00] "POST /id-to-fqname HTTP/1.1" 200 253 0.001522 10.0.0.177 - - [2026-08-17 02:40:00] "POST /id-to-fqname HTTP/1.1" 200 253 0.001301 10.0.0.177 - - [2026-08-17 02:40:00] "POST /id-to-fqname HTTP/1.1" 200 254 0.001932 10.0.0.177 - - [2026-08-17 02:40:00] "POST /neutron/port HTTP/1.1" 200 117 0.009361 10.0.0.177 - - [2026-08-17 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.177 - - [2026-08-17 02:40:00] "DELETE /service-template/1e59cc9e-0a92-4849-bc21-d4750bb9e8a8 HTTP/1.1" 200 115 0.042446 10.0.0.177 - - [2026-08-17 02:40:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.004718 10.0.0.38 - - [2026-08-17 02:40:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008098 10.0.0.38 - - [2026-08-17 02:40:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003707 10.0.0.177 - - [2026-08-17 02:40:03] "POST /neutron/network HTTP/1.1" 200 151 0.243998 10.0.0.190 - - [2026-08-17 02:40:03] "DELETE /route-target/42c8d2e6-d30c-45b6-b542-539af6bf1458 HTTP/1.1" 200 115 0.059940 10.0.0.38 - - [2026-08-17 02:40:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007377 10.0.0.38 - - [2026-08-17 02:40:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006106 10.0.0.177 - - [2026-08-17 02:40:03] "POST /neutron/network HTTP/1.1" 200 151 0.203487 10.0.0.190 - - [2026-08-17 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005476 10.0.0.38 - - [2026-08-17 02:40:03] "GET /projects?obj_uuids=4b0792ff-9795-40e2-a823-233c74f520f7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001578 10.0.0.177 - - [2026-08-17 02:40:03] "GET /project/4b0792ff-9795-40e2-a823-233c74f520f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.136107 10.0.0.38 - - [2026-08-17 02:40:03] "GET /projects?obj_uuids=4b0792ff-9795-40e2-a823-233c74f520f7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.177 - - [2026-08-17 02:40:03] "GET /project/4b0792ff-9795-40e2-a823-233c74f520f7?fields=virtual_networks HTTP/1.1" 200 1035 0.072343 10.0.0.38 - - [2026-08-17 02:40:03] "GET /projects?obj_uuids=4b0792ff-9795-40e2-a823-233c74f520f7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001218 10.0.0.177 - - [2026-08-17 02:40:03] "GET /project/4b0792ff-9795-40e2-a823-233c74f520f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.049512 10.0.0.38 - - [2026-08-17 02:40:03] "GET /projects?obj_uuids=4b0792ff-9795-40e2-a823-233c74f520f7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001802 10.0.0.177 - - [2026-08-17 02:40:03] "GET /project/4b0792ff-9795-40e2-a823-233c74f520f7?fields=security_groups HTTP/1.1" 200 1262 0.069862 10.0.0.177 - - [2026-08-17 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.041642 10.0.0.38 - - [2026-08-17 02:40:05] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003536 10.0.0.38 - - [2026-08-17 02:40:05] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001510 10.0.0.38 - - [2026-08-17 02:40:05] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008692 10.0.0.177 - - [2026-08-17 02:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.011386 10.0.0.38 - - [2026-08-17 02:40:05] "POST /id-to-fqname HTTP/1.1" 200 195 0.001493 10.0.0.38 - - [2026-08-17 02:40:05] "POST /fqname-to-id HTTP/1.1" 404 204 0.015340 10.0.0.38 - - [2026-08-17 02:40:05] "POST /security-groups HTTP/1.1" 200 596 0.043394 10.0.0.38 - - [2026-08-17 02:40:05] "POST /projects HTTP/1.1" 200 595 0.323798 10.0.0.38 - - [2026-08-17 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.394917 10.0.0.190 - - [2026-08-17 02:40:05] "POST /access-control-lists HTTP/1.1" 200 601 0.057926 10.0.0.177 - - [2026-08-17 02:40:05] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.559299 10.0.0.177 - - [2026-08-17 02:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.007629 10.0.0.177 - - [2026-08-17 02:40:06] "POST /neutron/network HTTP/1.1" 200 117 0.012480 10.0.0.177 - - [2026-08-17 02:40:06] "GET / HTTP/1.1" 200 35931 0.002317 10.0.0.177 - - [2026-08-17 02:40:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000630 10.0.0.177 - - [2026-08-17 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.060234 10.0.0.38 - - [2026-08-17 02:40:07] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001128 10.0.0.177 - - [2026-08-17 02:40:07] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.069178 10.0.0.38 - - [2026-08-17 02:40:08] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001988 10.0.0.177 - - [2026-08-17 02:40:08] "POST /neutron/network HTTP/1.1" 200 682 0.198856 10.0.0.190 - - [2026-08-17 02:40:08] "POST /route-targets HTTP/1.1" 200 327 0.019506 10.0.0.177 - - [2026-08-17 02:40:08] "POST /neutron/network HTTP/1.1" 200 117 0.009069 10.0.0.177 - - [2026-08-17 02:40:08] "POST /neutron/network HTTP/1.1" 200 1075 0.013553 10.0.0.177 - - [2026-08-17 02:40:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.001212 10.0.0.177 - - [2026-08-17 02:40:08] "GET /virtual-network/2d46f33d-f362-4685-883c-c5c16007371b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006069 10.0.0.177 - - [2026-08-17 02:40:09] "GET /virtual-network/2d46f33d-f362-4685-883c-c5c16007371b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.007662 10.0.0.177 - - [2026-08-17 02:40:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.014348 10.0.0.190 - - [2026-08-17 02:40:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.039609 10.0.0.177 - - [2026-08-17 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.38 - - [2026-08-17 02:40:09] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001423 10.0.0.177 - - [2026-08-17 02:40:09] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.057513 10.0.0.38 - - [2026-08-17 02:40:09] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001201 10.0.0.177 - - [2026-08-17 02:40:09] "POST /neutron/network HTTP/1.1" 200 682 0.185068 10.0.0.190 - - [2026-08-17 02:40:09] "POST /ref-update HTTP/1.1" 200 156 0.040580 10.0.0.190 - - [2026-08-17 02:40:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.019953 10.0.0.177 - - [2026-08-17 02:40:10] "POST /neutron/network HTTP/1.1" 200 1075 0.013395 10.0.0.177 - - [2026-08-17 02:40:10] "POST /id-to-fqname HTTP/1.1" 200 261 0.001286 10.0.0.177 - - [2026-08-17 02:40:10] "GET /virtual-network/de9537ee-d803-4ca3-a987-99125bb88709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.013221 10.0.0.177 - - [2026-08-17 02:40:10] "GET /virtual-network/de9537ee-d803-4ca3-a987-99125bb88709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.010874 10.0.0.177 - - [2026-08-17 02:40:10] "POST /neutron/network HTTP/1.1" 200 1075 0.011102 10.0.0.177 - - [2026-08-17 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.38 - - [2026-08-17 02:40:10] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001328 10.0.0.177 - - [2026-08-17 02:40:10] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.074822 10.0.0.177 - - [2026-08-17 02:40:10] "POST /neutron/port HTTP/1.1" 200 117 0.009002 10.0.0.177 - - [2026-08-17 02:40:10] "POST /neutron/network HTTP/1.1" 200 117 0.043738 10.0.0.177 - - [2026-08-17 02:40:10] "POST /neutron/port HTTP/1.1" 200 117 0.014576 10.0.0.177 - - [2026-08-17 02:40:11] "POST /id-to-fqname HTTP/1.1" 200 262 0.004395 10.0.0.177 - - [2026-08-17 02:40:11] "GET /virtual-network/34b3f278-09ac-4989-9eb2-d7c5aeb82792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2751 0.006789 10.0.0.177 - - [2026-08-17 02:40:11] "POST /neutron/network HTTP/1.1" 200 1079 0.010596 10.0.0.177 - - [2026-08-17 02:40:11] "GET /virtual-network/34b3f278-09ac-4989-9eb2-d7c5aeb82792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2751 0.008371 10.0.0.177 - - [2026-08-17 02:40:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.010905 10.0.0.177 - - [2026-08-17 02:40:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.001332 10.0.0.38 - - [2026-08-17 02:40:11] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001103 10.0.0.177 - - [2026-08-17 02:40:11] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.072166 10.0.0.177 - - [2026-08-17 02:40:11] "POST /neutron/network HTTP/1.1" 200 1075 0.011026 10.0.0.177 - - [2026-08-17 02:40:12] "POST /id-to-fqname HTTP/1.1" 200 262 0.001497 10.0.0.177 - - [2026-08-17 02:40:12] "POST /neutron/port HTTP/1.1" 200 117 0.009353 10.0.0.177 - - [2026-08-17 02:40:12] "POST /neutron/port HTTP/1.1" 200 117 0.009585 10.0.0.38 - - [2026-08-17 02:40:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008138 10.0.0.190 - - [2026-08-17 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007358 10.0.0.38 - - [2026-08-17 02:40:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003486 10.0.0.38 - - [2026-08-17 02:40:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008086 10.0.0.38 - - [2026-08-17 02:40:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003196 10.0.0.177 - - [2026-08-17 02:40:14] "POST /neutron/network HTTP/1.1" 200 151 0.179849 10.0.0.177 - - [2026-08-17 02:40:14] "POST /neutron/network HTTP/1.1" 200 1079 0.011004 10.0.0.190 - - [2026-08-17 02:40:14] "DELETE /route-target/b5497f21-045c-468e-a195-42e777346c3a HTTP/1.1" 200 115 0.038870 10.0.0.177 - - [2026-08-17 02:40:14] "POST /neutron/network HTTP/1.1" 200 1075 0.022753 10.0.0.38 - - [2026-08-17 02:40:15] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001290 10.0.0.177 - - [2026-08-17 02:40:15] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.064584 10.0.0.38 - - [2026-08-17 02:40:15] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001573 10.0.0.177 - - [2026-08-17 02:40:15] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?fields=virtual_networks HTTP/1.1" 200 1043 0.078035 10.0.0.177 - - [2026-08-17 02:40:15] "POST /neutron/network HTTP/1.1" 200 117 0.008170 10.0.0.38 - - [2026-08-17 02:40:15] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001091 10.0.0.177 - - [2026-08-17 02:40:15] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.094081 10.0.0.38 - - [2026-08-17 02:40:15] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001580 10.0.0.177 - - [2026-08-17 02:40:15] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?fields=security_groups HTTP/1.1" 200 1274 0.075430 10.0.0.177 - - [2026-08-17 02:40:16] "POST /neutron/port HTTP/1.1" 200 117 0.005810 10.0.0.177 - - [2026-08-17 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.034066 10.0.0.38 - - [2026-08-17 02:40:16] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003788 10.0.0.38 - - [2026-08-17 02:40:16] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.38 - - [2026-08-17 02:40:16] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007661 10.0.0.38 - - [2026-08-17 02:40:16] "POST /id-to-fqname HTTP/1.1" 200 198 0.004400 10.0.0.38 - - [2026-08-17 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.015047 10.0.0.38 - - [2026-08-17 02:40:16] "POST /security-groups HTTP/1.1" 200 599 0.035561 10.0.0.38 - - [2026-08-17 02:40:16] "POST /projects HTTP/1.1" 200 601 0.290630 10.0.0.190 - - [2026-08-17 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 242 0.004133 10.0.0.38 - - [2026-08-17 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.374498 10.0.0.190 - - [2026-08-17 02:40:16] "POST /access-control-lists HTTP/1.1" 200 602 0.036415 10.0.0.177 - - [2026-08-17 02:40:17] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.550507 10.0.0.177 - - [2026-08-17 02:40:18] "GET / HTTP/1.1" 200 35931 0.002962 10.0.0.177 - - [2026-08-17 02:40:18] "POST /neutron/network HTTP/1.1" 200 117 0.011168 10.0.0.177 - - [2026-08-17 02:40:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000568 10.0.0.177 - - [2026-08-17 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.085932 10.0.0.38 - - [2026-08-17 02:40:19] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002838 10.0.0.177 - - [2026-08-17 02:40:19] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062928 10.0.0.38 - - [2026-08-17 02:40:19] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.177 - - [2026-08-17 02:40:19] "POST /neutron/network HTTP/1.1" 200 691 0.314295 10.0.0.177 - - [2026-08-17 02:40:20] "POST /id-to-fqname HTTP/1.1" 200 267 0.004257 10.0.0.177 - - [2026-08-17 02:40:20] "GET /virtual-network/3a306b21-e7d4-4a43-b717-7ecb3f97a147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005993 10.0.0.177 - - [2026-08-17 02:40:20] "POST /neutron/network HTTP/1.1" 200 910 0.008341 10.0.0.177 - - [2026-08-17 02:40:20] "GET /virtual-network/3a306b21-e7d4-4a43-b717-7ecb3f97a147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005888 10.0.0.177 - - [2026-08-17 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.38 - - [2026-08-17 02:40:20] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001105 10.0.0.177 - - [2026-08-17 02:40:20] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068809 10.0.0.177 - - [2026-08-17 02:40:20] "POST /neutron/network HTTP/1.1" 200 117 0.016454 10.0.0.190 - - [2026-08-17 02:40:20] "POST /route-targets HTTP/1.1" 200 327 0.015889 10.0.0.177 - - [2026-08-17 02:40:20] "POST /neutron/network HTTP/1.1" 200 912 0.009794 10.0.0.177 - - [2026-08-17 02:40:20] "POST /id-to-fqname HTTP/1.1" 200 267 0.001149 10.0.0.177 - - [2026-08-17 02:40:20] "GET /virtual-network/52424d99-4993-47ba-8257-6248bb137356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005893 10.0.0.177 - - [2026-08-17 02:40:20] "GET /virtual-network/52424d99-4993-47ba-8257-6248bb137356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006396 10.0.0.177 - - [2026-08-17 02:40:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.011373 10.0.0.177 - - [2026-08-17 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.38 - - [2026-08-17 02:40:20] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.177 - - [2026-08-17 02:40:21] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068120 10.0.0.190 - - [2026-08-17 02:40:21] "POST /ref-update HTTP/1.1" 200 156 0.043304 10.0.0.177 - - [2026-08-17 02:40:21] "POST /neutron/network HTTP/1.1" 200 117 0.025907 10.0.0.38 - - [2026-08-17 02:40:21] "POST /useragent-kv HTTP/1.1" 200 115 0.026474 10.0.0.177 - - [2026-08-17 02:40:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.298281 10.0.0.177 - - [2026-08-17 02:40:21] "POST /id-to-fqname HTTP/1.1" 200 268 0.001505 10.0.0.177 - - [2026-08-17 02:40:21] "GET /virtual-network/c5cc519a-3de5-45ba-8ae1-3d79cf0c8db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005709 10.0.0.177 - - [2026-08-17 02:40:21] "GET /virtual-network/c5cc519a-3de5-45ba-8ae1-3d79cf0c8db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006550 10.0.0.177 - - [2026-08-17 02:40:21] "POST /neutron/network HTTP/1.1" 200 914 0.006900 10.0.0.177 - - [2026-08-17 02:40:21] "POST /id-to-fqname HTTP/1.1" 200 267 0.001431 10.0.0.177 - - [2026-08-17 02:40:21] "POST /neutron/network HTTP/1.1" 200 922 0.008926 10.0.0.177 - - [2026-08-17 02:40:22] "POST /neutron/port HTTP/1.1" 200 117 0.007875 10.0.0.177 - - [2026-08-17 02:40:22] "POST /id-to-fqname HTTP/1.1" 200 268 0.001395 10.0.0.38 - - [2026-08-17 02:40:22] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.177 - - [2026-08-17 02:40:22] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.071302 10.0.0.177 - - [2026-08-17 02:40:22] "POST /neutron/network HTTP/1.1" 200 914 0.008436 10.0.0.177 - - [2026-08-17 02:40:23] "POST /neutron/port HTTP/1.1" 200 117 0.006607 10.0.0.177 - - [2026-08-17 02:40:24] "POST /neutron/network HTTP/1.1" 200 914 0.021247 10.0.0.190 - - [2026-08-17 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.38 - - [2026-08-17 02:40:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004783 10.0.0.38 - - [2026-08-17 02:40:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004852 10.0.0.177 - - [2026-08-17 02:40:25] "POST /neutron/network HTTP/1.1" 200 151 0.205351 10.0.0.38 - - [2026-08-17 02:40:25] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.190 - - [2026-08-17 02:40:25] "DELETE /route-target/2069a250-9870-4f2c-a9a0-92d9081849cf HTTP/1.1" 200 115 0.046609 10.0.0.177 - - [2026-08-17 02:40:25] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.141509 10.0.0.38 - - [2026-08-17 02:40:25] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001120 10.0.0.177 - - [2026-08-17 02:40:25] "POST /neutron/network HTTP/1.1" 200 117 0.027776 10.0.0.177 - - [2026-08-17 02:40:25] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?fields=virtual_networks HTTP/1.1" 200 1049 0.078317 10.0.0.38 - - [2026-08-17 02:40:25] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001404 10.0.0.177 - - [2026-08-17 02:40:25] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.063150 10.0.0.38 - - [2026-08-17 02:40:25] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.177 - - [2026-08-17 02:40:25] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?fields=security_groups HTTP/1.1" 200 1283 0.083361 10.0.0.177 - - [2026-08-17 02:40:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.047351 10.0.0.38 - - [2026-08-17 02:40:26] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003257 10.0.0.38 - - [2026-08-17 02:40:26] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.38 - - [2026-08-17 02:40:26] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007986 10.0.0.38 - - [2026-08-17 02:40:27] "POST /id-to-fqname HTTP/1.1" 200 195 0.002984 10.0.0.38 - - [2026-08-17 02:40:27] "POST /fqname-to-id HTTP/1.1" 404 204 0.003916 10.0.0.38 - - [2026-08-17 02:40:27] "POST /security-groups HTTP/1.1" 200 596 0.039258 10.0.0.38 - - [2026-08-17 02:40:27] "POST /projects HTTP/1.1" 200 595 0.312752 10.0.0.38 - - [2026-08-17 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.391992 10.0.0.190 - - [2026-08-17 02:40:27] "POST /fqname-to-id HTTP/1.1" 404 238 0.019215 10.0.0.177 - - [2026-08-17 02:40:27] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.594308 10.0.0.177 - - [2026-08-17 02:40:28] "GET / HTTP/1.1" 200 35931 0.001510 10.0.0.177 - - [2026-08-17 02:40:28] "POST /neutron/network HTTP/1.1" 200 117 0.008648 10.0.0.177 - - [2026-08-17 02:40:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000579 10.0.0.177 - - [2026-08-17 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.063859 10.0.0.38 - - [2026-08-17 02:40:29] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001145 10.0.0.177 - - [2026-08-17 02:40:29] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.061072 10.0.0.177 - - [2026-08-17 02:40:29] "POST /neutron/network HTTP/1.1" 200 117 0.039700 10.0.0.190 - - [2026-08-17 02:40:30] "POST /ref-update HTTP/1.1" 200 156 0.034082 10.0.0.177 - - [2026-08-17 02:40:30] "POST /neutron/network HTTP/1.1" 200 899 0.011049 10.0.0.177 - - [2026-08-17 02:40:30] "POST /id-to-fqname HTTP/1.1" 200 261 0.001370 10.0.0.177 - - [2026-08-17 02:40:30] "GET /virtual-network/7b967f49-20b7-4622-b4e5-3d33e0063456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.007918 10.0.0.177 - - [2026-08-17 02:40:30] "GET /virtual-network/7b967f49-20b7-4622-b4e5-3d33e0063456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.007022 10.0.0.177 - - [2026-08-17 02:40:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.011288 10.0.0.177 - - [2026-08-17 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.38 - - [2026-08-17 02:40:30] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001050 10.0.0.177 - - [2026-08-17 02:40:30] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.115159 10.0.0.38 - - [2026-08-17 02:40:31] "POST /useragent-kv HTTP/1.1" 200 115 0.023453 10.0.0.177 - - [2026-08-17 02:40:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.261131 10.0.0.177 - - [2026-08-17 02:40:31] "POST /id-to-fqname HTTP/1.1" 200 261 0.001449 10.0.0.177 - - [2026-08-17 02:40:31] "GET /virtual-network/a4f8581c-79d8-451e-9e7d-48aa4ffa2c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006826 10.0.0.177 - - [2026-08-17 02:40:31] "GET /virtual-network/a4f8581c-79d8-451e-9e7d-48aa4ffa2c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007211 10.0.0.177 - - [2026-08-17 02:40:31] "POST /neutron/network HTTP/1.1" 200 901 0.009733 10.0.0.177 - - [2026-08-17 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.38 - - [2026-08-17 02:40:31] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001252 10.0.0.177 - - [2026-08-17 02:40:31] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.072091 10.0.0.38 - - [2026-08-17 02:40:31] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001182 10.0.0.177 - - [2026-08-17 02:40:31] "POST /neutron/network HTTP/1.1" 200 684 0.174896 10.0.0.190 - - [2026-08-17 02:40:31] "POST /route-targets HTTP/1.1" 200 327 0.014010 10.0.0.177 - - [2026-08-17 02:40:31] "POST /id-to-fqname HTTP/1.1" 200 262 0.004385 10.0.0.177 - - [2026-08-17 02:40:31] "GET /virtual-network/fc9fb07e-75e4-4f8b-a0f0-6b2c05c243f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006721 10.0.0.177 - - [2026-08-17 02:40:32] "POST /neutron/network HTTP/1.1" 200 902 0.008068 10.0.0.177 - - [2026-08-17 02:40:32] "GET /virtual-network/fc9fb07e-75e4-4f8b-a0f0-6b2c05c243f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005722 10.0.0.177 - - [2026-08-17 02:40:32] "POST /neutron/network HTTP/1.1" 200 902 0.007536 10.0.0.177 - - [2026-08-17 02:40:32] "POST /id-to-fqname HTTP/1.1" 200 261 0.001408 10.0.0.177 - - [2026-08-17 02:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.006685 10.0.0.177 - - [2026-08-17 02:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.009416 10.0.0.177 - - [2026-08-17 02:40:32] "POST /id-to-fqname HTTP/1.1" 200 262 0.001439 10.0.0.177 - - [2026-08-17 02:40:32] "POST /neutron/network HTTP/1.1" 200 912 0.007821 10.0.0.177 - - [2026-08-17 02:40:33] "POST /neutron/port HTTP/1.1" 200 117 0.007872 10.0.0.177 - - [2026-08-17 02:40:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.003688 10.0.0.177 - - [2026-08-17 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.38 - - [2026-08-17 02:40:33] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.177 - - [2026-08-17 02:40:33] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008594 10.0.0.177 - - [2026-08-17 02:40:33] "POST /service-templates HTTP/1.1" 200 543 0.037075 10.0.0.177 - - [2026-08-17 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.177 - - [2026-08-17 02:40:34] "GET /service-template/6ddae9e9-511b-43b7-89ef-0219dfb00017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.007392 10.0.0.177 - - [2026-08-17 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.177 - - [2026-08-17 02:40:34] "GET /service-template/6ddae9e9-511b-43b7-89ef-0219dfb00017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.005002 10.0.0.177 - - [2026-08-17 02:40:34] "POST /id-to-fqname HTTP/1.1" 200 261 0.001608 10.0.0.177 - - [2026-08-17 02:40:34] "POST /id-to-fqname HTTP/1.1" 200 261 0.001093 10.0.0.177 - - [2026-08-17 02:40:34] "POST /id-to-fqname HTTP/1.1" 200 262 0.001361 10.0.0.177 - - [2026-08-17 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.177 - - [2026-08-17 02:40:34] "DELETE /service-template/6ddae9e9-511b-43b7-89ef-0219dfb00017 HTTP/1.1" 200 115 0.041241 10.0.0.177 - - [2026-08-17 02:40:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.007055 10.0.0.177 - - [2026-08-17 02:40:36] "POST /neutron/network HTTP/1.1" 200 901 0.007574 10.0.0.38 - - [2026-08-17 02:40:36] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001261 10.0.0.177 - - [2026-08-17 02:40:36] "POST /neutron/port HTTP/1.1" 400 1523 0.128378 10.0.0.190 - - [2026-08-17 02:40:37] "DELETE /route-target/fb41f69e-8870-41b0-98b7-70e8530e1895 HTTP/1.1" 200 115 0.036491 10.0.0.177 - - [2026-08-17 02:40:37] "POST /neutron/network HTTP/1.1" 200 899 0.009814 10.0.0.190 - - [2026-08-17 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.38 - - [2026-08-17 02:40:37] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001172 10.0.0.177 - - [2026-08-17 02:40:37] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.053144 10.0.0.38 - - [2026-08-17 02:40:37] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002141 10.0.0.177 - - [2026-08-17 02:40:37] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?fields=virtual_networks HTTP/1.1" 200 1043 0.078167 10.0.0.38 - - [2026-08-17 02:40:37] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001588 10.0.0.177 - - [2026-08-17 02:40:37] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.082669 10.0.0.38 - - [2026-08-17 02:40:37] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001998 10.0.0.177 - - [2026-08-17 02:40:37] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?fields=security_groups HTTP/1.1" 200 1274 0.060159 10.0.0.177 - - [2026-08-17 02:40:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.032787 10.0.0.38 - - [2026-08-17 02:40:39] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003469 10.0.0.38 - - [2026-08-17 02:40:39] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.38 - - [2026-08-17 02:40:39] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008522 10.0.0.38 - - [2026-08-17 02:40:39] "POST /id-to-fqname HTTP/1.1" 200 199 0.001484 10.0.0.38 - - [2026-08-17 02:40:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.016776 10.0.0.38 - - [2026-08-17 02:40:39] "POST /security-groups HTTP/1.1" 200 600 0.033951 10.0.0.38 - - [2026-08-17 02:40:39] "POST /projects HTTP/1.1" 200 603 0.280725 10.0.0.190 - - [2026-08-17 02:40:39] "POST /access-control-lists HTTP/1.1" 200 605 0.037030 10.0.0.38 - - [2026-08-17 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.363607 10.0.0.177 - - [2026-08-17 02:40:39] "POST /neutron/network HTTP/1.1" 200 117 0.006948 10.0.0.177 - - [2026-08-17 02:40:39] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.563694 10.0.0.177 - - [2026-08-17 02:40:40] "POST /neutron/port HTTP/1.1" 200 117 0.065563 10.0.0.177 - - [2026-08-17 02:40:41] "GET / HTTP/1.1" 200 35931 0.003491 10.0.0.177 - - [2026-08-17 02:40:41] "POST /neutron/port HTTP/1.1" 200 117 0.007929 10.0.0.177 - - [2026-08-17 02:40:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000606 10.0.0.177 - - [2026-08-17 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.070770 10.0.0.38 - - [2026-08-17 02:40:42] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001173 10.0.0.177 - - [2026-08-17 02:40:42] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.061710 10.0.0.177 - - [2026-08-17 02:40:42] "POST /neutron/port HTTP/1.1" 200 117 0.009435 10.0.0.190 - - [2026-08-17 02:40:42] "POST /route-targets HTTP/1.1" 200 327 0.017019 10.0.0.190 - - [2026-08-17 02:40:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.007634 10.0.0.38 - - [2026-08-17 02:40:43] "POST /useragent-kv HTTP/1.1" 200 115 0.014180 10.0.0.177 - - [2026-08-17 02:40:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.292301 10.0.0.177 - - [2026-08-17 02:40:43] "POST /id-to-fqname HTTP/1.1" 200 269 0.001752 10.0.0.177 - - [2026-08-17 02:40:43] "GET /virtual-network/8f360a20-7867-43b4-92c3-7b85171337f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.009704 10.0.0.177 - - [2026-08-17 02:40:43] "POST /neutron/network HTTP/1.1" 200 1089 0.010976 10.0.0.177 - - [2026-08-17 02:40:43] "GET /virtual-network/8f360a20-7867-43b4-92c3-7b85171337f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.007732 10.0.0.177 - - [2026-08-17 02:40:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.010278 10.0.0.177 - - [2026-08-17 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.38 - - [2026-08-17 02:40:43] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001101 10.0.0.177 - - [2026-08-17 02:40:43] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.044556 10.0.0.190 - - [2026-08-17 02:40:44] "POST /ref-update HTTP/1.1" 200 156 0.035327 10.0.0.38 - - [2026-08-17 02:40:44] "POST /useragent-kv HTTP/1.1" 200 115 0.012279 10.0.0.177 - - [2026-08-17 02:40:44] "POST /neutron/subnet HTTP/1.1" 200 823 0.215434 10.0.0.190 - - [2026-08-17 02:40:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.007491 10.0.0.177 - - [2026-08-17 02:40:44] "POST /neutron/network HTTP/1.1" 200 1087 0.012981 10.0.0.177 - - [2026-08-17 02:40:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001304 10.0.0.177 - - [2026-08-17 02:40:44] "GET /virtual-network/2b1cb9dd-dbfd-4b65-9b8e-420a191466b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006765 10.0.0.177 - - [2026-08-17 02:40:44] "GET /virtual-network/2b1cb9dd-dbfd-4b65-9b8e-420a191466b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006372 10.0.0.177 - - [2026-08-17 02:40:44] "POST /neutron/network HTTP/1.1" 200 1087 0.011776 10.0.0.177 - - [2026-08-17 02:40:44] "POST /neutron/network HTTP/1.1" 200 117 0.012574 10.0.0.177 - - [2026-08-17 02:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.38 - - [2026-08-17 02:40:44] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001085 10.0.0.177 - - [2026-08-17 02:40:44] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.054972 10.0.0.38 - - [2026-08-17 02:40:44] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001228 10.0.0.177 - - [2026-08-17 02:40:45] "POST /neutron/network HTTP/1.1" 200 696 0.171296 10.0.0.38 - - [2026-08-17 02:40:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007790 10.0.0.177 - - [2026-08-17 02:40:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.253567 10.0.0.177 - - [2026-08-17 02:40:45] "POST /id-to-fqname HTTP/1.1" 200 270 0.001620 10.0.0.177 - - [2026-08-17 02:40:45] "GET /virtual-network/d7426780-1fe8-4971-b8ab-2cfbe26c69d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.007059 10.0.0.177 - - [2026-08-17 02:40:45] "GET /virtual-network/d7426780-1fe8-4971-b8ab-2cfbe26c69d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.008237 10.0.0.177 - - [2026-08-17 02:40:45] "POST /neutron/network HTTP/1.1" 200 1090 0.009934 10.0.0.177 - - [2026-08-17 02:40:45] "POST /id-to-fqname HTTP/1.1" 200 269 0.001559 10.0.0.177 - - [2026-08-17 02:40:45] "POST /neutron/port HTTP/1.1" 200 117 0.006910 10.0.0.38 - - [2026-08-17 02:40:46] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002911 10.0.0.177 - - [2026-08-17 02:40:46] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.119324 10.0.0.177 - - [2026-08-17 02:40:46] "POST /neutron/port HTTP/1.1" 200 117 0.011140 10.0.0.177 - - [2026-08-17 02:40:46] "POST /id-to-fqname HTTP/1.1" 200 270 0.001498 10.0.0.177 - - [2026-08-17 02:40:46] "POST /neutron/network HTTP/1.1" 200 1100 0.008170 10.0.0.177 - - [2026-08-17 02:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.008476 10.0.0.177 - - [2026-08-17 02:40:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.004173 10.0.0.177 - - [2026-08-17 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.38 - - [2026-08-17 02:40:48] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001358 10.0.0.177 - - [2026-08-17 02:40:48] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008942 10.0.0.177 - - [2026-08-17 02:40:48] "POST /service-templates HTTP/1.1" 200 543 0.049994 10.0.0.177 - - [2026-08-17 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.177 - - [2026-08-17 02:40:48] "GET /service-template/36560ab1-7a24-4b10-aae3-2eda354775d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.007730 10.0.0.177 - - [2026-08-17 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.177 - - [2026-08-17 02:40:48] "GET /service-template/36560ab1-7a24-4b10-aae3-2eda354775d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005240 10.0.0.177 - - [2026-08-17 02:40:48] "POST /id-to-fqname HTTP/1.1" 200 269 0.001585 10.0.0.177 - - [2026-08-17 02:40:48] "POST /id-to-fqname HTTP/1.1" 200 269 0.001473 10.0.0.177 - - [2026-08-17 02:40:48] "POST /neutron/network HTTP/1.1" 200 117 0.011314 10.0.0.177 - - [2026-08-17 02:40:48] "POST /id-to-fqname HTTP/1.1" 200 270 0.001531 10.0.0.177 - - [2026-08-17 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.177 - - [2026-08-17 02:40:49] "DELETE /service-template/36560ab1-7a24-4b10-aae3-2eda354775d8 HTTP/1.1" 200 115 0.037041 10.0.0.177 - - [2026-08-17 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.007752 10.0.0.177 - - [2026-08-17 02:40:50] "POST /neutron/network HTTP/1.1" 200 1097 0.007998 10.0.0.38 - - [2026-08-17 02:40:50] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001391 10.0.0.177 - - [2026-08-17 02:40:50] "POST /neutron/port HTTP/1.1" 400 1539 0.150274 10.0.0.190 - - [2026-08-17 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.190 - - [2026-08-17 02:40:51] "DELETE /route-target/ab3cd58a-a567-4739-8c4a-7a3492467059 HTTP/1.1" 200 115 0.026240 10.0.0.177 - - [2026-08-17 02:40:51] "POST /neutron/network HTTP/1.1" 200 1089 0.063507 10.0.0.38 - - [2026-08-17 02:40:51] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001126 10.0.0.177 - - [2026-08-17 02:40:51] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.081130 10.0.0.38 - - [2026-08-17 02:40:51] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000997 10.0.0.177 - - [2026-08-17 02:40:51] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?fields=virtual_networks HTTP/1.1" 200 1051 0.058876 10.0.0.38 - - [2026-08-17 02:40:51] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001107 10.0.0.177 - - [2026-08-17 02:40:51] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.047736 10.0.0.38 - - [2026-08-17 02:40:51] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001101 10.0.0.177 - - [2026-08-17 02:40:51] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?fields=security_groups HTTP/1.1" 200 1286 0.080738 10.0.0.177 - - [2026-08-17 02:40:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.033153 10.0.0.38 - - [2026-08-17 02:40:52] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003165 10.0.0.38 - - [2026-08-17 02:40:52] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.38 - - [2026-08-17 02:40:52] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008115 10.0.0.38 - - [2026-08-17 02:40:53] "POST /id-to-fqname HTTP/1.1" 200 202 0.006519 10.0.0.38 - - [2026-08-17 02:40:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.008042 10.0.0.38 - - [2026-08-17 02:40:53] "POST /security-groups HTTP/1.1" 200 603 0.036554 10.0.0.190 - - [2026-08-17 02:40:53] "POST /fqname-to-id HTTP/1.1" 404 246 0.003851 10.0.0.38 - - [2026-08-17 02:40:53] "POST /projects HTTP/1.1" 200 609 0.328913 10.0.0.38 - - [2026-08-17 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.405141 10.0.0.190 - - [2026-08-17 02:40:53] "POST /access-control-lists HTTP/1.1" 200 606 0.034184 10.0.0.177 - - [2026-08-17 02:40:53] "GET /project/70f17fec-2140-46b2-b5f7-efab2dcbdc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.574325 10.0.0.177 - - [2026-08-17 02:40:53] "POST /neutron/network HTTP/1.1" 200 117 0.011818 10.0.0.177 - - [2026-08-17 02:40:53] "POST /neutron/network HTTP/1.1" 200 117 0.007332 10.0.0.177 - - [2026-08-17 02:40:54] "GET / HTTP/1.1" 200 35931 0.002834 10.0.0.177 - - [2026-08-17 02:40:54] "POST /neutron/port HTTP/1.1" 200 117 0.008193 10.0.0.177 - - [2026-08-17 02:40:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000676 10.0.0.177 - - [2026-08-17 02:40:56] "POST /neutron/network HTTP/1.1" 200 117 0.032089 10.0.0.177 - - [2026-08-17 02:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.053757 10.0.0.38 - - [2026-08-17 02:40:56] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001058 10.0.0.38 - - [2026-08-17 02:40:56] "DELETE /project/70f17fec214046b2b5f7efab2dcbdc8d HTTP/1.1" 404 173 0.017632 10.0.0.38 - - [2026-08-17 02:40:56] "DELETE /project/4b0792ff-9795-40e2-a823-233c74f520f7 HTTP/1.1" 404 177 0.027989 10.0.0.38 - - [2026-08-17 02:40:56] "DELETE /project/c30cf3816b7049e784e893229bf7435a HTTP/1.1" 404 173 0.027187 10.0.0.38 - - [2026-08-17 02:40:56] "DELETE /project/58e131d9db894d6e92179afd4e1b76c6 HTTP/1.1" 404 173 0.014323 10.0.0.38 - - [2026-08-17 02:40:56] "DELETE /project/275b98f00f884c56a4bd67e3824d9f52 HTTP/1.1" 404 173 0.023812 10.0.0.38 - - [2026-08-17 02:40:56] "DELETE /project/7dcb41a4f7e940529bf2da84fc2b82dd HTTP/1.1" 404 173 0.019259 10.0.0.38 - - [2026-08-17 02:40:56] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000963 10.0.0.38 - - [2026-08-17 02:40:56] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001292 10.0.0.38 - - [2026-08-17 02:40:56] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.38 - - [2026-08-17 02:40:56] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000809 10.0.0.177 - - [2026-08-17 02:40:56] "GET /project/70f17fec-2140-46b2-b5f7-efab2dcbdc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.129717 10.0.0.38 - - [2026-08-17 02:40:56] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.127058 10.0.0.38 - - [2026-08-17 02:40:56] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003097 10.0.0.38 - - [2026-08-17 02:40:56] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.166315 10.0.0.38 - - [2026-08-17 02:40:56] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.178376 10.0.0.38 - - [2026-08-17 02:40:56] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.194451 10.0.0.38 - - [2026-08-17 02:40:56] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003524 10.0.0.38 - - [2026-08-17 02:40:56] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001635 10.0.0.38 - - [2026-08-17 02:40:56] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001570 10.0.0.38 - - [2026-08-17 02:40:57] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?fields=security_groups HTTP/1.1" 200 1388 0.157627 10.0.0.38 - - [2026-08-17 02:40:57] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?fields=security_groups HTTP/1.1" 200 1379 0.122974 10.0.0.38 - - [2026-08-17 02:40:57] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?fields=security_groups HTTP/1.1" 200 1391 0.138938 10.0.0.38 - - [2026-08-17 02:40:57] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?fields=security_groups HTTP/1.1" 200 1379 0.255774 10.0.0.38 - - [2026-08-17 02:40:57] "DELETE /security-group/0695c0a2-7e4a-4c66-a5ca-596068e53d96 HTTP/1.1" 200 115 0.226690 10.0.0.38 - - [2026-08-17 02:40:57] "GET /projects?obj_uuids=275b98f0-0f88-4c56-a4bd-67e3824d9f52&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001609 10.0.0.38 - - [2026-08-17 02:40:57] "DELETE /security-group/44a74c80-b004-403a-830f-7fa33a7f809c HTTP/1.1" 200 115 0.206576 10.0.0.38 - - [2026-08-17 02:40:57] "GET /projects?obj_uuids=58e131d9-db89-4d6e-9217-9afd4e1b76c6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001299 10.0.0.190 - - [2026-08-17 02:40:57] "DELETE /access-control-list/b1509e5c-5cc1-4e24-8a65-0b404dded222 HTTP/1.1" 200 115 0.105715 10.0.0.38 - - [2026-08-17 02:40:57] "DELETE /security-group/bf6a536e-0846-4501-b461-7848c1a155c3 HTTP/1.1" 200 115 0.291692 10.0.0.38 - - [2026-08-17 02:40:57] "GET /projects?obj_uuids=c30cf381-6b70-49e7-84e8-93229bf7435a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002079 10.0.0.38 - - [2026-08-17 02:40:57] "DELETE /security-group/e4ede254-6482-44e1-8613-6dbd61814019 HTTP/1.1" 200 115 0.219809 10.0.0.38 - - [2026-08-17 02:40:57] "GET /projects?obj_uuids=7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001269 10.0.0.38 - - [2026-08-17 02:40:57] "GET /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52?fields=application_policy_sets HTTP/1.1" 200 1427 0.154485 10.0.0.38 - - [2026-08-17 02:40:57] "GET /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6?fields=application_policy_sets HTTP/1.1" 200 1430 0.155971 10.0.0.38 - - [2026-08-17 02:40:57] "GET /project/c30cf381-6b70-49e7-84e8-93229bf7435a?fields=application_policy_sets HTTP/1.1" 200 1418 0.162139 10.0.0.38 - - [2026-08-17 02:40:57] "GET /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd?fields=application_policy_sets HTTP/1.1" 200 1418 0.235750 10.0.0.190 - - [2026-08-17 02:40:57] "DELETE /access-control-list/0063d469-8a58-4454-b42a-ba3f6ff2e710 HTTP/1.1" 200 115 0.124394 10.0.0.177 - - [2026-08-17 02:40:57] "POST /neutron/network HTTP/1.1" 200 117 0.059362 10.0.0.38 - - [2026-08-17 02:40:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007366 10.0.0.38 - - [2026-08-17 02:40:58] "DELETE /project/58e131d9-db89-4d6e-9217-9afd4e1b76c6 HTTP/1.1" 200 115 1.306125 10.0.0.177 - - [2026-08-17 02:40:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.638477 10.0.0.38 - - [2026-08-17 02:40:58] "DELETE /project/275b98f0-0f88-4c56-a4bd-67e3824d9f52 HTTP/1.1" 200 115 1.340152 10.0.0.38 - - [2026-08-17 02:40:58] "DELETE /project/c30cf381-6b70-49e7-84e8-93229bf7435a HTTP/1.1" 200 115 1.366481 10.0.0.177 - - [2026-08-17 02:40:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.002103 10.0.0.177 - - [2026-08-17 02:40:58] "GET /virtual-network/f42a1283-f101-4102-9a1e-d0948aef16df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.036860 10.0.0.38 - - [2026-08-17 02:40:58] "DELETE /project/7dcb41a4-f7e9-4052-9bf2-da84fc2b82dd HTTP/1.1" 200 115 1.465393 10.0.0.190 - - [2026-08-17 02:40:58] "POST /route-targets HTTP/1.1" 200 327 0.088146 10.0.0.177 - - [2026-08-17 02:40:58] "POST /neutron/port HTTP/1.1" 200 117 0.008963 10.0.0.177 - - [2026-08-17 02:40:58] "GET /virtual-network/f42a1283-f101-4102-9a1e-d0948aef16df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006018 10.0.0.190 - - [2026-08-17 02:40:58] "DELETE /access-control-list/a557ea05-272f-4bde-86d0-55b1c0f21eb9 HTTP/1.1" 200 115 0.043880 10.0.0.177 - - [2026-08-17 02:40:58] "POST /neutron/port HTTP/1.1" 200 117 0.006534 10.0.0.177 - - [2026-08-17 02:40:59] "GET /virtual-network/f42a1283-f101-4102-9a1e-d0948aef16df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006213 10.0.0.177 - - [2026-08-17 02:40:59] "GET /obj-perms HTTP/1.1" 200 4507 0.053964 10.0.0.177 - - [2026-08-17 02:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.38 - - [2026-08-17 02:41:00] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.177 - - [2026-08-17 02:41:00] "GET /project/70f17fec-2140-46b2-b5f7-efab2dcbdc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053777 10.0.0.38 - - [2026-08-17 02:41:01] "POST /useragent-kv HTTP/1.1" 200 115 0.011548 10.0.0.177 - - [2026-08-17 02:41:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.280227 10.0.0.177 - - [2026-08-17 02:41:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001444 10.0.0.177 - - [2026-08-17 02:41:01] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006026 10.0.0.177 - - [2026-08-17 02:41:01] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006750 10.0.0.177 - - [2026-08-17 02:41:01] "POST /neutron/network HTTP/1.1" 200 838 0.007524 10.0.0.177 - - [2026-08-17 02:41:01] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008553 10.0.0.190 - - [2026-08-17 02:41:01] "GET /obj-perms HTTP/1.1" 200 4507 0.054764 10.0.0.38 - - [2026-08-17 02:41:02] "GET /obj-perms HTTP/1.1" 200 4507 0.067518 10.0.0.177 - - [2026-08-17 02:41:02] "POST /neutron/network HTTP/1.1" 200 117 0.007894 10.0.0.177 - - [2026-08-17 02:41:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001327 10.0.0.177 - - [2026-08-17 02:41:03] "POST /neutron/port HTTP/1.1" 200 117 0.006038 10.0.0.177 - - [2026-08-17 02:41:37] "POST /neutron/port HTTP/1.1" 200 117 0.006891 10.0.0.177 - - [2026-08-17 02:41:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001431 10.0.0.177 - - [2026-08-17 02:41:38] "POST /neutron/network HTTP/1.1" 200 847 0.007063 10.0.0.38 - - [2026-08-17 02:41:38] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.177 - - [2026-08-17 02:41:38] "GET /project/70f17fec-2140-46b2-b5f7-efab2dcbdc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.065883 10.0.0.177 - - [2026-08-17 02:41:38] "POST /neutron/port HTTP/1.1" 200 117 0.007520 10.0.0.177 - - [2026-08-17 02:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.38 - - [2026-08-17 02:41:38] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.177 - - [2026-08-17 02:41:38] "GET /project/70f17fec-2140-46b2-b5f7-efab2dcbdc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.073972 10.0.0.177 - - [2026-08-17 02:41:38] "GET /virtual-network/f42a1283-f101-4102-9a1e-d0948aef16df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006686 10.0.0.177 - - [2026-08-17 02:41:38] "GET /floating-ip-pools?parent_id=f42a1283-f101-4102-9a1e-d0948aef16df&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004272 10.0.0.177 - - [2026-08-17 02:41:38] "GET /virtual-network/f42a1283-f101-4102-9a1e-d0948aef16df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006202 10.0.0.177 - - [2026-08-17 02:41:38] "POST /floating-ip-pools HTTP/1.1" 200 609 0.039725 10.0.0.177 - - [2026-08-17 02:41:38] "POST /ref-update HTTP/1.1" 200 156 0.015231 10.0.0.177 - - [2026-08-17 02:41:38] "GET /virtual-network/f42a1283-f101-4102-9a1e-d0948aef16df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005971 10.0.0.177 - - [2026-08-17 02:41:39] "GET /virtual-network/f42a1283-f101-4102-9a1e-d0948aef16df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008184 10.0.0.38 - - [2026-08-17 02:41:42] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316 10.0.0.177 - - [2026-08-17 02:41:42] "POST /neutron/port HTTP/1.1" 200 1072 0.368997 10.0.0.177 - - [2026-08-17 02:41:42] "POST /neutron/port HTTP/1.1" 200 1126 0.141205 10.0.0.177 - - [2026-08-17 02:41:43] "POST /neutron/port HTTP/1.1" 200 1071 0.041294 10.0.0.177 - - [2026-08-17 02:41:43] "POST /neutron/port HTTP/1.1" 200 1136 0.019685 10.0.0.177 - - [2026-08-17 02:41:43] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.177 - - [2026-08-17 02:41:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011132 10.0.0.177 - - [2026-08-17 02:41:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.010020 10.0.0.177 - - [2026-08-17 02:41:49] "POST /neutron/port HTTP/1.1" 200 1136 0.030843 10.0.0.177 - - [2026-08-17 02:41:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011760 10.0.0.177 - - [2026-08-17 02:42:04] "POST /neutron/port HTTP/1.1" 200 1136 0.022537 10.0.0.177 - - [2026-08-17 02:42:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008822 10.0.0.177 - - [2026-08-17 02:42:20] "POST /neutron/port HTTP/1.1" 200 1136 0.020061 10.0.0.177 - - [2026-08-17 02:42:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008537 10.0.0.177 - - [2026-08-17 02:42:35] "POST /neutron/port HTTP/1.1" 200 1136 0.028572 10.0.0.177 - - [2026-08-17 02:42:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007723 10.0.0.177 - - [2026-08-17 02:42:50] "POST /neutron/port HTTP/1.1" 200 1136 0.021373 10.0.0.177 - - [2026-08-17 02:42:52] "POST /neutron/port HTTP/1.1" 200 1136 0.020158 10.0.0.177 - - [2026-08-17 02:42:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.013759 10.0.0.177 - - [2026-08-17 02:42:55] "POST /neutron/port HTTP/1.1" 200 1136 0.019238 10.0.0.177 - - [2026-08-17 02:42:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007972 10.0.0.177 - - [2026-08-17 02:42:56] "GET /virtual-machine/cd63727b-824b-4c2b-8621-aefbcb111bf9 HTTP/1.1" 401 293 0.000451 10.0.0.177 - - [2026-08-17 02:42:56] "GET /virtual-machine/cd63727b-824b-4c2b-8621-aefbcb111bf9 HTTP/1.1" 200 1304 0.037009 10.0.0.177 - - [2026-08-17 02:42:56] "GET /virtual-machine-interface/3a211936-b044-43ed-a8a4-a999d632484a HTTP/1.1" 200 3004 0.006846 10.0.0.177 - - [2026-08-17 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.177 - - [2026-08-17 02:42:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004584 10.0.0.177 - - [2026-08-17 02:42:56] "GET /virtual-networks?parent_id=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004336 10.0.0.177 - - [2026-08-17 02:42:56] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008040 10.0.0.177 - - [2026-08-17 02:42:56] "POST /neutron/port HTTP/1.1" 200 1135 0.024797 10.0.0.177 - - [2026-08-17 02:42:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004667 10.0.0.177 - - [2026-08-17 02:42:58] "POST /neutron/network HTTP/1.1" 200 837 0.007886 10.0.0.177 - - [2026-08-17 02:42:58] "GET /obj-perms HTTP/1.1" 200 4509 0.060963 10.0.0.177 - - [2026-08-17 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.177 - - [2026-08-17 02:42:59] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006128 10.0.0.177 - - [2026-08-17 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.177 - - [2026-08-17 02:43:03] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006305 10.0.0.177 - - [2026-08-17 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.177 - - [2026-08-17 02:43:07] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006564 10.0.0.177 - - [2026-08-17 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.177 - - [2026-08-17 02:43:11] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006222 10.0.0.177 - - [2026-08-17 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.177 - - [2026-08-17 02:43:15] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006541 10.0.0.177 - - [2026-08-17 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005660 10.0.0.177 - - [2026-08-17 02:43:19] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006658 10.0.0.177 - - [2026-08-17 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.177 - - [2026-08-17 02:43:24] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006239 10.0.0.177 - - [2026-08-17 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.177 - - [2026-08-17 02:43:26] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005514 10.0.0.177 - - [2026-08-17 02:43:26] "GET /virtual-networks?parent_id=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.007846 10.0.0.177 - - [2026-08-17 02:43:26] "GET /virtual-network/6d280250-7d55-4c4a-9e5c-9ec9e8391cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008883 10.0.0.177 - - [2026-08-17 02:43:26] "POST /neutron/port HTTP/1.1" 200 1136 0.022141 10.0.0.177 - - [2026-08-17 02:43:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.027717 10.0.0.38 - - [2026-08-17 02:43:36] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002761 10.0.0.177 - - [2026-08-17 02:43:36] "POST /neutron/floatingip HTTP/1.1" 200 529 0.173092 10.0.0.177 - - [2026-08-17 02:43:36] "POST /neutron/floatingip HTTP/1.1" 200 576 0.088116 10.0.0.177 - - [2026-08-17 02:43:36] "POST /neutron/port HTTP/1.1" 200 1135 0.017581 10.0.0.177 - - [2026-08-17 02:43:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008630 10.0.0.177 - - [2026-08-17 02:43:37] "GET /virtual-machine/0d370bd6-a2ca-4c4e-97d2-35ea38c1c842 HTTP/1.1" 200 1303 0.011200 10.0.0.177 - - [2026-08-17 02:43:37] "GET /virtual-machine-interface/53a0293f-8d71-4ff6-bf66-af2033836b1b HTTP/1.1" 200 3004 0.005472 10.0.0.177 - - [2026-08-17 02:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.177 - - [2026-08-17 02:43:37] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004162 10.0.0.177 - - [2026-08-17 02:43:37] "GET /virtual-networks?parent_id=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003901 10.0.0.177 - - [2026-08-17 02:43:37] "GET /virtual-network/f42a1283-f101-4102-9a1e-d0948aef16df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006476 10.0.0.177 - - [2026-08-17 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.177 - - [2026-08-17 02:43:38] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004348 10.0.0.177 - - [2026-08-17 02:43:38] "GET /virtual-networks?parent_id=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003125 10.0.0.177 - - [2026-08-17 02:43:38] "GET /virtual-network/f42a1283-f101-4102-9a1e-d0948aef16df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006343 10.0.0.177 - - [2026-08-17 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.177 - - [2026-08-17 02:43:38] "GET /routing-instance/072bc1ea-1300-461f-b398-cdefa64603ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.007637 10.0.0.177 - - [2026-08-17 02:43:38] "GET /route-target/2c701040-4c3c-407b-9f4d-78c1c68a8bd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005225 10.0.0.38 - - [2026-08-17 02:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.38 - - [2026-08-17 02:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000605 10.0.0.177 - - [2026-08-17 02:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.177 - - [2026-08-17 02:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.190 - - [2026-08-17 02:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.190 - - [2026-08-17 02:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.38 - - [2026-08-17 02:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.177 - - [2026-08-17 02:43:47] "POST /neutron/floatingip HTTP/1.1" 200 529 0.061689 10.0.0.177 - - [2026-08-17 02:43:47] "GET /floating-ip-pool/1e3075bf-12ec-4bc1-b1bf-1ae345cf9934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.006843 10.0.0.38 - - [2026-08-17 02:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.177 - - [2026-08-17 02:43:47] "POST /ref-update HTTP/1.1" 200 156 0.015955 10.0.0.177 - - [2026-08-17 02:43:47] "DELETE /floating-ip-pool/1e3075bf-12ec-4bc1-b1bf-1ae345cf9934 HTTP/1.1" 200 115 0.061519 10.0.0.177 - - [2026-08-17 02:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.177 - - [2026-08-17 02:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.190 - - [2026-08-17 02:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.190 - - [2026-08-17 02:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.177 - - [2026-08-17 02:43:47] "POST /neutron/network HTTP/1.1" 200 838 0.010494 10.0.0.177 - - [2026-08-17 02:43:49] "POST /neutron/port HTTP/1.1" 200 1125 0.016578 10.0.0.177 - - [2026-08-17 02:43:49] "POST /neutron/port HTTP/1.1" 200 1126 0.036814 10.0.0.177 - - [2026-08-17 02:43:49] "POST /neutron/network HTTP/1.1" 400 204 0.024736 10.0.0.190 - - [2026-08-17 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.177 - - [2026-08-17 02:43:52] "POST /neutron/network HTTP/1.1" 200 837 0.007486 10.0.0.190 - - [2026-08-17 02:43:52] "DELETE /route-target/2c701040-4c3c-407b-9f4d-78c1c68a8bd0 HTTP/1.1" 200 115 0.028215 10.0.0.38 - - [2026-08-17 02:43:53] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001880 10.0.0.177 - - [2026-08-17 02:43:53] "GET /project/70f17fec-2140-46b2-b5f7-efab2dcbdc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053272 10.0.0.38 - - [2026-08-17 02:43:53] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001535 10.0.0.177 - - [2026-08-17 02:43:53] "GET /project/70f17fec-2140-46b2-b5f7-efab2dcbdc8d?fields=virtual_networks HTTP/1.1" 200 1057 0.047766 10.0.0.38 - - [2026-08-17 02:43:53] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.177 - - [2026-08-17 02:43:54] "GET /project/70f17fec-2140-46b2-b5f7-efab2dcbdc8d?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.075358 10.0.0.38 - - [2026-08-17 02:43:54] "GET /projects?obj_uuids=70f17fec-2140-46b2-b5f7-efab2dcbdc8d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.177 - - [2026-08-17 02:43:54] "GET /project/70f17fec-2140-46b2-b5f7-efab2dcbdc8d?fields=security_groups HTTP/1.1" 200 1295 0.067088 10.0.0.177 - - [2026-08-17 02:43:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.029550 10.0.0.38 - - [2026-08-17 02:43:55] "GET /projects?obj_uuids=336f0aba-0400-4325-9768-bf1c7d99c5e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003976 10.0.0.38 - - [2026-08-17 02:43:55] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.38 - - [2026-08-17 02:43:55] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007065 10.0.0.38 - - [2026-08-17 02:43:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.003317 10.0.0.38 - - [2026-08-17 02:43:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.010106 10.0.0.38 - - [2026-08-17 02:43:55] "POST /security-groups HTTP/1.1" 200 591 0.093313 10.0.0.38 - - [2026-08-17 02:43:55] "POST /projects HTTP/1.1" 200 585 0.333117 10.0.0.38 - - [2026-08-17 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.411389 10.0.0.190 - - [2026-08-17 02:43:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.018076 10.0.0.177 - - [2026-08-17 02:43:55] "GET /project/336f0aba-0400-4325-9768-bf1c7d99c5e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.569823 10.0.0.177 - - [2026-08-17 02:43:56] "GET / HTTP/1.1" 200 35931 0.001982 10.0.0.190 - - [2026-08-17 02:43:57] "DELETE /access-control-list/5de65737-dbe0-4a80-bc9f-8f330e1b24d1 HTTP/1.1" 200 115 0.084883 10.0.0.38 - - [2026-08-17 02:43:58] "DELETE /project/336f0aba040043259768bf1c7d99c5e4 HTTP/1.1" 404 173 0.004949 10.0.0.38 - - [2026-08-17 02:43:58] "DELETE /project/70f17fec-2140-46b2-b5f7-efab2dcbdc8d HTTP/1.1" 404 177 0.004382 10.0.0.38 - - [2026-08-17 02:44:00] "GET /projects?obj_uuids=336f0aba-0400-4325-9768-bf1c7d99c5e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001605 10.0.0.177 - - [2026-08-17 02:44:00] "GET /project/336f0aba-0400-4325-9768-bf1c7d99c5e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058748 10.0.0.38 - - [2026-08-17 02:44:00] "GET /projects?obj_uuids=336f0aba-0400-4325-9768-bf1c7d99c5e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001480 10.0.0.177 - - [2026-08-17 02:44:00] "GET /project/336f0aba-0400-4325-9768-bf1c7d99c5e4?fields=virtual_networks HTTP/1.1" 200 1033 0.064723 10.0.0.38 - - [2026-08-17 02:44:00] "GET /projects?obj_uuids=336f0aba-0400-4325-9768-bf1c7d99c5e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001251 10.0.0.177 - - [2026-08-17 02:44:00] "GET /project/336f0aba-0400-4325-9768-bf1c7d99c5e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.051355 10.0.0.38 - - [2026-08-17 02:44:00] "GET /projects?obj_uuids=336f0aba-0400-4325-9768-bf1c7d99c5e4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001489 10.0.0.177 - - [2026-08-17 02:44:00] "GET /project/336f0aba-0400-4325-9768-bf1c7d99c5e4?fields=security_groups HTTP/1.1" 200 1259 0.057379 10.0.0.177 - - [2026-08-17 02:44:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.034507 10.0.0.38 - - [2026-08-17 02:44:01] "GET /projects?obj_uuids=007ba5b9-55ae-4db4-b270-92e7e13e942d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003908 10.0.0.38 - - [2026-08-17 02:44:01] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001480 10.0.0.38 - - [2026-08-17 02:44:01] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009348 10.0.0.38 - - [2026-08-17 02:44:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.001566 10.0.0.38 - - [2026-08-17 02:44:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.017359 10.0.0.38 - - [2026-08-17 02:44:02] "POST /security-groups HTTP/1.1" 200 586 0.082480 10.0.0.38 - - [2026-08-17 02:44:02] "POST /projects HTTP/1.1" 200 575 0.362686 10.0.0.190 - - [2026-08-17 02:44:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.007482 10.0.0.38 - - [2026-08-17 02:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.450399 10.0.0.177 - - [2026-08-17 02:44:02] "GET /project/007ba5b9-55ae-4db4-b270-92e7e13e942d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.630201 10.0.0.177 - - [2026-08-17 02:44:03] "GET / HTTP/1.1" 200 35931 0.001511 10.0.0.38 - - [2026-08-17 02:44:09] "GET /projects?obj_uuids=007ba5b9-55ae-4db4-b270-92e7e13e942d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.177 - - [2026-08-17 02:44:09] "GET /project/007ba5b9-55ae-4db4-b270-92e7e13e942d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.065871 10.0.0.38 - - [2026-08-17 02:44:09] "GET /projects?obj_uuids=007ba5b9-55ae-4db4-b270-92e7e13e942d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001851 10.0.0.177 - - [2026-08-17 02:44:09] "GET /project/007ba5b9-55ae-4db4-b270-92e7e13e942d?fields=virtual_networks HTTP/1.1" 200 1021 0.074290 10.0.0.38 - - [2026-08-17 02:44:09] "GET /projects?obj_uuids=007ba5b9-55ae-4db4-b270-92e7e13e942d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.177 - - [2026-08-17 02:44:09] "GET /project/007ba5b9-55ae-4db4-b270-92e7e13e942d?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.070532 10.0.0.38 - - [2026-08-17 02:44:09] "GET /projects?obj_uuids=007ba5b9-55ae-4db4-b270-92e7e13e942d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.177 - - [2026-08-17 02:44:09] "GET /project/007ba5b9-55ae-4db4-b270-92e7e13e942d?fields=security_groups HTTP/1.1" 200 1242 0.062478 10.0.0.177 - - [2026-08-17 02:44:10] "POST /fqname-to-id HTTP/1.1" 404 187 0.031137 10.0.0.38 - - [2026-08-17 02:44:10] "GET /projects?obj_uuids=7e6beb61-f1a9-4e6b-b385-0a47838e5b25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003713 10.0.0.38 - - [2026-08-17 02:44:11] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.38 - - [2026-08-17 02:44:11] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008850 10.0.0.38 - - [2026-08-17 02:44:11] "POST /id-to-fqname HTTP/1.1" 200 189 0.004300 10.0.0.38 - - [2026-08-17 02:44:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.015247 10.0.0.38 - - [2026-08-17 02:44:11] "POST /security-groups HTTP/1.1" 200 590 0.037204 10.0.0.38 - - [2026-08-17 02:44:11] "POST /projects HTTP/1.1" 200 583 0.291239 10.0.0.190 - - [2026-08-17 02:44:11] "POST /access-control-lists HTTP/1.1" 200 595 0.040169 10.0.0.38 - - [2026-08-17 02:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.371077 10.0.0.177 - - [2026-08-17 02:44:11] "GET /project/7e6beb61-f1a9-4e6b-b385-0a47838e5b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.552003 10.0.0.177 - - [2026-08-17 02:44:12] "GET / HTTP/1.1" 200 35931 0.001512 10.0.0.38 - - [2026-08-17 02:44:16] "GET /projects?obj_uuids=7e6beb61-f1a9-4e6b-b385-0a47838e5b25&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001038 10.0.0.177 - - [2026-08-17 02:44:16] "GET /project/7e6beb61-f1a9-4e6b-b385-0a47838e5b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.047869 10.0.0.38 - - [2026-08-17 02:44:16] "GET /projects?obj_uuids=7e6beb61-f1a9-4e6b-b385-0a47838e5b25&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001047 10.0.0.177 - - [2026-08-17 02:44:16] "GET /project/7e6beb61-f1a9-4e6b-b385-0a47838e5b25?fields=virtual_networks HTTP/1.1" 200 1031 0.050667 10.0.0.38 - - [2026-08-17 02:44:16] "GET /projects?obj_uuids=7e6beb61-f1a9-4e6b-b385-0a47838e5b25&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001199 10.0.0.177 - - [2026-08-17 02:44:16] "GET /project/7e6beb61-f1a9-4e6b-b385-0a47838e5b25?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.054815 10.0.0.38 - - [2026-08-17 02:44:16] "GET /projects?obj_uuids=7e6beb61-f1a9-4e6b-b385-0a47838e5b25&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001009 10.0.0.177 - - [2026-08-17 02:44:16] "GET /project/7e6beb61-f1a9-4e6b-b385-0a47838e5b25?fields=security_groups HTTP/1.1" 200 1256 0.049764 10.0.0.177 - - [2026-08-17 02:44:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.041118 10.0.0.38 - - [2026-08-17 02:44:17] "GET /projects?obj_uuids=a7384ef7-5736-4c79-b837-7ff2861404c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003859 10.0.0.38 - - [2026-08-17 02:44:17] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001547 10.0.0.38 - - [2026-08-17 02:44:17] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010701 10.0.0.38 - - [2026-08-17 02:44:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.004249 10.0.0.38 - - [2026-08-17 02:44:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.024101 10.0.0.38 - - [2026-08-17 02:44:17] "POST /security-groups HTTP/1.1" 200 591 0.078422 10.0.0.190 - - [2026-08-17 02:44:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.004092 10.0.0.38 - - [2026-08-17 02:44:17] "POST /projects HTTP/1.1" 200 585 0.346276 10.0.0.38 - - [2026-08-17 02:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.428634 10.0.0.190 - - [2026-08-17 02:44:17] "POST /access-control-lists HTTP/1.1" 200 594 0.047640 10.0.0.177 - - [2026-08-17 02:44:18] "GET /project/a7384ef7-5736-4c79-b837-7ff2861404c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.627952 10.0.0.177 - - [2026-08-17 02:44:19] "GET / HTTP/1.1" 200 35931 0.001926 10.0.0.38 - - [2026-08-17 02:44:22] "GET /projects?obj_uuids=a7384ef7-5736-4c79-b837-7ff2861404c6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.177 - - [2026-08-17 02:44:22] "GET /project/a7384ef7-5736-4c79-b837-7ff2861404c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.063141 10.0.0.38 - - [2026-08-17 02:44:22] "GET /projects?obj_uuids=a7384ef7-5736-4c79-b837-7ff2861404c6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001358 10.0.0.177 - - [2026-08-17 02:44:22] "GET /project/a7384ef7-5736-4c79-b837-7ff2861404c6?fields=virtual_networks HTTP/1.1" 200 1034 0.071189 10.0.0.38 - - [2026-08-17 02:44:22] "GET /projects?obj_uuids=a7384ef7-5736-4c79-b837-7ff2861404c6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001390 10.0.0.177 - - [2026-08-17 02:44:23] "GET /project/a7384ef7-5736-4c79-b837-7ff2861404c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.068408 10.0.0.38 - - [2026-08-17 02:44:23] "GET /projects?obj_uuids=a7384ef7-5736-4c79-b837-7ff2861404c6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.177 - - [2026-08-17 02:44:23] "GET /project/a7384ef7-5736-4c79-b837-7ff2861404c6?fields=security_groups HTTP/1.1" 200 1260 0.058886 10.0.0.177 - - [2026-08-17 02:44:24] "POST /fqname-to-id HTTP/1.1" 404 192 0.033758 10.0.0.38 - - [2026-08-17 02:44:24] "GET /projects?obj_uuids=ff4b2ce5-9e02-49ec-9ac9-8030c3856b61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003156 10.0.0.38 - - [2026-08-17 02:44:24] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.38 - - [2026-08-17 02:44:24] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007809 10.0.0.38 - - [2026-08-17 02:44:24] "POST /id-to-fqname HTTP/1.1" 200 194 0.001282 10.0.0.38 - - [2026-08-17 02:44:24] "POST /fqname-to-id HTTP/1.1" 404 203 0.004371 10.0.0.38 - - [2026-08-17 02:44:24] "POST /security-groups HTTP/1.1" 200 595 0.049513 10.0.0.38 - - [2026-08-17 02:44:24] "POST /projects HTTP/1.1" 200 593 0.327339 10.0.0.190 - - [2026-08-17 02:44:24] "POST /fqname-to-id HTTP/1.1" 404 237 0.012947 10.0.0.38 - - [2026-08-17 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.400736 10.0.0.177 - - [2026-08-17 02:44:24] "GET /project/ff4b2ce5-9e02-49ec-9ac9-8030c3856b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.578846 10.0.0.177 - - [2026-08-17 02:44:26] "GET / HTTP/1.1" 200 35931 0.001528 10.0.0.38 - - [2026-08-17 02:44:29] "GET /projects?obj_uuids=ff4b2ce5-9e02-49ec-9ac9-8030c3856b61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000999 10.0.0.177 - - [2026-08-17 02:44:29] "GET /project/ff4b2ce5-9e02-49ec-9ac9-8030c3856b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.063032 10.0.0.38 - - [2026-08-17 02:44:29] "GET /projects?obj_uuids=ff4b2ce5-9e02-49ec-9ac9-8030c3856b61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001246 10.0.0.177 - - [2026-08-17 02:44:29] "GET /project/ff4b2ce5-9e02-49ec-9ac9-8030c3856b61?fields=virtual_networks HTTP/1.1" 200 1042 0.084083 10.0.0.38 - - [2026-08-17 02:44:29] "GET /projects?obj_uuids=ff4b2ce5-9e02-49ec-9ac9-8030c3856b61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001069 10.0.0.177 - - [2026-08-17 02:44:29] "GET /project/ff4b2ce5-9e02-49ec-9ac9-8030c3856b61?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.053576 10.0.0.38 - - [2026-08-17 02:44:29] "GET /projects?obj_uuids=ff4b2ce5-9e02-49ec-9ac9-8030c3856b61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001086 10.0.0.177 - - [2026-08-17 02:44:29] "GET /project/ff4b2ce5-9e02-49ec-9ac9-8030c3856b61?fields=security_groups HTTP/1.1" 200 1272 0.053228 10.0.0.177 - - [2026-08-17 02:44:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.036882 10.0.0.38 - - [2026-08-17 02:44:30] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003199 10.0.0.38 - - [2026-08-17 02:44:30] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.38 - - [2026-08-17 02:44:30] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008049 10.0.0.38 - - [2026-08-17 02:44:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.002251 10.0.0.38 - - [2026-08-17 02:44:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.010334 10.0.0.38 - - [2026-08-17 02:44:31] "POST /security-groups HTTP/1.1" 200 586 0.039438 10.0.0.38 - - [2026-08-17 02:44:31] "POST /projects HTTP/1.1" 200 575 0.283373 10.0.0.190 - - [2026-08-17 02:44:31] "POST /access-control-lists HTTP/1.1" 200 591 0.045910 10.0.0.38 - - [2026-08-17 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.363099 10.0.0.177 - - [2026-08-17 02:44:31] "GET /project/5886c68c-5b2f-45c1-9f44-066c5e47eac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.540744 10.0.0.177 - - [2026-08-17 02:44:32] "GET / HTTP/1.1" 200 35931 0.001674 10.0.0.177 - - [2026-08-17 02:44:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003574 10.0.0.190 - - [2026-08-17 02:44:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.003521 10.0.0.190 - - [2026-08-17 02:44:33] "POST /access-control-lists HTTP/1.1" 200 588 0.029809 10.0.0.38 - - [2026-08-17 02:44:33] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001629 10.0.0.177 - - [2026-08-17 02:44:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.113803 10.0.0.177 - - [2026-08-17 02:44:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.021343 10.0.0.190 - - [2026-08-17 02:44:33] "PUT /access-control-list/fe63fee9-2e08-4440-bf3d-3940c6366bf7 HTTP/1.1" 200 272 0.036903 10.0.0.177 - - [2026-08-17 02:44:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.007556 10.0.0.190 - - [2026-08-17 02:44:34] "POST /access-control-lists HTTP/1.1" 200 590 0.042665 10.0.0.190 - - [2026-08-17 02:44:34] "PUT /access-control-list/8859b224-a628-49ee-b826-6aba5b41cd0c HTTP/1.1" 200 272 0.020272 10.0.0.38 - - [2026-08-17 02:44:34] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001387 10.0.0.177 - - [2026-08-17 02:44:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.089057 10.0.0.177 - - [2026-08-17 02:44:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.030560 10.0.0.177 - - [2026-08-17 02:44:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.190 - - [2026-08-17 02:44:35] "PUT /access-control-list/8859b224-a628-49ee-b826-6aba5b41cd0c HTTP/1.1" 200 272 0.022990 10.0.0.177 - - [2026-08-17 02:44:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.024805 10.0.0.190 - - [2026-08-17 02:44:35] "POST /fqname-to-id HTTP/1.1" 404 244 0.014919 10.0.0.190 - - [2026-08-17 02:44:36] "PUT /access-control-list/cc38b54d-6275-4279-89bd-f5f9c476bf30 HTTP/1.1" 200 272 0.020338 10.0.0.38 - - [2026-08-17 02:44:36] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002052 10.0.0.177 - - [2026-08-17 02:44:36] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.106017 10.0.0.177 - - [2026-08-17 02:44:36] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.030684 10.0.0.177 - - [2026-08-17 02:44:36] "POST /fqname-to-id HTTP/1.1" 404 210 0.004367 10.0.0.190 - - [2026-08-17 02:44:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.005176 10.0.0.190 - - [2026-08-17 02:44:37] "POST /access-control-lists HTTP/1.1" 200 605 0.036662 10.0.0.38 - - [2026-08-17 02:44:37] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001190 10.0.0.177 - - [2026-08-17 02:44:37] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.081527 10.0.0.177 - - [2026-08-17 02:44:37] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016232 10.0.0.190 - - [2026-08-17 02:44:37] "PUT /access-control-list/79b656b3-1dcd-49e7-87f3-d8ea0ae81692 HTTP/1.1" 200 272 0.021351 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.013979 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.010182 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.004667 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.004614 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.004546 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.004962 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.005117 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.004431 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.004669 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.005461 10.0.0.177 - - [2026-08-17 02:44:39] "POST /neutron/router HTTP/1.1" 200 541 0.005028 10.0.0.177 - - [2026-08-17 02:44:40] "POST /neutron/router HTTP/1.1" 200 541 0.008853 10.0.0.190 - - [2026-08-17 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008944 10.0.0.177 - - [2026-08-17 02:44:40] "POST /neutron/router HTTP/1.1" 200 151 0.117749 10.0.0.190 - - [2026-08-17 02:44:40] "GET /logical-router/6a97da4c-5436-4a79-961a-8e59f325720e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.097527 10.0.0.177 - - [2026-08-17 02:44:40] "POST /neutron/router HTTP/1.1" 200 542 0.008927 10.0.0.190 - - [2026-08-17 02:44:40] "PUT /logical-router/2cd30bfe-a65b-4a7e-82ea-3270eea262da HTTP/1.1" 200 262 0.058374 10.0.0.177 - - [2026-08-17 02:44:40] "POST /neutron/router HTTP/1.1" 200 542 0.006479 10.0.0.177 - - [2026-08-17 02:44:40] "POST /neutron/router HTTP/1.1" 200 542 0.006480 10.0.0.177 - - [2026-08-17 02:44:40] "POST /neutron/router HTTP/1.1" 200 542 0.004732 10.0.0.177 - - [2026-08-17 02:44:40] "POST /neutron/router HTTP/1.1" 200 542 0.004550 10.0.0.177 - - [2026-08-17 02:44:40] "POST /neutron/router HTTP/1.1" 200 542 0.004292 10.0.0.177 - - [2026-08-17 02:44:40] "POST /neutron/router HTTP/1.1" 200 542 0.004826 10.0.0.177 - - [2026-08-17 02:44:40] "POST /neutron/router HTTP/1.1" 200 542 0.004517 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 542 0.007497 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 542 0.004756 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 542 0.005050 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 542 0.033895 10.0.0.38 - - [2026-08-17 02:44:41] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001093 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 559 0.116979 10.0.0.190 - - [2026-08-17 02:44:41] "POST /route-targets HTTP/1.1" 200 327 0.018579 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 559 0.011343 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 559 0.008425 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 559 0.004636 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 559 0.004918 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 559 0.004942 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 559 0.004888 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 559 0.004210 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 559 0.004880 10.0.0.177 - - [2026-08-17 02:44:41] "POST /neutron/router HTTP/1.1" 200 559 0.004269 10.0.0.177 - - [2026-08-17 02:44:42] "POST /neutron/router HTTP/1.1" 200 559 0.006055 10.0.0.177 - - [2026-08-17 02:44:42] "POST /neutron/router HTTP/1.1" 200 559 0.034422 10.0.0.177 - - [2026-08-17 02:44:42] "POST /neutron/router HTTP/1.1" 200 560 0.005384 10.0.0.190 - - [2026-08-17 02:44:42] "DELETE /route-target/37489895-f603-48fe-a787-c07cd39509b0 HTTP/1.1" 200 115 0.027724 10.0.0.177 - - [2026-08-17 02:44:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.074413 10.0.0.177 - - [2026-08-17 02:44:42] "POST /neutron/security_group HTTP/1.1" 200 506 0.006258 10.0.0.190 - - [2026-08-17 02:44:42] "DELETE /access-control-list/c8a1cf1d-382e-4e74-b8b0-067cbfa11469 HTTP/1.1" 200 115 0.085179 10.0.0.190 - - [2026-08-17 02:44:42] "DELETE /access-control-list/8859b224-a628-49ee-b826-6aba5b41cd0c HTTP/1.1" 200 115 0.055007 10.0.0.177 - - [2026-08-17 02:44:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.112208 10.0.0.38 - - [2026-08-17 02:44:44] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000957 10.0.0.177 - - [2026-08-17 02:44:44] "GET /project/5886c68c-5b2f-45c1-9f44-066c5e47eac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.052708 10.0.0.38 - - [2026-08-17 02:44:44] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001045 10.0.0.177 - - [2026-08-17 02:44:44] "GET /project/5886c68c-5b2f-45c1-9f44-066c5e47eac8?fields=virtual_networks HTTP/1.1" 200 1023 0.043883 10.0.0.38 - - [2026-08-17 02:44:44] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001476 10.0.0.177 - - [2026-08-17 02:44:44] "GET /project/5886c68c-5b2f-45c1-9f44-066c5e47eac8?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.044440 10.0.0.38 - - [2026-08-17 02:44:44] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000997 10.0.0.177 - - [2026-08-17 02:44:44] "GET /project/5886c68c-5b2f-45c1-9f44-066c5e47eac8?fields=security_groups HTTP/1.1" 200 1244 0.049811 10.0.0.177 - - [2026-08-17 02:44:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.031510 10.0.0.38 - - [2026-08-17 02:44:45] "GET /projects?obj_uuids=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003386 10.0.0.38 - - [2026-08-17 02:44:45] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.38 - - [2026-08-17 02:44:45] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007681 10.0.0.38 - - [2026-08-17 02:44:45] "POST /id-to-fqname HTTP/1.1" 200 186 0.007528 10.0.0.38 - - [2026-08-17 02:44:45] "POST /fqname-to-id HTTP/1.1" 404 195 0.009240 10.0.0.38 - - [2026-08-17 02:44:45] "POST /security-groups HTTP/1.1" 200 587 0.086372 10.0.0.190 - - [2026-08-17 02:44:45] "POST /fqname-to-id HTTP/1.1" 404 230 0.004779 10.0.0.38 - - [2026-08-17 02:44:45] "POST /projects HTTP/1.1" 200 577 0.331836 10.0.0.38 - - [2026-08-17 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.414905 10.0.0.190 - - [2026-08-17 02:44:45] "POST /access-control-lists HTTP/1.1" 200 590 0.034090 10.0.0.177 - - [2026-08-17 02:44:45] "GET /project/d1fe57e5-1024-426b-920b-093ff4f9d696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.600052 10.0.0.177 - - [2026-08-17 02:44:47] "GET / HTTP/1.1" 200 35931 0.002043 10.0.0.177 - - [2026-08-17 02:44:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.177 - - [2026-08-17 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.077907 10.0.0.38 - - [2026-08-17 02:44:49] "GET /projects?obj_uuids=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001087 10.0.0.177 - - [2026-08-17 02:44:49] "GET /project/d1fe57e5-1024-426b-920b-093ff4f9d696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.069384 10.0.0.38 - - [2026-08-17 02:44:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005059 10.0.0.177 - - [2026-08-17 02:44:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.307116 10.0.0.177 - - [2026-08-17 02:44:50] "POST /id-to-fqname HTTP/1.1" 200 216 0.001431 10.0.0.177 - - [2026-08-17 02:44:50] "GET /virtual-network/ca220d27-ea52-4589-b79b-7b4b3fe95e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005937 10.0.0.177 - - [2026-08-17 02:44:50] "GET /virtual-network/ca220d27-ea52-4589-b79b-7b4b3fe95e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006032 10.0.0.177 - - [2026-08-17 02:44:50] "POST /neutron/network HTTP/1.1" 200 822 0.007838 10.0.0.177 - - [2026-08-17 02:44:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003719 10.0.0.177 - - [2026-08-17 02:44:50] "GET /virtual-network/ca220d27-ea52-4589-b79b-7b4b3fe95e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006162 10.0.0.177 - - [2026-08-17 02:44:50] "GET /virtual-machine-interface/056467c0-607b-4407-8b13-f4de1175a3c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.009075 10.0.0.177 - - [2026-08-17 02:44:50] "GET /virtual-machine-interface/056467c0-607b-4407-8b13-f4de1175a3c5?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.011481 10.0.0.177 - - [2026-08-17 02:44:50] "GET /instance-ip/dd321728-e6ef-4a86-9a30-47e510cd41c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.005273 10.0.0.177 - - [2026-08-17 02:44:51] "POST /neutron/port HTTP/1.1" 200 1019 0.013717 10.0.0.38 - - [2026-08-17 02:44:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007904 10.0.0.190 - - [2026-08-17 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.38 - - [2026-08-17 02:44:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002793 10.0.0.177 - - [2026-08-17 02:44:51] "POST /neutron/network HTTP/1.1" 200 151 0.157307 10.0.0.177 - - [2026-08-17 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.38 - - [2026-08-17 02:44:54] "GET /projects?obj_uuids=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001294 10.0.0.177 - - [2026-08-17 02:44:54] "GET /project/d1fe57e5-1024-426b-920b-093ff4f9d696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.046927 10.0.0.190 - - [2026-08-17 02:44:54] "POST /ref-update HTTP/1.1" 200 156 0.033784 10.0.0.38 - - [2026-08-17 02:44:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003130 10.0.0.177 - - [2026-08-17 02:44:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.218634 10.0.0.177 - - [2026-08-17 02:44:55] "POST /id-to-fqname HTTP/1.1" 200 217 0.001499 10.0.0.177 - - [2026-08-17 02:44:55] "GET /virtual-network/87e50104-58d8-4979-ab8b-3df459d84124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.010758 10.0.0.177 - - [2026-08-17 02:44:55] "POST /neutron/network HTTP/1.1" 200 975 0.009790 10.0.0.177 - - [2026-08-17 02:44:55] "GET /virtual-network/87e50104-58d8-4979-ab8b-3df459d84124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005433 10.0.0.177 - - [2026-08-17 02:44:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.009725 10.0.0.177 - - [2026-08-17 02:44:55] "POST /id-to-fqname HTTP/1.1" 200 217 0.001451 10.0.0.177 - - [2026-08-17 02:44:56] "POST /neutron/port HTTP/1.1" 200 1016 0.016192 10.0.0.177 - - [2026-08-17 02:44:56] "POST /neutron/port HTTP/1.1" 200 1016 0.014240 10.0.0.177 - - [2026-08-17 02:44:56] "POST /id-to-fqname HTTP/1.1" 200 217 0.001408 10.0.0.177 - - [2026-08-17 02:44:56] "POST /neutron/port HTTP/1.1" 200 117 0.006332 10.0.0.177 - - [2026-08-17 02:44:56] "POST /neutron/network HTTP/1.1" 200 975 0.125845 10.0.0.177 - - [2026-08-17 02:44:57] "POST /neutron/port HTTP/1.1" 200 1017 0.021064 10.0.0.177 - - [2026-08-17 02:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.007623 10.0.0.38 - - [2026-08-17 02:44:58] "DELETE /project/007ba5b955ae4db4b27092e7e13e942d HTTP/1.1" 404 173 0.056857 10.0.0.38 - - [2026-08-17 02:44:58] "DELETE /project/7e6beb61f1a94e6bb3850a47838e5b25 HTTP/1.1" 404 173 0.047400 10.0.0.38 - - [2026-08-17 02:44:58] "DELETE /project/ff4b2ce59e0249ec9ac98030c3856b61 HTTP/1.1" 404 173 0.063181 10.0.0.38 - - [2026-08-17 02:44:58] "DELETE /project/336f0aba-0400-4325-9768-bf1c7d99c5e4 HTTP/1.1" 404 177 0.080395 10.0.0.38 - - [2026-08-17 02:44:58] "DELETE /project/d1fe57e51024426b920b093ff4f9d696 HTTP/1.1" 404 173 0.097091 10.0.0.38 - - [2026-08-17 02:44:58] "DELETE /project/5886c68c5b2f45c19f44066c5e47eac8 HTTP/1.1" 404 173 0.121226 10.0.0.38 - - [2026-08-17 02:44:58] "DELETE /project/a7384ef757364c79b8377ff2861404c6 HTTP/1.1" 404 173 0.173571 10.0.0.38 - - [2026-08-17 02:44:58] "GET /projects?obj_uuids=007ba5b9-55ae-4db4-b270-92e7e13e942d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.38 - - [2026-08-17 02:44:58] "GET /projects?obj_uuids=ff4b2ce5-9e02-49ec-9ac9-8030c3856b61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000989 10.0.0.38 - - [2026-08-17 02:44:58] "GET /projects?obj_uuids=a7384ef7-5736-4c79-b837-7ff2861404c6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.38 - - [2026-08-17 02:44:58] "GET /project/007ba5b9-55ae-4db4-b270-92e7e13e942d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.195222 10.0.0.38 - - [2026-08-17 02:44:58] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001236 10.0.0.38 - - [2026-08-17 02:44:58] "GET /projects?obj_uuids=007ba5b9-55ae-4db4-b270-92e7e13e942d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001014 10.0.0.38 - - [2026-08-17 02:44:58] "GET /project/a7384ef7-5736-4c79-b837-7ff2861404c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.189269 10.0.0.38 - - [2026-08-17 02:44:58] "GET /projects?obj_uuids=7e6beb61-f1a9-4e6b-b385-0a47838e5b25&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001299 10.0.0.38 - - [2026-08-17 02:44:58] "GET /projects?obj_uuids=a7384ef7-5736-4c79-b837-7ff2861404c6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.38 - - [2026-08-17 02:44:58] "GET /project/ff4b2ce5-9e02-49ec-9ac9-8030c3856b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.273356 10.0.0.38 - - [2026-08-17 02:44:58] "GET /project/007ba5b9-55ae-4db4-b270-92e7e13e942d?fields=security_groups HTTP/1.1" 200 1347 0.094364 10.0.0.38 - - [2026-08-17 02:44:58] "GET /projects?obj_uuids=ff4b2ce5-9e02-49ec-9ac9-8030c3856b61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001723 10.0.0.38 - - [2026-08-17 02:44:58] "GET /project/5886c68c-5b2f-45c1-9f44-066c5e47eac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.294265 10.0.0.38 - - [2026-08-17 02:44:58] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002383 10.0.0.38 - - [2026-08-17 02:44:58] "GET /project/7e6beb61-f1a9-4e6b-b385-0a47838e5b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.297978 10.0.0.38 - - [2026-08-17 02:44:58] "GET /projects?obj_uuids=7e6beb61-f1a9-4e6b-b385-0a47838e5b25&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003312 10.0.0.38 - - [2026-08-17 02:44:59] "GET /project/ff4b2ce5-9e02-49ec-9ac9-8030c3856b61?fields=security_groups HTTP/1.1" 200 1377 0.138864 10.0.0.38 - - [2026-08-17 02:44:59] "GET /project/a7384ef7-5736-4c79-b837-7ff2861404c6?fields=security_groups HTTP/1.1" 200 1365 0.206693 10.0.0.38 - - [2026-08-17 02:44:59] "GET /project/5886c68c-5b2f-45c1-9f44-066c5e47eac8?fields=security_groups HTTP/1.1" 200 1349 0.140814 10.0.0.38 - - [2026-08-17 02:44:59] "GET /project/7e6beb61-f1a9-4e6b-b385-0a47838e5b25?fields=security_groups HTTP/1.1" 200 1361 0.159141 10.0.0.38 - - [2026-08-17 02:44:59] "DELETE /security-group/e489761b-1cd8-4a1f-860c-c345e9195e37 HTTP/1.1" 200 115 0.235308 10.0.0.38 - - [2026-08-17 02:44:59] "GET /projects?obj_uuids=007ba5b9-55ae-4db4-b270-92e7e13e942d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001266 10.0.0.38 - - [2026-08-17 02:44:59] "DELETE /security-group/8428184c-a675-4668-a16e-45919b332369 HTTP/1.1" 200 115 0.275068 10.0.0.38 - - [2026-08-17 02:44:59] "GET /project/007ba5b9-55ae-4db4-b270-92e7e13e942d?fields=application_policy_sets HTTP/1.1" 200 1386 0.172652 10.0.0.38 - - [2026-08-17 02:44:59] "GET /projects?obj_uuids=ff4b2ce5-9e02-49ec-9ac9-8030c3856b61&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001553 10.0.0.190 - - [2026-08-17 02:44:59] "DELETE /access-control-list/b9c119e4-ebf2-45d2-9a00-ebfa16362812 HTTP/1.1" 200 115 0.222612 10.0.0.38 - - [2026-08-17 02:44:59] "DELETE /security-group/50d1b873-5217-43a0-af9c-bbcffa9e71ae HTTP/1.1" 200 115 0.288188 10.0.0.38 - - [2026-08-17 02:44:59] "GET /projects?obj_uuids=a7384ef7-5736-4c79-b837-7ff2861404c6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002335 10.0.0.38 - - [2026-08-17 02:44:59] "DELETE /security-group/e6971948-d5c2-4bfd-814f-c7794d8bd886 HTTP/1.1" 200 115 0.262614 10.0.0.38 - - [2026-08-17 02:44:59] "GET /projects?obj_uuids=5886c68c-5b2f-45c1-9f44-066c5e47eac8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001127 10.0.0.38 - - [2026-08-17 02:44:59] "DELETE /security-group/443d5c07-342e-46db-a5d5-3d3c9e5488b7 HTTP/1.1" 200 115 0.242704 10.0.0.38 - - [2026-08-17 02:44:59] "GET /projects?obj_uuids=7e6beb61-f1a9-4e6b-b385-0a47838e5b25&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002009 10.0.0.38 - - [2026-08-17 02:44:59] "GET /project/ff4b2ce5-9e02-49ec-9ac9-8030c3856b61?fields=application_policy_sets HTTP/1.1" 200 1416 0.130164 10.0.0.38 - - [2026-08-17 02:44:59] "GET /project/a7384ef7-5736-4c79-b837-7ff2861404c6?fields=application_policy_sets HTTP/1.1" 200 1404 0.216532 10.0.0.38 - - [2026-08-17 02:44:59] "GET /project/7e6beb61-f1a9-4e6b-b385-0a47838e5b25?fields=application_policy_sets HTTP/1.1" 200 1400 0.215708 10.0.0.38 - - [2026-08-17 02:44:59] "GET /project/5886c68c-5b2f-45c1-9f44-066c5e47eac8?fields=application_policy_sets HTTP/1.1" 200 1388 0.253991 10.0.0.190 - - [2026-08-17 02:44:59] "DELETE /access-control-list/2dad758c-5fb3-46a2-966c-4f17710b2ffd HTTP/1.1" 200 115 0.196928 10.0.0.38 - - [2026-08-17 02:44:59] "DELETE /project/007ba5b9-55ae-4db4-b270-92e7e13e942d HTTP/1.1" 200 115 1.388178 10.0.0.190 - - [2026-08-17 02:45:00] "DELETE /access-control-list/7c23e142-1223-4191-b391-a0115a17a6b9 HTTP/1.1" 200 115 0.131993 10.0.0.38 - - [2026-08-17 02:45:00] "DELETE /project/ff4b2ce5-9e02-49ec-9ac9-8030c3856b61 HTTP/1.1" 200 115 1.509202 10.0.0.38 - - [2026-08-17 02:45:00] "DELETE /project/7e6beb61-f1a9-4e6b-b385-0a47838e5b25 HTTP/1.1" 200 115 1.569763 10.0.0.38 - - [2026-08-17 02:45:00] "DELETE /project/a7384ef7-5736-4c79-b837-7ff2861404c6 HTTP/1.1" 200 115 1.581039 10.0.0.38 - - [2026-08-17 02:45:00] "DELETE /project/5886c68c-5b2f-45c1-9f44-066c5e47eac8 HTTP/1.1" 200 115 1.581322 10.0.0.190 - - [2026-08-17 02:45:00] "DELETE /access-control-list/f48f2b3d-c604-4b8a-9108-3c040497d718 HTTP/1.1" 200 115 0.041474 10.0.0.190 - - [2026-08-17 02:45:00] "GET /obj-perms HTTP/1.1" 200 4509 0.047956 10.0.0.177 - - [2026-08-17 02:45:01] "POST /neutron/port HTTP/1.1" 200 1016 0.014728 10.0.0.177 - - [2026-08-17 02:45:01] "POST /neutron/port HTTP/1.1" 200 1017 0.028928 10.0.0.177 - - [2026-08-17 02:45:01] "POST /neutron/port HTTP/1.1" 200 1017 0.016685 10.0.0.177 - - [2026-08-17 02:45:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008885 10.0.0.177 - - [2026-08-17 02:45:02] "POST /neutron/subnet HTTP/1.1" 200 689 0.015392 10.0.0.177 - - [2026-08-17 02:45:02] "POST /neutron/port HTTP/1.1" 200 1119 0.032879 10.0.0.177 - - [2026-08-17 02:45:02] "POST /neutron/port HTTP/1.1" 200 117 0.001493 10.0.0.177 - - [2026-08-17 02:45:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008162 10.0.0.177 - - [2026-08-17 02:45:17] "POST /neutron/port HTTP/1.1" 200 1118 0.033487 10.0.0.177 - - [2026-08-17 02:45:22] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008810 10.0.0.177 - - [2026-08-17 02:45:22] "POST /neutron/port HTTP/1.1" 200 1118 0.023576 10.0.0.177 - - [2026-08-17 02:45:22] "GET /virtual-machine/5ae74e6a-4046-4b88-bd9d-c4f0bddc803b HTTP/1.1" 401 293 0.000493 10.0.0.177 - - [2026-08-17 02:45:23] "GET /virtual-machine/5ae74e6a-4046-4b88-bd9d-c4f0bddc803b HTTP/1.1" 200 1284 0.060789 10.0.0.177 - - [2026-08-17 02:45:23] "GET /virtual-machine-interface/7544dfcc-bdd1-464f-bdc2-c2a0b43f755a HTTP/1.1" 200 2924 0.008495 10.0.0.177 - - [2026-08-17 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.177 - - [2026-08-17 02:45:23] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004757 10.0.0.177 - - [2026-08-17 02:45:23] "GET /virtual-networks?parent_id=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004488 10.0.0.177 - - [2026-08-17 02:45:23] "GET /virtual-network/87e50104-58d8-4979-ab8b-3df459d84124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007119 10.0.0.177 - - [2026-08-17 02:45:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008847 10.0.0.177 - - [2026-08-17 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.177 - - [2026-08-17 02:45:26] "GET /virtual-network/87e50104-58d8-4979-ab8b-3df459d84124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005780 10.0.0.177 - - [2026-08-17 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.177 - - [2026-08-17 02:45:28] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004355 10.0.0.177 - - [2026-08-17 02:45:28] "GET /virtual-networks?parent_id=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003226 10.0.0.177 - - [2026-08-17 02:45:28] "GET /virtual-network/87e50104-58d8-4979-ab8b-3df459d84124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006383 10.0.0.177 - - [2026-08-17 02:45:28] "POST /neutron/port HTTP/1.1" 200 1119 0.019814 10.0.0.177 - - [2026-08-17 02:45:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008081 10.0.0.177 - - [2026-08-17 02:45:29] "GET /virtual-machine/c566a442-bdf0-430d-9c00-9dcc0929137e HTTP/1.1" 200 1285 0.006271 10.0.0.177 - - [2026-08-17 02:45:29] "GET /virtual-machine-interface/b35bfb5e-7cb7-47d7-9e4d-6736c5f11a8e HTTP/1.1" 200 2925 0.005908 10.0.0.177 - - [2026-08-17 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.177 - - [2026-08-17 02:45:29] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004126 10.0.0.177 - - [2026-08-17 02:45:29] "GET /virtual-networks?parent_id=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004163 10.0.0.177 - - [2026-08-17 02:45:29] "GET /virtual-network/87e50104-58d8-4979-ab8b-3df459d84124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006407 10.0.0.177 - - [2026-08-17 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.177 - - [2026-08-17 02:45:30] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004687 10.0.0.177 - - [2026-08-17 02:45:30] "GET /virtual-networks?parent_id=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003716 10.0.0.177 - - [2026-08-17 02:45:30] "GET /virtual-network/87e50104-58d8-4979-ab8b-3df459d84124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007395 10.0.0.177 - - [2026-08-17 02:45:33] "POST /neutron/port HTTP/1.1" 200 1109 0.015509 10.0.0.177 - - [2026-08-17 02:45:34] "POST /neutron/port HTTP/1.1" 200 1108 0.015282 10.0.0.177 - - [2026-08-17 02:45:34] "POST /neutron/network HTTP/1.1" 200 975 0.015444 10.0.0.38 - - [2026-08-17 02:45:36] "GET /projects?obj_uuids=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001118 10.0.0.177 - - [2026-08-17 02:45:36] "GET /project/d1fe57e5-1024-426b-920b-093ff4f9d696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.081191 10.0.0.38 - - [2026-08-17 02:45:36] "GET /projects?obj_uuids=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001320 10.0.0.177 - - [2026-08-17 02:45:36] "GET /project/d1fe57e5-1024-426b-920b-093ff4f9d696?fields=virtual_networks HTTP/1.1" 200 1026 0.082874 10.0.0.38 - - [2026-08-17 02:45:36] "GET /projects?obj_uuids=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001214 10.0.0.177 - - [2026-08-17 02:45:36] "GET /project/d1fe57e5-1024-426b-920b-093ff4f9d696?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.064436 10.0.0.38 - - [2026-08-17 02:45:36] "GET /projects?obj_uuids=d1fe57e5-1024-426b-920b-093ff4f9d696&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001682 10.0.0.177 - - [2026-08-17 02:45:36] "GET /project/d1fe57e5-1024-426b-920b-093ff4f9d696?fields=security_groups HTTP/1.1" 200 1248 0.076787 10.0.0.177 - - [2026-08-17 02:45:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.046881 10.0.0.38 - - [2026-08-17 02:45:37] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003620 10.0.0.38 - - [2026-08-17 02:45:37] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.38 - - [2026-08-17 02:45:37] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008892 10.0.0.177 - - [2026-08-17 02:45:37] "POST /neutron/port HTTP/1.1" 400 205 0.003871 10.0.0.38 - - [2026-08-17 02:45:37] "POST /id-to-fqname HTTP/1.1" 200 188 0.010787 10.0.0.38 - - [2026-08-17 02:45:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.016285 10.0.0.38 - - [2026-08-17 02:45:37] "POST /security-groups HTTP/1.1" 200 589 0.087393 10.0.0.190 - - [2026-08-17 02:45:37] "POST /fqname-to-id HTTP/1.1" 404 232 0.005707 10.0.0.38 - - [2026-08-17 02:45:37] "POST /projects HTTP/1.1" 200 581 0.396074 10.0.0.38 - - [2026-08-17 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.435483 10.0.0.177 - - [2026-08-17 02:45:37] "POST /neutron/port HTTP/1.1" 400 205 0.006747 10.0.0.177 - - [2026-08-17 02:45:38] "GET /project/71986c21-3452-41a0-96cc-fe02b98b7e98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.621700 10.0.0.190 - - [2026-08-17 02:45:38] "POST /access-control-lists HTTP/1.1" 200 592 0.072123 10.0.0.177 - - [2026-08-17 02:45:39] "GET / HTTP/1.1" 200 35931 0.002182 10.0.0.177 - - [2026-08-17 02:45:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000551 10.0.0.177 - - [2026-08-17 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.066916 10.0.0.38 - - [2026-08-17 02:45:41] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.177 - - [2026-08-17 02:45:41] "GET /project/71986c21-3452-41a0-96cc-fe02b98b7e98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.077144 10.0.0.38 - - [2026-08-17 02:45:41] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.177 - - [2026-08-17 02:45:42] "POST /neutron/network HTTP/1.1" 200 605 0.177187 10.0.0.177 - - [2026-08-17 02:45:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.014822 10.0.0.177 - - [2026-08-17 02:45:42] "GET /virtual-network/7447914f-8ef3-481e-a1bf-0868727f7040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007593 10.0.0.177 - - [2026-08-17 02:45:42] "POST /neutron/network HTTP/1.1" 200 825 0.008974 10.0.0.177 - - [2026-08-17 02:45:42] "GET /virtual-network/7447914f-8ef3-481e-a1bf-0868727f7040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006364 10.0.0.177 - - [2026-08-17 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.38 - - [2026-08-17 02:45:42] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.177 - - [2026-08-17 02:45:42] "GET /project/71986c21-3452-41a0-96cc-fe02b98b7e98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.063103 10.0.0.177 - - [2026-08-17 02:45:42] "POST /neutron/network HTTP/1.1" 200 117 0.017616 10.0.0.190 - - [2026-08-17 02:45:42] "POST /route-targets HTTP/1.1" 200 327 0.014539 10.0.0.177 - - [2026-08-17 02:45:43] "POST /neutron/network HTTP/1.1" 200 821 0.009308 10.0.0.177 - - [2026-08-17 02:45:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001203 10.0.0.177 - - [2026-08-17 02:45:43] "GET /virtual-network/3de8966b-48a8-4d95-816c-ad1131765e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006102 10.0.0.177 - - [2026-08-17 02:45:43] "GET /virtual-network/3de8966b-48a8-4d95-816c-ad1131765e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006195 10.0.0.177 - - [2026-08-17 02:45:43] "POST /neutron/subnet HTTP/1.1" 200 710 0.009507 10.0.0.177 - - [2026-08-17 02:45:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001132 10.0.0.177 - - [2026-08-17 02:45:43] "POST /neutron/port HTTP/1.1" 200 117 0.006944 10.0.0.177 - - [2026-08-17 02:45:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001462 10.0.0.177 - - [2026-08-17 02:45:44] "POST /neutron/network HTTP/1.1" 200 831 0.007643 10.0.0.177 - - [2026-08-17 02:45:44] "POST /neutron/port HTTP/1.1" 200 117 0.009258 10.0.0.190 - - [2026-08-17 02:45:44] "PUT /logical-router/f0e82321-dc68-48f8-b52e-1ece1f1777fb HTTP/1.1" 200 262 0.049038 10.0.0.38 - - [2026-08-17 02:45:44] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.177 - - [2026-08-17 02:45:45] "POST /neutron/router HTTP/1.1" 200 344 0.508576 10.0.0.38 - - [2026-08-17 02:45:48] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.177 - - [2026-08-17 02:45:48] "POST /neutron/port HTTP/1.1" 200 1059 0.405248 10.0.0.38 - - [2026-08-17 02:45:48] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001657 10.0.0.177 - - [2026-08-17 02:45:49] "POST /neutron/port HTTP/1.1" 200 1055 0.371781 10.0.0.177 - - [2026-08-17 02:45:49] "POST /neutron/port HTTP/1.1" 200 1055 0.015517 10.0.0.177 - - [2026-08-17 02:45:50] "POST /neutron/port HTTP/1.1" 200 1123 0.041912 10.0.0.177 - - [2026-08-17 02:45:50] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.177 - - [2026-08-17 02:45:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005146 10.0.0.177 - - [2026-08-17 02:45:50] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.177 - - [2026-08-17 02:45:55] "POST /neutron/port HTTP/1.1" 200 1123 0.023263 10.0.0.190 - - [2026-08-17 02:45:58] "DELETE /access-control-list/5428d39c-8f2a-4290-9615-7221d03fa7b3 HTTP/1.1" 200 115 0.067592 10.0.0.38 - - [2026-08-17 02:46:00] "DELETE /project/71986c21345241a096ccfe02b98b7e98 HTTP/1.1" 404 173 0.004528 10.0.0.38 - - [2026-08-17 02:46:00] "DELETE /project/d1fe57e5-1024-426b-920b-093ff4f9d696 HTTP/1.1" 404 177 0.004062 10.0.0.177 - - [2026-08-17 02:46:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011931 10.0.0.38 - - [2026-08-17 02:46:01] "GET /obj-perms HTTP/1.1" 200 4509 0.053885 10.0.0.177 - - [2026-08-17 02:46:10] "POST /neutron/port HTTP/1.1" 200 1123 0.031893 10.0.0.177 - - [2026-08-17 02:46:15] "POST /neutron/port HTTP/1.1" 200 1123 0.018231 10.0.0.177 - - [2026-08-17 02:46:16] "POST /neutron/port HTTP/1.1" 200 1123 0.026913 10.0.0.177 - - [2026-08-17 02:46:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008588 10.0.0.177 - - [2026-08-17 02:46:16] "GET /virtual-machine/776a7a5f-47a0-4e31-9d9c-7331f52c2e64 HTTP/1.1" 401 293 0.000584 10.0.0.177 - - [2026-08-17 02:46:16] "GET /virtual-machine/776a7a5f-47a0-4e31-9d9c-7331f52c2e64 HTTP/1.1" 200 1290 0.029558 10.0.0.177 - - [2026-08-17 02:46:16] "GET /virtual-machine-interface/737d3ed6-6606-4fc7-9c47-2bef7a899be6 HTTP/1.1" 200 2934 0.006038 10.0.0.177 - - [2026-08-17 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.177 - - [2026-08-17 02:46:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004105 10.0.0.177 - - [2026-08-17 02:46:16] "GET /virtual-networks?parent_id=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002952 10.0.0.177 - - [2026-08-17 02:46:16] "GET /virtual-network/7447914f-8ef3-481e-a1bf-0868727f7040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006991 10.0.0.177 - - [2026-08-17 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.177 - - [2026-08-17 02:46:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004545 10.0.0.177 - - [2026-08-17 02:46:17] "GET /virtual-networks?parent_id=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003685 10.0.0.177 - - [2026-08-17 02:46:17] "GET /virtual-network/7447914f-8ef3-481e-a1bf-0868727f7040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006063 10.0.0.177 - - [2026-08-17 02:46:18] "POST /neutron/port HTTP/1.1" 200 1119 0.021339 10.0.0.177 - - [2026-08-17 02:46:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011762 10.0.0.177 - - [2026-08-17 02:46:18] "GET /virtual-machine/aa57a34d-f1b7-4925-bc3f-65672a3f2538 HTTP/1.1" 200 1291 0.006763 10.0.0.177 - - [2026-08-17 02:46:18] "GET /virtual-machine-interface/cad18920-49a7-4750-a2bd-5edd0317b904 HTTP/1.1" 200 2935 0.006263 10.0.0.177 - - [2026-08-17 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.177 - - [2026-08-17 02:46:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003870 10.0.0.177 - - [2026-08-17 02:46:18] "GET /virtual-networks?parent_id=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.009032 10.0.0.177 - - [2026-08-17 02:46:18] "GET /virtual-network/3de8966b-48a8-4d95-816c-ad1131765e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006377 10.0.0.177 - - [2026-08-17 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.177 - - [2026-08-17 02:46:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004458 10.0.0.177 - - [2026-08-17 02:46:19] "GET /virtual-networks?parent_id=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004363 10.0.0.177 - - [2026-08-17 02:46:19] "GET /virtual-network/3de8966b-48a8-4d95-816c-ad1131765e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.007070 10.0.0.177 - - [2026-08-17 02:46:23] "POST /neutron/router HTTP/1.1" 200 580 0.009265 10.0.0.177 - - [2026-08-17 02:46:26] "POST /neutron/router HTTP/1.1" 200 580 0.010427 10.0.0.38 - - [2026-08-17 02:46:29] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001412 10.0.0.177 - - [2026-08-17 02:46:30] "POST /neutron/router HTTP/1.1" 200 344 0.356931 10.0.0.190 - - [2026-08-17 02:46:30] "POST /ref-update HTTP/1.1" 200 156 0.021213 10.0.0.177 - - [2026-08-17 02:46:32] "POST /neutron/router HTTP/1.1" 200 580 0.010427 10.0.0.177 - - [2026-08-17 02:46:32] "POST /neutron/router HTTP/1.1" 200 151 0.102763 10.0.0.190 - - [2026-08-17 02:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.190 - - [2026-08-17 02:46:32] "GET /logical-router/f0e82321-dc68-48f8-b52e-1ece1f1777fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.061194 10.0.0.177 - - [2026-08-17 02:46:34] "POST /neutron/port HTTP/1.1" 200 1119 0.016650 10.0.0.177 - - [2026-08-17 02:46:35] "POST /neutron/port HTTP/1.1" 200 1123 0.034941 10.0.0.190 - - [2026-08-17 02:46:35] "DELETE /route-target/2fb71620-885b-40c5-9788-7db643cc3967 HTTP/1.1" 200 115 0.066167 10.0.0.177 - - [2026-08-17 02:46:35] "POST /neutron/port HTTP/1.1" 200 151 0.296400 10.0.0.38 - - [2026-08-17 02:46:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005453 10.0.0.38 - - [2026-08-17 02:46:35] "POST /useragent-kv HTTP/1.1" 200 115 0.011627 10.0.0.177 - - [2026-08-17 02:46:35] "POST /neutron/network HTTP/1.1" 200 151 0.228657 10.0.0.38 - - [2026-08-17 02:46:36] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.177 - - [2026-08-17 02:46:36] "GET /project/71986c21-3452-41a0-96cc-fe02b98b7e98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.060685 10.0.0.38 - - [2026-08-17 02:46:36] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001935 10.0.0.177 - - [2026-08-17 02:46:37] "GET /project/71986c21-3452-41a0-96cc-fe02b98b7e98?fields=virtual_networks HTTP/1.1" 200 1029 0.067257 10.0.0.38 - - [2026-08-17 02:46:37] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.177 - - [2026-08-17 02:46:37] "GET /project/71986c21-3452-41a0-96cc-fe02b98b7e98?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.066696 10.0.0.38 - - [2026-08-17 02:46:37] "GET /projects?obj_uuids=71986c21-3452-41a0-96cc-fe02b98b7e98&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.177 - - [2026-08-17 02:46:37] "GET /project/71986c21-3452-41a0-96cc-fe02b98b7e98?fields=security_groups HTTP/1.1" 200 1253 0.073321 10.0.0.177 - - [2026-08-17 02:46:38] "POST /fqname-to-id HTTP/1.1" 404 191 0.034474 10.0.0.38 - - [2026-08-17 02:46:38] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003633 10.0.0.38 - - [2026-08-17 02:46:38] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.38 - - [2026-08-17 02:46:38] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007641 10.0.0.38 - - [2026-08-17 02:46:38] "POST /id-to-fqname HTTP/1.1" 200 193 0.006667 10.0.0.38 - - [2026-08-17 02:46:38] "POST /fqname-to-id HTTP/1.1" 404 202 0.007610 10.0.0.38 - - [2026-08-17 02:46:38] "POST /security-groups HTTP/1.1" 200 594 0.036413 10.0.0.190 - - [2026-08-17 02:46:38] "POST /fqname-to-id HTTP/1.1" 404 237 0.003983 10.0.0.38 - - [2026-08-17 02:46:38] "POST /projects HTTP/1.1" 200 591 0.285154 10.0.0.38 - - [2026-08-17 02:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.323325 10.0.0.177 - - [2026-08-17 02:46:38] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.494403 10.0.0.190 - - [2026-08-17 02:46:38] "POST /access-control-lists HTTP/1.1" 200 597 0.072885 10.0.0.177 - - [2026-08-17 02:46:40] "GET / HTTP/1.1" 200 35931 0.003878 10.0.0.177 - - [2026-08-17 02:46:42] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000507 10.0.0.38 - - [2026-08-17 02:46:43] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001198 10.0.0.177 - - [2026-08-17 02:46:43] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074846 10.0.0.177 - - [2026-08-17 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009889 10.0.0.177 - - [2026-08-17 02:46:43] "GET /security-group/0a67602a-6181-4194-8178-682d4eeff2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.007362 10.0.0.177 - - [2026-08-17 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.38 - - [2026-08-17 02:46:43] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001109 10.0.0.177 - - [2026-08-17 02:46:43] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.078646 10.0.0.177 - - [2026-08-17 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.177 - - [2026-08-17 02:46:43] "GET /security-group/0a67602a-6181-4194-8178-682d4eeff2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004990 10.0.0.177 - - [2026-08-17 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.177 - - [2026-08-17 02:46:43] "PUT /security-group/0a67602a-6181-4194-8178-682d4eeff2d4 HTTP/1.1" 200 262 0.026407 10.0.0.177 - - [2026-08-17 02:46:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.004311 10.0.0.190 - - [2026-08-17 02:46:43] "PUT /access-control-list/7fb7003a-dcb1-4944-9d31-d852f29b60cb HTTP/1.1" 200 272 0.023517 10.0.0.177 - - [2026-08-17 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.011343 10.0.0.38 - - [2026-08-17 02:46:43] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001086 10.0.0.177 - - [2026-08-17 02:46:43] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.061567 10.0.0.190 - - [2026-08-17 02:46:44] "POST /ref-update HTTP/1.1" 200 156 0.041050 10.0.0.38 - - [2026-08-17 02:46:44] "POST /useragent-kv HTTP/1.1" 200 115 0.010088 10.0.0.177 - - [2026-08-17 02:46:44] "POST /neutron/subnet HTTP/1.1" 200 714 0.284051 10.0.0.177 - - [2026-08-17 02:46:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001431 10.0.0.177 - - [2026-08-17 02:46:44] "GET /virtual-network/f4177991-cd07-4f11-994b-559370ca9835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006354 10.0.0.177 - - [2026-08-17 02:46:44] "GET /virtual-network/f4177991-cd07-4f11-994b-559370ca9835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005769 10.0.0.177 - - [2026-08-17 02:46:44] "POST /neutron/network HTTP/1.1" 200 825 0.008285 10.0.0.177 - - [2026-08-17 02:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.38 - - [2026-08-17 02:46:44] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000985 10.0.0.177 - - [2026-08-17 02:46:44] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.048949 10.0.0.38 - - [2026-08-17 02:46:44] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001471 10.0.0.177 - - [2026-08-17 02:46:45] "POST /neutron/network HTTP/1.1" 200 615 0.223567 10.0.0.177 - - [2026-08-17 02:46:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.004400 10.0.0.177 - - [2026-08-17 02:46:45] "GET /virtual-network/0d8034ff-1cb3-4405-8dad-963f901da5ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007121 10.0.0.177 - - [2026-08-17 02:46:45] "POST /neutron/network HTTP/1.1" 200 834 0.007940 10.0.0.177 - - [2026-08-17 02:46:45] "GET /virtual-network/0d8034ff-1cb3-4405-8dad-963f901da5ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006683 10.0.0.177 - - [2026-08-17 02:46:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001426 10.0.0.177 - - [2026-08-17 02:46:45] "POST /neutron/network HTTP/1.1" 200 835 0.007459 10.0.0.38 - - [2026-08-17 02:46:45] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001062 10.0.0.177 - - [2026-08-17 02:46:45] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.114481 10.0.0.177 - - [2026-08-17 02:46:46] "POST /neutron/port HTTP/1.1" 200 117 0.006481 10.0.0.177 - - [2026-08-17 02:46:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001452 10.0.0.177 - - [2026-08-17 02:46:46] "POST /neutron/network HTTP/1.1" 200 834 0.007723 10.0.0.38 - - [2026-08-17 02:46:46] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001062 10.0.0.177 - - [2026-08-17 02:46:46] "POST /neutron/router HTTP/1.1" 200 585 0.094895 10.0.0.190 - - [2026-08-17 02:46:46] "POST /route-targets HTTP/1.1" 200 327 0.015032 10.0.0.177 - - [2026-08-17 02:46:46] "POST /neutron/router HTTP/1.1" 200 656 0.006803 10.0.0.190 - - [2026-08-17 02:46:46] "GET /service-template/9de0d139-3cdc-48e9-97c8-b9796d14c58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004004 10.0.0.190 - - [2026-08-17 02:46:47] "POST /service-instances HTTP/1.1" 200 670 0.076872 10.0.0.190 - - [2026-08-17 02:46:47] "POST /ref-update HTTP/1.1" 200 156 0.039261 10.0.0.190 - - [2026-08-17 02:46:47] "POST /ref-update HTTP/1.1" 200 156 0.089852 10.0.0.190 - - [2026-08-17 02:46:47] "POST /virtual-machines HTTP/1.1" 200 553 0.048192 10.0.0.190 - - [2026-08-17 02:46:48] "POST /instance-ips HTTP/1.1" 200 551 0.070316 10.0.0.190 - - [2026-08-17 02:46:48] "PUT /virtual-machine-interface/d80a22f7-5f7d-4e55-9cf7-1f459df72d8b HTTP/1.1" 200 284 0.030482 10.0.0.190 - - [2026-08-17 02:46:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.140991 10.0.0.190 - - [2026-08-17 02:46:48] "POST /instance-ips HTTP/1.1" 400 316 0.033791 10.0.0.190 - - [2026-08-17 02:46:48] "PUT /instance-ip/78306eaf-4928-49cb-b15e-a214afb4d1b9 HTTP/1.1" 200 256 0.038154 10.0.0.190 - - [2026-08-17 02:46:48] "PUT /routing-instance/a625646a-23dd-4de5-ae87-048e93e89a7f HTTP/1.1" 200 266 0.053931 10.0.0.190 - - [2026-08-17 02:46:48] "POST /virtual-machines HTTP/1.1" 200 553 0.079417 10.0.0.190 - - [2026-08-17 02:46:49] "POST /instance-ips HTTP/1.1" 400 246 0.045659 10.0.0.190 - - [2026-08-17 02:46:49] "PUT /instance-ip/7365e777-93e8-4db9-87fb-ddab79ea937d HTTP/1.1" 200 256 0.037606 10.0.0.190 - - [2026-08-17 02:46:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.123806 10.0.0.190 - - [2026-08-17 02:46:49] "POST /chown HTTP/1.1" 200 109 0.018033 10.0.0.190 - - [2026-08-17 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.043013 10.0.0.190 - - [2026-08-17 02:46:49] "POST /ref-update HTTP/1.1" 200 156 0.041560 10.0.0.177 - - [2026-08-17 02:46:50] "POST /neutron/network HTTP/1.1" 200 835 0.007288 10.0.0.177 - - [2026-08-17 02:46:50] "POST /neutron/port HTTP/1.1" 200 1061 0.017442 10.0.0.38 - - [2026-08-17 02:46:51] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001036 10.0.0.177 - - [2026-08-17 02:46:51] "POST /neutron/port HTTP/1.1" 200 1063 0.293583 10.0.0.177 - - [2026-08-17 02:46:51] "POST /neutron/port HTTP/1.1" 200 1117 0.167611 10.0.0.177 - - [2026-08-17 02:46:52] "POST /neutron/subnet HTTP/1.1" 200 688 0.008914 10.0.0.177 - - [2026-08-17 02:46:52] "POST /neutron/port HTTP/1.1" 200 1127 0.019696 10.0.0.177 - - [2026-08-17 02:46:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.008499 10.0.0.177 - - [2026-08-17 02:46:52] "POST /neutron/network HTTP/1.1" 200 834 0.007764 10.0.0.38 - - [2026-08-17 02:47:00] "DELETE /project/71986c21-3452-41a0-96cc-fe02b98b7e98 HTTP/1.1" 404 177 0.004449 10.0.0.38 - - [2026-08-17 02:47:00] "DELETE /project/a451b443894342a893753b96ced50262 HTTP/1.1" 404 173 0.003972 10.0.0.177 - - [2026-08-17 02:47:02] "POST /neutron/port HTTP/1.1" 200 1125 0.021214 10.0.0.177 - - [2026-08-17 02:47:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008408 10.0.0.177 - - [2026-08-17 02:47:13] "POST /neutron/port HTTP/1.1" 200 1125 0.019838 10.0.0.177 - - [2026-08-17 02:47:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007804 10.0.0.177 - - [2026-08-17 02:47:13] "GET /virtual-machine/e7b26790-eb21-44fb-8528-24116c2d03a7 HTTP/1.1" 401 293 0.000450 10.0.0.177 - - [2026-08-17 02:47:13] "GET /virtual-machine/e7b26790-eb21-44fb-8528-24116c2d03a7 HTTP/1.1" 200 1295 0.028589 10.0.0.177 - - [2026-08-17 02:47:13] "GET /virtual-machine-interface/d25c5518-3793-4941-99d6-ce61418860fa HTTP/1.1" 200 2957 0.005954 10.0.0.177 - - [2026-08-17 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.177 - - [2026-08-17 02:47:13] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004194 10.0.0.177 - - [2026-08-17 02:47:13] "GET /virtual-networks?parent_id=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003632 10.0.0.177 - - [2026-08-17 02:47:13] "GET /virtual-network/f4177991-cd07-4f11-994b-559370ca9835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006653 10.0.0.177 - - [2026-08-17 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.177 - - [2026-08-17 02:47:17] "GET /virtual-network/f4177991-cd07-4f11-994b-559370ca9835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005739 10.0.0.177 - - [2026-08-17 02:47:18] "POST /neutron/port HTTP/1.1" 200 1127 0.018476 10.0.0.177 - - [2026-08-17 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.177 - - [2026-08-17 02:47:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004128 10.0.0.177 - - [2026-08-17 02:47:19] "GET /virtual-networks?parent_id=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002954 10.0.0.177 - - [2026-08-17 02:47:19] "GET /virtual-network/f4177991-cd07-4f11-994b-559370ca9835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006569 10.0.0.177 - - [2026-08-17 02:47:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007899 10.0.0.177 - - [2026-08-17 02:47:19] "POST /neutron/port HTTP/1.1" 200 1127 0.019414 10.0.0.177 - - [2026-08-17 02:47:19] "GET /virtual-machine/7e4a9cbb-b4f2-4060-ae90-d3c7d890cb7c HTTP/1.1" 200 1295 0.010580 10.0.0.177 - - [2026-08-17 02:47:19] "GET /virtual-machine-interface/2bf50015-2cd0-4a97-bf21-4295c5f87154 HTTP/1.1" 200 2968 0.015963 10.0.0.177 - - [2026-08-17 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.177 - - [2026-08-17 02:47:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004183 10.0.0.177 - - [2026-08-17 02:47:19] "GET /virtual-networks?parent_id=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003525 10.0.0.177 - - [2026-08-17 02:47:19] "GET /virtual-network/0d8034ff-1cb3-4405-8dad-963f901da5ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006469 10.0.0.177 - - [2026-08-17 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.177 - - [2026-08-17 02:47:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004239 10.0.0.177 - - [2026-08-17 02:47:20] "GET /virtual-networks?parent_id=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003426 10.0.0.177 - - [2026-08-17 02:47:20] "GET /virtual-network/0d8034ff-1cb3-4405-8dad-963f901da5ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006563 10.0.0.177 - - [2026-08-17 02:47:24] "POST /neutron/router HTTP/1.1" 200 344 0.270245 10.0.0.190 - - [2026-08-17 02:47:24] "GET /logical-router/082de419-b9fd-4ccf-812e-559d76e6dd63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.043677 10.0.0.190 - - [2026-08-17 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.013983 10.0.0.190 - - [2026-08-17 02:47:24] "DELETE /route-table/10a5c4ac-c3c9-43b7-b9df-93e49878604f HTTP/1.1" 200 115 0.056929 10.0.0.190 - - [2026-08-17 02:47:24] "PUT /routing-instance/a625646a-23dd-4de5-ae87-048e93e89a7f HTTP/1.1" 200 266 0.035646 10.0.0.190 - - [2026-08-17 02:47:24] "POST /ref-update HTTP/1.1" 200 156 0.046743 10.0.0.190 - - [2026-08-17 02:47:24] "POST /ref-update HTTP/1.1" 200 156 0.041412 10.0.0.177 - - [2026-08-17 02:47:24] "POST /neutron/network HTTP/1.1" 200 834 0.007753 10.0.0.190 - - [2026-08-17 02:47:24] "GET /virtual-machine-interface/a81d7372-bd31-43e7-b3c2-3c44994ee021?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.020754 10.0.0.190 - - [2026-08-17 02:47:25] "DELETE /instance-ip/78306eaf-4928-49cb-b15e-a214afb4d1b9 HTTP/1.1" 200 115 0.087505 10.0.0.38 - - [2026-08-17 02:47:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003389 10.0.0.38 - - [2026-08-17 02:47:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005765 10.0.0.190 - - [2026-08-17 02:47:25] "DELETE /virtual-network/9a9927bb-69aa-43b3-858a-eb88a98688a9 HTTP/1.1" 200 115 0.153936 10.0.0.190 - - [2026-08-17 02:47:25] "GET /service-instance/defa0e8c-d16a-4c92-ab21-1c707071fde4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.011162 10.0.0.190 - - [2026-08-17 02:47:25] "GET /instance-ip/7365e777-93e8-4db9-87fb-ddab79ea937d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.017938 10.0.0.190 - - [2026-08-17 02:47:25] "DELETE /virtual-machine/68b4d12f-c420-4229-bf2a-148a567a082d HTTP/1.1" 200 115 0.055644 10.0.0.190 - - [2026-08-17 02:47:25] "GET /instance-ip/7365e777-93e8-4db9-87fb-ddab79ea937d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.019812 10.0.0.190 - - [2026-08-17 02:47:25] "POST /ref-update HTTP/1.1" 200 156 0.035075 10.0.0.177 - - [2026-08-17 02:47:26] "POST /neutron/port HTTP/1.1" 200 1117 0.014514 10.0.0.177 - - [2026-08-17 02:47:26] "POST /neutron/port HTTP/1.1" 200 1115 0.013327 10.0.0.38 - - [2026-08-17 02:47:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003366 10.0.0.38 - - [2026-08-17 02:47:27] "POST /useragent-kv HTTP/1.1" 200 115 0.008053 10.0.0.177 - - [2026-08-17 02:47:27] "POST /neutron/network HTTP/1.1" 200 151 0.212463 10.0.0.190 - - [2026-08-17 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009372 10.0.0.190 - - [2026-08-17 02:47:27] "DELETE /route-target/1cda40b9-ea70-4dee-a187-1ad24b4e23d6 HTTP/1.1" 200 115 0.033992 10.0.0.38 - - [2026-08-17 02:47:28] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001072 10.0.0.177 - - [2026-08-17 02:47:28] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046729 10.0.0.38 - - [2026-08-17 02:47:28] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001631 10.0.0.177 - - [2026-08-17 02:47:28] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?fields=virtual_networks HTTP/1.1" 200 1040 0.051367 10.0.0.38 - - [2026-08-17 02:47:28] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001247 10.0.0.177 - - [2026-08-17 02:47:28] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.064602 10.0.0.38 - - [2026-08-17 02:47:28] "GET /projects?obj_uuids=a451b443-8943-42a8-9375-3b96ced50262&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001094 10.0.0.177 - - [2026-08-17 02:47:29] "GET /project/a451b443-8943-42a8-9375-3b96ced50262?fields=security_groups HTTP/1.1" 200 1269 0.059614 10.0.0.177 - - [2026-08-17 02:47:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.030603 10.0.0.38 - - [2026-08-17 02:47:30] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005338 10.0.0.38 - - [2026-08-17 02:47:30] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.38 - - [2026-08-17 02:47:30] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007547 10.0.0.38 - - [2026-08-17 02:47:30] "POST /id-to-fqname HTTP/1.1" 200 198 0.002707 10.0.0.38 - - [2026-08-17 02:47:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.012431 10.0.0.38 - - [2026-08-17 02:47:30] "POST /security-groups HTTP/1.1" 200 599 0.036295 10.0.0.38 - - [2026-08-17 02:47:30] "POST /projects HTTP/1.1" 200 601 0.281352 10.0.0.38 - - [2026-08-17 02:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.358625 10.0.0.190 - - [2026-08-17 02:47:30] "POST /fqname-to-id HTTP/1.1" 404 241 0.017335 10.0.0.177 - - [2026-08-17 02:47:30] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.527737 10.0.0.177 - - [2026-08-17 02:47:31] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.177 - - [2026-08-17 02:47:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000657 10.0.0.177 - - [2026-08-17 02:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.061908 10.0.0.38 - - [2026-08-17 02:47:34] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.177 - - [2026-08-17 02:47:34] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058184 10.0.0.177 - - [2026-08-17 02:47:34] "POST /neutron/network HTTP/1.1" 200 117 0.032976 10.0.0.190 - - [2026-08-17 02:47:34] "POST /ref-update HTTP/1.1" 200 156 0.044053 10.0.0.38 - - [2026-08-17 02:47:35] "POST /useragent-kv HTTP/1.1" 200 115 0.014773 10.0.0.190 - - [2026-08-17 02:47:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.066471 10.0.0.177 - - [2026-08-17 02:47:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.207732 10.0.0.177 - - [2026-08-17 02:47:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001384 10.0.0.177 - - [2026-08-17 02:47:35] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006421 10.0.0.177 - - [2026-08-17 02:47:35] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005704 10.0.0.177 - - [2026-08-17 02:47:35] "POST /neutron/network HTTP/1.1" 200 1005 0.008682 10.0.0.177 - - [2026-08-17 02:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.38 - - [2026-08-17 02:47:35] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001357 10.0.0.177 - - [2026-08-17 02:47:35] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066125 10.0.0.177 - - [2026-08-17 02:47:35] "POST /neutron/network HTTP/1.1" 200 117 0.014309 10.0.0.38 - - [2026-08-17 02:47:36] "POST /useragent-kv HTTP/1.1" 200 115 0.014340 10.0.0.177 - - [2026-08-17 02:47:36] "POST /neutron/subnet HTTP/1.1" 200 823 0.258230 10.0.0.177 - - [2026-08-17 02:47:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001984 10.0.0.177 - - [2026-08-17 02:47:36] "GET /virtual-network/cc0c5a85-6dd9-4fe7-86fc-0dd2720b9703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007880 10.0.0.177 - - [2026-08-17 02:47:36] "GET /virtual-network/cc0c5a85-6dd9-4fe7-86fc-0dd2720b9703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007015 10.0.0.177 - - [2026-08-17 02:47:36] "POST /neutron/network HTTP/1.1" 200 1006 0.008711 10.0.0.177 - - [2026-08-17 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.003836 10.0.0.177 - - [2026-08-17 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.38 - - [2026-08-17 02:47:36] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.177 - - [2026-08-17 02:47:36] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045897 10.0.0.177 - - [2026-08-17 02:47:36] "POST /network-policys HTTP/1.1" 200 577 0.041216 10.0.0.177 - - [2026-08-17 02:47:36] "GET /network-policy/f33f834f-0963-4d0b-8699-8ae8683e6ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006840 10.0.0.177 - - [2026-08-17 02:47:36] "POST /neutron/network HTTP/1.1" 200 1005 0.014011 10.0.0.190 - - [2026-08-17 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.012198 10.0.0.177 - - [2026-08-17 02:47:36] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.024732 10.0.0.177 - - [2026-08-17 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.177 - - [2026-08-17 02:47:36] "GET /network-policy/f33f834f-0963-4d0b-8699-8ae8683e6ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004149 10.0.0.177 - - [2026-08-17 02:47:36] "POST /neutron/network HTTP/1.1" 200 1006 0.009651 10.0.0.190 - - [2026-08-17 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.007190 10.0.0.190 - - [2026-08-17 02:47:36] "POST /access-control-lists HTTP/1.1" 200 596 0.080273 10.0.0.177 - - [2026-08-17 02:47:36] "GET /virtual-network/cc0c5a85-6dd9-4fe7-86fc-0dd2720b9703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.013860 10.0.0.177 - - [2026-08-17 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.177 - - [2026-08-17 02:47:37] "GET /network-policy/f33f834f-0963-4d0b-8699-8ae8683e6ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004180 10.0.0.177 - - [2026-08-17 02:47:37] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005933 10.0.0.177 - - [2026-08-17 02:47:38] "GET /obj-perms HTTP/1.1" 200 4499 0.060022 10.0.0.177 - - [2026-08-17 02:47:39] "GET /virtual-network/cc0c5a85-6dd9-4fe7-86fc-0dd2720b9703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.009599 10.0.0.190 - - [2026-08-17 02:47:39] "GET /obj-perms HTTP/1.1" 200 4499 0.051111 10.0.0.38 - - [2026-08-17 02:47:40] "GET /obj-perms HTTP/1.1" 200 4499 0.044822 10.0.0.177 - - [2026-08-17 02:47:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001476 10.0.0.177 - - [2026-08-17 02:47:40] "POST /neutron/network HTTP/1.1" 200 1123 0.008476 10.0.0.177 - - [2026-08-17 02:47:40] "POST /neutron/port HTTP/1.1" 200 117 0.007584 10.0.0.177 - - [2026-08-17 02:47:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001679 10.0.0.38 - - [2026-08-17 02:47:40] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.177 - - [2026-08-17 02:47:40] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053471 10.0.0.177 - - [2026-08-17 02:47:40] "POST /neutron/network HTTP/1.1" 200 1114 0.008853 10.0.0.177 - - [2026-08-17 02:47:41] "POST /neutron/port HTTP/1.1" 200 117 0.007375 10.0.0.190 - - [2026-08-17 02:47:43] "DELETE /access-control-list/473acb67-f200-4661-8efc-9f8ce876de89 HTTP/1.1" 200 115 0.070853 10.0.0.177 - - [2026-08-17 02:47:45] "POST /neutron/network HTTP/1.1" 200 1124 0.019770 10.0.0.177 - - [2026-08-17 02:47:45] "POST /neutron/port HTTP/1.1" 200 1174 0.046576 10.0.0.177 - - [2026-08-17 02:47:45] "POST /neutron/port HTTP/1.1" 200 1175 0.023049 10.0.0.177 - - [2026-08-17 02:47:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008497 10.0.0.177 - - [2026-08-17 02:47:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004801 10.0.0.177 - - [2026-08-17 02:47:46] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.177 - - [2026-08-17 02:47:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005323 10.0.0.177 - - [2026-08-17 02:47:47] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.177 - - [2026-08-17 02:47:51] "POST /neutron/port HTTP/1.1" 200 1238 0.020241 10.0.0.177 - - [2026-08-17 02:47:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011771 10.0.0.38 - - [2026-08-17 02:48:00] "DELETE /project/7887bf846cad47aa8acb7229507627f3 HTTP/1.1" 404 173 0.004625 10.0.0.38 - - [2026-08-17 02:48:00] "DELETE /project/a451b443-8943-42a8-9375-3b96ced50262 HTTP/1.1" 404 177 0.004113 10.0.0.177 - - [2026-08-17 02:48:06] "POST /neutron/port HTTP/1.1" 200 1238 0.021791 10.0.0.177 - - [2026-08-17 02:48:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007907 10.0.0.177 - - [2026-08-17 02:48:06] "GET /virtual-machine/82b8cf53-f129-45cb-b082-252f4c134a9b HTTP/1.1" 401 293 0.000661 10.0.0.177 - - [2026-08-17 02:48:07] "GET /virtual-machine/82b8cf53-f129-45cb-b082-252f4c134a9b HTTP/1.1" 200 1300 0.029287 10.0.0.177 - - [2026-08-17 02:48:07] "GET /virtual-machine-interface/3cfc5f0d-7dd4-4d1a-875c-651741174913 HTTP/1.1" 200 3174 0.005678 10.0.0.177 - - [2026-08-17 02:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.177 - - [2026-08-17 02:48:07] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004162 10.0.0.177 - - [2026-08-17 02:48:07] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003540 10.0.0.177 - - [2026-08-17 02:48:07] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006167 10.0.0.177 - - [2026-08-17 02:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.177 - - [2026-08-17 02:48:10] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007804 10.0.0.177 - - [2026-08-17 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.177 - - [2026-08-17 02:48:14] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007574 10.0.0.177 - - [2026-08-17 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.177 - - [2026-08-17 02:48:18] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007956 10.0.0.177 - - [2026-08-17 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005708 10.0.0.177 - - [2026-08-17 02:48:22] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007704 10.0.0.177 - - [2026-08-17 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.177 - - [2026-08-17 02:48:26] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006992 10.0.0.177 - - [2026-08-17 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.177 - - [2026-08-17 02:48:31] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007576 10.0.0.177 - - [2026-08-17 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.177 - - [2026-08-17 02:48:35] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003961 10.0.0.177 - - [2026-08-17 02:48:35] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003127 10.0.0.177 - - [2026-08-17 02:48:35] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006205 10.0.0.177 - - [2026-08-17 02:48:35] "POST /neutron/port HTTP/1.1" 200 1238 0.020933 10.0.0.177 - - [2026-08-17 02:48:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027479 10.0.0.177 - - [2026-08-17 02:48:40] "POST /neutron/port HTTP/1.1" 200 1238 0.020520 10.0.0.177 - - [2026-08-17 02:48:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007735 10.0.0.177 - - [2026-08-17 02:48:45] "POST /neutron/port HTTP/1.1" 200 1239 0.021174 10.0.0.177 - - [2026-08-17 02:48:45] "GET /virtual-machine/6fdf9103-2dc6-4410-994e-c79342e4fe94 HTTP/1.1" 200 1300 0.006653 10.0.0.177 - - [2026-08-17 02:48:46] "GET /virtual-machine-interface/63da382a-6007-4318-9197-64ed27154a46 HTTP/1.1" 200 3175 0.006604 10.0.0.177 - - [2026-08-17 02:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.177 - - [2026-08-17 02:48:46] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004327 10.0.0.177 - - [2026-08-17 02:48:46] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003438 10.0.0.177 - - [2026-08-17 02:48:46] "GET /virtual-network/cc0c5a85-6dd9-4fe7-86fc-0dd2720b9703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006364 10.0.0.38 - - [2026-08-17 02:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000621 10.0.0.38 - - [2026-08-17 02:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.177 - - [2026-08-17 02:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.177 - - [2026-08-17 02:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.190 - - [2026-08-17 02:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.190 - - [2026-08-17 02:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.38 - - [2026-08-17 02:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.001041 10.0.0.38 - - [2026-08-17 02:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.177 - - [2026-08-17 02:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.177 - - [2026-08-17 02:48:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003723 10.0.0.177 - - [2026-08-17 02:48:47] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003916 10.0.0.177 - - [2026-08-17 02:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.177 - - [2026-08-17 02:48:47] "GET /virtual-network/cc0c5a85-6dd9-4fe7-86fc-0dd2720b9703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006438 10.0.0.177 - - [2026-08-17 02:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.190 - - [2026-08-17 02:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.190 - - [2026-08-17 02:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.177 - - [2026-08-17 02:48:57] "POST /neutron/port HTTP/1.1" 200 1238 0.021238 10.0.0.177 - - [2026-08-17 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.38 - - [2026-08-17 02:48:58] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001508 10.0.0.177 - - [2026-08-17 02:48:58] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051570 10.0.0.177 - - [2026-08-17 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.177 - - [2026-08-17 02:48:58] "PUT /network-policy/f33f834f-0963-4d0b-8699-8ae8683e6ed6 HTTP/1.1" 200 262 0.017891 10.0.0.177 - - [2026-08-17 02:48:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005230 10.0.0.177 - - [2026-08-17 02:48:58] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.177 - - [2026-08-17 02:49:01] "GET /virtual-network/cc0c5a85-6dd9-4fe7-86fc-0dd2720b9703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.008059 10.0.0.177 - - [2026-08-17 02:49:01] "POST /neutron/network HTTP/1.1" 200 1006 0.107033 10.0.0.190 - - [2026-08-17 02:49:01] "DELETE /access-control-list/61d72194-3ea0-40f0-a9a9-0de35376d751 HTTP/1.1" 200 115 0.074868 10.0.0.177 - - [2026-08-17 02:49:01] "GET /virtual-network/cc0c5a85-6dd9-4fe7-86fc-0dd2720b9703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006496 10.0.0.177 - - [2026-08-17 02:49:01] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.019408 10.0.0.177 - - [2026-08-17 02:49:02] "POST /neutron/network HTTP/1.1" 200 1005 0.115641 10.0.0.177 - - [2026-08-17 02:49:02] "GET /virtual-network/a4b7da09-8bd7-4491-8bc7-8cadf10f5d93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008546 10.0.0.190 - - [2026-08-17 02:49:02] "POST /ref-update HTTP/1.1" 200 156 0.031074 10.0.0.177 - - [2026-08-17 02:49:02] "DELETE /network-policy/f33f834f-0963-4d0b-8699-8ae8683e6ed6 HTTP/1.1" 200 115 0.076956 10.0.0.177 - - [2026-08-17 02:49:02] "POST /neutron/network HTTP/1.1" 400 204 0.028081 10.0.0.177 - - [2026-08-17 02:49:03] "POST /neutron/port HTTP/1.1" 200 151 0.338153 10.0.0.177 - - [2026-08-17 02:49:04] "POST /neutron/port HTTP/1.1" 200 151 0.370193 10.0.0.177 - - [2026-08-17 02:49:04] "POST /neutron/network HTTP/1.1" 200 1005 0.010024 10.0.0.177 - - [2026-08-17 02:49:04] "GET /obj-perms HTTP/1.1" 200 4509 0.043527 10.0.0.190 - - [2026-08-17 02:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.177 - - [2026-08-17 02:49:07] "POST /neutron/port HTTP/1.1" 200 117 0.007406 10.0.0.38 - - [2026-08-17 02:49:09] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.177 - - [2026-08-17 02:49:09] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051395 10.0.0.177 - - [2026-08-17 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.38 - - [2026-08-17 02:49:09] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001530 10.0.0.177 - - [2026-08-17 02:49:09] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008248 10.0.0.177 - - [2026-08-17 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.38 - - [2026-08-17 02:49:09] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.177 - - [2026-08-17 02:49:09] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067458 10.0.0.177 - - [2026-08-17 02:49:10] "GET /domains HTTP/1.1" 200 280 0.005550 10.0.0.38 - - [2026-08-17 02:49:10] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.177 - - [2026-08-17 02:49:10] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482 HTTP/1.1" 200 2775 0.012578 10.0.0.38 - - [2026-08-17 02:49:10] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.177 - - [2026-08-17 02:49:10] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3 HTTP/1.1" 200 1901 0.097428 10.0.0.177 - - [2026-08-17 02:49:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004274 10.0.0.177 - - [2026-08-17 02:49:10] "POST /network-ipams HTTP/1.1" 200 609 0.045801 10.0.0.177 - - [2026-08-17 02:49:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.010797 10.0.0.177 - - [2026-08-17 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.177 - - [2026-08-17 02:49:10] "GET /network-ipam/367f5cff-9779-42a6-a5dd-eec6b1a9b239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.010433 10.0.0.177 - - [2026-08-17 02:49:11] "PUT /network-ipam/367f5cff-9779-42a6-a5dd-eec6b1a9b239 HTTP/1.1" 200 258 0.016051 10.0.0.177 - - [2026-08-17 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.38 - - [2026-08-17 02:49:11] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.177 - - [2026-08-17 02:49:11] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053495 10.0.0.177 - - [2026-08-17 02:49:11] "POST /neutron/network HTTP/1.1" 200 117 0.021011 10.0.0.190 - - [2026-08-17 02:49:11] "POST /ref-update HTTP/1.1" 200 156 0.033734 10.0.0.38 - - [2026-08-17 02:49:12] "POST /useragent-kv HTTP/1.1" 200 115 0.012836 10.0.0.177 - - [2026-08-17 02:49:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.208392 10.0.0.190 - - [2026-08-17 02:49:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.008849 10.0.0.177 - - [2026-08-17 02:49:12] "POST /id-to-fqname HTTP/1.1" 200 231 0.001581 10.0.0.177 - - [2026-08-17 02:49:12] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.010853 10.0.0.177 - - [2026-08-17 02:49:12] "POST /neutron/network HTTP/1.1" 200 1309 0.012926 10.0.0.177 - - [2026-08-17 02:49:12] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005722 10.0.0.177 - - [2026-08-17 02:49:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.010630 10.0.0.177 - - [2026-08-17 02:49:12] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006355 10.0.0.177 - - [2026-08-17 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.38 - - [2026-08-17 02:49:13] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.177 - - [2026-08-17 02:49:13] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061360 10.0.0.38 - - [2026-08-17 02:49:13] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.177 - - [2026-08-17 02:49:13] "POST /neutron/network HTTP/1.1" 200 619 0.140409 10.0.0.38 - - [2026-08-17 02:49:14] "POST /useragent-kv HTTP/1.1" 200 115 0.019701 10.0.0.177 - - [2026-08-17 02:49:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.284325 10.0.0.177 - - [2026-08-17 02:49:14] "POST /id-to-fqname HTTP/1.1" 200 231 0.001615 10.0.0.177 - - [2026-08-17 02:49:14] "GET /virtual-network/fc5d7282-0e77-4ddd-9309-186eea08be6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007696 10.0.0.177 - - [2026-08-17 02:49:14] "GET /virtual-network/fc5d7282-0e77-4ddd-9309-186eea08be6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006018 10.0.0.177 - - [2026-08-17 02:49:14] "POST /neutron/network HTTP/1.1" 200 1309 0.012518 10.0.0.177 - - [2026-08-17 02:49:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.009454 10.0.0.177 - - [2026-08-17 02:49:14] "GET /virtual-network/fc5d7282-0e77-4ddd-9309-186eea08be6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008313 10.0.0.190 - - [2026-08-17 02:49:14] "GET /obj-perms HTTP/1.1" 200 4499 0.004165 10.0.0.38 - - [2026-08-17 02:49:15] "GET /obj-perms HTTP/1.1" 200 4499 0.004350 10.0.0.177 - - [2026-08-17 02:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.38 - - [2026-08-17 02:49:15] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.177 - - [2026-08-17 02:49:15] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061013 10.0.0.190 - - [2026-08-17 02:49:15] "POST /ref-update HTTP/1.1" 200 156 0.018358 10.0.0.38 - - [2026-08-17 02:49:15] "POST /useragent-kv HTTP/1.1" 200 115 0.012844 10.0.0.177 - - [2026-08-17 02:49:15] "POST /neutron/subnet HTTP/1.1" 200 701 0.224930 10.0.0.177 - - [2026-08-17 02:49:16] "POST /neutron/network HTTP/1.1" 200 1309 0.014448 10.0.0.177 - - [2026-08-17 02:49:16] "POST /id-to-fqname HTTP/1.1" 200 231 0.001198 10.0.0.177 - - [2026-08-17 02:49:16] "GET /virtual-network/5f8e0a5e-07d0-4ba5-9fc6-4f60aef07fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005644 10.0.0.177 - - [2026-08-17 02:49:16] "GET /virtual-network/5f8e0a5e-07d0-4ba5-9fc6-4f60aef07fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005933 10.0.0.177 - - [2026-08-17 02:49:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.014136 10.0.0.177 - - [2026-08-17 02:49:16] "GET /virtual-network/5f8e0a5e-07d0-4ba5-9fc6-4f60aef07fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007338 10.0.0.177 - - [2026-08-17 02:49:16] "GET /obj-perms HTTP/1.1" 200 4499 0.006472 10.0.0.177 - - [2026-08-17 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.38 - - [2026-08-17 02:49:16] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.177 - - [2026-08-17 02:49:16] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045495 10.0.0.177 - - [2026-08-17 02:49:17] "POST /neutron/network HTTP/1.1" 200 117 0.015661 10.0.0.38 - - [2026-08-17 02:49:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004801 10.0.0.177 - - [2026-08-17 02:49:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.268427 10.0.0.190 - - [2026-08-17 02:49:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.012996 10.0.0.177 - - [2026-08-17 02:49:18] "POST /id-to-fqname HTTP/1.1" 200 231 0.001457 10.0.0.177 - - [2026-08-17 02:49:18] "GET /virtual-network/d3296123-aade-4301-970c-64551dd9f771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.007655 10.0.0.177 - - [2026-08-17 02:49:18] "POST /neutron/network HTTP/1.1" 200 1307 0.013968 10.0.0.177 - - [2026-08-17 02:49:18] "GET /virtual-network/d3296123-aade-4301-970c-64551dd9f771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005168 10.0.0.177 - - [2026-08-17 02:49:18] "POST /neutron/subnet HTTP/1.1" 200 701 0.008883 10.0.0.177 - - [2026-08-17 02:49:18] "GET /virtual-network/d3296123-aade-4301-970c-64551dd9f771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.006125 10.0.0.177 - - [2026-08-17 02:49:18] "POST /fqname-to-id HTTP/1.1" 404 225 0.003339 10.0.0.177 - - [2026-08-17 02:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.38 - - [2026-08-17 02:49:18] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.177 - - [2026-08-17 02:49:18] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048522 10.0.0.177 - - [2026-08-17 02:49:19] "POST /network-policys HTTP/1.1" 200 559 0.079581 10.0.0.177 - - [2026-08-17 02:49:19] "GET /network-policy/e992fc86-c9b9-4e70-b4ce-15092d253b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007263 10.0.0.177 - - [2026-08-17 02:49:19] "POST /fqname-to-id HTTP/1.1" 404 225 0.003515 10.0.0.177 - - [2026-08-17 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.38 - - [2026-08-17 02:49:19] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.177 - - [2026-08-17 02:49:19] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051657 10.0.0.177 - - [2026-08-17 02:49:19] "POST /network-policys HTTP/1.1" 200 559 0.075652 10.0.0.177 - - [2026-08-17 02:49:19] "GET /network-policy/87b83dc1-163b-48a5-839d-2575a34888cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.007500 10.0.0.177 - - [2026-08-17 02:49:19] "POST /fqname-to-id HTTP/1.1" 404 225 0.003485 10.0.0.177 - - [2026-08-17 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.38 - - [2026-08-17 02:49:19] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.177 - - [2026-08-17 02:49:19] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063625 10.0.0.177 - - [2026-08-17 02:49:19] "POST /network-policys HTTP/1.1" 200 559 0.079372 10.0.0.177 - - [2026-08-17 02:49:20] "GET /network-policy/75a07da2-1930-4212-af39-354e63163cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006619 10.0.0.177 - - [2026-08-17 02:49:20] "POST /fqname-to-id HTTP/1.1" 404 225 0.003307 10.0.0.177 - - [2026-08-17 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.38 - - [2026-08-17 02:49:20] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.177 - - [2026-08-17 02:49:20] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043648 10.0.0.177 - - [2026-08-17 02:49:20] "POST /network-policys HTTP/1.1" 200 559 0.079706 10.0.0.177 - - [2026-08-17 02:49:20] "GET /network-policy/b7442f5d-f485-416d-895a-d587f1c59e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.008439 10.0.0.177 - - [2026-08-17 02:49:20] "POST /fqname-to-id HTTP/1.1" 404 225 0.003860 10.0.0.177 - - [2026-08-17 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.38 - - [2026-08-17 02:49:20] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.177 - - [2026-08-17 02:49:20] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051656 10.0.0.177 - - [2026-08-17 02:49:20] "POST /network-policys HTTP/1.1" 200 559 0.083675 10.0.0.177 - - [2026-08-17 02:49:20] "GET /network-policy/ce62efb3-9a3c-4ea2-857a-bcb74cdb8700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006589 10.0.0.177 - - [2026-08-17 02:49:21] "POST /fqname-to-id HTTP/1.1" 404 225 0.003617 10.0.0.177 - - [2026-08-17 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.38 - - [2026-08-17 02:49:21] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.177 - - [2026-08-17 02:49:21] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054217 10.0.0.177 - - [2026-08-17 02:49:21] "POST /network-policys HTTP/1.1" 200 559 0.080333 10.0.0.177 - - [2026-08-17 02:49:21] "GET /network-policy/7e3e0cea-dcc4-486c-a344-23aa801b431d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006530 10.0.0.177 - - [2026-08-17 02:49:21] "POST /fqname-to-id HTTP/1.1" 404 225 0.004127 10.0.0.177 - - [2026-08-17 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005997 10.0.0.38 - - [2026-08-17 02:49:21] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.177 - - [2026-08-17 02:49:21] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065390 10.0.0.177 - - [2026-08-17 02:49:21] "POST /network-policys HTTP/1.1" 200 559 0.084067 10.0.0.177 - - [2026-08-17 02:49:21] "GET /network-policy/9498c963-8880-4d0c-b588-b60eb520f4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007465 10.0.0.177 - - [2026-08-17 02:49:21] "POST /fqname-to-id HTTP/1.1" 404 225 0.003793 10.0.0.177 - - [2026-08-17 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.38 - - [2026-08-17 02:49:22] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.177 - - [2026-08-17 02:49:22] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049339 10.0.0.177 - - [2026-08-17 02:49:22] "POST /network-policys HTTP/1.1" 200 559 0.078921 10.0.0.177 - - [2026-08-17 02:49:22] "GET /network-policy/08e844a3-794e-4495-85d1-83504a8f9b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.009329 10.0.0.190 - - [2026-08-17 02:49:22] "POST /fqname-to-id HTTP/1.1" 404 248 0.005122 10.0.0.177 - - [2026-08-17 02:49:22] "POST /neutron/network HTTP/1.1" 200 1494 0.140764 10.0.0.177 - - [2026-08-17 02:49:22] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007022 10.0.0.177 - - [2026-08-17 02:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.177 - - [2026-08-17 02:49:22] "GET /network-policy/87b83dc1-163b-48a5-839d-2575a34888cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.026743 10.0.0.177 - - [2026-08-17 02:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.177 - - [2026-08-17 02:49:22] "GET /network-policy/e992fc86-c9b9-4e70-b4ce-15092d253b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005350 10.0.0.177 - - [2026-08-17 02:49:23] "POST /neutron/network HTTP/1.1" 200 1494 0.119332 10.0.0.177 - - [2026-08-17 02:49:23] "GET /virtual-network/fc5d7282-0e77-4ddd-9309-186eea08be6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007557 10.0.0.177 - - [2026-08-17 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.190 - - [2026-08-17 02:49:23] "POST /access-control-lists HTTP/1.1" 200 605 0.108821 10.0.0.177 - - [2026-08-17 02:49:23] "GET /network-policy/75a07da2-1930-4212-af39-354e63163cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.037375 10.0.0.177 - - [2026-08-17 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.177 - - [2026-08-17 02:49:23] "GET /network-policy/b7442f5d-f485-416d-895a-d587f1c59e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005983 10.0.0.190 - - [2026-08-17 02:49:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.010123 10.0.0.177 - - [2026-08-17 02:49:23] "POST /neutron/network HTTP/1.1" 200 1494 0.118555 10.0.0.190 - - [2026-08-17 02:49:23] "POST /access-control-lists HTTP/1.1" 200 605 0.062104 10.0.0.177 - - [2026-08-17 02:49:23] "GET /virtual-network/5f8e0a5e-07d0-4ba5-9fc6-4f60aef07fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007040 10.0.0.177 - - [2026-08-17 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005699 10.0.0.177 - - [2026-08-17 02:49:23] "GET /network-policy/7e3e0cea-dcc4-486c-a344-23aa801b431d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004710 10.0.0.177 - - [2026-08-17 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.177 - - [2026-08-17 02:49:23] "GET /network-policy/ce62efb3-9a3c-4ea2-857a-bcb74cdb8700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005054 10.0.0.177 - - [2026-08-17 02:49:24] "POST /neutron/network HTTP/1.1" 200 1492 0.165677 10.0.0.177 - - [2026-08-17 02:49:24] "GET /virtual-network/d3296123-aade-4301-970c-64551dd9f771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.007889 10.0.0.177 - - [2026-08-17 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.177 - - [2026-08-17 02:49:24] "GET /network-policy/08e844a3-794e-4495-85d1-83504a8f9b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.005059 10.0.0.177 - - [2026-08-17 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.177 - - [2026-08-17 02:49:24] "GET /network-policy/9498c963-8880-4d0c-b588-b60eb520f4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006227 10.0.0.177 - - [2026-08-17 02:49:24] "POST /id-to-fqname HTTP/1.1" 200 231 0.001604 10.0.0.177 - - [2026-08-17 02:50:00] "POST /neutron/network HTTP/1.1" 200 1494 0.070844 10.0.0.177 - - [2026-08-17 02:50:01] "POST /id-to-fqname HTTP/1.1" 200 231 0.001999 10.0.0.177 - - [2026-08-17 02:50:01] "POST /neutron/port HTTP/1.1" 200 117 0.007903 10.0.0.177 - - [2026-08-17 02:50:01] "POST /neutron/port HTTP/1.1" 200 117 0.010317 10.0.0.190 - - [2026-08-17 02:50:05] "GET /obj-perms HTTP/1.1" 200 4509 0.044548 10.0.0.38 - - [2026-08-17 02:50:05] "GET /obj-perms HTTP/1.1" 200 4509 0.044302 10.0.0.177 - - [2026-08-17 02:50:05] "POST /neutron/network HTTP/1.1" 200 1504 0.008337 10.0.0.177 - - [2026-08-17 02:50:06] "POST /neutron/port HTTP/1.1" 200 1170 0.025544 10.0.0.177 - - [2026-08-17 02:50:07] "POST /neutron/network HTTP/1.1" 200 1504 0.008302 10.0.0.177 - - [2026-08-17 02:50:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005006 10.0.0.177 - - [2026-08-17 02:50:07] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.177 - - [2026-08-17 02:50:07] "POST /neutron/port HTTP/1.1" 200 1170 0.026617 10.0.0.177 - - [2026-08-17 02:50:09] "POST /neutron/port HTTP/1.1" 200 1234 0.045899 10.0.0.177 - - [2026-08-17 02:50:09] "POST /neutron/subnet HTTP/1.1" 200 1361 0.024906 10.0.0.177 - - [2026-08-17 02:50:09] "POST /neutron/network HTTP/1.1" 200 1494 0.020803 10.0.0.177 - - [2026-08-17 02:50:17] "POST /neutron/port HTTP/1.1" 200 1234 0.026029 10.0.0.177 - - [2026-08-17 02:50:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008154 10.0.0.177 - - [2026-08-17 02:50:32] "POST /neutron/port HTTP/1.1" 200 1234 0.018347 10.0.0.177 - - [2026-08-17 02:50:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008409 10.0.0.177 - - [2026-08-17 02:50:47] "POST /neutron/port HTTP/1.1" 200 1234 0.019068 10.0.0.177 - - [2026-08-17 02:50:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008088 10.0.0.177 - - [2026-08-17 02:51:03] "POST /neutron/port HTTP/1.1" 200 1234 0.022621 10.0.0.177 - - [2026-08-17 02:51:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007566 10.0.0.177 - - [2026-08-17 02:51:18] "POST /neutron/port HTTP/1.1" 200 1234 0.020640 10.0.0.177 - - [2026-08-17 02:51:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008012 10.0.0.177 - - [2026-08-17 02:51:18] "GET /virtual-machine/592a9492-664a-421b-a8fe-de975f6491d5 HTTP/1.1" 200 1300 0.007172 10.0.0.177 - - [2026-08-17 02:51:18] "GET /virtual-machine-interface/593dbb16-b6dd-4609-b1c3-ac5bd200bc16 HTTP/1.1" 200 3184 0.009819 10.0.0.177 - - [2026-08-17 02:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.177 - - [2026-08-17 02:51:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005703 10.0.0.177 - - [2026-08-17 02:51:18] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.006920 10.0.0.177 - - [2026-08-17 02:51:18] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006580 10.0.0.177 - - [2026-08-17 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.177 - - [2026-08-17 02:51:21] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007511 10.0.0.177 - - [2026-08-17 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.177 - - [2026-08-17 02:51:25] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006447 10.0.0.177 - - [2026-08-17 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.177 - - [2026-08-17 02:51:29] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006100 10.0.0.177 - - [2026-08-17 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.177 - - [2026-08-17 02:51:34] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006200 10.0.0.177 - - [2026-08-17 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005594 10.0.0.177 - - [2026-08-17 02:51:38] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005768 10.0.0.177 - - [2026-08-17 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.177 - - [2026-08-17 02:51:42] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007589 10.0.0.177 - - [2026-08-17 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.177 - - [2026-08-17 02:51:46] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007209 10.0.0.177 - - [2026-08-17 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.177 - - [2026-08-17 02:51:48] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006777 10.0.0.177 - - [2026-08-17 02:51:48] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004091 10.0.0.177 - - [2026-08-17 02:51:48] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006668 10.0.0.177 - - [2026-08-17 02:51:48] "POST /neutron/port HTTP/1.1" 200 1234 0.021715 10.0.0.177 - - [2026-08-17 02:51:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008345 10.0.0.177 - - [2026-08-17 02:51:53] "POST /neutron/port HTTP/1.1" 200 1234 0.019470 10.0.0.177 - - [2026-08-17 02:51:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008135 10.0.0.177 - - [2026-08-17 02:52:01] "POST /neutron/network HTTP/1.1" 200 1504 0.029115 10.0.0.177 - - [2026-08-17 02:52:01] "POST /neutron/subnet HTTP/1.1" 200 1361 0.021085 10.0.0.177 - - [2026-08-17 02:52:01] "POST /neutron/network HTTP/1.1" 200 1494 0.014652 10.0.0.177 - - [2026-08-17 02:52:04] "POST /neutron/port HTTP/1.1" 200 1234 0.024282 10.0.0.177 - - [2026-08-17 02:52:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008452 10.0.0.177 - - [2026-08-17 02:52:04] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 200 1300 0.007290 10.0.0.177 - - [2026-08-17 02:52:04] "GET /virtual-machine-interface/2ddb5f85-9dea-479b-864b-c53f482b7dde HTTP/1.1" 200 3183 0.006642 10.0.0.177 - - [2026-08-17 02:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.177 - - [2026-08-17 02:52:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004291 10.0.0.177 - - [2026-08-17 02:52:04] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003788 10.0.0.177 - - [2026-08-17 02:52:04] "GET /virtual-network/fc5d7282-0e77-4ddd-9309-186eea08be6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007104 10.0.0.177 - - [2026-08-17 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.177 - - [2026-08-17 02:52:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005293 10.0.0.177 - - [2026-08-17 02:52:05] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004256 10.0.0.177 - - [2026-08-17 02:52:05] "GET /virtual-network/fc5d7282-0e77-4ddd-9309-186eea08be6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007182 10.0.0.177 - - [2026-08-17 02:52:06] "POST /neutron/port HTTP/1.1" 200 1234 0.020352 10.0.0.177 - - [2026-08-17 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.177 - - [2026-08-17 02:52:06] "GET /network-policy/75a07da2-1930-4212-af39-354e63163cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004472 10.0.0.177 - - [2026-08-17 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.177 - - [2026-08-17 02:52:06] "GET /network-policy/b7442f5d-f485-416d-895a-d587f1c59e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007863 10.0.0.177 - - [2026-08-17 02:52:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008805 10.0.0.177 - - [2026-08-17 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.177 - - [2026-08-17 02:52:06] "GET /network-policy/e992fc86-c9b9-4e70-b4ce-15092d253b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005476 10.0.0.177 - - [2026-08-17 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.177 - - [2026-08-17 02:52:06] "GET /network-policy/87b83dc1-163b-48a5-839d-2575a34888cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004461 10.0.0.177 - - [2026-08-17 02:52:07] "GET /obj-perms HTTP/1.1" 200 4509 0.046779 10.0.0.177 - - [2026-08-17 02:52:09] "POST /neutron/network HTTP/1.1" 200 1504 0.030890 10.0.0.177 - - [2026-08-17 02:52:09] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018232 10.0.0.177 - - [2026-08-17 02:52:09] "POST /neutron/network HTTP/1.1" 200 1494 0.013537 10.0.0.177 - - [2026-08-17 02:52:14] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 200 1300 0.005063 10.0.0.177 - - [2026-08-17 02:52:16] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 200 1300 0.003859 10.0.0.177 - - [2026-08-17 02:52:16] "POST /neutron/port HTTP/1.1" 200 151 0.280866 10.0.0.177 - - [2026-08-17 02:52:18] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 404 171 0.003781 10.0.0.177 - - [2026-08-17 02:52:18] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 404 171 0.003414 10.0.0.177 - - [2026-08-17 02:52:18] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 404 171 0.003255 10.0.0.177 - - [2026-08-17 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.177 - - [2026-08-17 02:52:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004680 10.0.0.177 - - [2026-08-17 02:52:18] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003870 10.0.0.177 - - [2026-08-17 02:52:18] "GET /virtual-network/fc5d7282-0e77-4ddd-9309-186eea08be6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007231 10.0.0.177 - - [2026-08-17 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.177 - - [2026-08-17 02:52:18] "GET /routing-instance/c34d6e91-1113-4065-85be-ed5ac6efd904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005798 10.0.0.177 - - [2026-08-17 02:52:18] "GET /route-target/cfb9773c-14f5-4d1c-be95-18b29ab25f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004312 10.0.0.177 - - [2026-08-17 02:52:18] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 404 171 0.003782 10.0.0.177 - - [2026-08-17 02:52:19] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 404 171 0.003725 10.0.0.177 - - [2026-08-17 02:52:20] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 404 171 0.004334 10.0.0.177 - - [2026-08-17 02:52:21] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 404 171 0.004655 10.0.0.177 - - [2026-08-17 02:52:22] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 404 171 0.003896 10.0.0.177 - - [2026-08-17 02:52:23] "GET /virtual-machine/7ee0688f-f808-4b92-8c52-ba032493ee68 HTTP/1.1" 404 171 0.003583 10.0.0.190 - - [2026-08-17 02:52:27] "GET /obj-perms HTTP/1.1" 200 4499 0.003997 10.0.0.177 - - [2026-08-17 02:52:30] "GET /obj-perms HTTP/1.1" 200 4499 0.004431 10.0.0.177 - - [2026-08-17 02:52:30] "GET /virtual-machine/592a9492-664a-421b-a8fe-de975f6491d5 HTTP/1.1" 200 1300 0.005210 10.0.0.177 - - [2026-08-17 02:52:32] "GET /virtual-machine/592a9492-664a-421b-a8fe-de975f6491d5 HTTP/1.1" 200 1300 0.004227 10.0.0.177 - - [2026-08-17 02:52:32] "POST /neutron/port HTTP/1.1" 200 151 0.304281 10.0.0.177 - - [2026-08-17 02:52:34] "GET /virtual-machine/592a9492-664a-421b-a8fe-de975f6491d5 HTTP/1.1" 404 171 0.004720 10.0.0.177 - - [2026-08-17 02:52:34] "GET /virtual-machine/592a9492-664a-421b-a8fe-de975f6491d5 HTTP/1.1" 404 171 0.003336 10.0.0.177 - - [2026-08-17 02:52:34] "GET /virtual-machine/592a9492-664a-421b-a8fe-de975f6491d5 HTTP/1.1" 404 171 0.003394 10.0.0.177 - - [2026-08-17 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.025259 10.0.0.177 - - [2026-08-17 02:52:34] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004281 10.0.0.177 - - [2026-08-17 02:52:34] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003752 10.0.0.177 - - [2026-08-17 02:52:34] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006438 10.0.0.177 - - [2026-08-17 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.177 - - [2026-08-17 02:52:34] "GET /routing-instance/7097ac67-c2a2-4f03-b063-5c2b63de1a81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006029 10.0.0.177 - - [2026-08-17 02:52:34] "GET /route-target/57b96b7e-f98d-4bbb-bbcf-071b3c86a048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004369 10.0.0.177 - - [2026-08-17 02:52:34] "GET /obj-perms HTTP/1.1" 200 4499 0.004415 10.0.0.190 - - [2026-08-17 02:52:34] "GET /obj-perms HTTP/1.1" 200 4499 0.004704 10.0.0.177 - - [2026-08-17 02:52:44] "GET /obj-perms HTTP/1.1" 200 4499 0.049480 10.0.0.190 - - [2026-08-17 02:52:44] "GET /obj-perms HTTP/1.1" 200 4499 0.046172 10.0.0.177 - - [2026-08-17 02:52:53] "GET /obj-perms HTTP/1.1" 200 4499 0.004921 10.0.0.190 - - [2026-08-17 02:52:53] "GET /obj-perms HTTP/1.1" 200 4499 0.004386 10.0.0.177 - - [2026-08-17 02:52:59] "GET /obj-perms HTTP/1.1" 200 4499 0.004216 10.0.0.190 - - [2026-08-17 02:52:59] "GET /obj-perms HTTP/1.1" 200 4499 0.004871 10.0.0.38 - - [2026-08-17 02:52:59] "GET /obj-perms HTTP/1.1" 200 4499 0.045518 10.0.0.177 - - [2026-08-17 02:52:59] "GET /virtual-network/d3296123-aade-4301-970c-64551dd9f771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.006974 10.0.0.190 - - [2026-08-17 02:53:00] "DELETE /access-control-list/7a163dd5-806d-4739-a614-91ab96d3cba6 HTTP/1.1" 200 115 0.125458 10.0.0.177 - - [2026-08-17 02:53:00] "POST /neutron/network HTTP/1.1" 200 1307 0.079719 10.0.0.177 - - [2026-08-17 02:53:00] "GET /virtual-network/d3296123-aade-4301-970c-64551dd9f771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.018023 10.0.0.177 - - [2026-08-17 02:53:00] "GET /virtual-network/5f8e0a5e-07d0-4ba5-9fc6-4f60aef07fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007010 10.0.0.190 - - [2026-08-17 02:53:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.043334 10.0.0.177 - - [2026-08-17 02:53:00] "POST /neutron/network HTTP/1.1" 200 1309 0.042804 10.0.0.177 - - [2026-08-17 02:53:00] "GET /virtual-network/5f8e0a5e-07d0-4ba5-9fc6-4f60aef07fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008032 10.0.0.177 - - [2026-08-17 02:53:00] "GET /virtual-network/fc5d7282-0e77-4ddd-9309-186eea08be6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.009009 10.0.0.177 - - [2026-08-17 02:53:01] "POST /neutron/network HTTP/1.1" 200 1309 0.015419 10.0.0.177 - - [2026-08-17 02:53:01] "GET /virtual-network/fc5d7282-0e77-4ddd-9309-186eea08be6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.042038 10.0.0.190 - - [2026-08-17 02:53:01] "POST /ref-update HTTP/1.1" 200 156 0.037932 10.0.0.177 - - [2026-08-17 02:53:01] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007301 10.0.0.177 - - [2026-08-17 02:53:01] "POST /neutron/network HTTP/1.1" 200 1309 0.031200 10.0.0.177 - - [2026-08-17 02:53:01] "GET /virtual-network/a8bec129-ddb2-49ba-af17-b5e346bee7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.012020 10.0.0.177 - - [2026-08-17 02:53:01] "DELETE /network-policy/08e844a3-794e-4495-85d1-83504a8f9b7e HTTP/1.1" 200 115 0.044712 10.0.0.177 - - [2026-08-17 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006430 10.0.0.38 - - [2026-08-17 02:53:01] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.032683 10.0.0.177 - - [2026-08-17 02:53:01] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.083512 10.0.0.177 - - [2026-08-17 02:53:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-18018429&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.006664 10.0.0.177 - - [2026-08-17 02:53:01] "DELETE /network-policy/9498c963-8880-4d0c-b588-b60eb520f4ef HTTP/1.1" 200 115 0.050609 10.0.0.177 - - [2026-08-17 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.38 - - [2026-08-17 02:53:01] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.177 - - [2026-08-17 02:53:01] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048410 10.0.0.177 - - [2026-08-17 02:53:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-18018429&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.006167 10.0.0.177 - - [2026-08-17 02:53:02] "DELETE /network-policy/7e3e0cea-dcc4-486c-a344-23aa801b431d HTTP/1.1" 200 115 0.063221 10.0.0.177 - - [2026-08-17 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540 10.0.0.38 - - [2026-08-17 02:53:02] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001156 10.0.0.177 - - [2026-08-17 02:53:02] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062217 10.0.0.177 - - [2026-08-17 02:53:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-18018429&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006304 10.0.0.177 - - [2026-08-17 02:53:02] "DELETE /network-policy/ce62efb3-9a3c-4ea2-857a-bcb74cdb8700 HTTP/1.1" 200 115 0.047551 10.0.0.177 - - [2026-08-17 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.38 - - [2026-08-17 02:53:02] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001400 10.0.0.177 - - [2026-08-17 02:53:02] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051712 10.0.0.177 - - [2026-08-17 02:53:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-18018429&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005949 10.0.0.177 - - [2026-08-17 02:53:02] "DELETE /network-policy/b7442f5d-f485-416d-895a-d587f1c59e89 HTTP/1.1" 200 115 0.055038 10.0.0.177 - - [2026-08-17 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.38 - - [2026-08-17 02:53:02] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.177 - - [2026-08-17 02:53:02] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080170 10.0.0.177 - - [2026-08-17 02:53:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-18018429&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.006416 10.0.0.177 - - [2026-08-17 02:53:02] "DELETE /network-policy/75a07da2-1930-4212-af39-354e63163cce HTTP/1.1" 200 115 0.057107 10.0.0.177 - - [2026-08-17 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.38 - - [2026-08-17 02:53:02] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.177 - - [2026-08-17 02:53:02] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065795 10.0.0.177 - - [2026-08-17 02:53:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-18018429&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006112 10.0.0.177 - - [2026-08-17 02:53:03] "DELETE /network-policy/87b83dc1-163b-48a5-839d-2575a34888cc HTTP/1.1" 200 115 0.038641 10.0.0.177 - - [2026-08-17 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005716 10.0.0.38 - - [2026-08-17 02:53:03] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001509 10.0.0.177 - - [2026-08-17 02:53:03] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057540 10.0.0.177 - - [2026-08-17 02:53:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-18018429&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006264 10.0.0.177 - - [2026-08-17 02:53:03] "DELETE /network-policy/e992fc86-c9b9-4e70-b4ce-15092d253b97 HTTP/1.1" 200 115 0.049486 10.0.0.177 - - [2026-08-17 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.38 - - [2026-08-17 02:53:03] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.177 - - [2026-08-17 02:53:03] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054720 10.0.0.177 - - [2026-08-17 02:53:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-18018429&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.009228 10.0.0.190 - - [2026-08-17 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.177 - - [2026-08-17 02:53:04] "POST /neutron/network HTTP/1.1" 200 1309 0.012492 10.0.0.190 - - [2026-08-17 02:53:04] "DELETE /route-target/82c7e120-4aa1-4864-af79-b34bd3967738 HTTP/1.1" 200 115 0.026412 10.0.0.38 - - [2026-08-17 02:53:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003936 10.0.0.38 - - [2026-08-17 02:53:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002914 10.0.0.38 - - [2026-08-17 02:53:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003382 10.0.0.38 - - [2026-08-17 02:53:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002974 10.0.0.38 - - [2026-08-17 02:53:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002578 10.0.0.38 - - [2026-08-17 02:53:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002669 10.0.0.177 - - [2026-08-17 02:53:04] "POST /neutron/network HTTP/1.1" 200 151 0.201241 10.0.0.190 - - [2026-08-17 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.177 - - [2026-08-17 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.177 - - [2026-08-17 02:53:05] "DELETE /network-ipam/367f5cff-9779-42a6-a5dd-eec6b1a9b239 HTTP/1.1" 200 115 0.039409 10.0.0.177 - - [2026-08-17 02:53:05] "POST /fqname-to-id HTTP/1.1" 404 252 0.004088 10.0.0.38 - - [2026-08-17 02:53:05] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.38 - - [2026-08-17 02:53:05] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.061978 10.0.0.38 - - [2026-08-17 02:53:05] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001594 10.0.0.38 - - [2026-08-17 02:53:05] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?fields=security_groups HTTP/1.1" 200 1388 0.062471 10.0.0.38 - - [2026-08-17 02:53:05] "DELETE /security-group/e4bf8852-3d60-49f2-b34a-b355eb4ef212 HTTP/1.1" 200 115 0.069896 10.0.0.38 - - [2026-08-17 02:53:05] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.38 - - [2026-08-17 02:53:05] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?fields=application_policy_sets HTTP/1.1" 200 1427 0.048061 10.0.0.190 - - [2026-08-17 02:53:05] "DELETE /access-control-list/bd746d32-dea7-4086-93c7-31e296be4e01 HTTP/1.1" 200 115 0.060689 10.0.0.177 - - [2026-08-17 02:53:05] "DELETE /project/7887bf84-6cad-47aa-8acb-7229507627f3 HTTP/1.1" 200 115 0.464490 10.0.0.38 - - [2026-08-17 02:53:05] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.177 - - [2026-08-17 02:53:05] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?fields=projects HTTP/1.1" 200 1438 0.011513 10.0.0.177 - - [2026-08-17 02:53:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.003893 10.0.0.38 - - [2026-08-17 02:53:11] "POST /id-to-fqname HTTP/1.1" 200 198 0.012319 10.0.0.38 - - [2026-08-17 02:53:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.015938 10.0.0.38 - - [2026-08-17 02:53:11] "POST /security-groups HTTP/1.1" 200 599 0.034995 10.0.0.38 - - [2026-08-17 02:53:11] "POST /projects HTTP/1.1" 200 601 0.305094 10.0.0.177 - - [2026-08-17 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.338483 10.0.0.190 - - [2026-08-17 02:53:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.007889 10.0.0.38 - - [2026-08-17 02:53:11] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.177 - - [2026-08-17 02:53:11] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063083 10.0.0.177 - - [2026-08-17 02:53:11] "POST /network-policys HTTP/1.1" 200 559 0.079639 10.0.0.177 - - [2026-08-17 02:53:11] "GET /network-policy/3218fe34-e742-4748-96da-36f3b2ec53ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.006564 10.0.0.177 - - [2026-08-17 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.38 - - [2026-08-17 02:53:11] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.177 - - [2026-08-17 02:53:11] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055514 10.0.0.177 - - [2026-08-17 02:53:12] "POST /neutron/network HTTP/1.1" 200 117 0.017513 10.0.0.190 - - [2026-08-17 02:53:12] "POST /ref-update HTTP/1.1" 200 156 0.031758 10.0.0.190 - - [2026-08-17 02:53:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.006898 10.0.0.38 - - [2026-08-17 02:53:12] "POST /useragent-kv HTTP/1.1" 200 115 0.013277 10.0.0.177 - - [2026-08-17 02:53:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.247987 10.0.0.177 - - [2026-08-17 02:53:12] "POST /id-to-fqname HTTP/1.1" 200 229 0.001581 10.0.0.177 - - [2026-08-17 02:53:12] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007670 10.0.0.177 - - [2026-08-17 02:53:12] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006161 10.0.0.177 - - [2026-08-17 02:53:12] "POST /neutron/network HTTP/1.1" 200 1007 0.010128 10.0.0.177 - - [2026-08-17 02:53:12] "POST /neutron/network HTTP/1.1" 200 1007 0.010400 10.0.0.177 - - [2026-08-17 02:53:13] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.011487 10.0.0.177 - - [2026-08-17 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.177 - - [2026-08-17 02:53:13] "GET /network-policy/3218fe34-e742-4748-96da-36f3b2ec53ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.004391 10.0.0.177 - - [2026-08-17 02:53:13] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005949 10.0.0.177 - - [2026-08-17 02:53:13] "POST /id-to-fqname HTTP/1.1" 200 229 0.001485 10.0.0.177 - - [2026-08-17 02:53:14] "POST /neutron/network HTTP/1.1" 200 1116 0.008230 10.0.0.38 - - [2026-08-17 02:53:14] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.177 - - [2026-08-17 02:53:14] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078739 10.0.0.177 - - [2026-08-17 02:53:14] "POST /neutron/port HTTP/1.1" 200 117 0.008356 10.0.0.177 - - [2026-08-17 02:53:14] "POST /id-to-fqname HTTP/1.1" 200 229 0.001698 10.0.0.177 - - [2026-08-17 02:53:14] "POST /neutron/network HTTP/1.1" 200 1106 0.009138 10.0.0.177 - - [2026-08-17 02:53:15] "POST /neutron/port HTTP/1.1" 200 117 0.007317 10.0.0.177 - - [2026-08-17 02:53:19] "POST /neutron/port HTTP/1.1" 200 1174 0.024510 10.0.0.38 - - [2026-08-17 02:53:19] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.177 - - [2026-08-17 02:53:19] "POST /neutron/port HTTP/1.1" 200 1174 0.436304 10.0.0.177 - - [2026-08-17 02:53:19] "POST /neutron/port HTTP/1.1" 200 1174 0.018614 10.0.0.177 - - [2026-08-17 02:53:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007784 10.0.0.177 - - [2026-08-17 02:53:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004446 10.0.0.177 - - [2026-08-17 02:53:20] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.177 - - [2026-08-17 02:53:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004732 10.0.0.177 - - [2026-08-17 02:53:20] "POST /neutron/port HTTP/1.1" 200 117 0.001371 10.0.0.177 - - [2026-08-17 02:53:25] "POST /neutron/port HTTP/1.1" 200 1238 0.022262 10.0.0.177 - - [2026-08-17 02:53:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007892 10.0.0.177 - - [2026-08-17 02:53:40] "POST /neutron/port HTTP/1.1" 200 1238 0.018482 10.0.0.177 - - [2026-08-17 02:53:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008904 10.0.0.177 - - [2026-08-17 02:53:40] "GET /virtual-machine/e501b36d-3407-429c-a73e-2d50383164e0 HTTP/1.1" 200 1301 0.030178 10.0.0.177 - - [2026-08-17 02:53:40] "GET /virtual-machine-interface/584e6e74-911a-4d4d-8968-257e631e68cc HTTP/1.1" 200 3177 0.005630 10.0.0.177 - - [2026-08-17 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005634 10.0.0.177 - - [2026-08-17 02:53:40] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006171 10.0.0.177 - - [2026-08-17 02:53:40] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003588 10.0.0.177 - - [2026-08-17 02:53:40] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008027 10.0.0.177 - - [2026-08-17 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.177 - - [2026-08-17 02:53:44] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005784 10.0.0.38 - - [2026-08-17 02:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.38 - - [2026-08-17 02:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.177 - - [2026-08-17 02:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.177 - - [2026-08-17 02:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.190 - - [2026-08-17 02:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.190 - - [2026-08-17 02:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.38 - - [2026-08-17 02:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.38 - - [2026-08-17 02:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.177 - - [2026-08-17 02:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.177 - - [2026-08-17 02:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.190 - - [2026-08-17 02:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.190 - - [2026-08-17 02:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.177 - - [2026-08-17 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.177 - - [2026-08-17 02:53:48] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005749 10.0.0.177 - - [2026-08-17 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.177 - - [2026-08-17 02:53:52] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005887 10.0.0.177 - - [2026-08-17 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.177 - - [2026-08-17 02:53:56] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005669 10.0.0.177 - - [2026-08-17 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.177 - - [2026-08-17 02:54:00] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006079 10.0.0.38 - - [2026-08-17 02:54:00] "DELETE /project/7887bf846cad47aa8acb7229507627f3 HTTP/1.1" 404 173 0.029072 10.0.0.177 - - [2026-08-17 02:54:01] "POST /neutron/port HTTP/1.1" 200 1238 0.023868 10.0.0.177 - - [2026-08-17 02:54:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004192 10.0.0.177 - - [2026-08-17 02:54:03] "POST /neutron/port HTTP/1.1" 200 117 0.001449 10.0.0.177 - - [2026-08-17 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.177 - - [2026-08-17 02:54:04] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006102 10.0.0.177 - - [2026-08-17 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.177 - - [2026-08-17 02:54:08] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005076 10.0.0.177 - - [2026-08-17 02:54:08] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004370 10.0.0.177 - - [2026-08-17 02:54:08] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007378 10.0.0.177 - - [2026-08-17 02:54:08] "POST /neutron/port HTTP/1.1" 200 1238 0.019487 10.0.0.177 - - [2026-08-17 02:54:08] "GET /obj-perms HTTP/1.1" 200 4509 0.041082 10.0.0.190 - - [2026-08-17 02:54:09] "GET /obj-perms HTTP/1.1" 200 4509 0.042807 10.0.0.177 - - [2026-08-17 02:54:10] "POST /neutron/port HTTP/1.1" 200 1238 0.026340 10.0.0.177 - - [2026-08-17 02:54:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004415 10.0.0.177 - - [2026-08-17 02:54:11] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.177 - - [2026-08-17 02:54:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.025770 10.0.0.177 - - [2026-08-17 02:54:19] "POST /neutron/port HTTP/1.1" 200 1238 0.018592 10.0.0.177 - - [2026-08-17 02:54:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008564 10.0.0.177 - - [2026-08-17 02:54:19] "GET /virtual-machine/bcd86ee3-e1d3-4139-a79a-df477f0125e6 HTTP/1.1" 200 1301 0.007178 10.0.0.177 - - [2026-08-17 02:54:19] "GET /virtual-machine-interface/9000c18c-d1c2-46a9-9b67-61712eee50f3 HTTP/1.1" 200 3179 0.006686 10.0.0.177 - - [2026-08-17 02:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.177 - - [2026-08-17 02:54:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004252 10.0.0.177 - - [2026-08-17 02:54:19] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003379 10.0.0.177 - - [2026-08-17 02:54:19] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006363 10.0.0.177 - - [2026-08-17 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.177 - - [2026-08-17 02:54:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004421 10.0.0.177 - - [2026-08-17 02:54:20] "GET /virtual-networks?parent_id=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003713 10.0.0.177 - - [2026-08-17 02:54:20] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006573 10.0.0.177 - - [2026-08-17 02:54:20] "POST /neutron/port HTTP/1.1" 200 1238 0.019500 10.0.0.177 - - [2026-08-17 02:54:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007961 10.0.0.177 - - [2026-08-17 02:54:41] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006805 10.0.0.177 - - [2026-08-17 02:54:41] "POST /neutron/network HTTP/1.1" 200 1106 0.010317 10.0.0.190 - - [2026-08-17 02:54:41] "DELETE /access-control-list/a9be0df1-daa5-406f-95dc-030890970988 HTTP/1.1" 200 115 0.084327 10.0.0.177 - - [2026-08-17 02:54:41] "GET /virtual-network/838c085c-d14f-4992-9745-1979ed22dfcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.021785 10.0.0.177 - - [2026-08-17 02:54:41] "POST /neutron/network HTTP/1.1" 200 1007 0.015349 10.0.0.177 - - [2026-08-17 02:54:43] "POST /neutron/port HTTP/1.1" 200 1228 0.017395 10.0.0.177 - - [2026-08-17 02:54:43] "POST /neutron/port HTTP/1.1" 200 1228 0.040111 10.0.0.177 - - [2026-08-17 02:54:43] "POST /neutron/network HTTP/1.1" 400 204 0.023301 10.0.0.177 - - [2026-08-17 02:54:45] "DELETE /network-policy/3218fe34-e742-4748-96da-36f3b2ec53ca HTTP/1.1" 200 115 0.045208 10.0.0.38 - - [2026-08-17 02:54:48] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.177 - - [2026-08-17 02:54:48] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.093973 10.0.0.38 - - [2026-08-17 02:54:48] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.177 - - [2026-08-17 02:54:48] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?fields=virtual_networks HTTP/1.1" 200 1049 0.056881 10.0.0.38 - - [2026-08-17 02:54:48] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.177 - - [2026-08-17 02:54:48] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.051212 10.0.0.38 - - [2026-08-17 02:54:48] "GET /projects?obj_uuids=7887bf84-6cad-47aa-8acb-7229507627f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.177 - - [2026-08-17 02:54:48] "GET /project/7887bf84-6cad-47aa-8acb-7229507627f3?fields=security_groups HTTP/1.1" 200 1283 0.049965 10.0.0.177 - - [2026-08-17 02:54:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.034127 10.0.0.38 - - [2026-08-17 02:54:49] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002889 10.0.0.38 - - [2026-08-17 02:54:49] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.38 - - [2026-08-17 02:54:49] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009210 10.0.0.38 - - [2026-08-17 02:54:50] "POST /id-to-fqname HTTP/1.1" 200 204 0.003147 10.0.0.38 - - [2026-08-17 02:54:50] "POST /fqname-to-id HTTP/1.1" 404 213 0.004501 10.0.0.38 - - [2026-08-17 02:54:50] "POST /security-groups HTTP/1.1" 200 605 0.033657 10.0.0.38 - - [2026-08-17 02:54:50] "POST /projects HTTP/1.1" 200 613 0.278318 10.0.0.190 - - [2026-08-17 02:54:50] "POST /fqname-to-id HTTP/1.1" 404 248 0.004604 10.0.0.38 - - [2026-08-17 02:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.358025 10.0.0.190 - - [2026-08-17 02:54:50] "POST /access-control-lists HTTP/1.1" 200 608 0.035527 10.0.0.177 - - [2026-08-17 02:54:50] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.520197 10.0.0.177 - - [2026-08-17 02:54:51] "GET / HTTP/1.1" 200 35931 0.001969 10.0.0.177 - - [2026-08-17 02:54:55] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000610 10.0.0.38 - - [2026-08-17 02:54:55] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001517 10.0.0.177 - - [2026-08-17 02:54:55] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.080729 10.0.0.177 - - [2026-08-17 02:54:56] "GET / HTTP/1.1" 200 35931 0.002284 10.0.0.177 - - [2026-08-17 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.38 - - [2026-08-17 02:54:56] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.177 - - [2026-08-17 02:54:56] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007876 10.0.0.177 - - [2026-08-17 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.38 - - [2026-08-17 02:54:56] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001116 10.0.0.177 - - [2026-08-17 02:54:56] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.070635 10.0.0.177 - - [2026-08-17 02:54:57] "GET /domains HTTP/1.1" 401 293 0.000591 10.0.0.177 - - [2026-08-17 02:54:58] "GET /domains HTTP/1.1" 200 280 0.033152 10.0.0.38 - - [2026-08-17 02:54:58] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.177 - - [2026-08-17 02:54:58] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482 HTTP/1.1" 200 2975 0.010652 10.0.0.38 - - [2026-08-17 02:54:58] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001077 10.0.0.177 - - [2026-08-17 02:54:58] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc HTTP/1.1" 200 1938 0.109688 10.0.0.177 - - [2026-08-17 02:54:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003559 10.0.0.177 - - [2026-08-17 02:54:58] "POST /network-ipams HTTP/1.1" 200 627 0.031796 10.0.0.177 - - [2026-08-17 02:54:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003811 10.0.0.177 - - [2026-08-17 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.177 - - [2026-08-17 02:54:58] "GET /network-ipam/67f2bd89-a376-4168-bbfb-f9b29f999d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.006837 10.0.0.177 - - [2026-08-17 02:54:58] "PUT /network-ipam/67f2bd89-a376-4168-bbfb-f9b29f999d42 HTTP/1.1" 200 258 0.025776 10.0.0.177 - - [2026-08-17 02:54:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000528 10.0.0.177 - - [2026-08-17 02:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.033146 10.0.0.38 - - [2026-08-17 02:54:59] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001484 10.0.0.177 - - [2026-08-17 02:54:59] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.062706 10.0.0.177 - - [2026-08-17 02:54:59] "POST /neutron/network HTTP/1.1" 200 117 0.033553 10.0.0.190 - - [2026-08-17 02:55:00] "DELETE /access-control-list/3b7e6cb3-740b-4e9f-9587-20741caf4359 HTTP/1.1" 200 115 0.042549 10.0.0.190 - - [2026-08-17 02:55:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.006578 10.0.0.38 - - [2026-08-17 02:55:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013477 10.0.0.177 - - [2026-08-17 02:55:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.258533 10.0.0.177 - - [2026-08-17 02:55:00] "POST /id-to-fqname HTTP/1.1" 200 237 0.001328 10.0.0.177 - - [2026-08-17 02:55:00] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.007085 10.0.0.177 - - [2026-08-17 02:55:00] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.007938 10.0.0.38 - - [2026-08-17 02:55:00] "DELETE /project/7887bf84-6cad-47aa-8acb-7229507627f3 HTTP/1.1" 404 177 0.004626 10.0.0.38 - - [2026-08-17 02:55:00] "DELETE /project/e77b2409b6824ee394bf2bea85d635cc HTTP/1.1" 404 173 0.003758 10.0.0.177 - - [2026-08-17 02:55:00] "POST /neutron/network HTTP/1.1" 200 1141 0.012127 10.0.0.177 - - [2026-08-17 02:55:01] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.007715 10.0.0.38 - - [2026-08-17 02:55:02] "GET /obj-perms HTTP/1.1" 200 4474 0.050818 10.0.0.177 - - [2026-08-17 02:55:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.003834 10.0.0.177 - - [2026-08-17 02:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.38 - - [2026-08-17 02:55:03] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001743 10.0.0.177 - - [2026-08-17 02:55:03] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.068610 10.0.0.177 - - [2026-08-17 02:55:03] "POST /network-policys HTTP/1.1" 200 565 0.033936 10.0.0.177 - - [2026-08-17 02:55:03] "GET /network-policy/9fc2b565-0541-4273-b697-b6ccaaca164b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.013251 10.0.0.177 - - [2026-08-17 02:55:03] "POST /fqname-to-id HTTP/1.1" 404 231 0.004084 10.0.0.177 - - [2026-08-17 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.38 - - [2026-08-17 02:55:03] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001462 10.0.0.177 - - [2026-08-17 02:55:03] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.068855 10.0.0.177 - - [2026-08-17 02:55:03] "POST /network-policys HTTP/1.1" 200 565 0.038041 10.0.0.177 - - [2026-08-17 02:55:03] "GET /network-policy/22215800-b8bb-4d12-a7b4-3963e483eede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.007745 10.0.0.177 - - [2026-08-17 02:55:03] "POST /fqname-to-id HTTP/1.1" 404 231 0.003752 10.0.0.177 - - [2026-08-17 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.38 - - [2026-08-17 02:55:03] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001255 10.0.0.177 - - [2026-08-17 02:55:03] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.054686 10.0.0.177 - - [2026-08-17 02:55:03] "POST /network-policys HTTP/1.1" 200 565 0.034017 10.0.0.177 - - [2026-08-17 02:55:04] "GET /network-policy/05cc7774-c2a6-49f3-b40c-67df3deec651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006806 10.0.0.177 - - [2026-08-17 02:55:04] "POST /neutron/network HTTP/1.1" 200 1141 0.010257 10.0.0.177 - - [2026-08-17 02:55:04] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.008587 10.0.0.177 - - [2026-08-17 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.190 - - [2026-08-17 02:55:04] "POST /access-control-lists HTTP/1.1" 200 611 0.102931 10.0.0.177 - - [2026-08-17 02:55:04] "GET /network-policy/22215800-b8bb-4d12-a7b4-3963e483eede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.008122 10.0.0.177 - - [2026-08-17 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042 10.0.0.177 - - [2026-08-17 02:55:04] "GET /network-policy/9fc2b565-0541-4273-b697-b6ccaaca164b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005269 10.0.0.177 - - [2026-08-17 02:55:04] "POST /id-to-fqname HTTP/1.1" 200 237 0.001513 10.0.0.177 - - [2026-08-17 02:55:04] "POST /neutron/network HTTP/1.1" 200 1349 0.009029 10.0.0.177 - - [2026-08-17 02:55:05] "POST /neutron/port HTTP/1.1" 200 117 0.007528 10.0.0.38 - - [2026-08-17 02:55:09] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001709 10.0.0.177 - - [2026-08-17 02:55:10] "POST /neutron/port HTTP/1.1" 200 1180 0.482150 10.0.0.177 - - [2026-08-17 02:55:10] "POST /neutron/port HTTP/1.1" 200 1234 0.157655 10.0.0.177 - - [2026-08-17 02:55:11] "POST /neutron/port HTTP/1.1" 200 1244 0.018509 10.0.0.177 - - [2026-08-17 02:55:11] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015516 10.0.0.177 - - [2026-08-17 02:55:11] "POST /neutron/network HTTP/1.1" 200 1339 0.010124 10.0.0.177 - - [2026-08-17 02:55:20] "POST /neutron/port HTTP/1.1" 200 1244 0.021441 10.0.0.177 - - [2026-08-17 02:55:25] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010343 10.0.0.177 - - [2026-08-17 02:55:30] "POST /neutron/port HTTP/1.1" 200 1244 0.021469 10.0.0.177 - - [2026-08-17 02:55:31] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008953 10.0.0.177 - - [2026-08-17 02:55:31] "GET /virtual-machine/363acf65-8943-4f40-aef1-2305a83f541a HTTP/1.1" 401 293 0.000476 10.0.0.177 - - [2026-08-17 02:55:31] "GET /virtual-machine/363acf65-8943-4f40-aef1-2305a83f541a HTTP/1.1" 200 1306 0.032729 10.0.0.177 - - [2026-08-17 02:55:31] "GET /virtual-machine-interface/8a8ea800-3cdb-4317-951f-cc6520211787 HTTP/1.1" 200 3177 0.006719 10.0.0.177 - - [2026-08-17 02:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.177 - - [2026-08-17 02:55:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004309 10.0.0.177 - - [2026-08-17 02:55:31] "GET /virtual-networks?parent_id=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002999 10.0.0.177 - - [2026-08-17 02:55:31] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006363 10.0.0.177 - - [2026-08-17 02:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.177 - - [2026-08-17 02:55:34] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006459 10.0.0.177 - - [2026-08-17 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.177 - - [2026-08-17 02:55:38] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.007346 10.0.0.177 - - [2026-08-17 02:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.177 - - [2026-08-17 02:55:42] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.007957 10.0.0.177 - - [2026-08-17 02:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.177 - - [2026-08-17 02:55:47] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006010 10.0.0.177 - - [2026-08-17 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.177 - - [2026-08-17 02:55:51] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.005895 10.0.0.177 - - [2026-08-17 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.177 - - [2026-08-17 02:55:55] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.005743 10.0.0.177 - - [2026-08-17 02:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.177 - - [2026-08-17 02:55:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003840 10.0.0.177 - - [2026-08-17 02:55:59] "GET /virtual-networks?parent_id=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003224 10.0.0.177 - - [2026-08-17 02:55:59] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.007380 10.0.0.177 - - [2026-08-17 02:56:03] "POST /neutron/port HTTP/1.1" 200 1244 0.021349 10.0.0.177 - - [2026-08-17 02:56:04] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008370 10.0.0.177 - - [2026-08-17 02:56:06] "POST /neutron/network HTTP/1.1" 200 1349 0.007465 10.0.0.177 - - [2026-08-17 02:56:06] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015466 10.0.0.177 - - [2026-08-17 02:56:06] "POST /neutron/network HTTP/1.1" 200 1339 0.011013 10.0.0.177 - - [2026-08-17 02:56:10] "POST /neutron/port HTTP/1.1" 200 1244 0.021393 10.0.0.177 - - [2026-08-17 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.177 - - [2026-08-17 02:56:10] "GET /network-policy/9fc2b565-0541-4273-b697-b6ccaaca164b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004274 10.0.0.177 - - [2026-08-17 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006952 10.0.0.177 - - [2026-08-17 02:56:10] "GET /network-policy/22215800-b8bb-4d12-a7b4-3963e483eede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004752 10.0.0.177 - - [2026-08-17 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.177 - - [2026-08-17 02:56:10] "GET /network-policy/05cc7774-c2a6-49f3-b40c-67df3deec651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004722 10.0.0.177 - - [2026-08-17 02:56:10] "POST /neutron/network HTTP/1.1" 200 1431 0.145243 10.0.0.177 - - [2026-08-17 02:56:10] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3597 0.009812 10.0.0.177 - - [2026-08-17 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008786 10.0.0.177 - - [2026-08-17 02:56:10] "GET /network-policy/05cc7774-c2a6-49f3-b40c-67df3deec651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004526 10.0.0.177 - - [2026-08-17 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.177 - - [2026-08-17 02:56:11] "GET /network-policy/22215800-b8bb-4d12-a7b4-3963e483eede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.006365 10.0.0.177 - - [2026-08-17 02:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.177 - - [2026-08-17 02:56:11] "GET /network-policy/9fc2b565-0541-4273-b697-b6ccaaca164b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005063 10.0.0.177 - - [2026-08-17 02:56:16] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3597 0.007399 10.0.0.190 - - [2026-08-17 02:56:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.007453 10.0.0.177 - - [2026-08-17 02:56:16] "POST /neutron/network HTTP/1.1" 200 1141 0.124881 10.0.0.177 - - [2026-08-17 02:56:16] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.007867 10.0.0.177 - - [2026-08-17 02:56:21] "GET /virtual-machine/363acf65-8943-4f40-aef1-2305a83f541a HTTP/1.1" 200 1306 0.004543 10.0.0.177 - - [2026-08-17 02:56:23] "POST /neutron/port HTTP/1.1" 200 1234 0.022493 10.0.0.177 - - [2026-08-17 02:56:23] "GET /virtual-machine/363acf65-8943-4f40-aef1-2305a83f541a HTTP/1.1" 200 1306 0.004364 10.0.0.177 - - [2026-08-17 02:56:25] "GET /virtual-machine/363acf65-8943-4f40-aef1-2305a83f541a HTTP/1.1" 404 171 0.004117 10.0.0.177 - - [2026-08-17 02:56:25] "GET /virtual-machine/363acf65-8943-4f40-aef1-2305a83f541a HTTP/1.1" 404 171 0.007475 10.0.0.177 - - [2026-08-17 02:56:25] "GET /virtual-machine/363acf65-8943-4f40-aef1-2305a83f541a HTTP/1.1" 404 171 0.005053 10.0.0.177 - - [2026-08-17 02:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.177 - - [2026-08-17 02:56:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006591 10.0.0.177 - - [2026-08-17 02:56:25] "GET /virtual-networks?parent_id=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003747 10.0.0.177 - - [2026-08-17 02:56:25] "GET /virtual-network/dfb98be1-e60d-4a6a-bfda-7c32e1db79fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.006158 10.0.0.177 - - [2026-08-17 02:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.177 - - [2026-08-17 02:56:25] "GET /routing-instance/b4d0aafb-7dfb-4835-9f14-dc213de39576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005331 10.0.0.177 - - [2026-08-17 02:56:25] "GET /route-target/ec4e9724-476c-4c19-8c73-89f50063c491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004582 10.0.0.177 - - [2026-08-17 02:56:25] "GET /obj-perms HTTP/1.1" 200 4474 0.048305 10.0.0.190 - - [2026-08-17 02:56:26] "GET /obj-perms HTTP/1.1" 200 4474 0.047087 10.0.0.177 - - [2026-08-17 02:56:32] "GET /obj-perms HTTP/1.1" 200 4474 0.004407 10.0.0.190 - - [2026-08-17 02:56:32] "GET /obj-perms HTTP/1.1" 200 4474 0.004229 10.0.0.38 - - [2026-08-17 02:56:32] "GET /obj-perms HTTP/1.1" 200 4474 0.006232 10.0.0.177 - - [2026-08-17 02:56:32] "DELETE /network-policy/05cc7774-c2a6-49f3-b40c-67df3deec651 HTTP/1.1" 200 115 0.050950 10.0.0.177 - - [2026-08-17 02:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.38 - - [2026-08-17 02:56:32] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001241 10.0.0.177 - - [2026-08-17 02:56:32] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.049012 10.0.0.177 - - [2026-08-17 02:56:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-93896968&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.006833 10.0.0.177 - - [2026-08-17 02:56:32] "DELETE /network-policy/22215800-b8bb-4d12-a7b4-3963e483eede HTTP/1.1" 200 115 0.046638 10.0.0.177 - - [2026-08-17 02:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006299 10.0.0.38 - - [2026-08-17 02:56:32] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001137 10.0.0.177 - - [2026-08-17 02:56:32] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.047648 10.0.0.177 - - [2026-08-17 02:56:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-93896968&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005927 10.0.0.177 - - [2026-08-17 02:56:33] "DELETE /network-policy/9fc2b565-0541-4273-b697-b6ccaaca164b HTTP/1.1" 200 115 0.046860 10.0.0.177 - - [2026-08-17 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.38 - - [2026-08-17 02:56:33] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001035 10.0.0.177 - - [2026-08-17 02:56:33] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.058961 10.0.0.177 - - [2026-08-17 02:56:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-93896968&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005684 10.0.0.38 - - [2026-08-17 02:56:33] "POST /useragent-kv HTTP/1.1" 200 115 0.007161 10.0.0.190 - - [2026-08-17 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005548 10.0.0.38 - - [2026-08-17 02:56:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002882 10.0.0.38 - - [2026-08-17 02:56:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002648 10.0.0.38 - - [2026-08-17 02:56:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002867 10.0.0.177 - - [2026-08-17 02:56:33] "POST /neutron/network HTTP/1.1" 200 151 0.177948 10.0.0.177 - - [2026-08-17 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.177 - - [2026-08-17 02:56:33] "DELETE /network-ipam/67f2bd89-a376-4168-bbfb-f9b29f999d42 HTTP/1.1" 200 115 0.040725 10.0.0.177 - - [2026-08-17 02:56:33] "POST /fqname-to-id HTTP/1.1" 404 264 0.007789 10.0.0.38 - - [2026-08-17 02:56:33] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000996 10.0.0.38 - - [2026-08-17 02:56:33] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.070614 10.0.0.38 - - [2026-08-17 02:56:33] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001537 10.0.0.38 - - [2026-08-17 02:56:34] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?fields=security_groups HTTP/1.1" 200 1407 0.067231 10.0.0.38 - - [2026-08-17 02:56:34] "DELETE /security-group/2a1a7f58-aa9a-433d-ace6-05dbb9727ba6 HTTP/1.1" 200 115 0.062314 10.0.0.38 - - [2026-08-17 02:56:34] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001569 10.0.0.38 - - [2026-08-17 02:56:34] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?fields=application_policy_sets HTTP/1.1" 200 1446 0.049162 10.0.0.190 - - [2026-08-17 02:56:34] "DELETE /access-control-list/41231211-e983-480b-ad39-2570b8778bef HTTP/1.1" 200 115 0.066795 10.0.0.177 - - [2026-08-17 02:56:34] "DELETE /project/e77b2409-b682-4ee3-94bf-2bea85d635cc HTTP/1.1" 200 115 0.495811 10.0.0.38 - - [2026-08-17 02:56:34] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.177 - - [2026-08-17 02:56:34] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?fields=projects HTTP/1.1" 200 1438 0.012511 10.0.0.38 - - [2026-08-17 02:56:37] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004014 10.0.0.38 - - [2026-08-17 02:56:37] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.38 - - [2026-08-17 02:56:37] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049917 10.0.0.38 - - [2026-08-17 02:56:37] "POST /id-to-fqname HTTP/1.1" 200 204 0.004844 10.0.0.38 - - [2026-08-17 02:56:37] "POST /fqname-to-id HTTP/1.1" 404 213 0.013086 10.0.0.38 - - [2026-08-17 02:56:37] "POST /security-groups HTTP/1.1" 200 605 0.037527 10.0.0.38 - - [2026-08-17 02:56:37] "POST /projects HTTP/1.1" 200 613 0.280550 10.0.0.38 - - [2026-08-17 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.385813 10.0.0.190 - - [2026-08-17 02:56:37] "POST /fqname-to-id HTTP/1.1" 404 247 0.006565 10.0.0.177 - - [2026-08-17 02:56:37] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.551230 10.0.0.38 - - [2026-08-17 02:56:37] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001611 10.0.0.177 - - [2026-08-17 02:56:37] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?fields=virtual_networks HTTP/1.1" 200 1062 0.063800 10.0.0.38 - - [2026-08-17 02:56:37] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001024 10.0.0.177 - - [2026-08-17 02:56:37] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.066260 10.0.0.38 - - [2026-08-17 02:56:37] "GET /projects?obj_uuids=e77b2409-b682-4ee3-94bf-2bea85d635cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002000 10.0.0.177 - - [2026-08-17 02:56:37] "GET /project/e77b2409-b682-4ee3-94bf-2bea85d635cc?fields=security_groups HTTP/1.1" 200 1302 0.049978 10.0.0.177 - - [2026-08-17 02:56:38] "POST /fqname-to-id HTTP/1.1" 404 204 0.037201 10.0.0.38 - - [2026-08-17 02:56:38] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003374 10.0.0.38 - - [2026-08-17 02:56:38] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.38 - - [2026-08-17 02:56:38] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008260 10.0.0.38 - - [2026-08-17 02:56:39] "POST /id-to-fqname HTTP/1.1" 200 206 0.004841 10.0.0.38 - - [2026-08-17 02:56:39] "POST /fqname-to-id HTTP/1.1" 404 215 0.006660 10.0.0.38 - - [2026-08-17 02:56:39] "POST /security-groups HTTP/1.1" 200 607 0.033945 10.0.0.38 - - [2026-08-17 02:56:39] "POST /projects HTTP/1.1" 200 617 0.266172 10.0.0.38 - - [2026-08-17 02:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.337609 10.0.0.190 - - [2026-08-17 02:56:39] "POST /access-control-lists HTTP/1.1" 200 612 0.045800 10.0.0.177 - - [2026-08-17 02:56:39] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.512252 10.0.0.177 - - [2026-08-17 02:56:40] "GET / HTTP/1.1" 200 35931 0.002299 10.0.0.177 - - [2026-08-17 02:56:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000594 10.0.0.177 - - [2026-08-17 02:56:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.077440 10.0.0.177 - - [2026-08-17 02:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.38 - - [2026-08-17 02:56:44] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001177 10.0.0.177 - - [2026-08-17 02:56:44] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.078182 10.0.0.177 - - [2026-08-17 02:56:44] "POST /network-policys HTTP/1.1" 200 567 0.045501 10.0.0.177 - - [2026-08-17 02:56:44] "GET /network-policy/03afc980-289c-4d26-8935-0e66347d55bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.009038 10.0.0.177 - - [2026-08-17 02:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.38 - - [2026-08-17 02:56:44] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001349 10.0.0.190 - - [2026-08-17 02:56:44] "DELETE /access-control-list/8fe42da5-4926-47b8-9450-d01b13da35c1 HTTP/1.1" 200 115 0.058113 10.0.0.177 - - [2026-08-17 02:56:44] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.072696 10.0.0.190 - - [2026-08-17 02:56:45] "POST /ref-update HTTP/1.1" 200 156 0.036796 10.0.0.38 - - [2026-08-17 02:56:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002988 10.0.0.177 - - [2026-08-17 02:56:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.256200 10.0.0.177 - - [2026-08-17 02:56:45] "POST /id-to-fqname HTTP/1.1" 200 237 0.001726 10.0.0.177 - - [2026-08-17 02:56:45] "GET /virtual-network/7aa66401-9e8e-4a0f-a655-0f0d741c5cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.008723 10.0.0.177 - - [2026-08-17 02:56:45] "POST /neutron/network HTTP/1.1" 200 1016 0.009901 10.0.0.177 - - [2026-08-17 02:56:45] "GET /virtual-network/7aa66401-9e8e-4a0f-a655-0f0d741c5cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.006980 10.0.0.177 - - [2026-08-17 02:56:45] "POST /neutron/subnet HTTP/1.1" 200 828 0.009985 10.0.0.177 - - [2026-08-17 02:56:46] "POST /neutron/network HTTP/1.1" 200 1123 0.037572 10.0.0.177 - - [2026-08-17 02:56:46] "GET /virtual-network/7aa66401-9e8e-4a0f-a655-0f0d741c5cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.012358 10.0.0.177 - - [2026-08-17 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.177 - - [2026-08-17 02:56:46] "GET /network-policy/03afc980-289c-4d26-8935-0e66347d55bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.005361 10.0.0.177 - - [2026-08-17 02:56:46] "GET /virtual-network/7aa66401-9e8e-4a0f-a655-0f0d741c5cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.006623 10.0.0.177 - - [2026-08-17 02:56:48] "DELETE /network-policy/03afc980-289c-4d26-8935-0e66347d55bb HTTP/1.1" 409 238 0.009044 10.0.0.190 - - [2026-08-17 02:56:48] "DELETE /access-control-list/b728e376-a81d-4ba1-bc87-14e4d1c70df8 HTTP/1.1" 200 115 0.049926 10.0.0.177 - - [2026-08-17 02:56:48] "DELETE /network-policy/03afc980-289c-4d26-8935-0e66347d55bb HTTP/1.1" 200 115 0.047317 10.0.0.177 - - [2026-08-17 02:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009754 10.0.0.38 - - [2026-08-17 02:56:49] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001106 10.0.0.177 - - [2026-08-17 02:56:49] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.047452 10.0.0.177 - - [2026-08-17 02:56:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-30452892&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005660 10.0.0.38 - - [2026-08-17 02:56:51] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001225 10.0.0.177 - - [2026-08-17 02:56:51] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.049074 10.0.0.38 - - [2026-08-17 02:56:51] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001132 10.0.0.177 - - [2026-08-17 02:56:51] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?fields=virtual_networks HTTP/1.1" 200 1066 0.079653 10.0.0.38 - - [2026-08-17 02:56:51] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001017 10.0.0.177 - - [2026-08-17 02:56:51] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.052213 10.0.0.38 - - [2026-08-17 02:56:52] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001386 10.0.0.177 - - [2026-08-17 02:56:52] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?fields=security_groups HTTP/1.1" 200 1308 0.054007 10.0.0.177 - - [2026-08-17 02:56:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.033352 10.0.0.38 - - [2026-08-17 02:56:53] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003186 10.0.0.38 - - [2026-08-17 02:56:53] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001363 10.0.0.38 - - [2026-08-17 02:56:53] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008351 10.0.0.38 - - [2026-08-17 02:56:53] "POST /id-to-fqname HTTP/1.1" 200 190 0.001832 10.0.0.38 - - [2026-08-17 02:56:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.011573 10.0.0.38 - - [2026-08-17 02:56:53] "POST /security-groups HTTP/1.1" 200 591 0.035015 10.0.0.190 - - [2026-08-17 02:56:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.006774 10.0.0.38 - - [2026-08-17 02:56:53] "POST /projects HTTP/1.1" 200 585 0.276306 10.0.0.38 - - [2026-08-17 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.353873 10.0.0.190 - - [2026-08-17 02:56:53] "POST /access-control-lists HTTP/1.1" 200 594 0.046834 10.0.0.177 - - [2026-08-17 02:56:53] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.533203 10.0.0.177 - - [2026-08-17 02:56:54] "GET / HTTP/1.1" 200 35931 0.002564 10.0.0.177 - - [2026-08-17 02:56:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000502 10.0.0.177 - - [2026-08-17 02:56:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.068578 10.0.0.177 - - [2026-08-17 02:56:57] "POST /network-ipams HTTP/1.1" 200 513 0.030999 10.0.0.177 - - [2026-08-17 02:56:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003704 10.0.0.177 - - [2026-08-17 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.177 - - [2026-08-17 02:56:57] "GET /network-ipam/131a4325-30bd-4acb-92c9-3b1b9a9a6c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006323 10.0.0.177 - - [2026-08-17 02:56:57] "PUT /network-ipam/131a4325-30bd-4acb-92c9-3b1b9a9a6c2b HTTP/1.1" 200 258 0.016006 10.0.0.177 - - [2026-08-17 02:56:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003578 10.0.0.177 - - [2026-08-17 02:56:57] "POST /network-ipams HTTP/1.1" 200 513 0.033294 10.0.0.177 - - [2026-08-17 02:56:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004047 10.0.0.177 - - [2026-08-17 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.177 - - [2026-08-17 02:56:57] "GET /network-ipam/206e96fb-a891-4d6f-a741-7f2e1c2115e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006863 10.0.0.177 - - [2026-08-17 02:56:57] "PUT /network-ipam/206e96fb-a891-4d6f-a741-7f2e1c2115e7 HTTP/1.1" 200 258 0.018485 10.0.0.177 - - [2026-08-17 02:56:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003819 10.0.0.177 - - [2026-08-17 02:56:57] "POST /network-ipams HTTP/1.1" 200 513 0.034652 10.0.0.177 - - [2026-08-17 02:56:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003662 10.0.0.177 - - [2026-08-17 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.177 - - [2026-08-17 02:56:57] "GET /network-ipam/76131508-a7f7-44d4-b764-ac5cecb06204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007093 10.0.0.177 - - [2026-08-17 02:56:57] "PUT /network-ipam/76131508-a7f7-44d4-b764-ac5cecb06204 HTTP/1.1" 200 258 0.017609 10.0.0.177 - - [2026-08-17 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.38 - - [2026-08-17 02:56:58] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001505 10.0.0.177 - - [2026-08-17 02:56:59] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060302 10.0.0.177 - - [2026-08-17 02:56:59] "POST /neutron/network HTTP/1.1" 200 117 0.035572 10.0.0.177 - - [2026-08-17 02:56:59] "POST /neutron/network HTTP/1.1" 200 823 0.010343 10.0.0.177 - - [2026-08-17 02:56:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001483 10.0.0.177 - - [2026-08-17 02:56:59] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008101 10.0.0.177 - - [2026-08-17 02:56:59] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006383 10.0.0.177 - - [2026-08-17 02:56:59] "POST /neutron/subnet HTTP/1.1" 200 719 0.012527 10.0.0.177 - - [2026-08-17 02:56:59] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006066 10.0.0.177 - - [2026-08-17 02:56:59] "GET /network-ipam/131a4325-30bd-4acb-92c9-3b1b9a9a6c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.004605 10.0.0.177 - - [2026-08-17 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.38 - - [2026-08-17 02:56:59] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.177 - - [2026-08-17 02:57:00] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.047428 10.0.0.38 - - [2026-08-17 02:57:00] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001647 10.0.0.177 - - [2026-08-17 02:57:00] "POST /neutron/network HTTP/1.1" 200 607 0.155166 10.0.0.190 - - [2026-08-17 02:57:00] "POST /route-targets HTTP/1.1" 200 327 0.018148 10.0.0.177 - - [2026-08-17 02:57:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.006862 10.0.0.177 - - [2026-08-17 02:57:00] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008926 10.0.0.177 - - [2026-08-17 02:57:00] "POST /neutron/network HTTP/1.1" 200 823 0.015182 10.0.0.177 - - [2026-08-17 02:57:00] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006931 10.0.0.177 - - [2026-08-17 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.38 - - [2026-08-17 02:57:00] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.38 - - [2026-08-17 02:57:00] "DELETE /project/e6ecd15c20514950adbf9799d98078df HTTP/1.1" 404 173 0.005895 10.0.0.38 - - [2026-08-17 02:57:00] "DELETE /project/e77b2409-b682-4ee3-94bf-2bea85d635cc HTTP/1.1" 404 177 0.007453 10.0.0.38 - - [2026-08-17 02:57:00] "DELETE /project/e77b2409b6824ee394bf2bea85d635cc HTTP/1.1" 404 173 0.008956 10.0.0.38 - - [2026-08-17 02:57:00] "DELETE /project/0c16a75bca524b84837287b3a46aa0ab HTTP/1.1" 404 173 0.005801 10.0.0.38 - - [2026-08-17 02:57:00] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001411 10.0.0.177 - - [2026-08-17 02:57:00] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.077188 10.0.0.38 - - [2026-08-17 02:57:00] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.087077 10.0.0.177 - - [2026-08-17 02:57:00] "POST /neutron/network HTTP/1.1" 200 117 0.028051 10.0.0.38 - - [2026-08-17 02:57:00] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001092 10.0.0.38 - - [2026-08-17 02:57:01] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?fields=security_groups HTTP/1.1" 200 1413 0.078510 10.0.0.38 - - [2026-08-17 02:57:01] "DELETE /security-group/96f3c772-7476-4c42-ada9-e07802acb845 HTTP/1.1" 200 115 0.075879 10.0.0.38 - - [2026-08-17 02:57:01] "GET /projects?obj_uuids=e6ecd15c-2051-4950-adbf-9799d98078df&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001281 10.0.0.38 - - [2026-08-17 02:57:01] "GET /project/e6ecd15c-2051-4950-adbf-9799d98078df?fields=application_policy_sets HTTP/1.1" 200 1452 0.072215 10.0.0.190 - - [2026-08-17 02:57:01] "DELETE /access-control-list/b64377e4-09cc-48fa-ac18-22582d974bf8 HTTP/1.1" 200 115 0.080758 10.0.0.38 - - [2026-08-17 02:57:01] "DELETE /project/e6ecd15c-2051-4950-adbf-9799d98078df HTTP/1.1" 200 115 0.736371 10.0.0.177 - - [2026-08-17 02:57:01] "POST /neutron/network HTTP/1.1" 200 825 0.011071 10.0.0.177 - - [2026-08-17 02:57:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001481 10.0.0.177 - - [2026-08-17 02:57:01] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008366 10.0.0.177 - - [2026-08-17 02:57:01] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.010257 10.0.0.177 - - [2026-08-17 02:57:01] "POST /neutron/subnet HTTP/1.1" 200 730 0.013201 10.0.0.177 - - [2026-08-17 02:57:01] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007036 10.0.0.177 - - [2026-08-17 02:57:02] "GET /obj-perms HTTP/1.1" 200 4483 0.129883 10.0.0.177 - - [2026-08-17 02:57:03] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007527 10.0.0.190 - - [2026-08-17 02:57:04] "GET /obj-perms HTTP/1.1" 200 4483 0.041886 10.0.0.38 - - [2026-08-17 02:57:04] "GET /obj-perms HTTP/1.1" 200 4483 0.043495 10.0.0.177 - - [2026-08-17 02:57:04] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006976 10.0.0.177 - - [2026-08-17 02:57:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.004170 10.0.0.177 - - [2026-08-17 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.38 - - [2026-08-17 02:57:05] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.177 - - [2026-08-17 02:57:05] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.054386 10.0.0.177 - - [2026-08-17 02:57:05] "POST /network-policys HTTP/1.1" 200 553 0.031516 10.0.0.177 - - [2026-08-17 02:57:05] "GET /network-policy/0ce2cbdd-0f29-4217-996a-44322f923d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007177 10.0.0.177 - - [2026-08-17 02:57:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.003576 10.0.0.177 - - [2026-08-17 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.38 - - [2026-08-17 02:57:05] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001614 10.0.0.177 - - [2026-08-17 02:57:05] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049335 10.0.0.177 - - [2026-08-17 02:57:05] "POST /network-policys HTTP/1.1" 200 553 0.034236 10.0.0.177 - - [2026-08-17 02:57:05] "GET /network-policy/533b99b7-a7fb-4721-baf0-4bbe6ab947ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.008036 10.0.0.177 - - [2026-08-17 02:57:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.003626 10.0.0.177 - - [2026-08-17 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.38 - - [2026-08-17 02:57:05] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001715 10.0.0.177 - - [2026-08-17 02:57:05] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.048507 10.0.0.177 - - [2026-08-17 02:57:05] "POST /network-policys HTTP/1.1" 200 553 0.034913 10.0.0.177 - - [2026-08-17 02:57:05] "GET /network-policy/1c419421-48b8-4b9d-8b78-701106987717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008065 10.0.0.190 - - [2026-08-17 02:57:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.007112 10.0.0.177 - - [2026-08-17 02:57:06] "POST /ref-update HTTP/1.1" 200 156 0.071780 10.0.0.177 - - [2026-08-17 02:57:06] "POST /ref-update HTTP/1.1" 200 156 0.117028 10.0.0.190 - - [2026-08-17 02:57:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.003696 10.0.0.177 - - [2026-08-17 02:57:06] "POST /neutron/network HTTP/1.1" 200 915 0.047746 10.0.0.177 - - [2026-08-17 02:57:06] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.013886 10.0.0.177 - - [2026-08-17 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.012750 10.0.0.177 - - [2026-08-17 02:57:06] "GET /network-policy/533b99b7-a7fb-4721-baf0-4bbe6ab947ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.007328 10.0.0.177 - - [2026-08-17 02:57:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001241 10.0.0.38 - - [2026-08-17 02:57:07] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.177 - - [2026-08-17 02:57:07] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051213 10.0.0.177 - - [2026-08-17 02:57:07] "POST /neutron/port HTTP/1.1" 200 117 0.007230 10.0.0.177 - - [2026-08-17 02:57:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001690 10.0.0.177 - - [2026-08-17 02:57:07] "POST /neutron/network HTTP/1.1" 200 925 0.007977 10.0.0.177 - - [2026-08-17 02:57:08] "POST /neutron/port HTTP/1.1" 200 117 0.006979 10.0.0.177 - - [2026-08-17 02:57:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001484 10.0.0.177 - - [2026-08-17 02:57:08] "POST /neutron/network HTTP/1.1" 200 825 0.032133 10.0.0.177 - - [2026-08-17 02:57:08] "POST /neutron/port HTTP/1.1" 200 117 0.006919 10.0.0.177 - - [2026-08-17 02:57:12] "GET /obj-perms HTTP/1.1" 200 4509 0.045644 10.0.0.177 - - [2026-08-17 02:57:12] "POST /neutron/port HTTP/1.1" 200 1059 0.043301 10.0.0.177 - - [2026-08-17 02:57:13] "POST /neutron/port HTTP/1.1" 200 117 0.007613 10.0.0.177 - - [2026-08-17 02:57:14] "POST /neutron/port HTTP/1.1" 200 1123 0.022492 10.0.0.177 - - [2026-08-17 02:57:14] "POST /neutron/network HTTP/1.1" 200 915 0.007930 10.0.0.177 - - [2026-08-17 02:57:14] "POST /neutron/port HTTP/1.1" 200 1059 0.060371 10.0.0.177 - - [2026-08-17 02:57:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004512 10.0.0.177 - - [2026-08-17 02:57:15] "POST /neutron/network HTTP/1.1" 200 994 0.007883 10.0.0.177 - - [2026-08-17 02:57:16] "POST /neutron/port HTTP/1.1" 200 1061 0.019461 10.0.0.177 - - [2026-08-17 02:57:17] "POST /neutron/port HTTP/1.1" 200 1125 0.023284 10.0.0.177 - - [2026-08-17 02:57:17] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.177 - - [2026-08-17 02:57:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007830 10.0.0.177 - - [2026-08-17 02:57:29] "POST /neutron/port HTTP/1.1" 200 1123 0.025685 10.0.0.177 - - [2026-08-17 02:57:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008421 10.0.0.177 - - [2026-08-17 02:57:44] "POST /neutron/port HTTP/1.1" 200 1123 0.020236 10.0.0.177 - - [2026-08-17 02:57:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009236 10.0.0.177 - - [2026-08-17 02:57:49] "POST /neutron/port HTTP/1.1" 200 1123 0.021289 10.0.0.177 - - [2026-08-17 02:57:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009046 10.0.0.177 - - [2026-08-17 02:57:49] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 401 293 0.000513 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 200 1293 0.028822 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 200 1293 0.004143 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-machine-interface/a965d206-965c-44e7-a7a8-ba4296676439 HTTP/1.1" 200 2945 0.005637 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 200 1293 0.004008 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-machine-interface/a965d206-965c-44e7-a7a8-ba4296676439 HTTP/1.1" 200 2945 0.006003 10.0.0.177 - - [2026-08-17 02:57:50] "GET /instance-ip/56df87a8-1aec-4a63-9926-0d38404b226a HTTP/1.1" 200 1620 0.007900 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 200 1293 0.006081 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-machine-interface/a965d206-965c-44e7-a7a8-ba4296676439 HTTP/1.1" 200 2945 0.009203 10.0.0.177 - - [2026-08-17 02:57:50] "GET /instance-ip/56df87a8-1aec-4a63-9926-0d38404b226a HTTP/1.1" 200 1620 0.006184 10.0.0.177 - - [2026-08-17 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.177 - - [2026-08-17 02:57:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005374 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004387 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007529 10.0.0.177 - - [2026-08-17 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.177 - - [2026-08-17 02:57:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005452 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005905 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006548 10.0.0.177 - - [2026-08-17 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.177 - - [2026-08-17 02:57:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004503 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003779 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006350 10.0.0.177 - - [2026-08-17 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.177 - - [2026-08-17 02:57:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004706 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003887 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006941 10.0.0.177 - - [2026-08-17 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.177 - - [2026-08-17 02:57:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006383 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005635 10.0.0.177 - - [2026-08-17 02:57:50] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007702 10.0.0.177 - - [2026-08-17 02:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.177 - - [2026-08-17 02:57:54] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006718 10.0.0.177 - - [2026-08-17 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.177 - - [2026-08-17 02:57:58] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006245 10.0.0.177 - - [2026-08-17 02:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.177 - - [2026-08-17 02:58:02] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006556 10.0.0.177 - - [2026-08-17 02:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.177 - - [2026-08-17 02:58:06] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006665 10.0.0.177 - - [2026-08-17 02:58:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007207 10.0.0.177 - - [2026-08-17 02:58:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004774 10.0.0.177 - - [2026-08-17 02:58:08] "POST /neutron/network HTTP/1.1" 200 994 0.011240 10.0.0.177 - - [2026-08-17 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.177 - - [2026-08-17 02:58:10] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007419 10.0.0.177 - - [2026-08-17 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.177 - - [2026-08-17 02:58:14] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008166 10.0.0.177 - - [2026-08-17 02:58:18] "POST /neutron/network HTTP/1.1" 200 925 0.009221 10.0.0.177 - - [2026-08-17 02:58:18] "POST /neutron/port HTTP/1.1" 200 117 0.001737 10.0.0.177 - - [2026-08-17 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.177 - - [2026-08-17 02:58:18] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006559 10.0.0.177 - - [2026-08-17 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.177 - - [2026-08-17 02:58:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004659 10.0.0.177 - - [2026-08-17 02:58:22] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003569 10.0.0.177 - - [2026-08-17 02:58:22] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008305 10.0.0.177 - - [2026-08-17 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.177 - - [2026-08-17 02:58:23] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004831 10.0.0.177 - - [2026-08-17 02:58:23] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004072 10.0.0.177 - - [2026-08-17 02:58:23] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008301 10.0.0.177 - - [2026-08-17 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.177 - - [2026-08-17 02:58:23] "GET /routing-instance/e7cdeaf5-e121-42e0-bcb4-513676b846bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006757 10.0.0.177 - - [2026-08-17 02:58:23] "GET /route-target/b306f4c1-a6ab-46d9-a90b-772fa661a95e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004869 10.0.0.177 - - [2026-08-17 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.177 - - [2026-08-17 02:58:23] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003923 10.0.0.177 - - [2026-08-17 02:58:23] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003427 10.0.0.177 - - [2026-08-17 02:58:23] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007557 10.0.0.177 - - [2026-08-17 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.177 - - [2026-08-17 02:58:23] "GET /routing-instance/e7cdeaf5-e121-42e0-bcb4-513676b846bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005150 10.0.0.177 - - [2026-08-17 02:58:23] "GET /route-target/b306f4c1-a6ab-46d9-a90b-772fa661a95e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.050437 10.0.0.177 - - [2026-08-17 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.177 - - [2026-08-17 02:58:23] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004223 10.0.0.177 - - [2026-08-17 02:58:23] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003604 10.0.0.177 - - [2026-08-17 02:58:23] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006617 10.0.0.177 - - [2026-08-17 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.177 - - [2026-08-17 02:58:23] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005321 10.0.0.177 - - [2026-08-17 02:58:23] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004293 10.0.0.177 - - [2026-08-17 02:58:23] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007839 10.0.0.38 - - [2026-08-17 02:58:23] "GET /obj-perms HTTP/1.1" 200 4483 0.004701 10.0.0.177 - - [2026-08-17 02:58:23] "GET /obj-perms HTTP/1.1" 200 4483 0.004512 10.0.0.177 - - [2026-08-17 02:58:23] "GET /obj-perms HTTP/1.1" 200 4483 0.004866 10.0.0.190 - - [2026-08-17 02:58:24] "GET /obj-perms HTTP/1.1" 200 4483 0.005296 10.0.0.38 - - [2026-08-17 02:58:24] "GET /obj-perms HTTP/1.1" 200 4483 0.004166 10.0.0.177 - - [2026-08-17 02:58:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008610 10.0.0.177 - - [2026-08-17 02:58:24] "POST /neutron/port HTTP/1.1" 200 1123 0.018159 10.0.0.177 - - [2026-08-17 02:58:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009244 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-machine/b5e52458-f413-40c9-ad29-f13c330cb24d HTTP/1.1" 200 1293 0.006770 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-machine/b5e52458-f413-40c9-ad29-f13c330cb24d HTTP/1.1" 200 1293 0.004472 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-machine-interface/46dff152-034e-4da0-ae27-360eeb8a18e2 HTTP/1.1" 200 2944 0.006576 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-machine/b5e52458-f413-40c9-ad29-f13c330cb24d HTTP/1.1" 200 1293 0.004867 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-machine-interface/46dff152-034e-4da0-ae27-360eeb8a18e2 HTTP/1.1" 200 2944 0.010571 10.0.0.177 - - [2026-08-17 02:58:24] "GET /instance-ip/ebcd86f9-e81c-4c07-9cb2-f19dbc7b08b0 HTTP/1.1" 200 1621 0.007493 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-machine/b5e52458-f413-40c9-ad29-f13c330cb24d HTTP/1.1" 200 1293 0.004151 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-machine-interface/46dff152-034e-4da0-ae27-360eeb8a18e2 HTTP/1.1" 200 2944 0.006523 10.0.0.177 - - [2026-08-17 02:58:24] "GET /instance-ip/ebcd86f9-e81c-4c07-9cb2-f19dbc7b08b0 HTTP/1.1" 200 1621 0.005405 10.0.0.177 - - [2026-08-17 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.177 - - [2026-08-17 02:58:24] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004183 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003762 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007811 10.0.0.177 - - [2026-08-17 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.177 - - [2026-08-17 02:58:24] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004592 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003706 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006883 10.0.0.177 - - [2026-08-17 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.177 - - [2026-08-17 02:58:24] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004599 10.0.0.177 - - [2026-08-17 02:58:24] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003944 10.0.0.177 - - [2026-08-17 02:58:25] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007864 10.0.0.177 - - [2026-08-17 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.177 - - [2026-08-17 02:58:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004663 10.0.0.177 - - [2026-08-17 02:58:25] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003539 10.0.0.177 - - [2026-08-17 02:58:25] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007630 10.0.0.177 - - [2026-08-17 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.011304 10.0.0.177 - - [2026-08-17 02:58:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004579 10.0.0.177 - - [2026-08-17 02:58:25] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003994 10.0.0.177 - - [2026-08-17 02:58:25] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.009093 10.0.0.177 - - [2026-08-17 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.177 - - [2026-08-17 02:58:26] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.014466 10.0.0.177 - - [2026-08-17 02:58:26] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004756 10.0.0.177 - - [2026-08-17 02:58:26] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007603 10.0.0.177 - - [2026-08-17 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007127 10.0.0.177 - - [2026-08-17 02:58:26] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003957 10.0.0.177 - - [2026-08-17 02:58:26] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.009447 10.0.0.177 - - [2026-08-17 02:58:26] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.009417 10.0.0.177 - - [2026-08-17 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.177 - - [2026-08-17 02:58:26] "GET /routing-instance/0996b0a1-20a3-4fb5-a4f9-78472efbfc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.019126 10.0.0.177 - - [2026-08-17 02:58:26] "GET /route-target/5d962ec1-d6d4-49f8-b7f1-6a59cc365c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004129 10.0.0.177 - - [2026-08-17 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.177 - - [2026-08-17 02:58:26] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005728 10.0.0.177 - - [2026-08-17 02:58:26] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003291 10.0.0.177 - - [2026-08-17 02:58:27] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008488 10.0.0.177 - - [2026-08-17 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.177 - - [2026-08-17 02:58:27] "GET /routing-instance/0996b0a1-20a3-4fb5-a4f9-78472efbfc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.005101 10.0.0.177 - - [2026-08-17 02:58:27] "GET /route-target/5d962ec1-d6d4-49f8-b7f1-6a59cc365c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004032 10.0.0.177 - - [2026-08-17 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.177 - - [2026-08-17 02:58:27] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004477 10.0.0.177 - - [2026-08-17 02:58:27] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004042 10.0.0.177 - - [2026-08-17 02:58:27] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007640 10.0.0.177 - - [2026-08-17 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.177 - - [2026-08-17 02:58:27] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004928 10.0.0.177 - - [2026-08-17 02:58:27] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003507 10.0.0.177 - - [2026-08-17 02:58:27] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006713 10.0.0.177 - - [2026-08-17 02:58:27] "GET /obj-perms HTTP/1.1" 200 4483 0.004682 10.0.0.177 - - [2026-08-17 02:58:27] "GET /obj-perms HTTP/1.1" 200 4483 0.005050 10.0.0.38 - - [2026-08-17 02:58:27] "GET /obj-perms HTTP/1.1" 200 4483 0.004724 10.0.0.190 - - [2026-08-17 02:58:27] "GET /obj-perms HTTP/1.1" 200 4483 0.004748 10.0.0.177 - - [2026-08-17 02:58:27] "GET /obj-perms HTTP/1.1" 200 4483 0.004055 10.0.0.177 - - [2026-08-17 02:58:27] "POST /neutron/port HTTP/1.1" 200 1125 0.017621 10.0.0.177 - - [2026-08-17 02:58:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010373 10.0.0.177 - - [2026-08-17 02:58:28] "POST /neutron/port HTTP/1.1" 200 1125 0.019568 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-machine/6a7c22a0-dd58-4fdd-a6ef-1ffd96557c02 HTTP/1.1" 200 1292 0.006667 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-machine/6a7c22a0-dd58-4fdd-a6ef-1ffd96557c02 HTTP/1.1" 200 1292 0.003852 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-machine-interface/7affaecf-1c59-4371-a49d-189a350682b7 HTTP/1.1" 200 2944 0.005459 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-machine/6a7c22a0-dd58-4fdd-a6ef-1ffd96557c02 HTTP/1.1" 200 1292 0.003939 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-machine-interface/7affaecf-1c59-4371-a49d-189a350682b7 HTTP/1.1" 200 2944 0.005707 10.0.0.177 - - [2026-08-17 02:58:28] "GET /instance-ip/1e1e652d-ca43-48a9-acf0-bfedaeeeb181 HTTP/1.1" 200 1622 0.006049 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-machine/6a7c22a0-dd58-4fdd-a6ef-1ffd96557c02 HTTP/1.1" 200 1292 0.003384 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-machine-interface/7affaecf-1c59-4371-a49d-189a350682b7 HTTP/1.1" 200 2944 0.006150 10.0.0.177 - - [2026-08-17 02:58:28] "GET /instance-ip/1e1e652d-ca43-48a9-acf0-bfedaeeeb181 HTTP/1.1" 200 1622 0.004333 10.0.0.177 - - [2026-08-17 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.177 - - [2026-08-17 02:58:28] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004213 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003443 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006488 10.0.0.177 - - [2026-08-17 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.177 - - [2026-08-17 02:58:28] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004459 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003416 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007150 10.0.0.177 - - [2026-08-17 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.177 - - [2026-08-17 02:58:28] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004381 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003729 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006346 10.0.0.177 - - [2026-08-17 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.177 - - [2026-08-17 02:58:28] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004926 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003842 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006829 10.0.0.177 - - [2026-08-17 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.177 - - [2026-08-17 02:58:28] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005500 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005212 10.0.0.177 - - [2026-08-17 02:58:28] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007457 10.0.0.177 - - [2026-08-17 02:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.177 - - [2026-08-17 02:58:29] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004742 10.0.0.177 - - [2026-08-17 02:58:29] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004165 10.0.0.177 - - [2026-08-17 02:58:30] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008622 10.0.0.177 - - [2026-08-17 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.177 - - [2026-08-17 02:58:30] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004313 10.0.0.177 - - [2026-08-17 02:58:30] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003931 10.0.0.177 - - [2026-08-17 02:58:30] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006218 10.0.0.177 - - [2026-08-17 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.177 - - [2026-08-17 02:58:30] "GET /routing-instance/f0be616e-e508-4454-87a5-6d992bce869c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007698 10.0.0.177 - - [2026-08-17 02:58:30] "GET /route-target/38916ee5-5384-4c74-ade3-56bf48e385fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005123 10.0.0.177 - - [2026-08-17 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.177 - - [2026-08-17 02:58:30] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003881 10.0.0.177 - - [2026-08-17 02:58:30] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003420 10.0.0.177 - - [2026-08-17 02:58:30] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006148 10.0.0.177 - - [2026-08-17 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.177 - - [2026-08-17 02:58:30] "GET /routing-instance/f0be616e-e508-4454-87a5-6d992bce869c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005419 10.0.0.177 - - [2026-08-17 02:58:30] "GET /route-target/38916ee5-5384-4c74-ade3-56bf48e385fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005378 10.0.0.177 - - [2026-08-17 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.177 - - [2026-08-17 02:58:30] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004743 10.0.0.177 - - [2026-08-17 02:58:30] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003277 10.0.0.177 - - [2026-08-17 02:58:30] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007066 10.0.0.177 - - [2026-08-17 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.177 - - [2026-08-17 02:58:30] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004562 10.0.0.177 - - [2026-08-17 02:58:30] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003494 10.0.0.177 - - [2026-08-17 02:58:30] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007696 10.0.0.38 - - [2026-08-17 02:58:31] "GET /obj-perms HTTP/1.1" 200 4483 0.005161 10.0.0.177 - - [2026-08-17 02:58:31] "GET /obj-perms HTTP/1.1" 200 4483 0.004176 10.0.0.190 - - [2026-08-17 02:58:31] "GET /obj-perms HTTP/1.1" 200 4483 0.004276 10.0.0.177 - - [2026-08-17 02:58:31] "GET /obj-perms HTTP/1.1" 200 4483 0.004046 10.0.0.177 - - [2026-08-17 02:58:31] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 200 1293 0.004144 10.0.0.177 - - [2026-08-17 02:58:31] "GET /virtual-machine-interface/a965d206-965c-44e7-a7a8-ba4296676439 HTTP/1.1" 200 2945 0.006143 10.0.0.177 - - [2026-08-17 02:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.177 - - [2026-08-17 02:58:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005223 10.0.0.177 - - [2026-08-17 02:58:31] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003408 10.0.0.177 - - [2026-08-17 02:58:31] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007153 10.0.0.177 - - [2026-08-17 02:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005567 10.0.0.177 - - [2026-08-17 02:58:32] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004701 10.0.0.177 - - [2026-08-17 02:58:32] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003868 10.0.0.177 - - [2026-08-17 02:58:32] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006232 10.0.0.177 - - [2026-08-17 02:58:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.021314 10.0.0.177 - - [2026-08-17 02:58:37] "GET /virtual-machine/b5e52458-f413-40c9-ad29-f13c330cb24d HTTP/1.1" 200 1293 0.004979 10.0.0.177 - - [2026-08-17 02:58:37] "GET /virtual-machine-interface/46dff152-034e-4da0-ae27-360eeb8a18e2 HTTP/1.1" 200 2944 0.005885 10.0.0.177 - - [2026-08-17 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.177 - - [2026-08-17 02:58:37] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003929 10.0.0.177 - - [2026-08-17 02:58:37] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003596 10.0.0.177 - - [2026-08-17 02:58:38] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.011484 10.0.0.177 - - [2026-08-17 02:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.177 - - [2026-08-17 02:58:39] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008344 10.0.0.177 - - [2026-08-17 02:58:39] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003089 10.0.0.177 - - [2026-08-17 02:58:39] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008177 10.0.0.177 - - [2026-08-17 02:58:39] "GET /virtual-machine/6a7c22a0-dd58-4fdd-a6ef-1ffd96557c02 HTTP/1.1" 200 1292 0.005049 10.0.0.177 - - [2026-08-17 02:58:39] "GET /virtual-machine-interface/7affaecf-1c59-4371-a49d-189a350682b7 HTTP/1.1" 200 2944 0.005652 10.0.0.177 - - [2026-08-17 02:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.177 - - [2026-08-17 02:58:39] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003940 10.0.0.177 - - [2026-08-17 02:58:39] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003081 10.0.0.177 - - [2026-08-17 02:58:39] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005916 10.0.0.177 - - [2026-08-17 02:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.177 - - [2026-08-17 02:58:40] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004570 10.0.0.177 - - [2026-08-17 02:58:40] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003325 10.0.0.177 - - [2026-08-17 02:58:40] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006398 10.0.0.38 - - [2026-08-17 02:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.38 - - [2026-08-17 02:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.177 - - [2026-08-17 02:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.177 - - [2026-08-17 02:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.190 - - [2026-08-17 02:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.190 - - [2026-08-17 02:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.38 - - [2026-08-17 02:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.38 - - [2026-08-17 02:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.177 - - [2026-08-17 02:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.177 - - [2026-08-17 02:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.190 - - [2026-08-17 02:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.190 - - [2026-08-17 02:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.177 - - [2026-08-17 02:59:07] "POST /neutron/port HTTP/1.1" 200 1125 0.021569 10.0.0.177 - - [2026-08-17 02:59:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004377 10.0.0.177 - - [2026-08-17 02:59:09] "POST /neutron/network HTTP/1.1" 200 825 0.008056 10.0.0.190 - - [2026-08-17 02:59:13] "GET /obj-perms HTTP/1.1" 200 4509 0.043634 10.0.0.38 - - [2026-08-17 02:59:14] "GET /obj-perms HTTP/1.1" 200 4509 0.041286 10.0.0.177 - - [2026-08-17 02:59:18] "POST /neutron/network HTTP/1.1" 200 925 0.008528 10.0.0.177 - - [2026-08-17 02:59:18] "POST /neutron/port HTTP/1.1" 200 117 0.001750 10.0.0.177 - - [2026-08-17 02:59:24] "GET /virtual-machine/6a7c22a0-dd58-4fdd-a6ef-1ffd96557c02 HTTP/1.1" 200 1292 0.005267 10.0.0.177 - - [2026-08-17 02:59:26] "POST /neutron/port HTTP/1.1" 200 1115 0.016872 10.0.0.177 - - [2026-08-17 02:59:26] "GET /virtual-machine/6a7c22a0-dd58-4fdd-a6ef-1ffd96557c02 HTTP/1.1" 200 1292 0.004409 10.0.0.177 - - [2026-08-17 02:59:28] "GET /virtual-machine/6a7c22a0-dd58-4fdd-a6ef-1ffd96557c02 HTTP/1.1" 404 171 0.003870 10.0.0.177 - - [2026-08-17 02:59:28] "GET /virtual-machine/6a7c22a0-dd58-4fdd-a6ef-1ffd96557c02 HTTP/1.1" 404 171 0.003420 10.0.0.177 - - [2026-08-17 02:59:28] "GET /virtual-machine/6a7c22a0-dd58-4fdd-a6ef-1ffd96557c02 HTTP/1.1" 404 171 0.003476 10.0.0.177 - - [2026-08-17 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.177 - - [2026-08-17 02:59:28] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004181 10.0.0.177 - - [2026-08-17 02:59:28] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003479 10.0.0.177 - - [2026-08-17 02:59:28] "GET /virtual-network/3d78f871-c6b8-45c0-b95d-c423c6f89507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008910 10.0.0.177 - - [2026-08-17 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.177 - - [2026-08-17 02:59:29] "GET /routing-instance/f0be616e-e508-4454-87a5-6d992bce869c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005652 10.0.0.177 - - [2026-08-17 02:59:29] "GET /route-target/38916ee5-5384-4c74-ade3-56bf48e385fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004758 10.0.0.177 - - [2026-08-17 02:59:32] "GET /obj-perms HTTP/1.1" 200 4483 0.004092 10.0.0.190 - - [2026-08-17 02:59:32] "GET /obj-perms HTTP/1.1" 200 4483 0.004241 10.0.0.177 - - [2026-08-17 02:59:32] "GET /virtual-machine/b5e52458-f413-40c9-ad29-f13c330cb24d HTTP/1.1" 200 1293 0.004630 10.0.0.177 - - [2026-08-17 02:59:34] "POST /neutron/port HTTP/1.1" 200 1113 0.015992 10.0.0.177 - - [2026-08-17 02:59:34] "GET /virtual-machine/b5e52458-f413-40c9-ad29-f13c330cb24d HTTP/1.1" 200 1293 0.004079 10.0.0.177 - - [2026-08-17 02:59:36] "GET /virtual-machine/b5e52458-f413-40c9-ad29-f13c330cb24d HTTP/1.1" 404 171 0.003457 10.0.0.177 - - [2026-08-17 02:59:36] "GET /virtual-machine/b5e52458-f413-40c9-ad29-f13c330cb24d HTTP/1.1" 404 171 0.002969 10.0.0.177 - - [2026-08-17 02:59:36] "GET /virtual-machine/b5e52458-f413-40c9-ad29-f13c330cb24d HTTP/1.1" 404 171 0.004085 10.0.0.177 - - [2026-08-17 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.177 - - [2026-08-17 02:59:36] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004748 10.0.0.177 - - [2026-08-17 02:59:36] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003588 10.0.0.177 - - [2026-08-17 02:59:36] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008184 10.0.0.177 - - [2026-08-17 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.177 - - [2026-08-17 02:59:36] "GET /routing-instance/0996b0a1-20a3-4fb5-a4f9-78472efbfc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.005708 10.0.0.177 - - [2026-08-17 02:59:36] "GET /route-target/5d962ec1-d6d4-49f8-b7f1-6a59cc365c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004381 10.0.0.177 - - [2026-08-17 02:59:36] "GET /obj-perms HTTP/1.1" 200 4483 0.004542 10.0.0.190 - - [2026-08-17 02:59:43] "GET /obj-perms HTTP/1.1" 200 4483 0.004852 10.0.0.177 - - [2026-08-17 02:59:46] "GET /obj-perms HTTP/1.1" 200 4483 0.004862 10.0.0.190 - - [2026-08-17 02:59:52] "GET /obj-perms HTTP/1.1" 200 4483 0.004256 10.0.0.177 - - [2026-08-17 02:59:55] "GET /obj-perms HTTP/1.1" 200 4483 0.004128 10.0.0.190 - - [2026-08-17 03:00:01] "GET /obj-perms HTTP/1.1" 200 4483 0.004382 10.0.0.177 - - [2026-08-17 03:00:01] "GET /obj-perms HTTP/1.1" 200 4483 0.004598 10.0.0.177 - - [2026-08-17 03:00:01] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 200 1293 0.005437 10.0.0.177 - - [2026-08-17 03:00:03] "POST /neutron/port HTTP/1.1" 200 1113 0.016184 10.0.0.177 - - [2026-08-17 03:00:03] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 200 1293 0.004882 10.0.0.177 - - [2026-08-17 03:00:05] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 404 171 0.005912 10.0.0.177 - - [2026-08-17 03:00:05] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 404 171 0.003951 10.0.0.177 - - [2026-08-17 03:00:05] "GET /virtual-machine/da67b236-d1c1-44d2-ad37-3198cccdca22 HTTP/1.1" 404 171 0.003776 10.0.0.177 - - [2026-08-17 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005534 10.0.0.177 - - [2026-08-17 03:00:06] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004579 10.0.0.177 - - [2026-08-17 03:00:06] "GET /virtual-networks?parent_id=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003754 10.0.0.177 - - [2026-08-17 03:00:06] "GET /virtual-network/57f40c0a-fdbf-459b-988f-df5d2fbcb901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007273 10.0.0.177 - - [2026-08-17 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.177 - - [2026-08-17 03:00:06] "GET /routing-instance/e7cdeaf5-e121-42e0-bcb4-513676b846bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005663 10.0.0.177 - - [2026-08-17 03:00:06] "GET /route-target/b306f4c1-a6ab-46d9-a90b-772fa661a95e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004838 10.0.0.177 - - [2026-08-17 03:00:09] "GET /obj-perms HTTP/1.1" 200 4483 0.004282 10.0.0.190 - - [2026-08-17 03:00:09] "GET /obj-perms HTTP/1.1" 200 4483 0.004507 10.0.0.177 - - [2026-08-17 03:00:15] "GET /obj-perms HTTP/1.1" 200 4483 0.004147 10.0.0.190 - - [2026-08-17 03:00:15] "GET /obj-perms HTTP/1.1" 200 4483 0.004316 10.0.0.177 - - [2026-08-17 03:00:24] "GET /obj-perms HTTP/1.1" 200 4483 0.004859 10.0.0.190 - - [2026-08-17 03:00:24] "GET /obj-perms HTTP/1.1" 200 4483 0.004264 10.0.0.177 - - [2026-08-17 03:00:31] "GET /obj-perms HTTP/1.1" 200 4483 0.004916 10.0.0.190 - - [2026-08-17 03:00:31] "GET /obj-perms HTTP/1.1" 200 4483 0.004172 10.0.0.38 - - [2026-08-17 03:00:31] "GET /obj-perms HTTP/1.1" 200 4483 0.004516 10.0.0.177 - - [2026-08-17 03:00:31] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006669 10.0.0.177 - - [2026-08-17 03:00:31] "POST /neutron/network HTTP/1.1" 200 823 0.091931 10.0.0.177 - - [2026-08-17 03:00:31] "GET /virtual-network/e93fa069-c622-4321-9ec3-a167b453b336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008508 10.0.0.190 - - [2026-08-17 03:00:31] "DELETE /access-control-list/84229f35-4026-45e7-9c56-672ed9895ea1 HTTP/1.1" 200 115 0.123899 10.0.0.177 - - [2026-08-17 03:00:31] "POST /ref-update HTTP/1.1" 200 156 0.074202 10.0.0.177 - - [2026-08-17 03:00:31] "POST /ref-update HTTP/1.1" 200 156 0.104173 10.0.0.177 - - [2026-08-17 03:00:31] "DELETE /network-policy/1c419421-48b8-4b9d-8b78-701106987717 HTTP/1.1" 200 115 0.048509 10.0.0.177 - - [2026-08-17 03:00:31] "DELETE /network-policy/533b99b7-a7fb-4721-baf0-4bbe6ab947ac HTTP/1.1" 200 115 0.048015 10.0.0.177 - - [2026-08-17 03:00:32] "DELETE /network-policy/0ce2cbdd-0f29-4217-996a-44322f923d71 HTTP/1.1" 200 115 0.041028 10.0.0.190 - - [2026-08-17 03:00:32] "POST /ref-update HTTP/1.1" 200 156 0.039592 10.0.0.38 - - [2026-08-17 03:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.059368 10.0.0.38 - - [2026-08-17 03:00:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004575 10.0.0.177 - - [2026-08-17 03:00:32] "POST /neutron/network HTTP/1.1" 200 151 0.242981 10.0.0.190 - - [2026-08-17 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.177 - - [2026-08-17 03:00:32] "POST /neutron/network HTTP/1.1" 200 823 0.010422 10.0.0.190 - - [2026-08-17 03:00:33] "DELETE /route-target/b306f4c1-a6ab-46d9-a90b-772fa661a95e HTTP/1.1" 200 115 0.030373 10.0.0.177 - - [2026-08-17 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.177 - - [2026-08-17 03:00:33] "DELETE /network-ipam/76131508-a7f7-44d4-b764-ac5cecb06204 HTTP/1.1" 200 115 0.037015 10.0.0.177 - - [2026-08-17 03:00:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.008925 10.0.0.177 - - [2026-08-17 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.177 - - [2026-08-17 03:00:33] "DELETE /network-ipam/206e96fb-a891-4d6f-a741-7f2e1c2115e7 HTTP/1.1" 200 115 0.044971 10.0.0.177 - - [2026-08-17 03:00:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.003879 10.0.0.177 - - [2026-08-17 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914 10.0.0.177 - - [2026-08-17 03:00:33] "DELETE /network-ipam/131a4325-30bd-4acb-92c9-3b1b9a9a6c2b HTTP/1.1" 200 115 0.044051 10.0.0.177 - - [2026-08-17 03:00:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.003872 10.0.0.38 - - [2026-08-17 03:00:35] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001513 10.0.0.177 - - [2026-08-17 03:00:35] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.076826 10.0.0.38 - - [2026-08-17 03:00:35] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.177 - - [2026-08-17 03:00:35] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?fields=virtual_networks HTTP/1.1" 200 1031 0.052085 10.0.0.38 - - [2026-08-17 03:00:35] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.177 - - [2026-08-17 03:00:35] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.060692 10.0.0.38 - - [2026-08-17 03:00:35] "GET /projects?obj_uuids=0c16a75b-ca52-4b84-8372-87b3a46aa0ab&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136 10.0.0.177 - - [2026-08-17 03:00:35] "GET /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab?fields=security_groups HTTP/1.1" 200 1257 0.073923 10.0.0.177 - - [2026-08-17 03:00:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.033101 10.0.0.38 - - [2026-08-17 03:00:36] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003635 10.0.0.38 - - [2026-08-17 03:00:36] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.38 - - [2026-08-17 03:00:36] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038241 10.0.0.38 - - [2026-08-17 03:00:36] "POST /id-to-fqname HTTP/1.1" 200 196 0.001430 10.0.0.38 - - [2026-08-17 03:00:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.019856 10.0.0.38 - - [2026-08-17 03:00:36] "POST /security-groups HTTP/1.1" 200 597 0.046956 10.0.0.38 - - [2026-08-17 03:00:36] "POST /projects HTTP/1.1" 200 597 0.296351 10.0.0.190 - - [2026-08-17 03:00:36] "POST /fqname-to-id HTTP/1.1" 404 239 0.007359 10.0.0.38 - - [2026-08-17 03:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.376375 10.0.0.177 - - [2026-08-17 03:00:37] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.582124 10.0.0.177 - - [2026-08-17 03:00:38] "GET / HTTP/1.1" 200 35931 0.002090 10.0.0.177 - - [2026-08-17 03:00:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000640 10.0.0.177 - - [2026-08-17 03:00:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.071109 10.0.0.177 - - [2026-08-17 03:00:42] "POST /network-ipams HTTP/1.1" 200 519 0.031290 10.0.0.177 - - [2026-08-17 03:00:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.005771 10.0.0.177 - - [2026-08-17 03:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.177 - - [2026-08-17 03:00:42] "GET /network-ipam/5af06b67-194f-4ed1-b35b-c5f18105caf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.009240 10.0.0.177 - - [2026-08-17 03:00:42] "PUT /network-ipam/5af06b67-194f-4ed1-b35b-c5f18105caf7 HTTP/1.1" 200 258 0.017708 10.0.0.177 - - [2026-08-17 03:00:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004136 10.0.0.177 - - [2026-08-17 03:00:42] "POST /network-ipams HTTP/1.1" 200 519 0.041523 10.0.0.177 - - [2026-08-17 03:00:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004276 10.0.0.177 - - [2026-08-17 03:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.177 - - [2026-08-17 03:00:42] "GET /network-ipam/44a40982-e099-44a5-aee3-aced8d4ae6ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.014213 10.0.0.177 - - [2026-08-17 03:00:42] "PUT /network-ipam/44a40982-e099-44a5-aee3-aced8d4ae6ad HTTP/1.1" 200 258 0.021358 10.0.0.177 - - [2026-08-17 03:00:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004507 10.0.0.177 - - [2026-08-17 03:00:42] "POST /network-ipams HTTP/1.1" 200 519 0.033894 10.0.0.177 - - [2026-08-17 03:00:42] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.004132 10.0.0.177 - - [2026-08-17 03:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.177 - - [2026-08-17 03:00:43] "GET /network-ipam/66eb282f-b328-4c80-9b24-6b5103d8dbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.007516 10.0.0.177 - - [2026-08-17 03:00:43] "PUT /network-ipam/66eb282f-b328-4c80-9b24-6b5103d8dbc2 HTTP/1.1" 200 258 0.018654 10.0.0.177 - - [2026-08-17 03:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.38 - - [2026-08-17 03:00:44] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001262 10.0.0.177 - - [2026-08-17 03:00:44] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.064576 10.0.0.38 - - [2026-08-17 03:00:44] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001170 10.0.0.177 - - [2026-08-17 03:00:44] "POST /neutron/network HTTP/1.1" 200 613 0.175490 10.0.0.190 - - [2026-08-17 03:00:44] "POST /ref-update HTTP/1.1" 200 156 0.035406 10.0.0.190 - - [2026-08-17 03:00:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.063035 10.0.0.177 - - [2026-08-17 03:00:45] "POST /neutron/network HTTP/1.1" 200 1012 0.011344 10.0.0.177 - - [2026-08-17 03:00:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001327 10.0.0.177 - - [2026-08-17 03:00:45] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006181 10.0.0.177 - - [2026-08-17 03:00:45] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006446 10.0.0.177 - - [2026-08-17 03:00:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.011686 10.0.0.177 - - [2026-08-17 03:00:45] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009465 10.0.0.177 - - [2026-08-17 03:00:45] "GET /network-ipam/5af06b67-194f-4ed1-b35b-c5f18105caf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.005735 10.0.0.177 - - [2026-08-17 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364 10.0.0.38 - - [2026-08-17 03:00:45] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001251 10.0.0.177 - - [2026-08-17 03:00:45] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.079464 10.0.0.177 - - [2026-08-17 03:00:45] "POST /neutron/network HTTP/1.1" 200 117 0.025336 10.0.0.190 - - [2026-08-17 03:00:46] "POST /route-targets HTTP/1.1" 200 327 0.016967 10.0.0.38 - - [2026-08-17 03:00:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005651 10.0.0.177 - - [2026-08-17 03:00:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.254772 10.0.0.177 - - [2026-08-17 03:00:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001512 10.0.0.177 - - [2026-08-17 03:00:46] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005923 10.0.0.177 - - [2026-08-17 03:00:46] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006813 10.0.0.177 - - [2026-08-17 03:00:46] "POST /neutron/network HTTP/1.1" 200 1014 0.009957 10.0.0.177 - - [2026-08-17 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.38 - - [2026-08-17 03:00:46] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001023 10.0.0.177 - - [2026-08-17 03:00:46] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.060329 10.0.0.177 - - [2026-08-17 03:00:46] "POST /neutron/network HTTP/1.1" 200 117 0.015719 10.0.0.190 - - [2026-08-17 03:00:47] "POST /ref-update HTTP/1.1" 200 156 0.029520 10.0.0.38 - - [2026-08-17 03:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.011846 10.0.0.177 - - [2026-08-17 03:00:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.221037 10.0.0.177 - - [2026-08-17 03:00:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001688 10.0.0.177 - - [2026-08-17 03:00:47] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006494 10.0.0.177 - - [2026-08-17 03:00:47] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007164 10.0.0.177 - - [2026-08-17 03:00:47] "POST /neutron/network HTTP/1.1" 200 1015 0.010365 10.0.0.177 - - [2026-08-17 03:00:47] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006413 10.0.0.177 - - [2026-08-17 03:00:49] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008254 10.0.0.177 - - [2026-08-17 03:00:50] "GET /obj-perms HTTP/1.1" 200 4495 0.053531 10.0.0.177 - - [2026-08-17 03:00:50] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007044 10.0.0.190 - - [2026-08-17 03:00:50] "GET /obj-perms HTTP/1.1" 200 4495 0.043969 10.0.0.38 - - [2026-08-17 03:00:50] "GET /obj-perms HTTP/1.1" 200 4495 0.042430 10.0.0.177 - - [2026-08-17 03:00:50] "POST /fqname-to-id HTTP/1.1" 404 224 0.003700 10.0.0.177 - - [2026-08-17 03:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.38 - - [2026-08-17 03:00:51] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001657 10.0.0.177 - - [2026-08-17 03:00:51] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.055758 10.0.0.177 - - [2026-08-17 03:00:51] "POST /network-policys HTTP/1.1" 200 559 0.034241 10.0.0.177 - - [2026-08-17 03:00:51] "GET /network-policy/f5a5a386-77f5-4dd4-8beb-64eab1e7611f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006360 10.0.0.177 - - [2026-08-17 03:00:51] "POST /fqname-to-id HTTP/1.1" 404 224 0.003013 10.0.0.177 - - [2026-08-17 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.38 - - [2026-08-17 03:00:51] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001476 10.0.0.177 - - [2026-08-17 03:00:51] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.063804 10.0.0.177 - - [2026-08-17 03:00:51] "POST /network-policys HTTP/1.1" 200 559 0.031966 10.0.0.177 - - [2026-08-17 03:00:51] "GET /network-policy/0adfc667-f38e-433c-a074-1cdaffa17666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.007061 10.0.0.177 - - [2026-08-17 03:00:51] "POST /fqname-to-id HTTP/1.1" 404 224 0.003226 10.0.0.177 - - [2026-08-17 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.38 - - [2026-08-17 03:00:51] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001297 10.0.0.177 - - [2026-08-17 03:00:51] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.055334 10.0.0.177 - - [2026-08-17 03:00:51] "POST /network-policys HTTP/1.1" 200 559 0.034006 10.0.0.177 - - [2026-08-17 03:00:51] "GET /network-policy/5df032f8-5568-44ba-a26c-ad91727cab7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006557 10.0.0.177 - - [2026-08-17 03:00:51] "POST /neutron/network HTTP/1.1" 200 1012 0.010544 10.0.0.190 - - [2026-08-17 03:00:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.004061 10.0.0.177 - - [2026-08-17 03:00:52] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.010429 10.0.0.177 - - [2026-08-17 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.021036 10.0.0.177 - - [2026-08-17 03:00:52] "GET /network-policy/0adfc667-f38e-433c-a074-1cdaffa17666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.004889 10.0.0.177 - - [2026-08-17 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.177 - - [2026-08-17 03:00:52] "GET /network-policy/f5a5a386-77f5-4dd4-8beb-64eab1e7611f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.004581 10.0.0.177 - - [2026-08-17 03:00:52] "POST /neutron/network HTTP/1.1" 200 1014 0.010523 10.0.0.190 - - [2026-08-17 03:00:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.004213 10.0.0.177 - - [2026-08-17 03:00:52] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.031153 10.0.0.177 - - [2026-08-17 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.177 - - [2026-08-17 03:00:52] "GET /network-policy/5df032f8-5568-44ba-a26c-ad91727cab7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005002 10.0.0.177 - - [2026-08-17 03:00:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001501 10.0.0.177 - - [2026-08-17 03:00:52] "POST /neutron/network HTTP/1.1" 200 1206 0.009617 10.0.0.38 - - [2026-08-17 03:00:52] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001305 10.0.0.177 - - [2026-08-17 03:00:53] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.172178 10.0.0.177 - - [2026-08-17 03:00:53] "POST /neutron/port HTTP/1.1" 200 117 0.007123 10.0.0.177 - - [2026-08-17 03:00:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001404 10.0.0.177 - - [2026-08-17 03:00:53] "POST /neutron/network HTTP/1.1" 200 1112 0.011754 10.0.0.177 - - [2026-08-17 03:00:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001553 10.0.0.177 - - [2026-08-17 03:00:53] "POST /neutron/port HTTP/1.1" 200 117 0.009315 10.0.0.177 - - [2026-08-17 03:00:54] "POST /neutron/port HTTP/1.1" 200 117 0.010542 10.0.0.177 - - [2026-08-17 03:00:57] "POST /neutron/network HTTP/1.1" 200 1206 0.008457 10.0.0.38 - - [2026-08-17 03:00:58] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001614 10.0.0.177 - - [2026-08-17 03:00:58] "POST /neutron/port HTTP/1.1" 200 1225 0.246477 10.0.0.177 - - [2026-08-17 03:00:58] "POST /neutron/port HTTP/1.1" 200 1173 0.514738 10.0.0.177 - - [2026-08-17 03:00:58] "POST /neutron/port HTTP/1.1" 200 1227 0.156013 10.0.0.177 - - [2026-08-17 03:00:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005094 10.0.0.177 - - [2026-08-17 03:00:59] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.177 - - [2026-08-17 03:00:59] "POST /neutron/network HTTP/1.1" 200 1025 0.006999 10.0.0.177 - - [2026-08-17 03:00:59] "POST /neutron/port HTTP/1.1" 200 1237 0.023122 10.0.0.177 - - [2026-08-17 03:00:59] "POST /neutron/subnet HTTP/1.1" 200 1385 0.047974 10.0.0.177 - - [2026-08-17 03:01:00] "POST /neutron/network HTTP/1.1" 200 1112 0.032000 10.0.0.177 - - [2026-08-17 03:01:00] "POST /neutron/port HTTP/1.1" 200 1228 0.252503 10.0.0.177 - - [2026-08-17 03:01:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004682 10.0.0.177 - - [2026-08-17 03:01:01] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.38 - - [2026-08-17 03:01:01] "DELETE /project/0c16a75b-ca52-4b84-8372-87b3a46aa0ab HTTP/1.1" 404 177 0.004879 10.0.0.38 - - [2026-08-17 03:01:01] "DELETE /project/8c2766cfe09c48ff9d4934de15efe62a HTTP/1.1" 404 173 0.004447 10.0.0.177 - - [2026-08-17 03:01:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007917 10.0.0.177 - - [2026-08-17 03:01:14] "POST /neutron/port HTTP/1.1" 200 1235 0.019386 10.0.0.177 - - [2026-08-17 03:01:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008228 10.0.0.177 - - [2026-08-17 03:01:30] "POST /neutron/port HTTP/1.1" 200 1235 0.018543 10.0.0.177 - - [2026-08-17 03:01:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007939 10.0.0.177 - - [2026-08-17 03:01:30] "POST /neutron/port HTTP/1.1" 200 1235 0.022194 10.0.0.177 - - [2026-08-17 03:01:30] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 401 293 0.000502 10.0.0.177 - - [2026-08-17 03:01:30] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 200 1299 0.027332 10.0.0.177 - - [2026-08-17 03:01:30] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 200 1299 0.004320 10.0.0.177 - - [2026-08-17 03:01:30] "GET /virtual-machine-interface/cd7f9d33-bf59-476e-832e-de13ddc7a70f HTTP/1.1" 200 3168 0.006894 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 200 1299 0.005018 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-machine-interface/cd7f9d33-bf59-476e-832e-de13ddc7a70f HTTP/1.1" 200 3168 0.028403 10.0.0.177 - - [2026-08-17 03:01:31] "GET /instance-ip/204a5e6a-4658-4a89-ad0b-5f9363011f98 HTTP/1.1" 200 1632 0.010461 10.0.0.177 - - [2026-08-17 03:01:31] "GET /instance-ip/aaf6cbd7-e4f3-483e-bd4f-0e0145392881 HTTP/1.1" 200 1653 0.008417 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 200 1299 0.004908 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-machine-interface/cd7f9d33-bf59-476e-832e-de13ddc7a70f HTTP/1.1" 200 3168 0.006096 10.0.0.177 - - [2026-08-17 03:01:31] "GET /instance-ip/204a5e6a-4658-4a89-ad0b-5f9363011f98 HTTP/1.1" 200 1632 0.004563 10.0.0.177 - - [2026-08-17 03:01:31] "GET /instance-ip/aaf6cbd7-e4f3-483e-bd4f-0e0145392881 HTTP/1.1" 200 1653 0.005380 10.0.0.177 - - [2026-08-17 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.177 - - [2026-08-17 03:01:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004845 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003494 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006906 10.0.0.177 - - [2026-08-17 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.177 - - [2026-08-17 03:01:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004017 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003357 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006872 10.0.0.177 - - [2026-08-17 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.177 - - [2026-08-17 03:01:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004411 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003658 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.009348 10.0.0.177 - - [2026-08-17 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005178 10.0.0.177 - - [2026-08-17 03:01:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004664 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003860 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007107 10.0.0.177 - - [2026-08-17 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.177 - - [2026-08-17 03:01:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004373 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003611 10.0.0.177 - - [2026-08-17 03:01:31] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007443 10.0.0.177 - - [2026-08-17 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.177 - - [2026-08-17 03:01:34] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.005855 10.0.0.177 - - [2026-08-17 03:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.177 - - [2026-08-17 03:01:38] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006613 10.0.0.177 - - [2026-08-17 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.177 - - [2026-08-17 03:01:42] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.009912 10.0.0.177 - - [2026-08-17 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.177 - - [2026-08-17 03:01:47] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.005801 10.0.0.177 - - [2026-08-17 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.177 - - [2026-08-17 03:01:51] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.005899 10.0.0.177 - - [2026-08-17 03:01:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.027869 10.0.0.177 - - [2026-08-17 03:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.177 - - [2026-08-17 03:01:55] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006020 10.0.0.177 - - [2026-08-17 03:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.177 - - [2026-08-17 03:01:59] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006983 10.0.0.177 - - [2026-08-17 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.177 - - [2026-08-17 03:02:03] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007948 10.0.0.177 - - [2026-08-17 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.177 - - [2026-08-17 03:02:07] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006624 10.0.0.177 - - [2026-08-17 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.177 - - [2026-08-17 03:02:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004553 10.0.0.177 - - [2026-08-17 03:02:09] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004632 10.0.0.177 - - [2026-08-17 03:02:09] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.008320 10.0.0.177 - - [2026-08-17 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.177 - - [2026-08-17 03:02:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004681 10.0.0.177 - - [2026-08-17 03:02:09] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004128 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006795 10.0.0.177 - - [2026-08-17 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.177 - - [2026-08-17 03:02:10] "GET /routing-instance/97f5eb37-de8d-45da-b617-50f62e21eef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005178 10.0.0.177 - - [2026-08-17 03:02:10] "GET /route-target/7b8561af-b138-413d-b5d9-45164edf3888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005036 10.0.0.177 - - [2026-08-17 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.177 - - [2026-08-17 03:02:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004582 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003883 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007756 10.0.0.177 - - [2026-08-17 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.177 - - [2026-08-17 03:02:10] "GET /routing-instance/97f5eb37-de8d-45da-b617-50f62e21eef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005545 10.0.0.177 - - [2026-08-17 03:02:10] "GET /route-target/7b8561af-b138-413d-b5d9-45164edf3888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004792 10.0.0.177 - - [2026-08-17 03:02:10] "POST /neutron/network HTTP/1.1" 200 1206 0.010274 10.0.0.177 - - [2026-08-17 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.177 - - [2026-08-17 03:02:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005169 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003872 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.009396 10.0.0.177 - - [2026-08-17 03:02:10] "POST /neutron/subnet HTTP/1.1" 200 1375 0.024771 10.0.0.177 - - [2026-08-17 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.177 - - [2026-08-17 03:02:10] "POST /neutron/network HTTP/1.1" 200 1196 0.010189 10.0.0.177 - - [2026-08-17 03:02:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005625 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004144 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.008122 10.0.0.177 - - [2026-08-17 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.177 - - [2026-08-17 03:02:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004660 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003810 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006438 10.0.0.177 - - [2026-08-17 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.177 - - [2026-08-17 03:02:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004591 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003848 10.0.0.177 - - [2026-08-17 03:02:10] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.008241 10.0.0.177 - - [2026-08-17 03:02:10] "GET /obj-perms HTTP/1.1" 200 4495 0.004826 10.0.0.38 - - [2026-08-17 03:02:11] "GET /obj-perms HTTP/1.1" 200 4495 0.004091 10.0.0.177 - - [2026-08-17 03:02:11] "GET /obj-perms HTTP/1.1" 200 4495 0.005670 10.0.0.177 - - [2026-08-17 03:02:11] "GET /obj-perms HTTP/1.1" 200 4495 0.004714 10.0.0.190 - - [2026-08-17 03:02:11] "GET /obj-perms HTTP/1.1" 200 4495 0.004322 10.0.0.177 - - [2026-08-17 03:02:11] "POST /neutron/port HTTP/1.1" 200 1237 0.019805 10.0.0.177 - - [2026-08-17 03:02:11] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008630 10.0.0.177 - - [2026-08-17 03:02:11] "GET /virtual-machine/f9b161db-88f8-42a5-b5dc-4a34dc745f6a HTTP/1.1" 200 1299 0.006727 10.0.0.177 - - [2026-08-17 03:02:11] "GET /virtual-machine/f9b161db-88f8-42a5-b5dc-4a34dc745f6a HTTP/1.1" 200 1299 0.003923 10.0.0.177 - - [2026-08-17 03:02:11] "GET /virtual-machine-interface/8b09f728-a976-47ed-8e2e-ca57297829f7 HTTP/1.1" 200 3169 0.006433 10.0.0.177 - - [2026-08-17 03:02:11] "GET /virtual-machine/f9b161db-88f8-42a5-b5dc-4a34dc745f6a HTTP/1.1" 200 1299 0.005141 10.0.0.177 - - [2026-08-17 03:02:11] "GET /virtual-machine-interface/8b09f728-a976-47ed-8e2e-ca57297829f7 HTTP/1.1" 200 3169 0.006042 10.0.0.177 - - [2026-08-17 03:02:11] "GET /instance-ip/273bf6fa-f011-49d1-b761-9181066fff6b HTTP/1.1" 200 1653 0.006774 10.0.0.177 - - [2026-08-17 03:02:11] "GET /instance-ip/f3fe82a6-b4ca-486b-a1fa-d410580c80b7 HTTP/1.1" 200 1634 0.007288 10.0.0.177 - - [2026-08-17 03:02:11] "GET /virtual-machine/f9b161db-88f8-42a5-b5dc-4a34dc745f6a HTTP/1.1" 200 1299 0.004713 10.0.0.177 - - [2026-08-17 03:02:11] "GET /virtual-machine-interface/8b09f728-a976-47ed-8e2e-ca57297829f7 HTTP/1.1" 200 3169 0.006207 10.0.0.177 - - [2026-08-17 03:02:11] "GET /instance-ip/273bf6fa-f011-49d1-b761-9181066fff6b HTTP/1.1" 200 1653 0.005144 10.0.0.177 - - [2026-08-17 03:02:11] "GET /instance-ip/f3fe82a6-b4ca-486b-a1fa-d410580c80b7 HTTP/1.1" 200 1634 0.004314 10.0.0.177 - - [2026-08-17 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.177 - - [2026-08-17 03:02:11] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005096 10.0.0.177 - - [2026-08-17 03:02:11] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003267 10.0.0.177 - - [2026-08-17 03:02:11] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008537 10.0.0.177 - - [2026-08-17 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.177 - - [2026-08-17 03:02:11] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004314 10.0.0.177 - - [2026-08-17 03:02:11] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003429 10.0.0.177 - - [2026-08-17 03:02:12] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007182 10.0.0.177 - - [2026-08-17 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.177 - - [2026-08-17 03:02:12] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004961 10.0.0.177 - - [2026-08-17 03:02:12] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003992 10.0.0.177 - - [2026-08-17 03:02:12] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006723 10.0.0.177 - - [2026-08-17 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.177 - - [2026-08-17 03:02:12] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004639 10.0.0.177 - - [2026-08-17 03:02:12] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003141 10.0.0.177 - - [2026-08-17 03:02:12] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006294 10.0.0.177 - - [2026-08-17 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.177 - - [2026-08-17 03:02:12] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004613 10.0.0.177 - - [2026-08-17 03:02:12] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003284 10.0.0.177 - - [2026-08-17 03:02:12] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007224 10.0.0.177 - - [2026-08-17 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.177 - - [2026-08-17 03:02:13] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004312 10.0.0.177 - - [2026-08-17 03:02:13] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003900 10.0.0.177 - - [2026-08-17 03:02:13] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006387 10.0.0.177 - - [2026-08-17 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.177 - - [2026-08-17 03:02:13] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004643 10.0.0.177 - - [2026-08-17 03:02:13] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003400 10.0.0.177 - - [2026-08-17 03:02:13] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006929 10.0.0.177 - - [2026-08-17 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.177 - - [2026-08-17 03:02:13] "GET /routing-instance/ce7e20e6-7094-495d-b708-9b8818f6dc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005535 10.0.0.177 - - [2026-08-17 03:02:13] "GET /route-target/ae2ce54f-1421-40b9-aa62-fee55d10df95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004968 10.0.0.177 - - [2026-08-17 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.177 - - [2026-08-17 03:02:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004350 10.0.0.177 - - [2026-08-17 03:02:14] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004046 10.0.0.177 - - [2026-08-17 03:02:14] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007929 10.0.0.177 - - [2026-08-17 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.177 - - [2026-08-17 03:02:14] "GET /routing-instance/ce7e20e6-7094-495d-b708-9b8818f6dc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004600 10.0.0.177 - - [2026-08-17 03:02:14] "GET /route-target/ae2ce54f-1421-40b9-aa62-fee55d10df95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004651 10.0.0.177 - - [2026-08-17 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.177 - - [2026-08-17 03:02:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004835 10.0.0.177 - - [2026-08-17 03:02:14] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003162 10.0.0.177 - - [2026-08-17 03:02:14] "POST /neutron/port HTTP/1.1" 200 1235 0.017808 10.0.0.177 - - [2026-08-17 03:02:14] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008052 10.0.0.177 - - [2026-08-17 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.177 - - [2026-08-17 03:02:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004432 10.0.0.177 - - [2026-08-17 03:02:14] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004270 10.0.0.177 - - [2026-08-17 03:02:14] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006352 10.0.0.177 - - [2026-08-17 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.177 - - [2026-08-17 03:02:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005251 10.0.0.177 - - [2026-08-17 03:02:14] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003709 10.0.0.177 - - [2026-08-17 03:02:14] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007867 10.0.0.177 - - [2026-08-17 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.177 - - [2026-08-17 03:02:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005158 10.0.0.177 - - [2026-08-17 03:02:14] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003961 10.0.0.177 - - [2026-08-17 03:02:14] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.009272 10.0.0.38 - - [2026-08-17 03:02:14] "GET /obj-perms HTTP/1.1" 200 4495 0.004703 10.0.0.177 - - [2026-08-17 03:02:14] "GET /obj-perms HTTP/1.1" 200 4495 0.004517 10.0.0.177 - - [2026-08-17 03:02:14] "GET /obj-perms HTTP/1.1" 200 4495 0.005616 10.0.0.177 - - [2026-08-17 03:02:15] "GET /obj-perms HTTP/1.1" 200 4495 0.004177 10.0.0.190 - - [2026-08-17 03:02:15] "GET /obj-perms HTTP/1.1" 200 4495 0.005374 10.0.0.38 - - [2026-08-17 03:02:15] "GET /obj-perms HTTP/1.1" 200 4495 0.004345 10.0.0.177 - - [2026-08-17 03:02:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007770 10.0.0.177 - - [2026-08-17 03:02:15] "POST /neutron/port HTTP/1.1" 200 1238 0.018119 10.0.0.177 - - [2026-08-17 03:02:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008501 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-machine/d8c01076-9797-46b9-814a-feb5262f81a7 HTTP/1.1" 200 1298 0.007020 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-machine/d8c01076-9797-46b9-814a-feb5262f81a7 HTTP/1.1" 200 1298 0.004277 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-machine-interface/b179e02c-7e49-4066-aca9-722ce24bc954 HTTP/1.1" 200 3169 0.006024 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-machine/d8c01076-9797-46b9-814a-feb5262f81a7 HTTP/1.1" 200 1298 0.004187 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-machine-interface/b179e02c-7e49-4066-aca9-722ce24bc954 HTTP/1.1" 200 3169 0.006006 10.0.0.177 - - [2026-08-17 03:02:15] "GET /instance-ip/6c7d94b4-a82c-4793-af87-2596a0aa6930 HTTP/1.1" 200 1634 0.007047 10.0.0.177 - - [2026-08-17 03:02:15] "GET /instance-ip/71a8e44b-c685-4116-a28c-7687c5d65ffa HTTP/1.1" 200 1653 0.007185 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-machine/d8c01076-9797-46b9-814a-feb5262f81a7 HTTP/1.1" 200 1298 0.004775 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-machine-interface/b179e02c-7e49-4066-aca9-722ce24bc954 HTTP/1.1" 200 3169 0.006779 10.0.0.177 - - [2026-08-17 03:02:15] "GET /instance-ip/6c7d94b4-a82c-4793-af87-2596a0aa6930 HTTP/1.1" 200 1634 0.005543 10.0.0.177 - - [2026-08-17 03:02:15] "GET /instance-ip/71a8e44b-c685-4116-a28c-7687c5d65ffa HTTP/1.1" 200 1653 0.004697 10.0.0.177 - - [2026-08-17 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.177 - - [2026-08-17 03:02:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003966 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003311 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006849 10.0.0.177 - - [2026-08-17 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.177 - - [2026-08-17 03:02:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004873 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004218 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007394 10.0.0.177 - - [2026-08-17 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.177 - - [2026-08-17 03:02:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004116 10.0.0.177 - - [2026-08-17 03:02:15] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003245 10.0.0.177 - - [2026-08-17 03:02:16] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006495 10.0.0.177 - - [2026-08-17 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.177 - - [2026-08-17 03:02:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004578 10.0.0.177 - - [2026-08-17 03:02:16] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004826 10.0.0.177 - - [2026-08-17 03:02:16] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007945 10.0.0.177 - - [2026-08-17 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005893 10.0.0.177 - - [2026-08-17 03:02:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005155 10.0.0.177 - - [2026-08-17 03:02:16] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004094 10.0.0.177 - - [2026-08-17 03:02:16] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007371 10.0.0.177 - - [2026-08-17 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.177 - - [2026-08-17 03:02:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004881 10.0.0.177 - - [2026-08-17 03:02:17] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003625 10.0.0.177 - - [2026-08-17 03:02:17] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007207 10.0.0.177 - - [2026-08-17 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.177 - - [2026-08-17 03:02:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004756 10.0.0.177 - - [2026-08-17 03:02:17] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003952 10.0.0.177 - - [2026-08-17 03:02:17] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006968 10.0.0.177 - - [2026-08-17 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.177 - - [2026-08-17 03:02:17] "GET /routing-instance/c6ae439b-c31d-49e8-b48c-dd1f4dcae7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004843 10.0.0.177 - - [2026-08-17 03:02:17] "GET /route-target/05fe7ef7-0a98-407e-9866-99f851eeb5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006047 10.0.0.177 - - [2026-08-17 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.177 - - [2026-08-17 03:02:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005018 10.0.0.177 - - [2026-08-17 03:02:18] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004602 10.0.0.177 - - [2026-08-17 03:02:18] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008873 10.0.0.177 - - [2026-08-17 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.177 - - [2026-08-17 03:02:18] "GET /routing-instance/c6ae439b-c31d-49e8-b48c-dd1f4dcae7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005640 10.0.0.177 - - [2026-08-17 03:02:18] "GET /route-target/05fe7ef7-0a98-407e-9866-99f851eeb5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005482 10.0.0.177 - - [2026-08-17 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.177 - - [2026-08-17 03:02:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004999 10.0.0.177 - - [2026-08-17 03:02:18] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003881 10.0.0.177 - - [2026-08-17 03:02:18] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006682 10.0.0.177 - - [2026-08-17 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.177 - - [2026-08-17 03:02:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004952 10.0.0.177 - - [2026-08-17 03:02:18] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003381 10.0.0.177 - - [2026-08-17 03:02:18] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006464 10.0.0.177 - - [2026-08-17 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.177 - - [2026-08-17 03:02:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005698 10.0.0.177 - - [2026-08-17 03:02:18] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003868 10.0.0.177 - - [2026-08-17 03:02:18] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007952 10.0.0.177 - - [2026-08-17 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005678 10.0.0.177 - - [2026-08-17 03:02:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005018 10.0.0.177 - - [2026-08-17 03:02:18] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003577 10.0.0.177 - - [2026-08-17 03:02:18] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006725 10.0.0.177 - - [2026-08-17 03:02:18] "GET /obj-perms HTTP/1.1" 200 4495 0.004373 10.0.0.38 - - [2026-08-17 03:02:18] "GET /obj-perms HTTP/1.1" 200 4495 0.004483 10.0.0.177 - - [2026-08-17 03:02:18] "GET /obj-perms HTTP/1.1" 200 4495 0.004184 10.0.0.190 - - [2026-08-17 03:02:19] "GET /obj-perms HTTP/1.1" 200 4495 0.004363 10.0.0.177 - - [2026-08-17 03:02:19] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 200 1299 0.004508 10.0.0.177 - - [2026-08-17 03:02:19] "GET /virtual-machine-interface/cd7f9d33-bf59-476e-832e-de13ddc7a70f HTTP/1.1" 200 3168 0.006177 10.0.0.177 - - [2026-08-17 03:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.177 - - [2026-08-17 03:02:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003802 10.0.0.177 - - [2026-08-17 03:02:19] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003184 10.0.0.177 - - [2026-08-17 03:02:19] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.012776 10.0.0.177 - - [2026-08-17 03:02:19] "POST /neutron/port HTTP/1.1" 200 1237 0.039302 10.0.0.177 - - [2026-08-17 03:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.177 - - [2026-08-17 03:02:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004116 10.0.0.177 - - [2026-08-17 03:02:20] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003186 10.0.0.177 - - [2026-08-17 03:02:20] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006896 10.0.0.177 - - [2026-08-17 03:02:20] "POST /neutron/port HTTP/1.1" 200 1237 0.024690 10.0.0.177 - - [2026-08-17 03:02:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004697 10.0.0.177 - - [2026-08-17 03:02:21] "POST /neutron/port HTTP/1.1" 200 117 0.001479 10.0.0.177 - - [2026-08-17 03:02:25] "GET /virtual-machine/f9b161db-88f8-42a5-b5dc-4a34dc745f6a HTTP/1.1" 200 1299 0.009551 10.0.0.177 - - [2026-08-17 03:02:25] "GET /virtual-machine-interface/8b09f728-a976-47ed-8e2e-ca57297829f7 HTTP/1.1" 200 3169 0.005856 10.0.0.177 - - [2026-08-17 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.177 - - [2026-08-17 03:02:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004482 10.0.0.177 - - [2026-08-17 03:02:25] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.010890 10.0.0.177 - - [2026-08-17 03:02:25] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007325 10.0.0.177 - - [2026-08-17 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.177 - - [2026-08-17 03:02:26] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004191 10.0.0.177 - - [2026-08-17 03:02:26] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003407 10.0.0.177 - - [2026-08-17 03:02:26] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006657 10.0.0.177 - - [2026-08-17 03:02:27] "GET /virtual-machine/d8c01076-9797-46b9-814a-feb5262f81a7 HTTP/1.1" 200 1298 0.004441 10.0.0.177 - - [2026-08-17 03:02:27] "GET /virtual-machine-interface/b179e02c-7e49-4066-aca9-722ce24bc954 HTTP/1.1" 200 3169 0.006512 10.0.0.177 - - [2026-08-17 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.177 - - [2026-08-17 03:02:27] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003798 10.0.0.177 - - [2026-08-17 03:02:27] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003638 10.0.0.177 - - [2026-08-17 03:02:27] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006853 10.0.0.177 - - [2026-08-17 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.177 - - [2026-08-17 03:02:28] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004486 10.0.0.177 - - [2026-08-17 03:02:28] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003289 10.0.0.177 - - [2026-08-17 03:02:28] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006357 10.0.0.177 - - [2026-08-17 03:02:38] "GET /virtual-machine/d8c01076-9797-46b9-814a-feb5262f81a7 HTTP/1.1" 200 1298 0.005352 10.0.0.177 - - [2026-08-17 03:02:40] "POST /neutron/port HTTP/1.1" 200 1228 0.019555 10.0.0.177 - - [2026-08-17 03:02:40] "GET /virtual-machine/d8c01076-9797-46b9-814a-feb5262f81a7 HTTP/1.1" 200 1298 0.005258 10.0.0.177 - - [2026-08-17 03:02:42] "GET /virtual-machine/d8c01076-9797-46b9-814a-feb5262f81a7 HTTP/1.1" 404 171 0.003567 10.0.0.177 - - [2026-08-17 03:02:42] "GET /virtual-machine/d8c01076-9797-46b9-814a-feb5262f81a7 HTTP/1.1" 404 171 0.003452 10.0.0.177 - - [2026-08-17 03:02:42] "GET /virtual-machine/d8c01076-9797-46b9-814a-feb5262f81a7 HTTP/1.1" 404 171 0.003166 10.0.0.177 - - [2026-08-17 03:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.177 - - [2026-08-17 03:02:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005297 10.0.0.177 - - [2026-08-17 03:02:42] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004336 10.0.0.177 - - [2026-08-17 03:02:42] "GET /virtual-network/aceb1698-ae7e-44c7-b822-4da2020a77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008377 10.0.0.177 - - [2026-08-17 03:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.177 - - [2026-08-17 03:02:42] "GET /routing-instance/c6ae439b-c31d-49e8-b48c-dd1f4dcae7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005410 10.0.0.177 - - [2026-08-17 03:02:42] "GET /route-target/05fe7ef7-0a98-407e-9866-99f851eeb5ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005354 10.0.0.177 - - [2026-08-17 03:02:42] "GET /obj-perms HTTP/1.1" 200 4495 0.004990 10.0.0.190 - - [2026-08-17 03:02:46] "GET /obj-perms HTTP/1.1" 200 4495 0.004880 10.0.0.177 - - [2026-08-17 03:02:52] "GET /obj-perms HTTP/1.1" 200 4495 0.004595 10.0.0.190 - - [2026-08-17 03:02:55] "GET /obj-perms HTTP/1.1" 200 4495 0.004316 10.0.0.177 - - [2026-08-17 03:03:01] "GET /obj-perms HTTP/1.1" 200 4495 0.004411 10.0.0.190 - - [2026-08-17 03:03:01] "GET /obj-perms HTTP/1.1" 200 4495 0.004281 10.0.0.38 - - [2026-08-17 03:03:01] "GET /obj-perms HTTP/1.1" 200 4495 0.004245 10.0.0.177 - - [2026-08-17 03:03:01] "GET /virtual-machine/f9b161db-88f8-42a5-b5dc-4a34dc745f6a HTTP/1.1" 200 1299 0.005054 10.0.0.177 - - [2026-08-17 03:03:03] "POST /neutron/port HTTP/1.1" 200 1227 0.030368 10.0.0.177 - - [2026-08-17 03:03:03] "GET /virtual-machine/f9b161db-88f8-42a5-b5dc-4a34dc745f6a HTTP/1.1" 200 1299 0.005780 10.0.0.177 - - [2026-08-17 03:03:05] "GET /virtual-machine/f9b161db-88f8-42a5-b5dc-4a34dc745f6a HTTP/1.1" 404 171 0.003771 10.0.0.177 - - [2026-08-17 03:03:05] "GET /virtual-machine/f9b161db-88f8-42a5-b5dc-4a34dc745f6a HTTP/1.1" 404 171 0.003566 10.0.0.177 - - [2026-08-17 03:03:05] "GET /virtual-machine/f9b161db-88f8-42a5-b5dc-4a34dc745f6a HTTP/1.1" 404 171 0.003572 10.0.0.177 - - [2026-08-17 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007468 10.0.0.177 - - [2026-08-17 03:03:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004829 10.0.0.177 - - [2026-08-17 03:03:05] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004448 10.0.0.177 - - [2026-08-17 03:03:05] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007091 10.0.0.177 - - [2026-08-17 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.177 - - [2026-08-17 03:03:06] "GET /routing-instance/ce7e20e6-7094-495d-b708-9b8818f6dc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005838 10.0.0.177 - - [2026-08-17 03:03:06] "GET /route-target/ae2ce54f-1421-40b9-aa62-fee55d10df95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004920 10.0.0.177 - - [2026-08-17 03:03:06] "GET /obj-perms HTTP/1.1" 200 4495 0.004658 10.0.0.190 - - [2026-08-17 03:03:12] "GET /obj-perms HTTP/1.1" 200 4495 0.004669 10.0.0.177 - - [2026-08-17 03:03:15] "GET /obj-perms HTTP/1.1" 200 4495 0.004468 10.0.0.190 - - [2026-08-17 03:03:18] "GET /obj-perms HTTP/1.1" 200 4495 0.004545 10.0.0.177 - - [2026-08-17 03:03:21] "GET /obj-perms HTTP/1.1" 200 4495 0.004218 10.0.0.190 - - [2026-08-17 03:03:27] "GET /obj-perms HTTP/1.1" 200 4495 0.004997 10.0.0.177 - - [2026-08-17 03:03:30] "GET /obj-perms HTTP/1.1" 200 4495 0.005121 10.0.0.177 - - [2026-08-17 03:03:31] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 200 1299 0.007335 10.0.0.177 - - [2026-08-17 03:03:33] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 200 1299 0.004904 10.0.0.177 - - [2026-08-17 03:03:33] "POST /neutron/port HTTP/1.1" 200 1225 0.018312 10.0.0.177 - - [2026-08-17 03:03:35] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 404 171 0.003955 10.0.0.177 - - [2026-08-17 03:03:35] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 404 171 0.003281 10.0.0.177 - - [2026-08-17 03:03:35] "GET /virtual-machine/9ce33493-3713-4c4a-9c55-55b38bcbc8ab HTTP/1.1" 404 171 0.004070 10.0.0.177 - - [2026-08-17 03:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.177 - - [2026-08-17 03:03:35] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004034 10.0.0.177 - - [2026-08-17 03:03:35] "GET /virtual-networks?parent_id=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003458 10.0.0.177 - - [2026-08-17 03:03:35] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006852 10.0.0.177 - - [2026-08-17 03:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.177 - - [2026-08-17 03:03:35] "GET /routing-instance/97f5eb37-de8d-45da-b617-50f62e21eef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004932 10.0.0.177 - - [2026-08-17 03:03:35] "GET /route-target/7b8561af-b138-413d-b5d9-45164edf3888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004340 10.0.0.177 - - [2026-08-17 03:03:35] "GET /obj-perms HTTP/1.1" 200 4495 0.004452 10.0.0.190 - - [2026-08-17 03:03:35] "GET /obj-perms HTTP/1.1" 200 4495 0.004303 10.0.0.177 - - [2026-08-17 03:03:44] "GET /obj-perms HTTP/1.1" 200 4495 0.004627 10.0.0.190 - - [2026-08-17 03:03:44] "GET /obj-perms HTTP/1.1" 200 4495 0.004342 10.0.0.38 - - [2026-08-17 03:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.38 - - [2026-08-17 03:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.177 - - [2026-08-17 03:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.177 - - [2026-08-17 03:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.190 - - [2026-08-17 03:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000478 10.0.0.190 - - [2026-08-17 03:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.38 - - [2026-08-17 03:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000552 10.0.0.38 - - [2026-08-17 03:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.001069 10.0.0.177 - - [2026-08-17 03:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.177 - - [2026-08-17 03:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.190 - - [2026-08-17 03:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.190 - - [2026-08-17 03:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000548 10.0.0.177 - - [2026-08-17 03:03:53] "GET /obj-perms HTTP/1.1" 200 4495 0.004575 10.0.0.190 - - [2026-08-17 03:03:54] "GET /obj-perms HTTP/1.1" 200 4495 0.004558 10.0.0.177 - - [2026-08-17 03:04:00] "GET /obj-perms HTTP/1.1" 200 4495 0.004224 10.0.0.190 - - [2026-08-17 03:04:00] "GET /obj-perms HTTP/1.1" 200 4495 0.005748 10.0.0.177 - - [2026-08-17 03:04:00] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006554 10.0.0.177 - - [2026-08-17 03:04:00] "POST /neutron/network HTTP/1.1" 200 1014 0.108513 10.0.0.190 - - [2026-08-17 03:04:00] "DELETE /access-control-list/2d2925a6-d9b3-4b29-b484-4bc33e54aeac HTTP/1.1" 200 115 0.060686 10.0.0.177 - - [2026-08-17 03:04:00] "GET /virtual-network/bc636ca8-d5f1-4ecb-9e7d-e665068fee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.011095 10.0.0.177 - - [2026-08-17 03:04:00] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006606 10.0.0.190 - - [2026-08-17 03:04:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.012480 10.0.0.177 - - [2026-08-17 03:04:01] "POST /neutron/network HTTP/1.1" 200 1012 0.105836 10.0.0.177 - - [2026-08-17 03:04:01] "GET /virtual-network/f4a54fed-e7ec-4364-9890-fd61da630ef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.012610 10.0.0.177 - - [2026-08-17 03:04:01] "DELETE /network-policy/5df032f8-5568-44ba-a26c-ad91727cab7a HTTP/1.1" 200 115 0.061993 10.0.0.177 - - [2026-08-17 03:04:01] "DELETE /network-policy/0adfc667-f38e-433c-a074-1cdaffa17666 HTTP/1.1" 200 115 0.059079 10.0.0.177 - - [2026-08-17 03:04:01] "DELETE /network-policy/f5a5a386-77f5-4dd4-8beb-64eab1e7611f HTTP/1.1" 200 115 0.068582 10.0.0.190 - - [2026-08-17 03:04:01] "POST /ref-update HTTP/1.1" 200 156 0.053830 10.0.0.38 - - [2026-08-17 03:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006593 10.0.0.38 - - [2026-08-17 03:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002859 10.0.0.38 - - [2026-08-17 03:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004380 10.0.0.38 - - [2026-08-17 03:04:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003625 10.0.0.177 - - [2026-08-17 03:04:01] "POST /neutron/network HTTP/1.1" 200 151 0.251723 10.0.0.190 - - [2026-08-17 03:04:01] "DELETE /route-target/05fe7ef7-0a98-407e-9866-99f851eeb5ba HTTP/1.1" 200 115 0.045978 10.0.0.177 - - [2026-08-17 03:04:02] "POST /neutron/network HTTP/1.1" 200 1012 0.010735 10.0.0.190 - - [2026-08-17 03:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.010965 10.0.0.177 - - [2026-08-17 03:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.177 - - [2026-08-17 03:04:02] "DELETE /network-ipam/66eb282f-b328-4c80-9b24-6b5103d8dbc2 HTTP/1.1" 200 115 0.045804 10.0.0.177 - - [2026-08-17 03:04:02] "POST /fqname-to-id HTTP/1.1" 404 203 0.003779 10.0.0.177 - - [2026-08-17 03:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.177 - - [2026-08-17 03:04:02] "DELETE /network-ipam/44a40982-e099-44a5-aee3-aced8d4ae6ad HTTP/1.1" 200 115 0.044688 10.0.0.177 - - [2026-08-17 03:04:02] "POST /fqname-to-id HTTP/1.1" 404 203 0.003572 10.0.0.177 - - [2026-08-17 03:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.177 - - [2026-08-17 03:04:03] "DELETE /network-ipam/5af06b67-194f-4ed1-b35b-c5f18105caf7 HTTP/1.1" 200 115 0.043846 10.0.0.177 - - [2026-08-17 03:04:03] "POST /fqname-to-id HTTP/1.1" 404 203 0.012601 10.0.0.38 - - [2026-08-17 03:04:05] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001227 10.0.0.177 - - [2026-08-17 03:04:05] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.062086 10.0.0.38 - - [2026-08-17 03:04:05] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001502 10.0.0.177 - - [2026-08-17 03:04:05] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?fields=virtual_networks HTTP/1.1" 200 1046 0.059981 10.0.0.38 - - [2026-08-17 03:04:05] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001108 10.0.0.177 - - [2026-08-17 03:04:06] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.043424 10.0.0.38 - - [2026-08-17 03:04:06] "GET /projects?obj_uuids=8c2766cf-e09c-48ff-9d49-34de15efe62a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001719 10.0.0.177 - - [2026-08-17 03:04:06] "GET /project/8c2766cf-e09c-48ff-9d49-34de15efe62a?fields=security_groups HTTP/1.1" 200 1278 0.072706 10.0.0.177 - - [2026-08-17 03:04:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.036260 10.0.0.38 - - [2026-08-17 03:04:07] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003384 10.0.0.38 - - [2026-08-17 03:04:07] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001780 10.0.0.38 - - [2026-08-17 03:04:07] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008708 10.0.0.38 - - [2026-08-17 03:04:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.005322 10.0.0.38 - - [2026-08-17 03:04:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.012770 10.0.0.38 - - [2026-08-17 03:04:07] "POST /security-groups HTTP/1.1" 200 593 0.081534 10.0.0.38 - - [2026-08-17 03:04:07] "POST /projects HTTP/1.1" 200 589 0.334242 10.0.0.190 - - [2026-08-17 03:04:07] "POST /access-control-lists HTTP/1.1" 200 598 0.035238 10.0.0.38 - - [2026-08-17 03:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.410189 10.0.0.177 - - [2026-08-17 03:04:07] "GET /project/98bcd357-1127-461a-bcc5-f3152209a44a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.572654 10.0.0.177 - - [2026-08-17 03:04:08] "GET / HTTP/1.1" 200 35931 0.002037 10.0.0.177 - - [2026-08-17 03:04:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000566 10.0.0.177 - - [2026-08-17 03:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.057974 10.0.0.38 - - [2026-08-17 03:04:11] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001291 10.0.0.177 - - [2026-08-17 03:04:11] "GET /project/98bcd357-1127-461a-bcc5-f3152209a44a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.053157 10.0.0.38 - - [2026-08-17 03:04:11] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001616 10.0.0.177 - - [2026-08-17 03:04:11] "POST /neutron/network HTTP/1.1" 200 607 0.176984 10.0.0.190 - - [2026-08-17 03:04:11] "POST /route-targets HTTP/1.1" 200 327 0.017034 10.0.0.177 - - [2026-08-17 03:04:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.004045 10.0.0.177 - - [2026-08-17 03:04:12] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005846 10.0.0.177 - - [2026-08-17 03:04:12] "POST /neutron/network HTTP/1.1" 200 823 0.007164 10.0.0.177 - - [2026-08-17 03:04:12] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005679 10.0.0.177 - - [2026-08-17 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.38 - - [2026-08-17 03:04:12] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001048 10.0.0.177 - - [2026-08-17 03:04:12] "GET /project/98bcd357-1127-461a-bcc5-f3152209a44a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.059309 10.0.0.177 - - [2026-08-17 03:04:12] "POST /neutron/network HTTP/1.1" 200 117 0.015174 10.0.0.190 - - [2026-08-17 03:04:12] "POST /ref-update HTTP/1.1" 200 156 0.032881 10.0.0.177 - - [2026-08-17 03:04:12] "POST /neutron/network HTTP/1.1" 200 827 0.010985 10.0.0.177 - - [2026-08-17 03:04:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001229 10.0.0.177 - - [2026-08-17 03:04:12] "GET /virtual-network/a1f40149-22e8-4e2d-950a-216ebbcf6c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006263 10.0.0.177 - - [2026-08-17 03:04:12] "GET /virtual-network/a1f40149-22e8-4e2d-950a-216ebbcf6c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006528 10.0.0.177 - - [2026-08-17 03:04:12] "POST /neutron/subnet HTTP/1.1" 200 730 0.009737 10.0.0.177 - - [2026-08-17 03:04:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.003403 10.0.0.177 - - [2026-08-17 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.38 - - [2026-08-17 03:04:12] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001193 10.0.0.177 - - [2026-08-17 03:04:12] "GET /project/98bcd357-1127-461a-bcc5-f3152209a44a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.052859 10.0.0.177 - - [2026-08-17 03:04:13] "POST /network-policys HTTP/1.1" 200 571 0.033853 10.0.0.177 - - [2026-08-17 03:04:13] "GET /network-policy/41052e4e-70ea-47ea-b662-7b60be317967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.009305 10.0.0.177 - - [2026-08-17 03:04:13] "POST /neutron/network HTTP/1.1" 200 925 0.011619 10.0.0.177 - - [2026-08-17 03:04:13] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006112 10.0.0.177 - - [2026-08-17 03:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.177 - - [2026-08-17 03:04:13] "GET /network-policy/41052e4e-70ea-47ea-b662-7b60be317967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.009057 10.0.0.190 - - [2026-08-17 03:04:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.009643 10.0.0.177 - - [2026-08-17 03:04:13] "POST /neutron/network HTTP/1.1" 200 929 0.040707 10.0.0.177 - - [2026-08-17 03:04:13] "GET /virtual-network/a1f40149-22e8-4e2d-950a-216ebbcf6c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.010293 10.0.0.177 - - [2026-08-17 03:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.020234 10.0.0.177 - - [2026-08-17 03:04:13] "GET /network-policy/41052e4e-70ea-47ea-b662-7b60be317967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004924 10.0.0.177 - - [2026-08-17 03:04:14] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006824 10.0.0.38 - - [2026-08-17 03:04:16] "GET /obj-perms HTTP/1.1" 200 4487 0.078311 10.0.0.177 - - [2026-08-17 03:04:16] "GET /virtual-network/a1f40149-22e8-4e2d-950a-216ebbcf6c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.008219 10.0.0.177 - - [2026-08-17 03:04:16] "GET /obj-perms HTTP/1.1" 200 4487 0.053379 10.0.0.177 - - [2026-08-17 03:04:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001514 10.0.0.38 - - [2026-08-17 03:04:17] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001070 10.0.0.177 - - [2026-08-17 03:04:17] "GET /project/98bcd357-1127-461a-bcc5-f3152209a44a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.053936 10.0.0.177 - - [2026-08-17 03:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.007426 10.0.0.177 - - [2026-08-17 03:04:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001583 10.0.0.177 - - [2026-08-17 03:04:17] "POST /neutron/network HTTP/1.1" 200 939 0.007749 10.0.0.177 - - [2026-08-17 03:04:18] "POST /neutron/port HTTP/1.1" 200 117 0.007171 10.0.0.38 - - [2026-08-17 03:04:21] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001333 10.0.0.177 - - [2026-08-17 03:04:22] "POST /neutron/port HTTP/1.1" 200 1059 0.380151 10.0.0.177 - - [2026-08-17 03:04:22] "POST /neutron/port HTTP/1.1" 200 1059 0.041063 10.0.0.177 - - [2026-08-17 03:04:22] "POST /neutron/port HTTP/1.1" 200 1063 0.023405 10.0.0.177 - - [2026-08-17 03:04:23] "POST /neutron/port HTTP/1.1" 200 1123 0.028384 10.0.0.177 - - [2026-08-17 03:04:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004699 10.0.0.177 - - [2026-08-17 03:04:23] "POST /neutron/network HTTP/1.1" 200 925 0.010517 10.0.0.177 - - [2026-08-17 03:04:24] "POST /neutron/subnet HTTP/1.1" 200 704 0.011643 10.0.0.177 - - [2026-08-17 03:04:28] "POST /neutron/port HTTP/1.1" 200 1123 0.020750 10.0.0.177 - - [2026-08-17 03:04:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008338 10.0.0.177 - - [2026-08-17 03:04:43] "POST /neutron/port HTTP/1.1" 200 1123 0.023378 10.0.0.177 - - [2026-08-17 03:04:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013615 10.0.0.177 - - [2026-08-17 03:04:43] "GET /virtual-machine/18881a75-4859-473c-bf24-a9ef5cf8d87b HTTP/1.1" 401 293 0.000496 10.0.0.177 - - [2026-08-17 03:04:44] "GET /virtual-machine/18881a75-4859-473c-bf24-a9ef5cf8d87b HTTP/1.1" 200 1294 0.031911 10.0.0.177 - - [2026-08-17 03:04:44] "GET /virtual-machine-interface/68d4159b-ed4a-48b2-b759-cd63276e2074 HTTP/1.1" 200 2951 0.005949 10.0.0.177 - - [2026-08-17 03:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006319 10.0.0.177 - - [2026-08-17 03:04:44] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004865 10.0.0.177 - - [2026-08-17 03:04:44] "GET /virtual-networks?parent_id=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003354 10.0.0.177 - - [2026-08-17 03:04:44] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006899 10.0.0.190 - - [2026-08-17 03:04:46] "DELETE /access-control-list/3e68d293-6375-41ed-84cf-09ab588cf009 HTTP/1.1" 200 115 0.050536 10.0.0.177 - - [2026-08-17 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.177 - - [2026-08-17 03:04:47] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006952 10.0.0.177 - - [2026-08-17 03:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.177 - - [2026-08-17 03:04:51] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006206 10.0.0.177 - - [2026-08-17 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.177 - - [2026-08-17 03:04:55] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005853 10.0.0.177 - - [2026-08-17 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.177 - - [2026-08-17 03:04:59] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006175 10.0.0.38 - - [2026-08-17 03:05:01] "DELETE /project/98bcd3571127461abcc5f3152209a44a HTTP/1.1" 404 173 0.002862 10.0.0.38 - - [2026-08-17 03:05:01] "DELETE /project/8c2766cf-e09c-48ff-9d49-34de15efe62a HTTP/1.1" 404 177 0.005505 10.0.0.177 - - [2026-08-17 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.177 - - [2026-08-17 03:05:03] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005819 10.0.0.177 - - [2026-08-17 03:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.177 - - [2026-08-17 03:05:08] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006491 10.0.0.177 - - [2026-08-17 03:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.177 - - [2026-08-17 03:05:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004223 10.0.0.177 - - [2026-08-17 03:05:10] "GET /virtual-networks?parent_id=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004106 10.0.0.177 - - [2026-08-17 03:05:10] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006393 10.0.0.177 - - [2026-08-17 03:05:10] "POST /neutron/port HTTP/1.1" 200 1123 0.020380 10.0.0.177 - - [2026-08-17 03:05:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008799 10.0.0.177 - - [2026-08-17 03:05:15] "POST /neutron/network HTTP/1.1" 200 935 0.008016 10.0.0.177 - - [2026-08-17 03:05:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008174 10.0.0.177 - - [2026-08-17 03:05:15] "POST /neutron/network HTTP/1.1" 200 925 0.007643 10.0.0.190 - - [2026-08-17 03:05:19] "GET /obj-perms HTTP/1.1" 200 4509 0.044487 10.0.0.38 - - [2026-08-17 03:05:19] "GET /obj-perms HTTP/1.1" 200 4509 0.038066 10.0.0.177 - - [2026-08-17 03:05:20] "POST /neutron/port HTTP/1.1" 200 1127 0.021152 10.0.0.177 - - [2026-08-17 03:05:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008537 10.0.0.177 - - [2026-08-17 03:05:20] "GET /virtual-machine/ea284a0a-4efa-479e-b5ad-a5912fe8d2e1 HTTP/1.1" 200 1295 0.007161 10.0.0.177 - - [2026-08-17 03:05:20] "GET /virtual-machine-interface/86f1c899-79d2-4e56-b707-27da6c4cf752 HTTP/1.1" 200 2951 0.005942 10.0.0.177 - - [2026-08-17 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.177 - - [2026-08-17 03:05:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004594 10.0.0.177 - - [2026-08-17 03:05:21] "GET /virtual-networks?parent_id=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004077 10.0.0.177 - - [2026-08-17 03:05:21] "GET /virtual-network/a1f40149-22e8-4e2d-950a-216ebbcf6c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007079 10.0.0.177 - - [2026-08-17 03:05:21] "POST /neutron/port HTTP/1.1" 200 1127 0.024796 10.0.0.177 - - [2026-08-17 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.177 - - [2026-08-17 03:05:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006583 10.0.0.177 - - [2026-08-17 03:05:22] "GET /virtual-networks?parent_id=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004294 10.0.0.177 - - [2026-08-17 03:05:22] "GET /virtual-network/a1f40149-22e8-4e2d-950a-216ebbcf6c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006384 10.0.0.177 - - [2026-08-17 03:05:22] "POST /neutron/port HTTP/1.1" 200 1127 0.020975 10.0.0.177 - - [2026-08-17 03:05:23] "POST /neutron/subnet HTTP/1.1" 200 704 0.010165 10.0.0.177 - - [2026-08-17 03:06:14] "POST /neutron/port HTTP/1.1" 200 1123 0.017988 10.0.0.177 - - [2026-08-17 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.38 - - [2026-08-17 03:06:15] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.032651 10.0.0.177 - - [2026-08-17 03:06:15] "GET /project/98bcd357-1127-461a-bcc5-f3152209a44a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.089424 10.0.0.177 - - [2026-08-17 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.177 - - [2026-08-17 03:06:15] "PUT /network-policy/41052e4e-70ea-47ea-b662-7b60be317967 HTTP/1.1" 200 262 0.016321 10.0.0.190 - - [2026-08-17 03:06:16] "POST /ref-update HTTP/1.1" 200 156 0.083848 10.0.0.177 - - [2026-08-17 03:06:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004676 10.0.0.177 - - [2026-08-17 03:06:16] "POST /neutron/network HTTP/1.1" 200 925 0.007455 10.0.0.177 - - [2026-08-17 03:06:18] "GET /virtual-network/a1f40149-22e8-4e2d-950a-216ebbcf6c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007724 10.0.0.190 - - [2026-08-17 03:06:19] "DELETE /access-control-list/ee2b441d-91d1-4ca8-af49-782491dd04c1 HTTP/1.1" 200 115 0.046478 10.0.0.177 - - [2026-08-17 03:06:19] "POST /neutron/network HTTP/1.1" 200 827 0.016066 10.0.0.177 - - [2026-08-17 03:06:19] "GET /virtual-network/a1f40149-22e8-4e2d-950a-216ebbcf6c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010188 10.0.0.177 - - [2026-08-17 03:06:19] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.012549 10.0.0.177 - - [2026-08-17 03:06:19] "POST /neutron/network HTTP/1.1" 200 823 0.021951 10.0.0.177 - - [2026-08-17 03:06:19] "GET /virtual-network/a235d47d-30ed-49df-8b4c-62d2a5569a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.010333 10.0.0.177 - - [2026-08-17 03:06:19] "DELETE /network-policy/41052e4e-70ea-47ea-b662-7b60be317967 HTTP/1.1" 200 115 0.049491 10.0.0.177 - - [2026-08-17 03:06:20] "POST /neutron/port HTTP/1.1" 200 1127 0.020395 10.0.0.177 - - [2026-08-17 03:06:20] "POST /neutron/port HTTP/1.1" 200 1123 0.018207 10.0.0.177 - - [2026-08-17 03:06:21] "POST /neutron/network HTTP/1.1" 200 827 0.007907 10.0.0.190 - - [2026-08-17 03:06:21] "DELETE /route-target/d07c9679-9baf-4c75-8ace-5d06fa4dd268 HTTP/1.1" 200 115 0.028208 10.0.0.38 - - [2026-08-17 03:06:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004189 10.0.0.38 - - [2026-08-17 03:06:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005184 10.0.0.177 - - [2026-08-17 03:06:22] "POST /neutron/network HTTP/1.1" 200 151 0.159121 10.0.0.38 - - [2026-08-17 03:06:23] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001249 10.0.0.177 - - [2026-08-17 03:06:23] "GET /project/98bcd357-1127-461a-bcc5-f3152209a44a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.086639 10.0.0.38 - - [2026-08-17 03:06:23] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001165 10.0.0.177 - - [2026-08-17 03:06:23] "GET /project/98bcd357-1127-461a-bcc5-f3152209a44a?fields=virtual_networks HTTP/1.1" 200 1038 0.063719 10.0.0.38 - - [2026-08-17 03:06:23] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.177 - - [2026-08-17 03:06:23] "GET /project/98bcd357-1127-461a-bcc5-f3152209a44a?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.073214 10.0.0.38 - - [2026-08-17 03:06:23] "GET /projects?obj_uuids=98bcd357-1127-461a-bcc5-f3152209a44a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001124 10.0.0.177 - - [2026-08-17 03:06:23] "GET /project/98bcd357-1127-461a-bcc5-f3152209a44a?fields=security_groups HTTP/1.1" 200 1266 0.066382 10.0.0.177 - - [2026-08-17 03:06:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.029696 10.0.0.38 - - [2026-08-17 03:06:24] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004124 10.0.0.38 - - [2026-08-17 03:06:25] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002323 10.0.0.38 - - [2026-08-17 03:06:25] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044922 10.0.0.38 - - [2026-08-17 03:06:25] "POST /id-to-fqname HTTP/1.1" 200 202 0.006695 10.0.0.38 - - [2026-08-17 03:06:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.012118 10.0.0.38 - - [2026-08-17 03:06:25] "POST /security-groups HTTP/1.1" 200 603 0.117916 10.0.0.190 - - [2026-08-17 03:06:25] "POST /fqname-to-id HTTP/1.1" 404 246 0.003692 10.0.0.38 - - [2026-08-17 03:06:25] "POST /projects HTTP/1.1" 200 609 0.389268 10.0.0.38 - - [2026-08-17 03:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.475919 10.0.0.190 - - [2026-08-17 03:06:25] "POST /access-control-lists HTTP/1.1" 200 606 0.045007 10.0.0.177 - - [2026-08-17 03:06:25] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.675220 10.0.0.177 - - [2026-08-17 03:06:27] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.177 - - [2026-08-17 03:06:30] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000551 10.0.0.38 - - [2026-08-17 03:06:31] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001251 10.0.0.177 - - [2026-08-17 03:06:31] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.078321 10.0.0.177 - - [2026-08-17 03:06:31] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.177 - - [2026-08-17 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.38 - - [2026-08-17 03:06:32] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001347 10.0.0.177 - - [2026-08-17 03:06:32] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009060 10.0.0.177 - - [2026-08-17 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.38 - - [2026-08-17 03:06:32] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.177 - - [2026-08-17 03:06:32] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.072504 10.0.0.177 - - [2026-08-17 03:06:33] "GET /domains HTTP/1.1" 401 293 0.000553 10.0.0.177 - - [2026-08-17 03:06:33] "GET /domains HTTP/1.1" 200 280 0.036091 10.0.0.38 - - [2026-08-17 03:06:33] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.177 - - [2026-08-17 03:06:33] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482 HTTP/1.1" 200 2967 0.010232 10.0.0.38 - - [2026-08-17 03:06:33] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.177 - - [2026-08-17 03:06:34] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848 HTTP/1.1" 200 1926 0.108915 10.0.0.177 - - [2026-08-17 03:06:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.009096 10.0.0.177 - - [2026-08-17 03:06:34] "POST /network-ipams HTTP/1.1" 200 621 0.035488 10.0.0.177 - - [2026-08-17 03:06:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.006454 10.0.0.177 - - [2026-08-17 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.177 - - [2026-08-17 03:06:34] "GET /network-ipam/c8c9f675-e710-4b58-a81a-a8238b3dc412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.007274 10.0.0.177 - - [2026-08-17 03:06:34] "PUT /network-ipam/c8c9f675-e710-4b58-a81a-a8238b3dc412 HTTP/1.1" 200 258 0.017408 10.0.0.177 - - [2026-08-17 03:06:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000507 10.0.0.177 - - [2026-08-17 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.029130 10.0.0.38 - - [2026-08-17 03:06:34] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.177 - - [2026-08-17 03:06:35] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.062091 10.0.0.38 - - [2026-08-17 03:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005492 10.0.0.177 - - [2026-08-17 03:06:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.329993 10.0.0.177 - - [2026-08-17 03:06:36] "POST /neutron/network HTTP/1.1" 200 1337 0.014266 10.0.0.177 - - [2026-08-17 03:06:36] "POST /id-to-fqname HTTP/1.1" 200 235 0.001239 10.0.0.177 - - [2026-08-17 03:06:36] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006783 10.0.0.177 - - [2026-08-17 03:06:36] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006622 10.0.0.177 - - [2026-08-17 03:06:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.009878 10.0.0.177 - - [2026-08-17 03:06:36] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006885 10.0.0.177 - - [2026-08-17 03:06:37] "GET /obj-perms HTTP/1.1" 200 4472 0.060699 10.0.0.177 - - [2026-08-17 03:06:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.003809 10.0.0.177 - - [2026-08-17 03:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.38 - - [2026-08-17 03:06:38] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.177 - - [2026-08-17 03:06:38] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.056166 10.0.0.177 - - [2026-08-17 03:06:38] "POST /network-policys HTTP/1.1" 200 563 0.036508 10.0.0.177 - - [2026-08-17 03:06:38] "GET /network-policy/9395622c-2402-4424-a43a-325070e06c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.015434 10.0.0.177 - - [2026-08-17 03:06:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.003575 10.0.0.177 - - [2026-08-17 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.38 - - [2026-08-17 03:06:39] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001146 10.0.0.177 - - [2026-08-17 03:06:39] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.055868 10.0.0.177 - - [2026-08-17 03:06:39] "POST /network-policys HTTP/1.1" 200 563 0.035440 10.0.0.177 - - [2026-08-17 03:06:39] "GET /network-policy/259587ca-d35c-4a24-ad45-af4b19ddf4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.009191 10.0.0.177 - - [2026-08-17 03:06:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.003498 10.0.0.177 - - [2026-08-17 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.38 - - [2026-08-17 03:06:39] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001150 10.0.0.177 - - [2026-08-17 03:06:39] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.083438 10.0.0.177 - - [2026-08-17 03:06:39] "POST /network-policys HTTP/1.1" 200 563 0.036206 10.0.0.177 - - [2026-08-17 03:06:39] "GET /network-policy/ed74a5b0-6c2b-4c4d-8869-b4c1a795dc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006997 10.0.0.177 - - [2026-08-17 03:06:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.003828 10.0.0.177 - - [2026-08-17 03:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.38 - - [2026-08-17 03:06:39] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001047 10.0.0.177 - - [2026-08-17 03:06:40] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.059896 10.0.0.177 - - [2026-08-17 03:06:40] "POST /network-policys HTTP/1.1" 200 563 0.039192 10.0.0.177 - - [2026-08-17 03:06:40] "GET /network-policy/bbd1797a-50c6-41f3-9383-9e600a462a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.011019 10.0.0.177 - - [2026-08-17 03:06:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.004390 10.0.0.177 - - [2026-08-17 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.38 - - [2026-08-17 03:06:40] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.177 - - [2026-08-17 03:06:40] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.051852 10.0.0.177 - - [2026-08-17 03:06:40] "POST /network-policys HTTP/1.1" 200 563 0.030540 10.0.0.177 - - [2026-08-17 03:06:40] "GET /network-policy/33228241-9926-4937-a3e8-52b26c601605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006500 10.0.0.177 - - [2026-08-17 03:06:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.004818 10.0.0.177 - - [2026-08-17 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.38 - - [2026-08-17 03:06:40] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001131 10.0.0.177 - - [2026-08-17 03:06:40] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.053611 10.0.0.177 - - [2026-08-17 03:06:40] "POST /network-policys HTTP/1.1" 200 563 0.039616 10.0.0.177 - - [2026-08-17 03:06:40] "GET /network-policy/fcadf8ce-faf7-4abc-bde1-3530cc744983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007785 10.0.0.177 - - [2026-08-17 03:06:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.003941 10.0.0.177 - - [2026-08-17 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.38 - - [2026-08-17 03:06:41] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.177 - - [2026-08-17 03:06:41] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.066904 10.0.0.177 - - [2026-08-17 03:06:41] "POST /network-policys HTTP/1.1" 200 563 0.039962 10.0.0.177 - - [2026-08-17 03:06:41] "GET /network-policy/22440ce8-b3d8-45f8-84ef-c58e8c7fd242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.015990 10.0.0.177 - - [2026-08-17 03:06:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.004254 10.0.0.177 - - [2026-08-17 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.38 - - [2026-08-17 03:06:41] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001188 10.0.0.177 - - [2026-08-17 03:06:41] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.059010 10.0.0.177 - - [2026-08-17 03:06:41] "POST /network-policys HTTP/1.1" 200 563 0.034368 10.0.0.177 - - [2026-08-17 03:06:41] "GET /network-policy/77bd19e3-1301-42ca-b149-cab74eddef99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007815 10.0.0.177 - - [2026-08-17 03:06:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.004361 10.0.0.177 - - [2026-08-17 03:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.38 - - [2026-08-17 03:06:42] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001271 10.0.0.177 - - [2026-08-17 03:06:42] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.060102 10.0.0.177 - - [2026-08-17 03:06:42] "POST /network-policys HTTP/1.1" 200 563 0.032658 10.0.0.177 - - [2026-08-17 03:06:42] "GET /network-policy/539d65a8-29d6-4dcf-a5c4-9d254f5d82e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007995 10.0.0.177 - - [2026-08-17 03:06:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.003401 10.0.0.177 - - [2026-08-17 03:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.38 - - [2026-08-17 03:06:42] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.177 - - [2026-08-17 03:06:42] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.061363 10.0.0.177 - - [2026-08-17 03:06:42] "POST /network-policys HTTP/1.1" 200 563 0.030330 10.0.0.177 - - [2026-08-17 03:06:42] "GET /network-policy/82d38036-a84c-433e-acd9-2746c0c7acd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007256 10.0.0.177 - - [2026-08-17 03:06:43] "POST /neutron/network HTTP/1.1" 200 1337 0.013533 10.0.0.190 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 404 252 0.004114 10.0.0.177 - - [2026-08-17 03:06:43] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.011103 10.0.0.177 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.177 - - [2026-08-17 03:06:43] "GET /network-policy/22440ce8-b3d8-45f8-84ef-c58e8c7fd242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005172 10.0.0.177 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.177 - - [2026-08-17 03:06:43] "GET /network-policy/259587ca-d35c-4a24-ad45-af4b19ddf4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005509 10.0.0.177 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.177 - - [2026-08-17 03:06:43] "GET /network-policy/33228241-9926-4937-a3e8-52b26c601605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006434 10.0.0.177 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.177 - - [2026-08-17 03:06:43] "GET /network-policy/539d65a8-29d6-4dcf-a5c4-9d254f5d82e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005202 10.0.0.177 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.177 - - [2026-08-17 03:06:43] "GET /network-policy/77bd19e3-1301-42ca-b149-cab74eddef99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005722 10.0.0.177 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.177 - - [2026-08-17 03:06:43] "GET /network-policy/82d38036-a84c-433e-acd9-2746c0c7acd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007011 10.0.0.177 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.177 - - [2026-08-17 03:06:43] "GET /network-policy/9395622c-2402-4424-a43a-325070e06c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005432 10.0.0.177 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.177 - - [2026-08-17 03:06:43] "GET /network-policy/bbd1797a-50c6-41f3-9383-9e600a462a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005322 10.0.0.177 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.177 - - [2026-08-17 03:06:43] "GET /network-policy/ed74a5b0-6c2b-4c4d-8869-b4c1a795dc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005030 10.0.0.177 - - [2026-08-17 03:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.177 - - [2026-08-17 03:06:43] "GET /network-policy/fcadf8ce-faf7-4abc-bde1-3530cc744983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005873 10.0.0.177 - - [2026-08-17 03:06:43] "POST /id-to-fqname HTTP/1.1" 200 235 0.001453 10.0.0.177 - - [2026-08-17 03:06:44] "POST /neutron/network HTTP/1.1" 200 2260 0.008544 10.0.0.177 - - [2026-08-17 03:06:44] "POST /neutron/port HTTP/1.1" 200 117 0.007293 10.0.0.190 - - [2026-08-17 03:06:47] "DELETE /access-control-list/5a7cc8a4-4089-4099-8e3c-11bbf4f7dacd HTTP/1.1" 200 115 0.058966 10.0.0.38 - - [2026-08-17 03:06:48] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001266 10.0.0.177 - - [2026-08-17 03:06:49] "POST /neutron/port HTTP/1.1" 200 1174 0.514683 10.0.0.177 - - [2026-08-17 03:06:49] "POST /neutron/port HTTP/1.1" 200 1228 0.139870 10.0.0.177 - - [2026-08-17 03:06:50] "POST /neutron/port HTTP/1.1" 200 1238 0.019341 10.0.0.177 - - [2026-08-17 03:06:50] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017210 10.0.0.177 - - [2026-08-17 03:06:50] "POST /neutron/network HTTP/1.1" 200 2250 0.013642 10.0.0.177 - - [2026-08-17 03:07:00] "POST /neutron/port HTTP/1.1" 200 1238 0.020464 10.0.0.38 - - [2026-08-17 03:07:02] "DELETE /project/8f0abba7e7c24c5fb30581acae11f848 HTTP/1.1" 404 173 0.003264 10.0.0.38 - - [2026-08-17 03:07:02] "DELETE /project/98bcd357-1127-461a-bcc5-f3152209a44a HTTP/1.1" 404 177 0.006036 10.0.0.177 - - [2026-08-17 03:07:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014852 10.0.0.177 - - [2026-08-17 03:07:10] "POST /neutron/port HTTP/1.1" 200 1238 0.020571 10.0.0.177 - - [2026-08-17 03:07:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015314 10.0.0.177 - - [2026-08-17 03:07:10] "GET /virtual-machine/6dcae5aa-361a-4c9b-bd59-4843ffe4cbb4 HTTP/1.1" 401 293 0.000495 10.0.0.177 - - [2026-08-17 03:07:10] "GET /virtual-machine/6dcae5aa-361a-4c9b-bd59-4843ffe4cbb4 HTTP/1.1" 200 1304 0.037535 10.0.0.177 - - [2026-08-17 03:07:10] "GET /virtual-machine-interface/d75387b5-a006-4a22-8944-600b5684588e HTTP/1.1" 200 3169 0.007196 10.0.0.177 - - [2026-08-17 03:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.177 - - [2026-08-17 03:07:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004373 10.0.0.177 - - [2026-08-17 03:07:10] "GET /virtual-networks?parent_id=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003982 10.0.0.177 - - [2026-08-17 03:07:10] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006747 10.0.0.177 - - [2026-08-17 03:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.177 - - [2026-08-17 03:07:14] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007508 10.0.0.177 - - [2026-08-17 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.177 - - [2026-08-17 03:07:18] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006268 10.0.0.177 - - [2026-08-17 03:07:18] "POST /neutron/network HTTP/1.1" 200 2260 0.007253 10.0.0.177 - - [2026-08-17 03:07:18] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017143 10.0.0.177 - - [2026-08-17 03:07:18] "POST /neutron/network HTTP/1.1" 200 2250 0.022449 10.0.0.177 - - [2026-08-17 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.177 - - [2026-08-17 03:07:22] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005840 10.0.0.177 - - [2026-08-17 03:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.177 - - [2026-08-17 03:07:26] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007007 10.0.0.177 - - [2026-08-17 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.177 - - [2026-08-17 03:07:30] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007895 10.0.0.177 - - [2026-08-17 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.177 - - [2026-08-17 03:07:34] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006514 10.0.0.177 - - [2026-08-17 03:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.177 - - [2026-08-17 03:07:36] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005095 10.0.0.177 - - [2026-08-17 03:07:36] "GET /virtual-networks?parent_id=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004201 10.0.0.177 - - [2026-08-17 03:07:36] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006944 10.0.0.177 - - [2026-08-17 03:07:38] "POST /neutron/port HTTP/1.1" 200 1238 0.051141 10.0.0.177 - - [2026-08-17 03:07:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008787 10.0.0.177 - - [2026-08-17 03:07:47] "POST /neutron/port HTTP/1.1" 200 1238 0.019609 10.0.0.177 - - [2026-08-17 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.177 - - [2026-08-17 03:07:47] "GET /network-policy/9395622c-2402-4424-a43a-325070e06c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004009 10.0.0.177 - - [2026-08-17 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.177 - - [2026-08-17 03:07:47] "GET /network-policy/259587ca-d35c-4a24-ad45-af4b19ddf4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005494 10.0.0.177 - - [2026-08-17 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.177 - - [2026-08-17 03:07:47] "GET /network-policy/ed74a5b0-6c2b-4c4d-8869-b4c1a795dc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004507 10.0.0.177 - - [2026-08-17 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.177 - - [2026-08-17 03:07:47] "GET /network-policy/bbd1797a-50c6-41f3-9383-9e600a462a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004621 10.0.0.177 - - [2026-08-17 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.177 - - [2026-08-17 03:07:47] "GET /network-policy/33228241-9926-4937-a3e8-52b26c601605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005444 10.0.0.177 - - [2026-08-17 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.177 - - [2026-08-17 03:07:47] "GET /network-policy/fcadf8ce-faf7-4abc-bde1-3530cc744983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004931 10.0.0.177 - - [2026-08-17 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.177 - - [2026-08-17 03:07:47] "GET /network-policy/22440ce8-b3d8-45f8-84ef-c58e8c7fd242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005381 10.0.0.177 - - [2026-08-17 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.177 - - [2026-08-17 03:07:47] "GET /network-policy/77bd19e3-1301-42ca-b149-cab74eddef99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005097 10.0.0.177 - - [2026-08-17 03:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.177 - - [2026-08-17 03:07:48] "GET /network-policy/539d65a8-29d6-4dcf-a5c4-9d254f5d82e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004972 10.0.0.177 - - [2026-08-17 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.177 - - [2026-08-17 03:07:48] "GET /network-policy/82d38036-a84c-433e-acd9-2746c0c7acd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005939 10.0.0.190 - - [2026-08-17 03:07:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.032607 10.0.0.177 - - [2026-08-17 03:07:48] "POST /neutron/network HTTP/1.1" 200 1440 0.190904 10.0.0.177 - - [2026-08-17 03:07:48] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006931 10.0.0.177 - - [2026-08-17 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.177 - - [2026-08-17 03:07:48] "GET /network-policy/9395622c-2402-4424-a43a-325070e06c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004549 10.0.0.177 - - [2026-08-17 03:07:53] "POST /neutron/network HTTP/1.1" 200 1440 0.102496 10.0.0.177 - - [2026-08-17 03:07:53] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007258 10.0.0.177 - - [2026-08-17 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.177 - - [2026-08-17 03:07:53] "GET /network-policy/259587ca-d35c-4a24-ad45-af4b19ddf4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005886 10.0.0.190 - - [2026-08-17 03:07:58] "PUT /access-control-list/fc90a828-2a6c-40e5-8667-778d80b74248 HTTP/1.1" 200 272 0.031554 10.0.0.177 - - [2026-08-17 03:07:59] "POST /neutron/network HTTP/1.1" 200 1440 0.163893 10.0.0.177 - - [2026-08-17 03:07:59] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006867 10.0.0.177 - - [2026-08-17 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.177 - - [2026-08-17 03:07:59] "GET /network-policy/ed74a5b0-6c2b-4c4d-8869-b4c1a795dc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004631 10.0.0.190 - - [2026-08-17 03:08:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.010037 10.0.0.177 - - [2026-08-17 03:08:04] "POST /neutron/network HTTP/1.1" 200 1440 0.123552 10.0.0.177 - - [2026-08-17 03:08:04] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006828 10.0.0.177 - - [2026-08-17 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.177 - - [2026-08-17 03:08:04] "GET /network-policy/bbd1797a-50c6-41f3-9383-9e600a462a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004885 10.0.0.177 - - [2026-08-17 03:08:09] "POST /neutron/network HTTP/1.1" 200 1440 0.141009 10.0.0.177 - - [2026-08-17 03:08:09] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007621 10.0.0.177 - - [2026-08-17 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.177 - - [2026-08-17 03:08:09] "GET /network-policy/33228241-9926-4937-a3e8-52b26c601605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005270 10.0.0.177 - - [2026-08-17 03:08:14] "POST /neutron/network HTTP/1.1" 200 1440 0.134383 10.0.0.190 - - [2026-08-17 03:08:14] "PUT /access-control-list/fc90a828-2a6c-40e5-8667-778d80b74248 HTTP/1.1" 200 272 0.061673 10.0.0.177 - - [2026-08-17 03:08:15] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007260 10.0.0.177 - - [2026-08-17 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007344 10.0.0.177 - - [2026-08-17 03:08:15] "GET /network-policy/fcadf8ce-faf7-4abc-bde1-3530cc744983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004664 10.0.0.177 - - [2026-08-17 03:08:19] "POST /neutron/port HTTP/1.1" 200 1238 0.021299 10.0.0.190 - - [2026-08-17 03:08:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.006005 10.0.0.177 - - [2026-08-17 03:08:20] "POST /neutron/network HTTP/1.1" 200 1440 0.015544 10.0.0.177 - - [2026-08-17 03:08:20] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006428 10.0.0.177 - - [2026-08-17 03:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007030 10.0.0.177 - - [2026-08-17 03:08:20] "GET /network-policy/22440ce8-b3d8-45f8-84ef-c58e8c7fd242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004490 10.0.0.177 - - [2026-08-17 03:08:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004269 10.0.0.177 - - [2026-08-17 03:08:20] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.190 - - [2026-08-17 03:08:21] "GET /obj-perms HTTP/1.1" 200 4509 0.042934 10.0.0.38 - - [2026-08-17 03:08:22] "GET /obj-perms HTTP/1.1" 200 4509 0.046935 10.0.0.177 - - [2026-08-17 03:08:25] "POST /neutron/network HTTP/1.1" 200 1440 0.181896 10.0.0.177 - - [2026-08-17 03:08:25] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007388 10.0.0.177 - - [2026-08-17 03:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005463 10.0.0.177 - - [2026-08-17 03:08:25] "GET /network-policy/77bd19e3-1301-42ca-b149-cab74eddef99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004972 10.0.0.190 - - [2026-08-17 03:08:30] "PUT /access-control-list/fc90a828-2a6c-40e5-8667-778d80b74248 HTTP/1.1" 200 272 0.017147 10.0.0.177 - - [2026-08-17 03:08:30] "POST /neutron/network HTTP/1.1" 200 1440 0.134558 10.0.0.177 - - [2026-08-17 03:08:30] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008415 10.0.0.177 - - [2026-08-17 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.177 - - [2026-08-17 03:08:31] "GET /network-policy/539d65a8-29d6-4dcf-a5c4-9d254f5d82e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004791 10.0.0.190 - - [2026-08-17 03:08:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.014385 10.0.0.177 - - [2026-08-17 03:08:36] "POST /neutron/network HTTP/1.1" 200 1440 0.134123 10.0.0.177 - - [2026-08-17 03:08:36] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008638 10.0.0.177 - - [2026-08-17 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.177 - - [2026-08-17 03:08:36] "GET /network-policy/82d38036-a84c-433e-acd9-2746c0c7acd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005214 10.0.0.177 - - [2026-08-17 03:08:41] "GET /virtual-machine/6dcae5aa-361a-4c9b-bd59-4843ffe4cbb4 HTTP/1.1" 200 1304 0.005129 10.0.0.177 - - [2026-08-17 03:08:43] "POST /neutron/port HTTP/1.1" 200 1228 0.016519 10.0.0.177 - - [2026-08-17 03:08:43] "GET /virtual-machine/6dcae5aa-361a-4c9b-bd59-4843ffe4cbb4 HTTP/1.1" 200 1304 0.019240 10.0.0.177 - - [2026-08-17 03:08:45] "GET /virtual-machine/6dcae5aa-361a-4c9b-bd59-4843ffe4cbb4 HTTP/1.1" 404 171 0.003680 10.0.0.177 - - [2026-08-17 03:08:45] "GET /virtual-machine/6dcae5aa-361a-4c9b-bd59-4843ffe4cbb4 HTTP/1.1" 404 171 0.003251 10.0.0.177 - - [2026-08-17 03:08:45] "GET /virtual-machine/6dcae5aa-361a-4c9b-bd59-4843ffe4cbb4 HTTP/1.1" 404 171 0.003407 10.0.0.177 - - [2026-08-17 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.177 - - [2026-08-17 03:08:45] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004580 10.0.0.177 - - [2026-08-17 03:08:45] "GET /virtual-networks?parent_id=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004092 10.0.0.177 - - [2026-08-17 03:08:45] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007365 10.0.0.177 - - [2026-08-17 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.177 - - [2026-08-17 03:08:45] "GET /routing-instance/ce052eaa-0fc4-4571-a02c-d9e98e3d5872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005951 10.0.0.177 - - [2026-08-17 03:08:45] "GET /route-target/d5928e27-bff1-4003-a573-be1affe3a231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006123 10.0.0.38 - - [2026-08-17 03:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.38 - - [2026-08-17 03:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.177 - - [2026-08-17 03:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000520 10.0.0.177 - - [2026-08-17 03:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.190 - - [2026-08-17 03:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.190 - - [2026-08-17 03:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.38 - - [2026-08-17 03:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.38 - - [2026-08-17 03:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000496 10.0.0.177 - - [2026-08-17 03:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000959 10.0.0.177 - - [2026-08-17 03:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.190 - - [2026-08-17 03:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.190 - - [2026-08-17 03:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.177 - - [2026-08-17 03:08:49] "GET /obj-perms HTTP/1.1" 200 4472 0.004927 10.0.0.190 - - [2026-08-17 03:08:52] "GET /obj-perms HTTP/1.1" 200 4472 0.040767 10.0.0.177 - - [2026-08-17 03:08:58] "GET /obj-perms HTTP/1.1" 200 4472 0.004452 10.0.0.190 - - [2026-08-17 03:09:01] "GET /obj-perms HTTP/1.1" 200 4472 0.007668 10.0.0.177 - - [2026-08-17 03:09:01] "GET /obj-perms HTTP/1.1" 200 4472 0.005459 10.0.0.177 - - [2026-08-17 03:09:01] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008438 10.0.0.177 - - [2026-08-17 03:09:02] "POST /neutron/network HTTP/1.1" 200 1337 0.124853 10.0.0.177 - - [2026-08-17 03:09:02] "GET /virtual-network/28c7433f-745b-4cfe-a905-aa562102c0bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007755 10.0.0.177 - - [2026-08-17 03:09:02] "DELETE /network-policy/82d38036-a84c-433e-acd9-2746c0c7acd8 HTTP/1.1" 200 115 0.048673 10.0.0.177 - - [2026-08-17 03:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005677 10.0.0.38 - - [2026-08-17 03:09:02] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001269 10.0.0.177 - - [2026-08-17 03:09:02] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.059803 10.0.0.177 - - [2026-08-17 03:09:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31924055&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.007400 10.0.0.177 - - [2026-08-17 03:09:02] "DELETE /network-policy/539d65a8-29d6-4dcf-a5c4-9d254f5d82e3 HTTP/1.1" 200 115 0.045507 10.0.0.177 - - [2026-08-17 03:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.38 - - [2026-08-17 03:09:02] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001281 10.0.0.177 - - [2026-08-17 03:09:02] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.062766 10.0.0.177 - - [2026-08-17 03:09:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31924055&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006736 10.0.0.177 - - [2026-08-17 03:09:02] "DELETE /network-policy/77bd19e3-1301-42ca-b149-cab74eddef99 HTTP/1.1" 200 115 0.038813 10.0.0.177 - - [2026-08-17 03:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.38 - - [2026-08-17 03:09:02] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.177 - - [2026-08-17 03:09:02] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.049261 10.0.0.177 - - [2026-08-17 03:09:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31924055&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.006451 10.0.0.177 - - [2026-08-17 03:09:02] "DELETE /network-policy/22440ce8-b3d8-45f8-84ef-c58e8c7fd242 HTTP/1.1" 200 115 0.049762 10.0.0.177 - - [2026-08-17 03:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.38 - - [2026-08-17 03:09:02] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002090 10.0.0.177 - - [2026-08-17 03:09:02] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.060627 10.0.0.177 - - [2026-08-17 03:09:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31924055&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006058 10.0.0.177 - - [2026-08-17 03:09:03] "DELETE /network-policy/fcadf8ce-faf7-4abc-bde1-3530cc744983 HTTP/1.1" 200 115 0.041811 10.0.0.177 - - [2026-08-17 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.38 - - [2026-08-17 03:09:03] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001527 10.0.0.177 - - [2026-08-17 03:09:03] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.060064 10.0.0.177 - - [2026-08-17 03:09:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31924055&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006933 10.0.0.177 - - [2026-08-17 03:09:03] "DELETE /network-policy/33228241-9926-4937-a3e8-52b26c601605 HTTP/1.1" 200 115 0.048468 10.0.0.177 - - [2026-08-17 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007763 10.0.0.38 - - [2026-08-17 03:09:03] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.177 - - [2026-08-17 03:09:03] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.055435 10.0.0.177 - - [2026-08-17 03:09:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31924055&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005889 10.0.0.177 - - [2026-08-17 03:09:03] "DELETE /network-policy/bbd1797a-50c6-41f3-9383-9e600a462a8a HTTP/1.1" 200 115 0.042740 10.0.0.177 - - [2026-08-17 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006291 10.0.0.38 - - [2026-08-17 03:09:03] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.177 - - [2026-08-17 03:09:03] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.054773 10.0.0.177 - - [2026-08-17 03:09:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31924055&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005553 10.0.0.177 - - [2026-08-17 03:09:03] "DELETE /network-policy/ed74a5b0-6c2b-4c4d-8869-b4c1a795dc2a HTTP/1.1" 200 115 0.054324 10.0.0.177 - - [2026-08-17 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.38 - - [2026-08-17 03:09:03] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.177 - - [2026-08-17 03:09:03] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.055298 10.0.0.177 - - [2026-08-17 03:09:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31924055&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.007279 10.0.0.177 - - [2026-08-17 03:09:04] "DELETE /network-policy/259587ca-d35c-4a24-ad45-af4b19ddf4f9 HTTP/1.1" 200 115 0.048633 10.0.0.177 - - [2026-08-17 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.012094 10.0.0.38 - - [2026-08-17 03:09:04] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001679 10.0.0.177 - - [2026-08-17 03:09:04] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.070961 10.0.0.177 - - [2026-08-17 03:09:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31924055&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006496 10.0.0.177 - - [2026-08-17 03:09:04] "DELETE /network-policy/9395622c-2402-4424-a43a-325070e06c87 HTTP/1.1" 200 115 0.042867 10.0.0.177 - - [2026-08-17 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007330 10.0.0.38 - - [2026-08-17 03:09:04] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001279 10.0.0.177 - - [2026-08-17 03:09:04] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.045506 10.0.0.177 - - [2026-08-17 03:09:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-31924055&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006299 10.0.0.38 - - [2026-08-17 03:09:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004070 10.0.0.190 - - [2026-08-17 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.014095 10.0.0.38 - - [2026-08-17 03:09:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004132 10.0.0.38 - - [2026-08-17 03:09:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003917 10.0.0.38 - - [2026-08-17 03:09:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007380 10.0.0.38 - - [2026-08-17 03:09:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004950 10.0.0.38 - - [2026-08-17 03:09:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007340 10.0.0.177 - - [2026-08-17 03:09:04] "POST /neutron/network HTTP/1.1" 200 151 0.212802 10.0.0.177 - - [2026-08-17 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.177 - - [2026-08-17 03:09:05] "DELETE /network-ipam/c8c9f675-e710-4b58-a81a-a8238b3dc412 HTTP/1.1" 200 115 0.042594 10.0.0.177 - - [2026-08-17 03:09:05] "POST /fqname-to-id HTTP/1.1" 404 260 0.005574 10.0.0.38 - - [2026-08-17 03:09:05] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.38 - - [2026-08-17 03:09:05] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1518 0.062027 10.0.0.38 - - [2026-08-17 03:09:05] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001489 10.0.0.38 - - [2026-08-17 03:09:05] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?fields=security_groups HTTP/1.1" 200 1401 0.071952 10.0.0.38 - - [2026-08-17 03:09:05] "DELETE /security-group/258b0c38-33e6-44e9-852e-dcd26d62b506 HTTP/1.1" 200 115 0.057790 10.0.0.38 - - [2026-08-17 03:09:05] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.38 - - [2026-08-17 03:09:05] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?fields=application_policy_sets HTTP/1.1" 200 1440 0.100801 10.0.0.190 - - [2026-08-17 03:09:05] "DELETE /access-control-list/f1004727-c53c-4140-865c-1d3ddc8666b4 HTTP/1.1" 200 115 0.054986 10.0.0.177 - - [2026-08-17 03:09:05] "DELETE /project/8f0abba7-e7c2-4c5f-b305-81acae11f848 HTTP/1.1" 200 115 0.571567 10.0.0.38 - - [2026-08-17 03:09:05] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.177 - - [2026-08-17 03:09:05] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?fields=projects HTTP/1.1" 200 1438 0.012155 10.0.0.38 - - [2026-08-17 03:09:08] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003939 10.0.0.38 - - [2026-08-17 03:09:08] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001190 10.0.0.38 - - [2026-08-17 03:09:08] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052639 10.0.0.38 - - [2026-08-17 03:09:08] "POST /id-to-fqname HTTP/1.1" 200 202 0.006827 10.0.0.38 - - [2026-08-17 03:09:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.019489 10.0.0.38 - - [2026-08-17 03:09:08] "POST /security-groups HTTP/1.1" 200 603 0.090016 10.0.0.38 - - [2026-08-17 03:09:08] "POST /projects HTTP/1.1" 200 609 0.356915 10.0.0.190 - - [2026-08-17 03:09:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.003967 10.0.0.38 - - [2026-08-17 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.432133 10.0.0.177 - - [2026-08-17 03:09:09] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.620854 10.0.0.38 - - [2026-08-17 03:09:09] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004214 10.0.0.177 - - [2026-08-17 03:09:09] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?fields=virtual_networks HTTP/1.1" 200 1058 0.062891 10.0.0.38 - - [2026-08-17 03:09:09] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001318 10.0.0.177 - - [2026-08-17 03:09:09] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.057444 10.0.0.38 - - [2026-08-17 03:09:09] "GET /projects?obj_uuids=8f0abba7-e7c2-4c5f-b305-81acae11f848&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001683 10.0.0.177 - - [2026-08-17 03:09:09] "GET /project/8f0abba7-e7c2-4c5f-b305-81acae11f848?fields=security_groups HTTP/1.1" 200 1296 0.055536 10.0.0.177 - - [2026-08-17 03:09:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.030102 10.0.0.38 - - [2026-08-17 03:09:10] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003582 10.0.0.38 - - [2026-08-17 03:09:10] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.38 - - [2026-08-17 03:09:10] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007535 10.0.0.38 - - [2026-08-17 03:09:10] "POST /id-to-fqname HTTP/1.1" 200 196 0.002463 10.0.0.38 - - [2026-08-17 03:09:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.010882 10.0.0.38 - - [2026-08-17 03:09:10] "POST /security-groups HTTP/1.1" 200 597 0.087120 10.0.0.38 - - [2026-08-17 03:09:10] "POST /projects HTTP/1.1" 200 597 0.319224 10.0.0.38 - - [2026-08-17 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.356743 10.0.0.190 - - [2026-08-17 03:09:10] "POST /access-control-lists HTTP/1.1" 200 602 0.044857 10.0.0.177 - - [2026-08-17 03:09:10] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.549555 10.0.0.177 - - [2026-08-17 03:09:12] "GET / HTTP/1.1" 200 35931 0.001589 10.0.0.177 - - [2026-08-17 03:09:14] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000645 10.0.0.38 - - [2026-08-17 03:09:14] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001036 10.0.0.177 - - [2026-08-17 03:09:14] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.082510 10.0.0.177 - - [2026-08-17 03:09:15] "GET / HTTP/1.1" 200 35931 0.002064 10.0.0.177 - - [2026-08-17 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.38 - - [2026-08-17 03:09:15] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.177 - - [2026-08-17 03:09:15] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008469 10.0.0.177 - - [2026-08-17 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.38 - - [2026-08-17 03:09:16] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001040 10.0.0.177 - - [2026-08-17 03:09:16] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042708 10.0.0.177 - - [2026-08-17 03:09:17] "GET /domains HTTP/1.1" 401 293 0.000563 10.0.0.177 - - [2026-08-17 03:09:17] "GET /domains HTTP/1.1" 200 280 0.025347 10.0.0.38 - - [2026-08-17 03:09:17] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.177 - - [2026-08-17 03:09:17] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482 HTTP/1.1" 200 2971 0.011493 10.0.0.38 - - [2026-08-17 03:09:17] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001078 10.0.0.177 - - [2026-08-17 03:09:17] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a HTTP/1.1" 200 1889 0.107686 10.0.0.177 - - [2026-08-17 03:09:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.012653 10.0.0.177 - - [2026-08-17 03:09:17] "POST /network-ipams HTTP/1.1" 200 603 0.046801 10.0.0.177 - - [2026-08-17 03:09:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003765 10.0.0.177 - - [2026-08-17 03:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.177 - - [2026-08-17 03:09:18] "GET /network-ipam/be9515fd-cff7-4b1a-9efa-f5ba64b09746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.007105 10.0.0.177 - - [2026-08-17 03:09:18] "PUT /network-ipam/be9515fd-cff7-4b1a-9efa-f5ba64b09746 HTTP/1.1" 200 258 0.087837 10.0.0.177 - - [2026-08-17 03:09:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000758 10.0.0.177 - - [2026-08-17 03:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.024762 10.0.0.38 - - [2026-08-17 03:09:18] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002816 10.0.0.177 - - [2026-08-17 03:09:18] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057945 10.0.0.190 - - [2026-08-17 03:09:19] "POST /route-targets HTTP/1.1" 200 327 0.019437 10.0.0.38 - - [2026-08-17 03:09:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007358 10.0.0.177 - - [2026-08-17 03:09:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.267202 10.0.0.177 - - [2026-08-17 03:09:19] "POST /id-to-fqname HTTP/1.1" 200 229 0.001490 10.0.0.177 - - [2026-08-17 03:09:19] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.015065 10.0.0.177 - - [2026-08-17 03:09:19] "POST /neutron/network HTTP/1.1" 200 1074 0.012625 10.0.0.177 - - [2026-08-17 03:09:19] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006103 10.0.0.177 - - [2026-08-17 03:09:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.013521 10.0.0.177 - - [2026-08-17 03:09:20] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006737 10.0.0.177 - - [2026-08-17 03:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.38 - - [2026-08-17 03:09:22] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001108 10.0.0.177 - - [2026-08-17 03:09:22] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.069245 10.0.0.190 - - [2026-08-17 03:09:22] "POST /ref-update HTTP/1.1" 200 156 0.030891 10.0.0.38 - - [2026-08-17 03:09:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007902 10.0.0.177 - - [2026-08-17 03:09:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.271538 10.0.0.177 - - [2026-08-17 03:09:22] "POST /id-to-fqname HTTP/1.1" 200 229 0.001445 10.0.0.177 - - [2026-08-17 03:09:22] "GET /virtual-network/67d68b15-b784-437b-917c-9aab90db8c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.009598 10.0.0.177 - - [2026-08-17 03:09:23] "POST /neutron/network HTTP/1.1" 200 1074 0.009476 10.0.0.177 - - [2026-08-17 03:09:23] "GET /virtual-network/67d68b15-b784-437b-917c-9aab90db8c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005772 10.0.0.177 - - [2026-08-17 03:09:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.011386 10.0.0.177 - - [2026-08-17 03:09:23] "GET /virtual-network/67d68b15-b784-437b-917c-9aab90db8c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005732 10.0.0.190 - - [2026-08-17 03:09:23] "GET /obj-perms HTTP/1.1" 200 4509 0.077852 10.0.0.177 - - [2026-08-17 03:09:23] "GET /obj-perms HTTP/1.1" 200 4466 0.041193 10.0.0.38 - - [2026-08-17 03:09:23] "GET /obj-perms HTTP/1.1" 200 4466 0.046279 10.0.0.177 - - [2026-08-17 03:09:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.003591 10.0.0.177 - - [2026-08-17 03:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.38 - - [2026-08-17 03:09:23] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001492 10.0.0.177 - - [2026-08-17 03:09:23] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057695 10.0.0.177 - - [2026-08-17 03:09:24] "POST /network-policys HTTP/1.1" 200 527 0.100217 10.0.0.177 - - [2026-08-17 03:09:24] "GET /network-policy/97ca8d07-7bdd-44df-a165-31f6626e2566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007217 10.0.0.177 - - [2026-08-17 03:09:24] "POST /fqname-to-id HTTP/1.1" 404 205 0.003495 10.0.0.177 - - [2026-08-17 03:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.38 - - [2026-08-17 03:09:24] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001354 10.0.0.177 - - [2026-08-17 03:09:24] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.073303 10.0.0.177 - - [2026-08-17 03:09:24] "POST /network-policys HTTP/1.1" 200 527 0.079619 10.0.0.177 - - [2026-08-17 03:09:24] "GET /network-policy/d7253124-6d86-470e-9f10-9e5cb4fcb6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007924 10.0.0.177 - - [2026-08-17 03:09:24] "POST /fqname-to-id HTTP/1.1" 404 205 0.003909 10.0.0.177 - - [2026-08-17 03:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.38 - - [2026-08-17 03:09:24] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001089 10.0.0.177 - - [2026-08-17 03:09:24] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065026 10.0.0.177 - - [2026-08-17 03:09:24] "POST /network-policys HTTP/1.1" 200 527 0.091394 10.0.0.177 - - [2026-08-17 03:09:25] "GET /network-policy/08f6bf08-b9d2-4578-907c-8f245aba0c33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.009868 10.0.0.177 - - [2026-08-17 03:09:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.004071 10.0.0.177 - - [2026-08-17 03:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.38 - - [2026-08-17 03:09:25] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001338 10.0.0.177 - - [2026-08-17 03:09:25] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.063699 10.0.0.177 - - [2026-08-17 03:09:25] "POST /network-policys HTTP/1.1" 200 527 0.081947 10.0.0.177 - - [2026-08-17 03:09:25] "GET /network-policy/6b34bd13-ed4e-47af-b829-1edf0461e8d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.019294 10.0.0.177 - - [2026-08-17 03:09:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.004940 10.0.0.177 - - [2026-08-17 03:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.38 - - [2026-08-17 03:09:25] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001080 10.0.0.177 - - [2026-08-17 03:09:25] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.068316 10.0.0.177 - - [2026-08-17 03:09:25] "POST /network-policys HTTP/1.1" 200 531 0.041926 10.0.0.177 - - [2026-08-17 03:09:25] "GET /network-policy/fabe4494-167b-433f-8b55-7d838b1d8300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.007954 10.0.0.177 - - [2026-08-17 03:09:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003677 10.0.0.177 - - [2026-08-17 03:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.38 - - [2026-08-17 03:09:26] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001116 10.0.0.177 - - [2026-08-17 03:09:26] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.064401 10.0.0.177 - - [2026-08-17 03:09:26] "POST /network-policys HTTP/1.1" 200 529 0.079820 10.0.0.177 - - [2026-08-17 03:09:26] "GET /network-policy/1fd19706-5c03-4386-92c2-4db2d7035fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007049 10.0.0.177 - - [2026-08-17 03:09:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003555 10.0.0.177 - - [2026-08-17 03:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.38 - - [2026-08-17 03:09:26] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001177 10.0.0.177 - - [2026-08-17 03:09:26] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057012 10.0.0.177 - - [2026-08-17 03:09:26] "POST /network-policys HTTP/1.1" 200 529 0.075876 10.0.0.177 - - [2026-08-17 03:09:26] "GET /network-policy/853952f0-7149-44a3-96e8-c5c4c02a5908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007192 10.0.0.177 - - [2026-08-17 03:09:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.004107 10.0.0.177 - - [2026-08-17 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.38 - - [2026-08-17 03:09:27] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001221 10.0.0.177 - - [2026-08-17 03:09:27] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065801 10.0.0.177 - - [2026-08-17 03:09:27] "POST /network-policys HTTP/1.1" 200 529 0.075294 10.0.0.177 - - [2026-08-17 03:09:27] "GET /network-policy/4cbc0613-8bd7-434a-b714-1fffcb132805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007423 10.0.0.177 - - [2026-08-17 03:09:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003958 10.0.0.177 - - [2026-08-17 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.38 - - [2026-08-17 03:09:27] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001172 10.0.0.177 - - [2026-08-17 03:09:27] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058107 10.0.0.177 - - [2026-08-17 03:09:27] "POST /network-policys HTTP/1.1" 200 529 0.083350 10.0.0.177 - - [2026-08-17 03:09:27] "GET /network-policy/9600a227-47a9-4421-a8a3-c93d6166e135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007450 10.0.0.177 - - [2026-08-17 03:09:27] "POST /fqname-to-id HTTP/1.1" 404 208 0.003461 10.0.0.177 - - [2026-08-17 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.38 - - [2026-08-17 03:09:28] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001530 10.0.0.177 - - [2026-08-17 03:09:28] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058624 10.0.0.177 - - [2026-08-17 03:09:28] "POST /network-policys HTTP/1.1" 200 533 0.033804 10.0.0.177 - - [2026-08-17 03:09:28] "GET /network-policy/989adb1b-5e5b-4ba4-bf25-84a0a1f792f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.006639 10.0.0.177 - - [2026-08-17 03:09:28] "POST /neutron/network HTTP/1.1" 200 1157 0.046360 10.0.0.177 - - [2026-08-17 03:09:28] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006613 10.0.0.177 - - [2026-08-17 03:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.177 - - [2026-08-17 03:09:28] "GET /network-policy/97ca8d07-7bdd-44df-a165-31f6626e2566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004753 10.0.0.190 - - [2026-08-17 03:09:29] "POST /fqname-to-id HTTP/1.1" 404 246 0.008893 10.0.0.177 - - [2026-08-17 03:09:29] "POST /neutron/network HTTP/1.1" 200 1159 0.037197 10.0.0.177 - - [2026-08-17 03:09:29] "GET /virtual-network/67d68b15-b784-437b-917c-9aab90db8c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007166 10.0.0.177 - - [2026-08-17 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007482 10.0.0.177 - - [2026-08-17 03:09:29] "GET /network-policy/fabe4494-167b-433f-8b55-7d838b1d8300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.008803 10.0.0.177 - - [2026-08-17 03:09:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.001470 10.0.0.38 - - [2026-08-17 03:09:29] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001473 10.0.0.177 - - [2026-08-17 03:09:29] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.099861 10.0.0.177 - - [2026-08-17 03:09:29] "POST /neutron/port HTTP/1.1" 200 117 0.006808 10.0.0.177 - - [2026-08-17 03:09:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.001560 10.0.0.177 - - [2026-08-17 03:09:30] "POST /neutron/network HTTP/1.1" 200 1169 0.009331 10.0.0.177 - - [2026-08-17 03:09:30] "POST /neutron/port HTTP/1.1" 200 117 0.007601 10.0.0.38 - - [2026-08-17 03:09:34] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001407 10.0.0.177 - - [2026-08-17 03:09:34] "POST /neutron/port HTTP/1.1" 200 1061 0.351991 10.0.0.177 - - [2026-08-17 03:09:34] "POST /neutron/port HTTP/1.1" 200 1115 0.167585 10.0.0.177 - - [2026-08-17 03:09:35] "POST /neutron/port HTTP/1.1" 200 1061 0.037584 10.0.0.177 - - [2026-08-17 03:09:35] "POST /neutron/port HTTP/1.1" 200 1125 0.019547 10.0.0.177 - - [2026-08-17 03:09:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005159 10.0.0.177 - - [2026-08-17 03:09:35] "POST /neutron/network HTTP/1.1" 200 1157 0.015021 10.0.0.177 - - [2026-08-17 03:09:36] "POST /neutron/subnet HTTP/1.1" 200 675 0.014532 10.0.0.177 - - [2026-08-17 03:09:40] "POST /neutron/port HTTP/1.1" 200 1125 0.026544 10.0.0.177 - - [2026-08-17 03:09:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008480 10.0.0.190 - - [2026-08-17 03:09:47] "DELETE /access-control-list/bb463c69-559d-465b-a012-ce9546c470e1 HTTP/1.1" 200 115 0.052368 10.0.0.177 - - [2026-08-17 03:09:56] "POST /neutron/port HTTP/1.1" 200 1125 0.021625 10.0.0.177 - - [2026-08-17 03:09:56] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008846 10.0.0.177 - - [2026-08-17 03:09:56] "GET /virtual-machine/7e88be3e-6e42-4546-8910-1854488f1426 HTTP/1.1" 401 293 0.000490 10.0.0.177 - - [2026-08-17 03:09:56] "GET /virtual-machine/7e88be3e-6e42-4546-8910-1854488f1426 HTTP/1.1" 200 1297 0.028566 10.0.0.177 - - [2026-08-17 03:09:56] "GET /virtual-machine-interface/4524dc17-df63-4d51-91b2-45a7bce8d994 HTTP/1.1" 200 2951 0.006166 10.0.0.177 - - [2026-08-17 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.177 - - [2026-08-17 03:09:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003827 10.0.0.177 - - [2026-08-17 03:09:56] "GET /virtual-networks?parent_id=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003056 10.0.0.177 - - [2026-08-17 03:09:56] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006775 10.0.0.177 - - [2026-08-17 03:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.177 - - [2026-08-17 03:09:59] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006973 10.0.0.38 - - [2026-08-17 03:10:02] "DELETE /project/8f0abba7e7c24c5fb30581acae11f848 HTTP/1.1" 404 173 0.005251 10.0.0.38 - - [2026-08-17 03:10:02] "DELETE /project/8f0abba7-e7c2-4c5f-b305-81acae11f848 HTTP/1.1" 404 177 0.004976 10.0.0.38 - - [2026-08-17 03:10:02] "DELETE /project/1a88827894d34da0bb7358b989efbf2a HTTP/1.1" 404 173 0.009064 10.0.0.177 - - [2026-08-17 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.177 - - [2026-08-17 03:10:04] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006226 10.0.0.177 - - [2026-08-17 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.177 - - [2026-08-17 03:10:08] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006462 10.0.0.177 - - [2026-08-17 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.177 - - [2026-08-17 03:10:12] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007266 10.0.0.177 - - [2026-08-17 03:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.177 - - [2026-08-17 03:10:16] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005772 10.0.0.177 - - [2026-08-17 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.177 - - [2026-08-17 03:10:20] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005790 10.0.0.177 - - [2026-08-17 03:10:21] "POST /neutron/port HTTP/1.1" 200 1125 0.018492 10.0.0.177 - - [2026-08-17 03:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007346 10.0.0.177 - - [2026-08-17 03:10:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004230 10.0.0.177 - - [2026-08-17 03:10:22] "GET /virtual-networks?parent_id=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003395 10.0.0.177 - - [2026-08-17 03:10:22] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007548 10.0.0.177 - - [2026-08-17 03:10:22] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009017 10.0.0.177 - - [2026-08-17 03:10:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012093 10.0.0.177 - - [2026-08-17 03:10:23] "POST /neutron/network HTTP/1.1" 200 1157 0.014875 10.0.0.177 - - [2026-08-17 03:10:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004416 10.0.0.177 - - [2026-08-17 03:10:24] "POST /neutron/network HTTP/1.1" 200 1159 0.009828 10.0.0.177 - - [2026-08-17 03:10:27] "POST /neutron/port HTTP/1.1" 200 1125 0.024323 10.0.0.177 - - [2026-08-17 03:10:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009413 10.0.0.177 - - [2026-08-17 03:10:33] "POST /neutron/port HTTP/1.1" 200 1125 0.023278 10.0.0.177 - - [2026-08-17 03:10:33] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009188 10.0.0.177 - - [2026-08-17 03:10:33] "GET /virtual-machine/b0b5833e-116b-4d7d-897d-93e1bf56d581 HTTP/1.1" 200 1298 0.006714 10.0.0.177 - - [2026-08-17 03:10:33] "GET /virtual-machine-interface/28f186f2-ea37-4ab0-8fe2-c11a5963e95d HTTP/1.1" 200 2951 0.005898 10.0.0.177 - - [2026-08-17 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.177 - - [2026-08-17 03:10:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004254 10.0.0.177 - - [2026-08-17 03:10:33] "GET /virtual-networks?parent_id=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003430 10.0.0.177 - - [2026-08-17 03:10:33] "GET /virtual-network/67d68b15-b784-437b-917c-9aab90db8c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006325 10.0.0.177 - - [2026-08-17 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.177 - - [2026-08-17 03:10:34] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004096 10.0.0.177 - - [2026-08-17 03:10:34] "GET /virtual-networks?parent_id=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003753 10.0.0.177 - - [2026-08-17 03:10:34] "GET /virtual-network/67d68b15-b784-437b-917c-9aab90db8c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006709 10.0.0.177 - - [2026-08-17 03:10:40] "POST /neutron/port HTTP/1.1" 200 2098 0.023144 10.0.0.177 - - [2026-08-17 03:10:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009512 10.0.0.177 - - [2026-08-17 03:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.177 - - [2026-08-17 03:10:40] "GET /network-policy/fabe4494-167b-433f-8b55-7d838b1d8300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004535 10.0.0.177 - - [2026-08-17 03:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.177 - - [2026-08-17 03:10:40] "GET /network-policy/97ca8d07-7bdd-44df-a165-31f6626e2566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004165 10.0.0.177 - - [2026-08-17 03:10:41] "POST /neutron/network HTTP/1.1" 200 1157 0.010840 10.0.0.177 - - [2026-08-17 03:10:41] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.010530 10.0.0.177 - - [2026-08-17 03:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.177 - - [2026-08-17 03:10:41] "GET /network-policy/d7253124-6d86-470e-9f10-9e5cb4fcb6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005381 10.0.0.177 - - [2026-08-17 03:11:21] "POST /neutron/port HTTP/1.1" 200 1125 0.018718 10.0.0.177 - - [2026-08-17 03:11:23] "POST /neutron/network HTTP/1.1" 200 1167 0.007445 10.0.0.177 - - [2026-08-17 03:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.177 - - [2026-08-17 03:11:24] "POST /neutron/network HTTP/1.1" 200 1169 0.008137 10.0.0.177 - - [2026-08-17 03:11:24] "POST /neutron/port HTTP/1.1" 200 117 0.001506 10.0.0.177 - - [2026-08-17 03:11:26] "POST /neutron/network HTTP/1.1" 200 1160 0.114887 10.0.0.190 - - [2026-08-17 03:11:26] "PUT /access-control-list/c7c7f523-569c-4844-88b3-84cc6ee5e74e HTTP/1.1" 200 272 0.085565 10.0.0.177 - - [2026-08-17 03:11:26] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006457 10.0.0.177 - - [2026-08-17 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.177 - - [2026-08-17 03:11:26] "GET /network-policy/989adb1b-5e5b-4ba4-bf25-84a0a1f792f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.003900 10.0.0.177 - - [2026-08-17 03:11:35] "POST /neutron/network HTTP/1.1" 200 1157 0.111531 10.0.0.177 - - [2026-08-17 03:11:35] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.016956 10.0.0.177 - - [2026-08-17 03:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.190 - - [2026-08-17 03:11:35] "POST /ref-update HTTP/1.1" 200 156 0.038913 10.0.0.177 - - [2026-08-17 03:11:35] "GET /network-policy/08f6bf08-b9d2-4578-907c-8f245aba0c33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.005476 10.0.0.177 - - [2026-08-17 03:11:43] "POST /neutron/network HTTP/1.1" 200 1157 0.109128 10.0.0.177 - - [2026-08-17 03:11:43] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007494 10.0.0.177 - - [2026-08-17 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.177 - - [2026-08-17 03:11:43] "GET /network-policy/6b34bd13-ed4e-47af-b829-1edf0461e8d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004854 10.0.0.177 - - [2026-08-17 03:11:51] "POST /neutron/network HTTP/1.1" 200 1158 0.112931 10.0.0.177 - - [2026-08-17 03:11:51] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.010726 10.0.0.177 - - [2026-08-17 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.190 - - [2026-08-17 03:11:51] "POST /ref-update HTTP/1.1" 200 156 0.042516 10.0.0.177 - - [2026-08-17 03:11:51] "GET /network-policy/1fd19706-5c03-4386-92c2-4db2d7035fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004917 10.0.0.177 - - [2026-08-17 03:11:59] "POST /neutron/network HTTP/1.1" 200 1158 0.112163 10.0.0.177 - - [2026-08-17 03:11:59] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008551 10.0.0.177 - - [2026-08-17 03:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.177 - - [2026-08-17 03:11:59] "GET /network-policy/853952f0-7149-44a3-96e8-c5c4c02a5908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004514 10.0.0.190 - - [2026-08-17 03:12:07] "PUT /access-control-list/c7c7f523-569c-4844-88b3-84cc6ee5e74e HTTP/1.1" 200 272 0.035630 10.0.0.177 - - [2026-08-17 03:12:07] "POST /neutron/network HTTP/1.1" 200 1158 0.109734 10.0.0.177 - - [2026-08-17 03:12:07] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006500 10.0.0.177 - - [2026-08-17 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.177 - - [2026-08-17 03:12:07] "GET /network-policy/4cbc0613-8bd7-434a-b714-1fffcb132805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004411 10.0.0.177 - - [2026-08-17 03:12:15] "POST /neutron/network HTTP/1.1" 200 1158 0.112016 10.0.0.177 - - [2026-08-17 03:12:15] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007855 10.0.0.177 - - [2026-08-17 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.177 - - [2026-08-17 03:12:15] "GET /network-policy/9600a227-47a9-4421-a8a3-c93d6166e135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005679 10.0.0.177 - - [2026-08-17 03:12:22] "POST /neutron/port HTTP/1.1" 200 1125 0.019328 10.0.0.177 - - [2026-08-17 03:12:23] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006792 10.0.0.177 - - [2026-08-17 03:12:23] "POST /neutron/network HTTP/1.1" 200 1074 0.120209 10.0.0.190 - - [2026-08-17 03:12:23] "POST /ref-update HTTP/1.1" 200 156 0.031236 10.0.0.177 - - [2026-08-17 03:12:23] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.011547 10.0.0.177 - - [2026-08-17 03:12:23] "GET /virtual-machine/b0b5833e-116b-4d7d-897d-93e1bf56d581 HTTP/1.1" 200 1298 0.004652 10.0.0.177 - - [2026-08-17 03:12:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004337 10.0.0.177 - - [2026-08-17 03:12:23] "POST /neutron/network HTTP/1.1" 200 1074 0.010170 10.0.0.177 - - [2026-08-17 03:12:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004077 10.0.0.177 - - [2026-08-17 03:12:24] "POST /neutron/network HTTP/1.1" 200 1159 0.010677 10.0.0.177 - - [2026-08-17 03:12:25] "GET /virtual-machine/b0b5833e-116b-4d7d-897d-93e1bf56d581 HTTP/1.1" 200 1298 0.008137 10.0.0.177 - - [2026-08-17 03:12:25] "POST /neutron/port HTTP/1.1" 200 151 0.287541 10.0.0.190 - - [2026-08-17 03:12:26] "GET /obj-perms HTTP/1.1" 200 4509 0.043720 10.0.0.177 - - [2026-08-17 03:12:27] "GET /virtual-machine/b0b5833e-116b-4d7d-897d-93e1bf56d581 HTTP/1.1" 404 171 0.004428 10.0.0.177 - - [2026-08-17 03:12:27] "GET /virtual-machine/b0b5833e-116b-4d7d-897d-93e1bf56d581 HTTP/1.1" 404 171 0.003004 10.0.0.177 - - [2026-08-17 03:12:27] "GET /virtual-machine/b0b5833e-116b-4d7d-897d-93e1bf56d581 HTTP/1.1" 404 171 0.003226 10.0.0.177 - - [2026-08-17 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.177 - - [2026-08-17 03:12:27] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004627 10.0.0.177 - - [2026-08-17 03:12:27] "GET /virtual-networks?parent_id=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003917 10.0.0.177 - - [2026-08-17 03:12:27] "GET /virtual-network/67d68b15-b784-437b-917c-9aab90db8c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007677 10.0.0.177 - - [2026-08-17 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.177 - - [2026-08-17 03:12:27] "GET /routing-instance/d21ee4ce-5d3f-4368-a3cb-69c7904ee872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.006606 10.0.0.177 - - [2026-08-17 03:12:27] "GET /route-target/17bdd9fb-25e3-4698-9159-a175be36f22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005111 10.0.0.177 - - [2026-08-17 03:12:27] "GET /obj-perms HTTP/1.1" 200 4466 0.004539 10.0.0.177 - - [2026-08-17 03:12:31] "GET /obj-perms HTTP/1.1" 200 4466 0.004447 10.0.0.190 - - [2026-08-17 03:12:31] "GET /obj-perms HTTP/1.1" 200 4466 0.039684 10.0.0.38 - - [2026-08-17 03:12:31] "GET /obj-perms HTTP/1.1" 200 4466 0.003831 10.0.0.177 - - [2026-08-17 03:12:31] "GET /virtual-machine/7e88be3e-6e42-4546-8910-1854488f1426 HTTP/1.1" 200 1297 0.005113 10.0.0.177 - - [2026-08-17 03:12:33] "GET /virtual-machine/7e88be3e-6e42-4546-8910-1854488f1426 HTTP/1.1" 200 1297 0.017441 10.0.0.177 - - [2026-08-17 03:12:33] "POST /neutron/port HTTP/1.1" 200 151 0.222272 10.0.0.177 - - [2026-08-17 03:12:35] "GET /virtual-machine/7e88be3e-6e42-4546-8910-1854488f1426 HTTP/1.1" 404 171 0.003581 10.0.0.177 - - [2026-08-17 03:12:35] "GET /virtual-machine/7e88be3e-6e42-4546-8910-1854488f1426 HTTP/1.1" 404 171 0.002848 10.0.0.177 - - [2026-08-17 03:12:35] "GET /virtual-machine/7e88be3e-6e42-4546-8910-1854488f1426 HTTP/1.1" 404 171 0.003834 10.0.0.177 - - [2026-08-17 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.177 - - [2026-08-17 03:12:35] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003787 10.0.0.177 - - [2026-08-17 03:12:35] "GET /virtual-networks?parent_id=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003303 10.0.0.177 - - [2026-08-17 03:12:35] "GET /virtual-network/ecb6e71b-2459-4926-b34b-fe6615b6e4ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006556 10.0.0.177 - - [2026-08-17 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.177 - - [2026-08-17 03:12:35] "GET /routing-instance/d48381e1-d7ba-44ee-854c-996035dc373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.006224 10.0.0.177 - - [2026-08-17 03:12:35] "GET /route-target/db115b1a-a81f-4fe1-b265-5ab5e8320abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004881 10.0.0.177 - - [2026-08-17 03:12:42] "GET /obj-perms HTTP/1.1" 200 4466 0.004066 10.0.0.190 - - [2026-08-17 03:12:42] "GET /obj-perms HTTP/1.1" 200 4466 0.006180 10.0.0.177 - - [2026-08-17 03:12:51] "GET /obj-perms HTTP/1.1" 200 4466 0.004852 10.0.0.190 - - [2026-08-17 03:12:51] "GET /obj-perms HTTP/1.1" 200 4466 0.004260 10.0.0.177 - - [2026-08-17 03:13:00] "GET /obj-perms HTTP/1.1" 200 4466 0.004705 10.0.0.190 - - [2026-08-17 03:13:00] "GET /obj-perms HTTP/1.1" 200 4466 0.005343 10.0.0.177 - - [2026-08-17 03:13:00] "GET /virtual-network/67d68b15-b784-437b-917c-9aab90db8c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006726 10.0.0.177 - - [2026-08-17 03:13:01] "POST /neutron/network HTTP/1.1" 200 1074 0.013631 10.0.0.177 - - [2026-08-17 03:13:01] "GET /virtual-network/67d68b15-b784-437b-917c-9aab90db8c83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.017898 10.0.0.177 - - [2026-08-17 03:13:01] "DELETE /network-policy/989adb1b-5e5b-4ba4-bf25-84a0a1f792f7 HTTP/1.1" 200 115 0.041972 10.0.0.177 - - [2026-08-17 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.38 - - [2026-08-17 03:13:01] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.026554 10.0.0.177 - - [2026-08-17 03:13:01] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.085353 10.0.0.177 - - [2026-08-17 03:13:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52330167&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006343 10.0.0.177 - - [2026-08-17 03:13:01] "DELETE /network-policy/9600a227-47a9-4421-a8a3-c93d6166e135 HTTP/1.1" 200 115 0.045700 10.0.0.177 - - [2026-08-17 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.38 - - [2026-08-17 03:13:01] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001596 10.0.0.177 - - [2026-08-17 03:13:01] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065520 10.0.0.177 - - [2026-08-17 03:13:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52330167&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.008780 10.0.0.177 - - [2026-08-17 03:13:01] "DELETE /network-policy/4cbc0613-8bd7-434a-b714-1fffcb132805 HTTP/1.1" 200 115 0.055261 10.0.0.177 - - [2026-08-17 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.38 - - [2026-08-17 03:13:01] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001292 10.0.0.177 - - [2026-08-17 03:13:01] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058867 10.0.0.177 - - [2026-08-17 03:13:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52330167&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006484 10.0.0.177 - - [2026-08-17 03:13:01] "DELETE /network-policy/853952f0-7149-44a3-96e8-c5c4c02a5908 HTTP/1.1" 200 115 0.046903 10.0.0.177 - - [2026-08-17 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.38 - - [2026-08-17 03:13:02] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003822 10.0.0.177 - - [2026-08-17 03:13:02] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049544 10.0.0.177 - - [2026-08-17 03:13:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52330167&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.006440 10.0.0.177 - - [2026-08-17 03:13:02] "DELETE /network-policy/1fd19706-5c03-4386-92c2-4db2d7035fd5 HTTP/1.1" 200 115 0.050643 10.0.0.177 - - [2026-08-17 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.38 - - [2026-08-17 03:13:02] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001065 10.0.0.177 - - [2026-08-17 03:13:02] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.060010 10.0.0.177 - - [2026-08-17 03:13:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52330167&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.008412 10.0.0.177 - - [2026-08-17 03:13:02] "DELETE /network-policy/fabe4494-167b-433f-8b55-7d838b1d8300 HTTP/1.1" 200 115 0.040134 10.0.0.177 - - [2026-08-17 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005444 10.0.0.38 - - [2026-08-17 03:13:02] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001340 10.0.0.177 - - [2026-08-17 03:13:02] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.063608 10.0.0.177 - - [2026-08-17 03:13:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52330167&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.006369 10.0.0.177 - - [2026-08-17 03:13:02] "DELETE /network-policy/6b34bd13-ed4e-47af-b829-1edf0461e8d9 HTTP/1.1" 200 115 0.058601 10.0.0.177 - - [2026-08-17 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006081 10.0.0.38 - - [2026-08-17 03:13:02] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001219 10.0.0.177 - - [2026-08-17 03:13:02] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048761 10.0.0.177 - - [2026-08-17 03:13:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52330167&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005946 10.0.0.177 - - [2026-08-17 03:13:02] "DELETE /network-policy/08f6bf08-b9d2-4578-907c-8f245aba0c33 HTTP/1.1" 200 115 0.045667 10.0.0.177 - - [2026-08-17 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.38 - - [2026-08-17 03:13:03] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001171 10.0.0.177 - - [2026-08-17 03:13:03] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.053323 10.0.0.177 - - [2026-08-17 03:13:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52330167&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.006716 10.0.0.177 - - [2026-08-17 03:13:03] "DELETE /network-policy/d7253124-6d86-470e-9f10-9e5cb4fcb6ef HTTP/1.1" 200 115 0.052598 10.0.0.177 - - [2026-08-17 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.38 - - [2026-08-17 03:13:03] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001132 10.0.0.177 - - [2026-08-17 03:13:03] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050902 10.0.0.177 - - [2026-08-17 03:13:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52330167&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005823 10.0.0.177 - - [2026-08-17 03:13:03] "DELETE /network-policy/97ca8d07-7bdd-44df-a165-31f6626e2566 HTTP/1.1" 200 115 0.046154 10.0.0.177 - - [2026-08-17 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.38 - - [2026-08-17 03:13:03] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001175 10.0.0.177 - - [2026-08-17 03:13:03] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051067 10.0.0.177 - - [2026-08-17 03:13:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52330167&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005952 10.0.0.190 - - [2026-08-17 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005985 10.0.0.177 - - [2026-08-17 03:13:04] "POST /neutron/network HTTP/1.1" 200 1074 0.011729 10.0.0.190 - - [2026-08-17 03:13:04] "DELETE /route-target/db115b1a-a81f-4fe1-b265-5ab5e8320abf HTTP/1.1" 200 115 0.030904 10.0.0.177 - - [2026-08-17 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.177 - - [2026-08-17 03:13:04] "DELETE /network-ipam/be9515fd-cff7-4b1a-9efa-f5ba64b09746 HTTP/1.1" 200 115 0.040948 10.0.0.177 - - [2026-08-17 03:13:04] "POST /fqname-to-id HTTP/1.1" 404 248 0.007607 10.0.0.38 - - [2026-08-17 03:13:04] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001163 10.0.0.38 - - [2026-08-17 03:13:04] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.047779 10.0.0.38 - - [2026-08-17 03:13:04] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001705 10.0.0.38 - - [2026-08-17 03:13:04] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?fields=security_groups HTTP/1.1" 200 1382 0.061288 10.0.0.38 - - [2026-08-17 03:13:04] "DELETE /security-group/f39efc79-afd5-44a1-b229-2855b47317c2 HTTP/1.1" 200 115 0.060283 10.0.0.38 - - [2026-08-17 03:13:04] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001246 10.0.0.38 - - [2026-08-17 03:13:05] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?fields=application_policy_sets HTTP/1.1" 200 1421 0.060336 10.0.0.177 - - [2026-08-17 03:13:05] "DELETE /project/1a888278-94d3-4da0-bb73-58b989efbf2a HTTP/1.1" 200 115 0.500110 10.0.0.38 - - [2026-08-17 03:13:05] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.177 - - [2026-08-17 03:13:05] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?fields=projects HTTP/1.1" 200 1438 0.016483 10.0.0.38 - - [2026-08-17 03:13:06] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003527 10.0.0.38 - - [2026-08-17 03:13:06] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.38 - - [2026-08-17 03:13:06] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032035 10.0.0.38 - - [2026-08-17 03:13:06] "POST /id-to-fqname HTTP/1.1" 200 196 0.004594 10.0.0.38 - - [2026-08-17 03:13:06] "POST /fqname-to-id HTTP/1.1" 404 205 0.011811 10.0.0.38 - - [2026-08-17 03:13:07] "POST /security-groups HTTP/1.1" 200 597 0.081543 10.0.0.190 - - [2026-08-17 03:13:07] "POST /fqname-to-id HTTP/1.1" 404 240 0.004546 10.0.0.38 - - [2026-08-17 03:13:07] "POST /projects HTTP/1.1" 200 597 0.366375 10.0.0.38 - - [2026-08-17 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.447261 10.0.0.190 - - [2026-08-17 03:13:07] "POST /access-control-lists HTTP/1.1" 200 600 0.041461 10.0.0.177 - - [2026-08-17 03:13:07] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.653278 10.0.0.38 - - [2026-08-17 03:13:07] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001299 10.0.0.177 - - [2026-08-17 03:13:07] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?fields=virtual_networks HTTP/1.1" 200 1045 0.073166 10.0.0.38 - - [2026-08-17 03:13:07] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001903 10.0.0.177 - - [2026-08-17 03:13:07] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.056019 10.0.0.38 - - [2026-08-17 03:13:07] "GET /projects?obj_uuids=1a888278-94d3-4da0-bb73-58b989efbf2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001301 10.0.0.177 - - [2026-08-17 03:13:07] "GET /project/1a888278-94d3-4da0-bb73-58b989efbf2a?fields=security_groups HTTP/1.1" 200 1277 0.060919 10.0.0.177 - - [2026-08-17 03:13:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.033515 10.0.0.38 - - [2026-08-17 03:13:08] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003760 10.0.0.38 - - [2026-08-17 03:13:08] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001036 10.0.0.38 - - [2026-08-17 03:13:08] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007966 10.0.0.38 - - [2026-08-17 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 202 0.006470 10.0.0.38 - - [2026-08-17 03:13:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.012913 10.0.0.38 - - [2026-08-17 03:13:08] "POST /security-groups HTTP/1.1" 200 603 0.084820 10.0.0.38 - - [2026-08-17 03:13:08] "POST /projects HTTP/1.1" 200 609 0.327938 10.0.0.190 - - [2026-08-17 03:13:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.013455 10.0.0.38 - - [2026-08-17 03:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.403204 10.0.0.177 - - [2026-08-17 03:13:09] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.554549 10.0.0.177 - - [2026-08-17 03:13:10] "GET / HTTP/1.1" 200 35931 0.002109 10.0.0.177 - - [2026-08-17 03:13:12] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000637 10.0.0.38 - - [2026-08-17 03:13:13] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.177 - - [2026-08-17 03:13:13] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.077997 10.0.0.177 - - [2026-08-17 03:13:13] "GET / HTTP/1.1" 200 35931 0.001959 10.0.0.177 - - [2026-08-17 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.38 - - [2026-08-17 03:13:14] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.177 - - [2026-08-17 03:13:14] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008987 10.0.0.177 - - [2026-08-17 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.38 - - [2026-08-17 03:13:14] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001272 10.0.0.177 - - [2026-08-17 03:13:14] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049706 10.0.0.177 - - [2026-08-17 03:13:15] "GET /domains HTTP/1.1" 401 293 0.000463 10.0.0.177 - - [2026-08-17 03:13:15] "GET /domains HTTP/1.1" 200 280 0.027040 10.0.0.38 - - [2026-08-17 03:13:15] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.177 - - [2026-08-17 03:13:15] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482 HTTP/1.1" 200 2971 0.010782 10.0.0.38 - - [2026-08-17 03:13:15] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.177 - - [2026-08-17 03:13:16] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89 HTTP/1.1" 200 1925 0.102209 10.0.0.177 - - [2026-08-17 03:13:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003990 10.0.0.177 - - [2026-08-17 03:13:16] "POST /network-ipams HTTP/1.1" 200 621 0.030954 10.0.0.177 - - [2026-08-17 03:13:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003750 10.0.0.177 - - [2026-08-17 03:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.177 - - [2026-08-17 03:13:16] "GET /network-ipam/b36938d6-56ea-4227-ae95-301bf28fb3da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.007418 10.0.0.177 - - [2026-08-17 03:13:16] "PUT /network-ipam/b36938d6-56ea-4227-ae95-301bf28fb3da HTTP/1.1" 200 258 0.016731 10.0.0.177 - - [2026-08-17 03:13:16] "POST /fqname-to-id HTTP/1.1" 401 293 0.000490 10.0.0.177 - - [2026-08-17 03:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.025843 10.0.0.38 - - [2026-08-17 03:13:16] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.177 - - [2026-08-17 03:13:16] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.052752 10.0.0.38 - - [2026-08-17 03:13:17] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002634 10.0.0.177 - - [2026-08-17 03:13:17] "POST /neutron/network HTTP/1.1" 200 623 0.176688 10.0.0.190 - - [2026-08-17 03:13:17] "POST /ref-update HTTP/1.1" 200 156 0.035468 10.0.0.38 - - [2026-08-17 03:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.016550 10.0.0.177 - - [2026-08-17 03:13:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.224296 10.0.0.177 - - [2026-08-17 03:13:18] "POST /id-to-fqname HTTP/1.1" 200 235 0.001540 10.0.0.177 - - [2026-08-17 03:13:18] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006180 10.0.0.177 - - [2026-08-17 03:13:18] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007130 10.0.0.177 - - [2026-08-17 03:13:18] "POST /neutron/network HTTP/1.1" 200 1337 0.013890 10.0.0.177 - - [2026-08-17 03:13:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.009443 10.0.0.177 - - [2026-08-17 03:13:18] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006771 10.0.0.177 - - [2026-08-17 03:13:19] "GET /obj-perms HTTP/1.1" 200 4472 0.045676 10.0.0.177 - - [2026-08-17 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005612 10.0.0.38 - - [2026-08-17 03:13:20] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001039 10.0.0.177 - - [2026-08-17 03:13:20] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.061435 10.0.0.38 - - [2026-08-17 03:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009756 10.0.0.177 - - [2026-08-17 03:13:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.203825 10.0.0.190 - - [2026-08-17 03:13:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.026671 10.0.0.177 - - [2026-08-17 03:13:21] "POST /neutron/network HTTP/1.1" 200 1337 0.015269 10.0.0.177 - - [2026-08-17 03:13:21] "POST /id-to-fqname HTTP/1.1" 200 235 0.001495 10.0.0.177 - - [2026-08-17 03:13:21] "GET /virtual-network/35ac854f-a456-4b50-8b2f-5356146f8f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007744 10.0.0.177 - - [2026-08-17 03:13:21] "GET /virtual-network/35ac854f-a456-4b50-8b2f-5356146f8f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008950 10.0.0.177 - - [2026-08-17 03:13:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.009639 10.0.0.177 - - [2026-08-17 03:13:22] "GET /virtual-network/35ac854f-a456-4b50-8b2f-5356146f8f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007783 10.0.0.190 - - [2026-08-17 03:13:22] "GET /obj-perms HTTP/1.1" 200 4472 0.053958 10.0.0.38 - - [2026-08-17 03:13:22] "GET /obj-perms HTTP/1.1" 200 4472 0.054820 10.0.0.177 - - [2026-08-17 03:13:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.003818 10.0.0.177 - - [2026-08-17 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.38 - - [2026-08-17 03:13:22] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.177 - - [2026-08-17 03:13:22] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045070 10.0.0.177 - - [2026-08-17 03:13:22] "POST /network-policys HTTP/1.1" 200 533 0.030729 10.0.0.177 - - [2026-08-17 03:13:22] "GET /network-policy/65abc829-8918-4360-b55a-4eb219fa97e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008906 10.0.0.177 - - [2026-08-17 03:13:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.003611 10.0.0.177 - - [2026-08-17 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.38 - - [2026-08-17 03:13:23] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001151 10.0.0.177 - - [2026-08-17 03:13:23] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048830 10.0.0.177 - - [2026-08-17 03:13:23] "POST /network-policys HTTP/1.1" 200 533 0.034458 10.0.0.177 - - [2026-08-17 03:13:23] "GET /network-policy/58038b6e-2443-4c65-a3a1-953f010631ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007617 10.0.0.177 - - [2026-08-17 03:13:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.017170 10.0.0.177 - - [2026-08-17 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.38 - - [2026-08-17 03:13:23] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.177 - - [2026-08-17 03:13:23] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047640 10.0.0.177 - - [2026-08-17 03:13:23] "POST /network-policys HTTP/1.1" 200 533 0.028414 10.0.0.177 - - [2026-08-17 03:13:23] "GET /network-policy/94312d6d-9510-495f-a26d-52cd954adaec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006725 10.0.0.177 - - [2026-08-17 03:13:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.005302 10.0.0.177 - - [2026-08-17 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.38 - - [2026-08-17 03:13:23] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001192 10.0.0.177 - - [2026-08-17 03:13:23] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.070666 10.0.0.177 - - [2026-08-17 03:13:24] "POST /network-policys HTTP/1.1" 200 533 0.037700 10.0.0.177 - - [2026-08-17 03:13:24] "GET /network-policy/a3e7fe57-cf0e-487e-8e11-198967647ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.013752 10.0.0.177 - - [2026-08-17 03:13:24] "POST /fqname-to-id HTTP/1.1" 404 213 0.004519 10.0.0.177 - - [2026-08-17 03:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.38 - - [2026-08-17 03:13:24] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.177 - - [2026-08-17 03:13:24] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.074099 10.0.0.177 - - [2026-08-17 03:13:24] "POST /network-policys HTTP/1.1" 200 537 0.031934 10.0.0.177 - - [2026-08-17 03:13:24] "GET /network-policy/c2a643c2-c8d3-4967-81e8-732d583ea6f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.008143 10.0.0.177 - - [2026-08-17 03:13:24] "POST /fqname-to-id HTTP/1.1" 404 212 0.003864 10.0.0.177 - - [2026-08-17 03:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.38 - - [2026-08-17 03:13:24] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.177 - - [2026-08-17 03:13:24] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.055160 10.0.0.177 - - [2026-08-17 03:13:24] "POST /network-policys HTTP/1.1" 200 535 0.038130 10.0.0.177 - - [2026-08-17 03:13:24] "GET /network-policy/069a2d56-c533-4d06-8530-ffc8870178d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.008028 10.0.0.177 - - [2026-08-17 03:13:25] "POST /fqname-to-id HTTP/1.1" 404 212 0.004206 10.0.0.177 - - [2026-08-17 03:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.38 - - [2026-08-17 03:13:25] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.177 - - [2026-08-17 03:13:25] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.084895 10.0.0.177 - - [2026-08-17 03:13:25] "POST /network-policys HTTP/1.1" 200 535 0.037170 10.0.0.177 - - [2026-08-17 03:13:25] "GET /network-policy/87c1039d-9900-43df-9b81-05fbe053b5c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.010333 10.0.0.177 - - [2026-08-17 03:13:25] "POST /fqname-to-id HTTP/1.1" 404 212 0.003883 10.0.0.177 - - [2026-08-17 03:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.38 - - [2026-08-17 03:13:25] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001211 10.0.0.177 - - [2026-08-17 03:13:25] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060855 10.0.0.177 - - [2026-08-17 03:13:25] "POST /network-policys HTTP/1.1" 200 535 0.043152 10.0.0.177 - - [2026-08-17 03:13:25] "GET /network-policy/dd41a62f-88c4-4bdd-9a86-c16b5a3884f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007980 10.0.0.177 - - [2026-08-17 03:13:25] "POST /fqname-to-id HTTP/1.1" 404 212 0.004331 10.0.0.177 - - [2026-08-17 03:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171 10.0.0.38 - - [2026-08-17 03:13:26] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001401 10.0.0.177 - - [2026-08-17 03:13:26] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.086574 10.0.0.177 - - [2026-08-17 03:13:26] "POST /network-policys HTTP/1.1" 200 535 0.037576 10.0.0.177 - - [2026-08-17 03:13:26] "GET /network-policy/71776b80-1bc6-4189-9912-8a3f0b800092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.009413 10.0.0.177 - - [2026-08-17 03:13:26] "POST /fqname-to-id HTTP/1.1" 404 214 0.003564 10.0.0.177 - - [2026-08-17 03:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.38 - - [2026-08-17 03:13:26] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.177 - - [2026-08-17 03:13:26] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046820 10.0.0.177 - - [2026-08-17 03:13:26] "POST /network-policys HTTP/1.1" 200 539 0.029157 10.0.0.177 - - [2026-08-17 03:13:26] "GET /network-policy/6221e81c-14fc-44fc-a5a1-feee4c720aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.009055 10.0.0.177 - - [2026-08-17 03:13:27] "POST /neutron/network HTTP/1.1" 200 1337 0.013671 10.0.0.190 - - [2026-08-17 03:13:27] "POST /fqname-to-id HTTP/1.1" 404 252 0.004121 10.0.0.177 - - [2026-08-17 03:13:27] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009352 10.0.0.177 - - [2026-08-17 03:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.177 - - [2026-08-17 03:13:27] "GET /network-policy/65abc829-8918-4360-b55a-4eb219fa97e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004551 10.0.0.177 - - [2026-08-17 03:13:27] "POST /neutron/network HTTP/1.1" 200 1337 0.012650 10.0.0.190 - - [2026-08-17 03:13:27] "POST /access-control-lists HTTP/1.1" 200 609 0.056827 10.0.0.177 - - [2026-08-17 03:13:27] "GET /virtual-network/35ac854f-a456-4b50-8b2f-5356146f8f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.010538 10.0.0.177 - - [2026-08-17 03:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.021650 10.0.0.177 - - [2026-08-17 03:13:27] "GET /network-policy/c2a643c2-c8d3-4967-81e8-732d583ea6f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004604 10.0.0.177 - - [2026-08-17 03:13:27] "POST /id-to-fqname HTTP/1.1" 200 235 0.001434 10.0.0.177 - - [2026-08-17 03:13:28] "POST /neutron/network HTTP/1.1" 200 1435 0.009537 10.0.0.177 - - [2026-08-17 03:13:28] "POST /neutron/port HTTP/1.1" 200 117 0.014221 10.0.0.177 - - [2026-08-17 03:13:28] "POST /id-to-fqname HTTP/1.1" 200 235 0.001404 10.0.0.38 - - [2026-08-17 03:13:28] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001525 10.0.0.177 - - [2026-08-17 03:13:28] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062105 10.0.0.177 - - [2026-08-17 03:13:28] "POST /neutron/network HTTP/1.1" 200 1427 0.033923 10.0.0.177 - - [2026-08-17 03:13:29] "POST /neutron/port HTTP/1.1" 200 117 0.007731 10.0.0.177 - - [2026-08-17 03:13:33] "POST /neutron/port HTTP/1.1" 200 1174 0.026210 10.0.0.177 - - [2026-08-17 03:13:34] "POST /neutron/port HTTP/1.1" 200 1238 0.025631 10.0.0.177 - - [2026-08-17 03:13:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005254 10.0.0.177 - - [2026-08-17 03:13:34] "POST /neutron/port HTTP/1.1" 200 117 0.001489 10.0.0.177 - - [2026-08-17 03:13:35] "POST /neutron/network HTTP/1.1" 200 1437 0.009629 10.0.0.177 - - [2026-08-17 03:13:35] "POST /neutron/port HTTP/1.1" 200 1174 0.024047 10.0.0.177 - - [2026-08-17 03:13:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004005 10.0.0.177 - - [2026-08-17 03:13:36] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.177 - - [2026-08-17 03:13:39] "POST /neutron/port HTTP/1.1" 200 1238 0.018673 10.0.0.177 - - [2026-08-17 03:13:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008346 10.0.0.38 - - [2026-08-17 03:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000621 10.0.0.38 - - [2026-08-17 03:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.177 - - [2026-08-17 03:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.177 - - [2026-08-17 03:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.190 - - [2026-08-17 03:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.190 - - [2026-08-17 03:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.38 - - [2026-08-17 03:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.001135 10.0.0.38 - - [2026-08-17 03:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.177 - - [2026-08-17 03:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.177 - - [2026-08-17 03:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.190 - - [2026-08-17 03:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.190 - - [2026-08-17 03:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.190 - - [2026-08-17 03:13:48] "DELETE /access-control-list/647a5027-d394-462e-8ee9-905c948c997f HTTP/1.1" 200 115 0.057525 10.0.0.177 - - [2026-08-17 03:13:54] "POST /neutron/port HTTP/1.1" 200 1238 0.021804 10.0.0.177 - - [2026-08-17 03:13:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008698 10.0.0.177 - - [2026-08-17 03:13:54] "GET /virtual-machine/bb3ea5fb-6483-4608-bb53-0001a4f764e4 HTTP/1.1" 401 293 0.000535 10.0.0.177 - - [2026-08-17 03:13:55] "GET /virtual-machine/bb3ea5fb-6483-4608-bb53-0001a4f764e4 HTTP/1.1" 200 1305 0.027932 10.0.0.177 - - [2026-08-17 03:13:55] "GET /virtual-machine-interface/af2fb615-1c20-4dd3-9bbe-57e003905460 HTTP/1.1" 200 3170 0.006369 10.0.0.177 - - [2026-08-17 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.177 - - [2026-08-17 03:13:55] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004298 10.0.0.177 - - [2026-08-17 03:13:55] "GET /virtual-networks?parent_id=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003772 10.0.0.177 - - [2026-08-17 03:13:55] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006489 10.0.0.177 - - [2026-08-17 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.177 - - [2026-08-17 03:13:58] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007062 10.0.0.38 - - [2026-08-17 03:14:02] "DELETE /project/3ef2661a645940669d3a677492fe9f89 HTTP/1.1" 404 173 0.005085 10.0.0.38 - - [2026-08-17 03:14:02] "DELETE /project/1a888278-94d3-4da0-bb73-58b989efbf2a HTTP/1.1" 404 177 0.004953 10.0.0.38 - - [2026-08-17 03:14:02] "DELETE /project/1a88827894d34da0bb7358b989efbf2a HTTP/1.1" 404 173 0.008776 10.0.0.177 - - [2026-08-17 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.177 - - [2026-08-17 03:14:02] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007742 10.0.0.177 - - [2026-08-17 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.177 - - [2026-08-17 03:14:06] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005865 10.0.0.177 - - [2026-08-17 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.177 - - [2026-08-17 03:14:10] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006457 10.0.0.177 - - [2026-08-17 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.177 - - [2026-08-17 03:14:14] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006150 10.0.0.177 - - [2026-08-17 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.177 - - [2026-08-17 03:14:18] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006655 10.0.0.177 - - [2026-08-17 03:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.177 - - [2026-08-17 03:14:21] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004340 10.0.0.177 - - [2026-08-17 03:14:21] "GET /virtual-networks?parent_id=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003608 10.0.0.177 - - [2026-08-17 03:14:21] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007200 10.0.0.177 - - [2026-08-17 03:14:21] "POST /neutron/port HTTP/1.1" 200 1238 0.020483 10.0.0.177 - - [2026-08-17 03:14:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.026347 10.0.0.177 - - [2026-08-17 03:14:26] "POST /neutron/port HTTP/1.1" 200 1238 0.018420 10.0.0.177 - - [2026-08-17 03:14:26] "POST /neutron/port HTTP/1.1" 200 1238 0.018692 10.0.0.177 - - [2026-08-17 03:14:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.177 - - [2026-08-17 03:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.177 - - [2026-08-17 03:14:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004703 10.0.0.177 - - [2026-08-17 03:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.001892 10.0.0.177 - - [2026-08-17 03:14:27] "POST /neutron/port HTTP/1.1" 200 1238 0.024259 10.0.0.177 - - [2026-08-17 03:14:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009505 10.0.0.177 - - [2026-08-17 03:14:31] "POST /neutron/port HTTP/1.1" 200 1238 0.020168 10.0.0.177 - - [2026-08-17 03:14:31] "GET /virtual-machine/e13e642f-6db4-415d-a1b7-a86c7d1cc2c8 HTTP/1.1" 200 1305 0.006829 10.0.0.177 - - [2026-08-17 03:14:31] "GET /virtual-machine-interface/33a0aeca-5a04-498d-8bb6-03553b13026f HTTP/1.1" 200 3169 0.006480 10.0.0.177 - - [2026-08-17 03:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.177 - - [2026-08-17 03:14:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004367 10.0.0.177 - - [2026-08-17 03:14:31] "GET /virtual-networks?parent_id=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003635 10.0.0.177 - - [2026-08-17 03:14:31] "GET /virtual-network/35ac854f-a456-4b50-8b2f-5356146f8f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006775 10.0.0.177 - - [2026-08-17 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.177 - - [2026-08-17 03:14:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004957 10.0.0.177 - - [2026-08-17 03:14:33] "GET /virtual-networks?parent_id=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003680 10.0.0.177 - - [2026-08-17 03:14:33] "GET /virtual-network/35ac854f-a456-4b50-8b2f-5356146f8f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007906 10.0.0.177 - - [2026-08-17 03:14:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008830 10.0.0.177 - - [2026-08-17 03:14:38] "POST /neutron/port HTTP/1.1" 200 1238 0.021191 10.0.0.177 - - [2026-08-17 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.177 - - [2026-08-17 03:14:38] "GET /network-policy/65abc829-8918-4360-b55a-4eb219fa97e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004529 10.0.0.177 - - [2026-08-17 03:14:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012030 10.0.0.177 - - [2026-08-17 03:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.177 - - [2026-08-17 03:14:39] "GET /network-policy/c2a643c2-c8d3-4967-81e8-732d583ea6f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005225 10.0.0.190 - - [2026-08-17 03:14:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.006930 10.0.0.177 - - [2026-08-17 03:14:39] "POST /neutron/network HTTP/1.1" 200 1425 0.032804 10.0.0.177 - - [2026-08-17 03:14:39] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007276 10.0.0.177 - - [2026-08-17 03:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011014 10.0.0.177 - - [2026-08-17 03:14:39] "GET /network-policy/58038b6e-2443-4c65-a3a1-953f010631ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006013 10.0.0.190 - - [2026-08-17 03:14:52] "POST /ref-update HTTP/1.1" 200 156 0.067317 10.0.0.177 - - [2026-08-17 03:14:52] "POST /neutron/network HTTP/1.1" 200 1428 0.093509 10.0.0.177 - - [2026-08-17 03:14:52] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005805 10.0.0.177 - - [2026-08-17 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.177 - - [2026-08-17 03:14:52] "GET /network-policy/6221e81c-14fc-44fc-a5a1-feee4c720aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007545 10.0.0.177 - - [2026-08-17 03:15:04] "POST /neutron/network HTTP/1.1" 200 1425 0.034988 10.0.0.177 - - [2026-08-17 03:15:04] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008282 10.0.0.177 - - [2026-08-17 03:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.015340 10.0.0.177 - - [2026-08-17 03:15:04] "GET /network-policy/94312d6d-9510-495f-a26d-52cd954adaec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007671 10.0.0.190 - - [2026-08-17 03:15:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.007588 10.0.0.190 - - [2026-08-17 03:15:16] "PUT /access-control-list/cfd86450-8633-47e7-8f9d-6ca6d1b1c292 HTTP/1.1" 200 272 0.038627 10.0.0.177 - - [2026-08-17 03:15:16] "POST /neutron/network HTTP/1.1" 200 1425 0.017205 10.0.0.177 - - [2026-08-17 03:15:16] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005607 10.0.0.177 - - [2026-08-17 03:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.177 - - [2026-08-17 03:15:16] "GET /network-policy/a3e7fe57-cf0e-487e-8e11-198967647ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004910 10.0.0.177 - - [2026-08-17 03:15:26] "POST /neutron/network HTTP/1.1" 200 1426 0.141272 10.0.0.177 - - [2026-08-17 03:15:26] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009279 10.0.0.177 - - [2026-08-17 03:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.177 - - [2026-08-17 03:15:26] "GET /network-policy/069a2d56-c533-4d06-8530-ffc8870178d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004556 10.0.0.177 - - [2026-08-17 03:15:26] "POST /neutron/port HTTP/1.1" 200 1238 0.046496 10.0.0.177 - - [2026-08-17 03:15:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004375 10.0.0.177 - - [2026-08-17 03:15:27] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.177 - - [2026-08-17 03:15:28] "POST /neutron/network HTTP/1.1" 200 1437 0.303949 10.0.0.177 - - [2026-08-17 03:15:28] "GET /obj-perms HTTP/1.1" 200 4509 0.048510 10.0.0.177 - - [2026-08-17 03:15:28] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018013 10.0.0.177 - - [2026-08-17 03:15:28] "POST /neutron/network HTTP/1.1" 200 1427 0.013084 10.0.0.190 - - [2026-08-17 03:15:37] "PUT /access-control-list/cfd86450-8633-47e7-8f9d-6ca6d1b1c292 HTTP/1.1" 200 272 0.068568 10.0.0.177 - - [2026-08-17 03:15:38] "POST /neutron/network HTTP/1.1" 200 1426 0.039576 10.0.0.177 - - [2026-08-17 03:15:38] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006629 10.0.0.177 - - [2026-08-17 03:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.177 - - [2026-08-17 03:15:38] "GET /network-policy/87c1039d-9900-43df-9b81-05fbe053b5c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007884 10.0.0.190 - - [2026-08-17 03:15:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.006098 10.0.0.177 - - [2026-08-17 03:15:47] "POST /neutron/network HTTP/1.1" 200 1426 0.015070 10.0.0.177 - - [2026-08-17 03:15:47] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005979 10.0.0.177 - - [2026-08-17 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.177 - - [2026-08-17 03:15:47] "GET /network-policy/dd41a62f-88c4-4bdd-9a86-c16b5a3884f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005219 10.0.0.190 - - [2026-08-17 03:15:59] "PUT /access-control-list/cfd86450-8633-47e7-8f9d-6ca6d1b1c292 HTTP/1.1" 200 272 0.030701 10.0.0.177 - - [2026-08-17 03:15:59] "POST /neutron/network HTTP/1.1" 200 1426 0.017934 10.0.0.177 - - [2026-08-17 03:15:59] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005780 10.0.0.177 - - [2026-08-17 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.177 - - [2026-08-17 03:15:59] "GET /network-policy/71776b80-1bc6-4189-9912-8a3f0b800092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004562 10.0.0.177 - - [2026-08-17 03:16:09] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006692 10.0.0.177 - - [2026-08-17 03:16:09] "POST /neutron/network HTTP/1.1" 200 1337 0.052720 10.0.0.177 - - [2026-08-17 03:16:09] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.013326 10.0.0.177 - - [2026-08-17 03:16:09] "GET /virtual-machine/e13e642f-6db4-415d-a1b7-a86c7d1cc2c8 HTTP/1.1" 200 1305 0.004471 10.0.0.177 - - [2026-08-17 03:16:11] "GET /virtual-machine/e13e642f-6db4-415d-a1b7-a86c7d1cc2c8 HTTP/1.1" 200 1305 0.004144 10.0.0.177 - - [2026-08-17 03:16:11] "POST /neutron/port HTTP/1.1" 200 151 0.280858 10.0.0.177 - - [2026-08-17 03:16:13] "GET /virtual-machine/e13e642f-6db4-415d-a1b7-a86c7d1cc2c8 HTTP/1.1" 404 171 0.003461 10.0.0.177 - - [2026-08-17 03:16:13] "GET /virtual-machine/e13e642f-6db4-415d-a1b7-a86c7d1cc2c8 HTTP/1.1" 404 171 0.002859 10.0.0.177 - - [2026-08-17 03:16:13] "GET /virtual-machine/e13e642f-6db4-415d-a1b7-a86c7d1cc2c8 HTTP/1.1" 404 171 0.003017 10.0.0.177 - - [2026-08-17 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007155 10.0.0.177 - - [2026-08-17 03:16:13] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004236 10.0.0.177 - - [2026-08-17 03:16:13] "GET /virtual-networks?parent_id=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004258 10.0.0.177 - - [2026-08-17 03:16:13] "GET /virtual-network/35ac854f-a456-4b50-8b2f-5356146f8f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005969 10.0.0.177 - - [2026-08-17 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.177 - - [2026-08-17 03:16:13] "GET /routing-instance/fa1fdec8-c3c9-42e1-bced-34264a58a5ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004956 10.0.0.177 - - [2026-08-17 03:16:13] "GET /route-target/5c860f43-3fb0-480b-89a8-752cba69188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004266 10.0.0.190 - - [2026-08-17 03:16:14] "GET /obj-perms HTTP/1.1" 200 4472 0.004675 10.0.0.177 - - [2026-08-17 03:16:20] "GET /obj-perms HTTP/1.1" 200 4472 0.004424 10.0.0.190 - - [2026-08-17 03:16:23] "GET /obj-perms HTTP/1.1" 200 4472 0.005548 10.0.0.177 - - [2026-08-17 03:16:27] "POST /neutron/network HTTP/1.1" 200 1347 0.008015 10.0.0.177 - - [2026-08-17 03:16:27] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015568 10.0.0.177 - - [2026-08-17 03:16:27] "POST /neutron/network HTTP/1.1" 200 1337 0.012250 10.0.0.177 - - [2026-08-17 03:16:29] "GET /obj-perms HTTP/1.1" 200 4472 0.003921 10.0.0.190 - - [2026-08-17 03:16:29] "GET /obj-perms HTTP/1.1" 200 4472 0.003876 10.0.0.38 - - [2026-08-17 03:16:29] "GET /obj-perms HTTP/1.1" 200 4472 0.003642 10.0.0.177 - - [2026-08-17 03:16:29] "GET /virtual-machine/bb3ea5fb-6483-4608-bb53-0001a4f764e4 HTTP/1.1" 200 1305 0.004430 10.0.0.177 - - [2026-08-17 03:16:30] "GET /obj-perms HTTP/1.1" 200 4509 0.047257 10.0.0.177 - - [2026-08-17 03:16:31] "GET /virtual-machine/bb3ea5fb-6483-4608-bb53-0001a4f764e4 HTTP/1.1" 200 1305 0.004553 10.0.0.177 - - [2026-08-17 03:16:31] "POST /neutron/port HTTP/1.1" 200 151 0.270866 10.0.0.177 - - [2026-08-17 03:16:33] "GET /virtual-machine/bb3ea5fb-6483-4608-bb53-0001a4f764e4 HTTP/1.1" 404 171 0.004377 10.0.0.177 - - [2026-08-17 03:16:33] "GET /virtual-machine/bb3ea5fb-6483-4608-bb53-0001a4f764e4 HTTP/1.1" 404 171 0.003050 10.0.0.177 - - [2026-08-17 03:16:33] "GET /virtual-machine/bb3ea5fb-6483-4608-bb53-0001a4f764e4 HTTP/1.1" 404 171 0.002935 10.0.0.177 - - [2026-08-17 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.177 - - [2026-08-17 03:16:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003931 10.0.0.177 - - [2026-08-17 03:16:33] "GET /virtual-networks?parent_id=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003469 10.0.0.177 - - [2026-08-17 03:16:34] "GET /virtual-network/99e8dec1-48a7-4258-b7d5-f3a328bdd387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006509 10.0.0.177 - - [2026-08-17 03:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.177 - - [2026-08-17 03:16:34] "GET /routing-instance/1f3e3f0c-46ec-4568-b620-f2a8319f3115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005188 10.0.0.177 - - [2026-08-17 03:16:34] "GET /route-target/6faa043e-c14e-4d90-b008-355d3028a3b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004784 10.0.0.177 - - [2026-08-17 03:16:40] "GET /obj-perms HTTP/1.1" 200 4472 0.004755 10.0.0.190 - - [2026-08-17 03:16:40] "GET /obj-perms HTTP/1.1" 200 4472 0.004937 10.0.0.177 - - [2026-08-17 03:16:49] "GET /obj-perms HTTP/1.1" 200 4472 0.004507 10.0.0.190 - - [2026-08-17 03:16:49] "GET /obj-perms HTTP/1.1" 200 4472 0.004469 10.0.0.177 - - [2026-08-17 03:16:58] "GET /obj-perms HTTP/1.1" 200 4472 0.004824 10.0.0.190 - - [2026-08-17 03:16:58] "GET /obj-perms HTTP/1.1" 200 4472 0.004267 10.0.0.177 - - [2026-08-17 03:17:02] "GET /obj-perms HTTP/1.1" 200 4472 0.004421 10.0.0.177 - - [2026-08-17 03:17:02] "GET /virtual-network/35ac854f-a456-4b50-8b2f-5356146f8f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006564 10.0.0.190 - - [2026-08-17 03:17:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.006037 10.0.0.177 - - [2026-08-17 03:17:02] "POST /neutron/network HTTP/1.1" 200 1337 0.016204 10.0.0.177 - - [2026-08-17 03:17:02] "GET /virtual-network/35ac854f-a456-4b50-8b2f-5356146f8f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005842 10.0.0.190 - - [2026-08-17 03:17:02] "DELETE /access-control-list/3fe4d599-3001-4d37-aa35-a49e8de65238 HTTP/1.1" 200 115 0.103477 10.0.0.177 - - [2026-08-17 03:17:02] "DELETE /network-policy/6221e81c-14fc-44fc-a5a1-feee4c720aec HTTP/1.1" 200 115 0.054667 10.0.0.177 - - [2026-08-17 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005514 10.0.0.38 - - [2026-08-17 03:17:02] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001521 10.0.0.177 - - [2026-08-17 03:17:02] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046185 10.0.0.177 - - [2026-08-17 03:17:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-47792188&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.006794 10.0.0.177 - - [2026-08-17 03:17:02] "DELETE /network-policy/71776b80-1bc6-4189-9912-8a3f0b800092 HTTP/1.1" 200 115 0.048850 10.0.0.177 - - [2026-08-17 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.38 - - [2026-08-17 03:17:02] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001211 10.0.0.177 - - [2026-08-17 03:17:02] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.060731 10.0.0.177 - - [2026-08-17 03:17:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-47792188&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005819 10.0.0.177 - - [2026-08-17 03:17:03] "DELETE /network-policy/dd41a62f-88c4-4bdd-9a86-c16b5a3884f9 HTTP/1.1" 200 115 0.047199 10.0.0.177 - - [2026-08-17 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.38 - - [2026-08-17 03:17:03] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001372 10.0.0.177 - - [2026-08-17 03:17:03] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.056140 10.0.0.177 - - [2026-08-17 03:17:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-47792188&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006250 10.0.0.177 - - [2026-08-17 03:17:03] "DELETE /network-policy/87c1039d-9900-43df-9b81-05fbe053b5c0 HTTP/1.1" 200 115 0.051000 10.0.0.177 - - [2026-08-17 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007620 10.0.0.38 - - [2026-08-17 03:17:03] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.177 - - [2026-08-17 03:17:03] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046791 10.0.0.177 - - [2026-08-17 03:17:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-47792188&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006357 10.0.0.177 - - [2026-08-17 03:17:03] "DELETE /network-policy/069a2d56-c533-4d06-8530-ffc8870178d3 HTTP/1.1" 200 115 0.043712 10.0.0.177 - - [2026-08-17 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.012306 10.0.0.38 - - [2026-08-17 03:17:03] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002022 10.0.0.177 - - [2026-08-17 03:17:03] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058993 10.0.0.177 - - [2026-08-17 03:17:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-47792188&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.006105 10.0.0.177 - - [2026-08-17 03:17:03] "DELETE /network-policy/c2a643c2-c8d3-4967-81e8-732d583ea6f8 HTTP/1.1" 200 115 0.049655 10.0.0.177 - - [2026-08-17 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.38 - - [2026-08-17 03:17:03] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001281 10.0.0.177 - - [2026-08-17 03:17:03] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058370 10.0.0.177 - - [2026-08-17 03:17:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-47792188&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005454 10.0.0.177 - - [2026-08-17 03:17:04] "DELETE /network-policy/a3e7fe57-cf0e-487e-8e11-198967647ebf HTTP/1.1" 200 115 0.045475 10.0.0.177 - - [2026-08-17 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.38 - - [2026-08-17 03:17:04] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.177 - - [2026-08-17 03:17:04] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048473 10.0.0.177 - - [2026-08-17 03:17:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-47792188&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.006067 10.0.0.177 - - [2026-08-17 03:17:04] "DELETE /network-policy/94312d6d-9510-495f-a26d-52cd954adaec HTTP/1.1" 200 115 0.043297 10.0.0.177 - - [2026-08-17 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.38 - - [2026-08-17 03:17:04] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001653 10.0.0.177 - - [2026-08-17 03:17:04] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051836 10.0.0.177 - - [2026-08-17 03:17:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-47792188&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005860 10.0.0.177 - - [2026-08-17 03:17:04] "DELETE /network-policy/58038b6e-2443-4c65-a3a1-953f010631ac HTTP/1.1" 200 115 0.045071 10.0.0.177 - - [2026-08-17 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.38 - - [2026-08-17 03:17:04] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001509 10.0.0.177 - - [2026-08-17 03:17:04] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.057605 10.0.0.177 - - [2026-08-17 03:17:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-47792188&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006285 10.0.0.177 - - [2026-08-17 03:17:04] "DELETE /network-policy/65abc829-8918-4360-b55a-4eb219fa97e7 HTTP/1.1" 200 115 0.055377 10.0.0.177 - - [2026-08-17 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006356 10.0.0.38 - - [2026-08-17 03:17:04] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.177 - - [2026-08-17 03:17:04] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066375 10.0.0.177 - - [2026-08-17 03:17:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-47792188&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006700 10.0.0.190 - - [2026-08-17 03:17:05] "DELETE /route-target/5c860f43-3fb0-480b-89a8-752cba69188e HTTP/1.1" 200 115 0.031493 10.0.0.177 - - [2026-08-17 03:17:05] "POST /neutron/network HTTP/1.1" 200 1337 0.012411 10.0.0.177 - - [2026-08-17 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.177 - - [2026-08-17 03:17:05] "DELETE /network-ipam/b36938d6-56ea-4227-ae95-301bf28fb3da HTTP/1.1" 200 115 0.040415 10.0.0.177 - - [2026-08-17 03:17:05] "POST /fqname-to-id HTTP/1.1" 404 260 0.003677 10.0.0.38 - - [2026-08-17 03:17:05] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237 10.0.0.38 - - [2026-08-17 03:17:06] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.056540 10.0.0.38 - - [2026-08-17 03:17:06] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.38 - - [2026-08-17 03:17:06] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?fields=security_groups HTTP/1.1" 200 1400 0.055662 10.0.0.38 - - [2026-08-17 03:17:06] "DELETE /security-group/0100bf88-f446-4d99-ae72-eed41cd8e9c1 HTTP/1.1" 200 115 0.065165 10.0.0.38 - - [2026-08-17 03:17:06] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.190 - - [2026-08-17 03:17:06] "DELETE /access-control-list/69414b9d-e4ee-4a8b-b3bb-90a25e2606c0 HTTP/1.1" 200 115 0.057890 10.0.0.38 - - [2026-08-17 03:17:06] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?fields=application_policy_sets HTTP/1.1" 200 1439 0.072747 10.0.0.177 - - [2026-08-17 03:17:06] "DELETE /project/3ef2661a-6459-4066-9d3a-677492fe9f89 HTTP/1.1" 200 115 0.476622 10.0.0.38 - - [2026-08-17 03:17:06] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.177 - - [2026-08-17 03:17:06] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?fields=projects HTTP/1.1" 200 1438 0.011712 10.0.0.38 - - [2026-08-17 03:17:07] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003759 10.0.0.38 - - [2026-08-17 03:17:07] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.38 - - [2026-08-17 03:17:07] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047729 10.0.0.38 - - [2026-08-17 03:17:08] "POST /id-to-fqname HTTP/1.1" 200 202 0.001309 10.0.0.38 - - [2026-08-17 03:17:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.013552 10.0.0.38 - - [2026-08-17 03:17:08] "POST /security-groups HTTP/1.1" 200 603 0.051854 10.0.0.38 - - [2026-08-17 03:17:08] "POST /projects HTTP/1.1" 200 609 0.300575 10.0.0.190 - - [2026-08-17 03:17:08] "POST /access-control-lists HTTP/1.1" 200 608 0.035748 10.0.0.38 - - [2026-08-17 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.380037 10.0.0.177 - - [2026-08-17 03:17:08] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.548942 10.0.0.38 - - [2026-08-17 03:17:08] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001259 10.0.0.177 - - [2026-08-17 03:17:08] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?fields=virtual_networks HTTP/1.1" 200 1057 0.056920 10.0.0.38 - - [2026-08-17 03:17:08] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.177 - - [2026-08-17 03:17:08] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.049336 10.0.0.38 - - [2026-08-17 03:17:08] "GET /projects?obj_uuids=3ef2661a-6459-4066-9d3a-677492fe9f89&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001758 10.0.0.177 - - [2026-08-17 03:17:08] "GET /project/3ef2661a-6459-4066-9d3a-677492fe9f89?fields=security_groups HTTP/1.1" 200 1295 0.074486 10.0.0.177 - - [2026-08-17 03:17:09] "POST /fqname-to-id HTTP/1.1" 404 182 0.040651 10.0.0.38 - - [2026-08-17 03:17:09] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003465 10.0.0.38 - - [2026-08-17 03:17:09] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.38 - - [2026-08-17 03:17:09] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009867 10.0.0.38 - - [2026-08-17 03:17:10] "POST /id-to-fqname HTTP/1.1" 200 184 0.003497 10.0.0.38 - - [2026-08-17 03:17:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.013727 10.0.0.38 - - [2026-08-17 03:17:10] "POST /security-groups HTTP/1.1" 200 585 0.093065 10.0.0.190 - - [2026-08-17 03:17:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.003720 10.0.0.38 - - [2026-08-17 03:17:10] "POST /projects HTTP/1.1" 200 573 0.368445 10.0.0.38 - - [2026-08-17 03:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.442000 10.0.0.190 - - [2026-08-17 03:17:10] "POST /access-control-lists HTTP/1.1" 200 588 0.038467 10.0.0.177 - - [2026-08-17 03:17:10] "GET /project/64ed8144-20ed-484b-8145-fae22bf2bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.619720 10.0.0.177 - - [2026-08-17 03:17:11] "GET / HTTP/1.1" 200 35931 0.002144 10.0.0.177 - - [2026-08-17 03:17:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000750 10.0.0.177 - - [2026-08-17 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.059019 10.0.0.38 - - [2026-08-17 03:17:12] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000993 10.0.0.177 - - [2026-08-17 03:17:12] "GET /project/64ed8144-20ed-484b-8145-fae22bf2bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.045567 10.0.0.38 - - [2026-08-17 03:17:12] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001458 10.0.0.177 - - [2026-08-17 03:17:13] "POST /neutron/network HTTP/1.1" 200 599 0.179499 10.0.0.177 - - [2026-08-17 03:17:13] "POST /neutron/network HTTP/1.1" 200 991 0.012475 10.0.0.177 - - [2026-08-17 03:17:13] "POST /id-to-fqname HTTP/1.1" 200 214 0.001229 10.0.0.177 - - [2026-08-17 03:17:13] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.008052 10.0.0.177 - - [2026-08-17 03:17:13] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006684 10.0.0.177 - - [2026-08-17 03:17:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.011133 10.0.0.177 - - [2026-08-17 03:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.38 - - [2026-08-17 03:17:13] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001624 10.0.0.177 - - [2026-08-17 03:17:13] "GET /project/64ed8144-20ed-484b-8145-fae22bf2bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.065465 10.0.0.38 - - [2026-08-17 03:17:14] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001087 10.0.0.177 - - [2026-08-17 03:17:14] "POST /neutron/network HTTP/1.1" 200 599 0.166825 10.0.0.190 - - [2026-08-17 03:17:14] "POST /route-targets HTTP/1.1" 200 327 0.015727 10.0.0.177 - - [2026-08-17 03:17:14] "POST /neutron/network HTTP/1.1" 200 990 0.014414 10.0.0.177 - - [2026-08-17 03:17:14] "POST /id-to-fqname HTTP/1.1" 200 214 0.001581 10.0.0.177 - - [2026-08-17 03:17:14] "GET /virtual-network/798ebca3-da2f-4cc6-bb22-ed0e7085ed3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007829 10.0.0.177 - - [2026-08-17 03:17:14] "GET /virtual-network/798ebca3-da2f-4cc6-bb22-ed0e7085ed3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.010210 10.0.0.177 - - [2026-08-17 03:17:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.009026 10.0.0.177 - - [2026-08-17 03:17:14] "POST /id-to-fqname HTTP/1.1" 200 214 0.001379 10.0.0.177 - - [2026-08-17 03:17:15] "POST /neutron/network HTTP/1.1" 200 991 0.010147 10.0.0.177 - - [2026-08-17 03:17:15] "POST /id-to-fqname HTTP/1.1" 200 214 0.001456 10.0.0.177 - - [2026-08-17 03:17:15] "POST /neutron/port HTTP/1.1" 200 117 0.005909 10.0.0.177 - - [2026-08-17 03:17:15] "POST /neutron/port HTTP/1.1" 200 117 0.008234 10.0.0.177 - - [2026-08-17 03:17:15] "POST /id-to-fqname HTTP/1.1" 200 214 0.001774 10.0.0.177 - - [2026-08-17 03:17:16] "POST /neutron/network HTTP/1.1" 200 1000 0.008636 10.0.0.38 - - [2026-08-17 03:17:16] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001066 10.0.0.177 - - [2026-08-17 03:17:16] "GET /project/64ed8144-20ed-484b-8145-fae22bf2bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.073106 10.0.0.177 - - [2026-08-17 03:17:16] "POST /neutron/port HTTP/1.1" 200 117 0.008211 10.0.0.38 - - [2026-08-17 03:17:19] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001132 10.0.0.177 - - [2026-08-17 03:17:20] "POST /neutron/port HTTP/1.1" 200 1160 0.458448 10.0.0.38 - - [2026-08-17 03:17:20] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001050 10.0.0.177 - - [2026-08-17 03:17:20] "POST /neutron/port HTTP/1.1" 200 1160 0.465263 10.0.0.177 - - [2026-08-17 03:17:20] "POST /neutron/port HTTP/1.1" 200 1160 0.016474 10.0.0.177 - - [2026-08-17 03:17:21] "POST /neutron/port HTTP/1.1" 200 1224 0.020123 10.0.0.177 - - [2026-08-17 03:17:21] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014999 10.0.0.177 - - [2026-08-17 03:17:21] "POST /neutron/port HTTP/1.1" 200 1224 0.022267 10.0.0.177 - - [2026-08-17 03:17:21] "POST /neutron/port HTTP/1.1" 200 1224 0.021230 10.0.0.177 - - [2026-08-17 03:17:21] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014881 10.0.0.177 - - [2026-08-17 03:17:21] "POST /neutron/network HTTP/1.1" 200 991 0.010636 10.0.0.177 - - [2026-08-17 03:17:22] "POST /neutron/port HTTP/1.1" 200 1159 0.024801 10.0.0.177 - - [2026-08-17 03:17:23] "POST /neutron/port HTTP/1.1" 200 1223 0.021496 10.0.0.177 - - [2026-08-17 03:17:23] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016761 10.0.0.177 - - [2026-08-17 03:17:24] "POST /neutron/network HTTP/1.1" 200 990 0.014064 10.0.0.190 - - [2026-08-17 03:17:30] "GET /obj-perms HTTP/1.1" 200 4509 0.046649 10.0.0.38 - - [2026-08-17 03:17:31] "GET /obj-perms HTTP/1.1" 200 4509 0.038258 10.0.0.177 - - [2026-08-17 03:17:31] "POST /neutron/port HTTP/1.1" 200 1224 0.021132 10.0.0.177 - - [2026-08-17 03:17:36] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008099 10.0.0.177 - - [2026-08-17 03:17:41] "POST /neutron/port HTTP/1.1" 200 1224 0.020344 10.0.0.177 - - [2026-08-17 03:17:42] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008385 10.0.0.177 - - [2026-08-17 03:17:42] "GET /virtual-machine/34cff7d1-69e1-4db9-8ec0-6f07a63e5f98 HTTP/1.1" 401 293 0.000468 10.0.0.177 - - [2026-08-17 03:17:42] "GET /virtual-machine/34cff7d1-69e1-4db9-8ec0-6f07a63e5f98 HTTP/1.1" 200 1286 0.026908 10.0.0.177 - - [2026-08-17 03:17:42] "GET /virtual-machine-interface/f6ceab4c-0e55-413c-a420-c33d77c12b58 HTTP/1.1" 200 3106 0.005775 10.0.0.177 - - [2026-08-17 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.177 - - [2026-08-17 03:17:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.177 - - [2026-08-17 03:17:42] "GET /virtual-networks?parent_id=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003366 10.0.0.177 - - [2026-08-17 03:17:42] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006752 10.0.0.177 - - [2026-08-17 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.177 - - [2026-08-17 03:17:45] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006078 10.0.0.190 - - [2026-08-17 03:17:49] "DELETE /access-control-list/acd7fdc0-99c8-40b7-b3e4-0361569fcc1e HTTP/1.1" 200 115 0.064412 10.0.0.177 - - [2026-08-17 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.177 - - [2026-08-17 03:17:49] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006231 10.0.0.177 - - [2026-08-17 03:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.177 - - [2026-08-17 03:17:53] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005764 10.0.0.177 - - [2026-08-17 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.177 - - [2026-08-17 03:17:58] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006287 10.0.0.177 - - [2026-08-17 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.177 - - [2026-08-17 03:18:02] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006976 10.0.0.38 - - [2026-08-17 03:18:02] "DELETE /project/64ed814420ed484b8145fae22bf2bd69 HTTP/1.1" 404 173 0.005698 10.0.0.38 - - [2026-08-17 03:18:02] "DELETE /project/3ef2661a-6459-4066-9d3a-677492fe9f89 HTTP/1.1" 404 177 0.004355 10.0.0.38 - - [2026-08-17 03:18:02] "DELETE /project/3ef2661a645940669d3a677492fe9f89 HTTP/1.1" 404 173 0.004576 10.0.0.177 - - [2026-08-17 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.177 - - [2026-08-17 03:18:06] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005829 10.0.0.177 - - [2026-08-17 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.177 - - [2026-08-17 03:18:08] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004777 10.0.0.177 - - [2026-08-17 03:18:08] "GET /virtual-networks?parent_id=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003622 10.0.0.177 - - [2026-08-17 03:18:08] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006276 10.0.0.177 - - [2026-08-17 03:18:11] "POST /neutron/port HTTP/1.1" 200 1224 0.021334 10.0.0.177 - - [2026-08-17 03:18:13] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008891 10.0.0.177 - - [2026-08-17 03:18:18] "POST /neutron/port HTTP/1.1" 200 1224 0.021349 10.0.0.177 - - [2026-08-17 03:18:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007734 10.0.0.177 - - [2026-08-17 03:18:19] "GET /virtual-machine/9c7b96a5-060f-4cea-a338-a213ca536c79 HTTP/1.1" 200 1287 0.006525 10.0.0.177 - - [2026-08-17 03:18:19] "GET /virtual-machine-interface/1dfcfa0b-1b3d-42db-bef0-f89643fdf208 HTTP/1.1" 200 3105 0.005712 10.0.0.177 - - [2026-08-17 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.177 - - [2026-08-17 03:18:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004563 10.0.0.177 - - [2026-08-17 03:18:19] "GET /virtual-networks?parent_id=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003453 10.0.0.177 - - [2026-08-17 03:18:19] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006485 10.0.0.177 - - [2026-08-17 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.177 - - [2026-08-17 03:18:22] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007092 10.0.0.177 - - [2026-08-17 03:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.177 - - [2026-08-17 03:18:26] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.009756 10.0.0.177 - - [2026-08-17 03:18:28] "POST /neutron/network HTTP/1.1" 200 1001 0.008362 10.0.0.177 - - [2026-08-17 03:18:28] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015317 10.0.0.177 - - [2026-08-17 03:18:28] "POST /neutron/network HTTP/1.1" 200 991 0.009122 10.0.0.177 - - [2026-08-17 03:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.177 - - [2026-08-17 03:18:30] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007530 10.0.0.177 - - [2026-08-17 03:18:32] "POST /neutron/network HTTP/1.1" 200 1001 0.008278 10.0.0.177 - - [2026-08-17 03:18:32] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015510 10.0.0.177 - - [2026-08-17 03:18:32] "POST /neutron/network HTTP/1.1" 200 991 0.011840 10.0.0.177 - - [2026-08-17 03:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.177 - - [2026-08-17 03:18:32] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004198 10.0.0.177 - - [2026-08-17 03:18:32] "GET /virtual-networks?parent_id=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003539 10.0.0.177 - - [2026-08-17 03:18:32] "GET /virtual-network/8c73539f-b9e9-4d7b-85e5-d00653bad88b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006479 10.0.0.177 - - [2026-08-17 03:18:37] "POST /neutron/port HTTP/1.1" 200 1224 0.021852 10.0.0.177 - - [2026-08-17 03:18:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009082 10.0.0.38 - - [2026-08-17 03:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000626 10.0.0.38 - - [2026-08-17 03:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000576 10.0.0.177 - - [2026-08-17 03:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.177 - - [2026-08-17 03:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000573 10.0.0.190 - - [2026-08-17 03:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000536 10.0.0.190 - - [2026-08-17 03:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.38 - - [2026-08-17 03:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.38 - - [2026-08-17 03:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.177 - - [2026-08-17 03:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.177 - - [2026-08-17 03:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.190 - - [2026-08-17 03:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.190 - - [2026-08-17 03:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.177 - - [2026-08-17 03:18:48] "POST /neutron/port HTTP/1.1" 200 1224 0.021154 10.0.0.177 - - [2026-08-17 03:18:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007422 10.0.0.177 - - [2026-08-17 03:18:58] "POST /neutron/port HTTP/1.1" 200 1223 0.018542 10.0.0.177 - - [2026-08-17 03:18:58] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008074 10.0.0.177 - - [2026-08-17 03:18:58] "GET /virtual-machine/2b7dc7c8-6741-4388-8a1d-38fd92b6b538 HTTP/1.1" 200 1285 0.007350 10.0.0.177 - - [2026-08-17 03:18:58] "GET /virtual-machine-interface/1020f67c-f48f-44ca-91f9-b58ddfb6f384 HTTP/1.1" 200 3105 0.007132 10.0.0.177 - - [2026-08-17 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.177 - - [2026-08-17 03:18:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003664 10.0.0.177 - - [2026-08-17 03:18:59] "GET /virtual-networks?parent_id=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003529 10.0.0.177 - - [2026-08-17 03:18:59] "GET /virtual-network/798ebca3-da2f-4cc6-bb22-ed0e7085ed3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006281 10.0.0.177 - - [2026-08-17 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.177 - - [2026-08-17 03:19:00] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004461 10.0.0.177 - - [2026-08-17 03:19:00] "GET /virtual-networks?parent_id=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003587 10.0.0.177 - - [2026-08-17 03:19:00] "GET /virtual-network/798ebca3-da2f-4cc6-bb22-ed0e7085ed3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007396 10.0.0.177 - - [2026-08-17 03:19:01] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004369 10.0.0.177 - - [2026-08-17 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.177 - - [2026-08-17 03:19:01] "GET /global-qos-config/be83a120-6b16-45de-8f18-45325eb22a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.005725 10.0.0.177 - - [2026-08-17 03:19:01] "POST /fqname-to-id HTTP/1.1" 404 222 0.003756 10.0.0.177 - - [2026-08-17 03:19:01] "POST /forwarding-classs HTTP/1.1" 200 576 0.035705 10.0.0.177 - - [2026-08-17 03:19:01] "POST /id-to-fqname HTTP/1.1" 200 232 0.004629 10.0.0.177 - - [2026-08-17 03:19:01] "GET /forwarding-class/5dec3c81-1a0a-4675-aafc-98c4df5012fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.005281 10.0.0.38 - - [2026-08-17 03:19:02] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.034092 10.0.0.177 - - [2026-08-17 03:19:02] "GET /project/64ed8144-20ed-484b-8145-fae22bf2bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.087384 10.0.0.177 - - [2026-08-17 03:19:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.004345 10.0.0.177 - - [2026-08-17 03:19:02] "POST /qos-configs HTTP/1.1" 200 543 0.054974 10.0.0.177 - - [2026-08-17 03:19:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.003849 10.0.0.177 - - [2026-08-17 03:19:02] "GET /qos-config/4166d9cc-0782-4d58-aa47-def571ec3574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004975 10.0.0.177 - - [2026-08-17 03:19:02] "GET /virtual-machine-interface/f6ceab4c-0e55-413c-a420-c33d77c12b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.006437 10.0.0.177 - - [2026-08-17 03:19:02] "POST /ref-update HTTP/1.1" 200 156 0.019571 10.0.0.177 - - [2026-08-17 03:19:02] "POST /neutron/port HTTP/1.1" 200 1224 0.025630 10.0.0.177 - - [2026-08-17 03:19:02] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010736 10.0.0.177 - - [2026-08-17 03:19:02] "POST /neutron/port HTTP/1.1" 200 1224 0.019394 10.0.0.177 - - [2026-08-17 03:19:02] "POST /neutron/network HTTP/1.1" 200 991 0.010316 10.0.0.177 - - [2026-08-17 03:19:02] "POST /id-to-fqname HTTP/1.1" 200 214 0.001146 10.0.0.177 - - [2026-08-17 03:19:02] "GET /virtual-machine/34cff7d1-69e1-4db9-8ec0-6f07a63e5f98 HTTP/1.1" 200 1286 0.003881 10.0.0.177 - - [2026-08-17 03:19:02] "GET /virtual-machine-interface/f6ceab4c-0e55-413c-a420-c33d77c12b58 HTTP/1.1" 200 3353 0.005745 10.0.0.177 - - [2026-08-17 03:19:02] "GET /instance-ip/465f68fc-1630-4f4d-ba06-b11c877c968e HTTP/1.1" 200 1607 0.006155 10.0.0.177 - - [2026-08-17 03:19:02] "GET /instance-ip/72aaf3b9-546e-482d-a850-a8ab8e7a1be9 HTTP/1.1" 200 1628 0.006202 10.0.0.177 - - [2026-08-17 03:19:03] "POST /neutron/port HTTP/1.1" 200 1224 0.023949 10.0.0.177 - - [2026-08-17 03:19:03] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009102 10.0.0.177 - - [2026-08-17 03:19:03] "POST /neutron/network HTTP/1.1" 200 965 0.017302 10.0.0.177 - - [2026-08-17 03:19:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001475 10.0.0.177 - - [2026-08-17 03:19:03] "GET /virtual-machine/9c7b96a5-060f-4cea-a338-a213ca536c79 HTTP/1.1" 200 1287 0.004697 10.0.0.177 - - [2026-08-17 03:19:03] "GET /virtual-machine-interface/1dfcfa0b-1b3d-42db-bef0-f89643fdf208 HTTP/1.1" 200 3105 0.006420 10.0.0.177 - - [2026-08-17 03:19:03] "GET /instance-ip/31eaff3a-bfb2-4139-b506-f3f65d8d870b HTTP/1.1" 200 1607 0.007121 10.0.0.177 - - [2026-08-17 03:19:03] "GET /instance-ip/79b76555-199a-4c2c-bd39-2f888044471a HTTP/1.1" 200 1628 0.006837 10.0.0.177 - - [2026-08-17 03:19:29] "POST /neutron/port HTTP/1.1" 200 1224 0.020982 10.0.0.177 - - [2026-08-17 03:19:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004121 10.0.0.177 - - [2026-08-17 03:19:30] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.177 - - [2026-08-17 03:19:32] "POST /neutron/port HTTP/1.1" 200 1223 0.020900 10.0.0.177 - - [2026-08-17 03:19:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004308 10.0.0.177 - - [2026-08-17 03:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.001438 10.0.0.177 - - [2026-08-17 03:19:57] "GET /virtual-machine-interface/f6ceab4c-0e55-413c-a420-c33d77c12b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.007138 10.0.0.177 - - [2026-08-17 03:19:57] "POST /ref-update HTTP/1.1" 200 156 0.019232 10.0.0.177 - - [2026-08-17 03:19:57] "DELETE /qos-config/4166d9cc-0782-4d58-aa47-def571ec3574 HTTP/1.1" 200 115 0.046799 10.0.0.177 - - [2026-08-17 03:19:57] "POST /id-to-fqname HTTP/1.1" 200 232 0.001380 10.0.0.177 - - [2026-08-17 03:19:57] "DELETE /forwarding-class/5dec3c81-1a0a-4675-aafc-98c4df5012fe HTTP/1.1" 200 115 0.031609 10.0.0.177 - - [2026-08-17 03:19:59] "POST /neutron/network HTTP/1.1" 400 204 0.018355 10.0.0.177 - - [2026-08-17 03:20:00] "POST /neutron/port HTTP/1.1" 200 1213 0.019562 10.0.0.177 - - [2026-08-17 03:20:00] "POST /neutron/port HTTP/1.1" 200 1214 0.022345 10.0.0.177 - - [2026-08-17 03:20:01] "POST /neutron/port HTTP/1.1" 200 151 0.483955 10.0.0.177 - - [2026-08-17 03:20:03] "POST /neutron/network HTTP/1.1" 200 990 0.012307 10.0.0.190 - - [2026-08-17 03:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005863 10.0.0.38 - - [2026-08-17 03:20:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003182 10.0.0.38 - - [2026-08-17 03:20:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004005 10.0.0.38 - - [2026-08-17 03:20:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002776 10.0.0.38 - - [2026-08-17 03:20:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003779 10.0.0.177 - - [2026-08-17 03:20:03] "POST /neutron/network HTTP/1.1" 200 151 0.173115 10.0.0.38 - - [2026-08-17 03:20:03] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001997 10.0.0.177 - - [2026-08-17 03:20:03] "GET /project/64ed8144-20ed-484b-8145-fae22bf2bd69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.109254 10.0.0.38 - - [2026-08-17 03:20:03] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001209 10.0.0.177 - - [2026-08-17 03:20:03] "GET /project/64ed8144-20ed-484b-8145-fae22bf2bd69?fields=virtual_networks HTTP/1.1" 200 1020 0.061857 10.0.0.38 - - [2026-08-17 03:20:03] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001110 10.0.0.177 - - [2026-08-17 03:20:03] "GET /project/64ed8144-20ed-484b-8145-fae22bf2bd69?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.047634 10.0.0.38 - - [2026-08-17 03:20:04] "GET /projects?obj_uuids=64ed8144-20ed-484b-8145-fae22bf2bd69&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001686 10.0.0.177 - - [2026-08-17 03:20:04] "GET /project/64ed8144-20ed-484b-8145-fae22bf2bd69?fields=security_groups HTTP/1.1" 200 1240 0.063007 10.0.0.177 - - [2026-08-17 03:20:05] "POST /fqname-to-id HTTP/1.1" 404 181 0.030051 10.0.0.38 - - [2026-08-17 03:20:05] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003346 10.0.0.38 - - [2026-08-17 03:20:05] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001642 10.0.0.38 - - [2026-08-17 03:20:05] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046232 10.0.0.38 - - [2026-08-17 03:20:05] "POST /id-to-fqname HTTP/1.1" 200 183 0.006136 10.0.0.38 - - [2026-08-17 03:20:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.004328 10.0.0.38 - - [2026-08-17 03:20:05] "POST /security-groups HTTP/1.1" 200 584 0.039598 10.0.0.38 - - [2026-08-17 03:20:05] "POST /projects HTTP/1.1" 200 571 0.306516 10.0.0.38 - - [2026-08-17 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.367855 10.0.0.190 - - [2026-08-17 03:20:05] "POST /access-control-lists HTTP/1.1" 200 589 0.038115 10.0.0.177 - - [2026-08-17 03:20:05] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.584791 10.0.0.177 - - [2026-08-17 03:20:06] "GET / HTTP/1.1" 200 35931 0.001537 10.0.0.177 - - [2026-08-17 03:20:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000521 10.0.0.177 - - [2026-08-17 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.062168 10.0.0.38 - - [2026-08-17 03:20:09] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001437 10.0.0.177 - - [2026-08-17 03:20:09] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.080863 10.0.0.190 - - [2026-08-17 03:20:09] "POST /route-targets HTTP/1.1" 200 327 0.036541 10.0.0.38 - - [2026-08-17 03:20:09] "POST /useragent-kv HTTP/1.1" 200 115 0.009308 10.0.0.177 - - [2026-08-17 03:20:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.300131 10.0.0.177 - - [2026-08-17 03:20:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001792 10.0.0.177 - - [2026-08-17 03:20:10] "GET /virtual-network/254f852f-63d9-4311-8eea-b1d676c01bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007893 10.0.0.177 - - [2026-08-17 03:20:10] "GET /virtual-network/254f852f-63d9-4311-8eea-b1d676c01bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007285 10.0.0.177 - - [2026-08-17 03:20:10] "POST /neutron/network HTTP/1.1" 200 833 0.007920 10.0.0.177 - - [2026-08-17 03:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.177 - - [2026-08-17 03:20:10] "GET /virtual-network/254f852f-63d9-4311-8eea-b1d676c01bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006957 10.0.0.177 - - [2026-08-17 03:20:10] "PUT /virtual-network/254f852f-63d9-4311-8eea-b1d676c01bc0 HTTP/1.1" 200 264 0.100168 10.0.0.190 - - [2026-08-17 03:20:10] "POST /ref-update HTTP/1.1" 200 156 0.040822 10.0.0.177 - - [2026-08-17 03:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.38 - - [2026-08-17 03:20:10] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001266 10.0.0.177 - - [2026-08-17 03:20:10] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.062590 10.0.0.38 - - [2026-08-17 03:20:10] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001486 10.0.0.177 - - [2026-08-17 03:20:10] "POST /neutron/network HTTP/1.1" 200 612 0.161098 10.0.0.177 - - [2026-08-17 03:20:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.010535 10.0.0.177 - - [2026-08-17 03:20:10] "GET /virtual-network/fe32140e-fa74-402b-876f-9457e0fd68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.011677 10.0.0.177 - - [2026-08-17 03:20:11] "POST /neutron/network HTTP/1.1" 200 830 0.010914 10.0.0.177 - - [2026-08-17 03:20:11] "GET /virtual-network/fe32140e-fa74-402b-876f-9457e0fd68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.013851 10.0.0.177 - - [2026-08-17 03:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.177 - - [2026-08-17 03:20:11] "GET /virtual-network/fe32140e-fa74-402b-876f-9457e0fd68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007255 10.0.0.177 - - [2026-08-17 03:20:11] "PUT /virtual-network/fe32140e-fa74-402b-876f-9457e0fd68bb HTTP/1.1" 200 264 0.080074 10.0.0.190 - - [2026-08-17 03:20:11] "POST /ref-update HTTP/1.1" 200 156 0.019001 10.0.0.177 - - [2026-08-17 03:20:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.004352 10.0.0.177 - - [2026-08-17 03:20:11] "POST /neutron/network HTTP/1.1" 200 843 0.007828 10.0.0.177 - - [2026-08-17 03:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.007640 10.0.0.177 - - [2026-08-17 03:20:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001948 10.0.0.177 - - [2026-08-17 03:20:12] "POST /neutron/network HTTP/1.1" 200 830 0.027884 10.0.0.177 - - [2026-08-17 03:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.008858 10.0.0.177 - - [2026-08-17 03:20:16] "POST /neutron/port HTTP/1.1" 200 1055 0.019084 10.0.0.177 - - [2026-08-17 03:20:16] "POST /neutron/network HTTP/1.1" 200 840 0.008328 10.0.0.177 - - [2026-08-17 03:20:17] "POST /neutron/port HTTP/1.1" 200 1052 0.020613 10.0.0.177 - - [2026-08-17 03:20:17] "POST /neutron/port HTTP/1.1" 200 1119 0.024318 10.0.0.177 - - [2026-08-17 03:20:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.010319 10.0.0.177 - - [2026-08-17 03:20:18] "POST /neutron/port HTTP/1.1" 200 1116 0.021021 10.0.0.177 - - [2026-08-17 03:20:18] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.177 - - [2026-08-17 03:20:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010419 10.0.0.177 - - [2026-08-17 03:20:33] "POST /neutron/port HTTP/1.1" 200 1119 0.020169 10.0.0.177 - - [2026-08-17 03:20:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007763 10.0.0.177 - - [2026-08-17 03:20:38] "POST /neutron/port HTTP/1.1" 200 1119 0.027650 10.0.0.177 - - [2026-08-17 03:20:38] "GET /virtual-machine/be8247f5-254d-47b9-bea8-ce46a1cc44ec HTTP/1.1" 401 293 0.000504 10.0.0.177 - - [2026-08-17 03:20:38] "GET /virtual-machine/be8247f5-254d-47b9-bea8-ce46a1cc44ec HTTP/1.1" 200 1286 0.039301 10.0.0.177 - - [2026-08-17 03:20:38] "GET /virtual-machine-interface/27cc2e87-14d5-49d3-ab7b-1cda3a2f9bb3 HTTP/1.1" 200 2927 0.006402 10.0.0.177 - - [2026-08-17 03:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.177 - - [2026-08-17 03:20:38] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004652 10.0.0.177 - - [2026-08-17 03:20:38] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003760 10.0.0.177 - - [2026-08-17 03:20:38] "GET /virtual-network/254f852f-63d9-4311-8eea-b1d676c01bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006656 10.0.0.177 - - [2026-08-17 03:20:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.027496 10.0.0.177 - - [2026-08-17 03:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005994 10.0.0.177 - - [2026-08-17 03:20:42] "GET /virtual-network/254f852f-63d9-4311-8eea-b1d676c01bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.008558 10.0.0.177 - - [2026-08-17 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.177 - - [2026-08-17 03:20:44] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005129 10.0.0.177 - - [2026-08-17 03:20:44] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004008 10.0.0.177 - - [2026-08-17 03:20:44] "GET /virtual-network/254f852f-63d9-4311-8eea-b1d676c01bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007753 10.0.0.177 - - [2026-08-17 03:20:44] "POST /neutron/port HTTP/1.1" 200 1116 0.019776 10.0.0.177 - - [2026-08-17 03:20:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008416 10.0.0.177 - - [2026-08-17 03:20:44] "GET /virtual-machine/94179516-b577-483a-9f6a-365301fcb0ab HTTP/1.1" 200 1286 0.006986 10.0.0.177 - - [2026-08-17 03:20:44] "GET /virtual-machine-interface/4152d176-2f39-4e89-8c01-ea96b800b2f1 HTTP/1.1" 200 2927 0.006288 10.0.0.177 - - [2026-08-17 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.177 - - [2026-08-17 03:20:44] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007627 10.0.0.177 - - [2026-08-17 03:20:44] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.035218 10.0.0.177 - - [2026-08-17 03:20:44] "GET /virtual-network/fe32140e-fa74-402b-876f-9457e0fd68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006742 10.0.0.177 - - [2026-08-17 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.177 - - [2026-08-17 03:20:45] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004439 10.0.0.177 - - [2026-08-17 03:20:45] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003491 10.0.0.177 - - [2026-08-17 03:20:45] "GET /virtual-network/fe32140e-fa74-402b-876f-9457e0fd68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006145 10.0.0.177 - - [2026-08-17 03:20:46] "POST /routing-policys HTTP/1.1" 200 534 0.032012 10.0.0.177 - - [2026-08-17 03:20:46] "GET /virtual-network/254f852f-63d9-4311-8eea-b1d676c01bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.029962 10.0.0.177 - - [2026-08-17 03:20:46] "PUT /virtual-network/254f852f-63d9-4311-8eea-b1d676c01bc0 HTTP/1.1" 200 264 0.079768 10.0.0.190 - - [2026-08-17 03:20:49] "DELETE /access-control-list/6e47193b-856d-4f0f-b9e4-037d59f5d312 HTTP/1.1" 200 115 0.047100 10.0.0.177 - - [2026-08-17 03:20:50] "POST /ref-update HTTP/1.1" 200 156 0.062260 10.0.0.177 - - [2026-08-17 03:20:50] "DELETE /routing-policy/1b7dbcf9-32c7-473a-86b5-5b0b333a13d4 HTTP/1.1" 200 115 0.066864 10.0.0.177 - - [2026-08-17 03:20:50] "POST /neutron/network HTTP/1.1" 200 830 0.007659 10.0.0.177 - - [2026-08-17 03:20:52] "POST /neutron/port HTTP/1.1" 200 1119 0.021248 10.0.0.177 - - [2026-08-17 03:20:52] "POST /neutron/network HTTP/1.1" 400 204 0.044558 10.0.0.177 - - [2026-08-17 03:20:52] "POST /neutron/port HTTP/1.1" 200 151 0.307410 10.0.0.177 - - [2026-08-17 03:20:54] "POST /neutron/network HTTP/1.1" 200 833 0.006769 10.0.0.190 - - [2026-08-17 03:20:54] "DELETE /route-target/308b60dd-1295-470b-8c7c-4e41587f9b68 HTTP/1.1" 200 115 0.031348 10.0.0.190 - - [2026-08-17 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.190 - - [2026-08-17 03:20:55] "DELETE /route-target/4dcb6b66-902e-4c1f-a187-94a278efa2e7 HTTP/1.1" 200 115 0.028493 10.0.0.177 - - [2026-08-17 03:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.38 - - [2026-08-17 03:20:57] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001069 10.0.0.177 - - [2026-08-17 03:20:57] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.043289 10.0.0.38 - - [2026-08-17 03:20:57] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001129 10.0.0.177 - - [2026-08-17 03:20:57] "POST /neutron/network HTTP/1.1" 200 612 0.135935 10.0.0.177 - - [2026-08-17 03:20:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.013984 10.0.0.177 - - [2026-08-17 03:20:58] "GET /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006614 10.0.0.177 - - [2026-08-17 03:20:58] "POST /neutron/network HTTP/1.1" 200 831 0.007931 10.0.0.177 - - [2026-08-17 03:20:58] "GET /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007544 10.0.0.177 - - [2026-08-17 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.177 - - [2026-08-17 03:20:58] "GET /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010252 10.0.0.190 - - [2026-08-17 03:20:58] "POST /route-targets HTTP/1.1" 200 323 0.027048 10.0.0.177 - - [2026-08-17 03:20:58] "PUT /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8 HTTP/1.1" 200 264 0.080174 10.0.0.177 - - [2026-08-17 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005150 10.0.0.38 - - [2026-08-17 03:20:58] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001274 10.0.0.177 - - [2026-08-17 03:20:58] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.045154 10.0.0.177 - - [2026-08-17 03:20:58] "POST /neutron/network HTTP/1.1" 200 117 0.015331 10.0.0.190 - - [2026-08-17 03:20:58] "POST /ref-update HTTP/1.1" 200 156 0.033496 10.0.0.177 - - [2026-08-17 03:20:59] "POST /neutron/network HTTP/1.1" 200 828 0.009325 10.0.0.177 - - [2026-08-17 03:20:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001556 10.0.0.177 - - [2026-08-17 03:20:59] "GET /virtual-network/6900e6f1-0d0a-496f-8ab4-791e69b03511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006276 10.0.0.177 - - [2026-08-17 03:20:59] "GET /virtual-network/6900e6f1-0d0a-496f-8ab4-791e69b03511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006158 10.0.0.177 - - [2026-08-17 03:20:59] "POST /neutron/subnet HTTP/1.1" 200 710 0.009909 10.0.0.177 - - [2026-08-17 03:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.177 - - [2026-08-17 03:20:59] "GET /virtual-network/6900e6f1-0d0a-496f-8ab4-791e69b03511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008191 10.0.0.177 - - [2026-08-17 03:20:59] "PUT /virtual-network/6900e6f1-0d0a-496f-8ab4-791e69b03511 HTTP/1.1" 200 264 0.080696 10.0.0.177 - - [2026-08-17 03:20:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001993 10.0.0.38 - - [2026-08-17 03:20:59] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001094 10.0.0.177 - - [2026-08-17 03:20:59] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.056076 10.0.0.177 - - [2026-08-17 03:20:59] "POST /neutron/port HTTP/1.1" 200 117 0.008880 10.0.0.177 - - [2026-08-17 03:20:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001904 10.0.0.177 - - [2026-08-17 03:21:00] "POST /neutron/network HTTP/1.1" 200 838 0.008860 10.0.0.177 - - [2026-08-17 03:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.009834 10.0.0.38 - - [2026-08-17 03:21:02] "DELETE /project/64ed8144-20ed-484b-8145-fae22bf2bd69 HTTP/1.1" 404 177 0.003875 10.0.0.38 - - [2026-08-17 03:21:02] "DELETE /project/87445b8a19d44574a46b33e442331ff5 HTTP/1.1" 404 173 0.006680 10.0.0.38 - - [2026-08-17 03:21:04] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001252 10.0.0.177 - - [2026-08-17 03:21:04] "POST /neutron/port HTTP/1.1" 200 1053 0.356358 10.0.0.177 - - [2026-08-17 03:21:04] "POST /neutron/network HTTP/1.1" 200 838 0.008209 10.0.0.177 - - [2026-08-17 03:21:05] "POST /neutron/port HTTP/1.1" 200 1050 0.041442 10.0.0.177 - - [2026-08-17 03:21:05] "POST /neutron/port HTTP/1.1" 200 1117 0.023488 10.0.0.177 - - [2026-08-17 03:21:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.025604 10.0.0.177 - - [2026-08-17 03:21:06] "POST /neutron/network HTTP/1.1" 200 831 0.008565 10.0.0.177 - - [2026-08-17 03:21:06] "POST /neutron/subnet HTTP/1.1" 200 684 0.009363 10.0.0.177 - - [2026-08-17 03:21:10] "POST /neutron/port HTTP/1.1" 200 1117 0.020973 10.0.0.177 - - [2026-08-17 03:21:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007949 10.0.0.177 - - [2026-08-17 03:21:26] "POST /neutron/port HTTP/1.1" 200 1117 0.023571 10.0.0.177 - - [2026-08-17 03:21:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008726 10.0.0.177 - - [2026-08-17 03:21:26] "GET /virtual-machine/796a08d0-a1a8-41f4-8874-9e6280608624 HTTP/1.1" 200 1284 0.006707 10.0.0.177 - - [2026-08-17 03:21:26] "GET /virtual-machine-interface/56671ffc-b584-4047-bdd9-58bb7b88ac46 HTTP/1.1" 200 2927 0.006061 10.0.0.177 - - [2026-08-17 03:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.177 - - [2026-08-17 03:21:26] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003881 10.0.0.177 - - [2026-08-17 03:21:26] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003241 10.0.0.177 - - [2026-08-17 03:21:26] "GET /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006503 10.0.0.177 - - [2026-08-17 03:21:29] "POST /neutron/port HTTP/1.1" 200 1117 0.022492 10.0.0.177 - - [2026-08-17 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.177 - - [2026-08-17 03:21:29] "GET /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007031 10.0.0.177 - - [2026-08-17 03:21:30] "POST /neutron/port HTTP/1.1" 200 1114 0.021382 10.0.0.177 - - [2026-08-17 03:21:30] "POST /neutron/port HTTP/1.1" 200 1117 0.019716 10.0.0.177 - - [2026-08-17 03:21:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.010772 10.0.0.177 - - [2026-08-17 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.012329 10.0.0.177 - - [2026-08-17 03:21:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005187 10.0.0.177 - - [2026-08-17 03:21:31] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004597 10.0.0.177 - - [2026-08-17 03:21:31] "GET /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006616 10.0.0.177 - - [2026-08-17 03:21:31] "POST /neutron/port HTTP/1.1" 200 1114 0.018686 10.0.0.177 - - [2026-08-17 03:21:31] "POST /neutron/port HTTP/1.1" 200 1114 0.021936 10.0.0.177 - - [2026-08-17 03:21:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007946 10.0.0.177 - - [2026-08-17 03:21:32] "GET /virtual-machine/6008299b-2101-437a-b087-023d2228bda0 HTTP/1.1" 200 1285 0.006749 10.0.0.177 - - [2026-08-17 03:21:32] "GET /virtual-machine-interface/3f0c9098-24e4-46c8-b807-affdff01e445 HTTP/1.1" 200 2927 0.006557 10.0.0.177 - - [2026-08-17 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.177 - - [2026-08-17 03:21:32] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004111 10.0.0.177 - - [2026-08-17 03:21:32] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003431 10.0.0.177 - - [2026-08-17 03:21:32] "GET /virtual-network/6900e6f1-0d0a-496f-8ab4-791e69b03511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006831 10.0.0.177 - - [2026-08-17 03:21:32] "POST /neutron/subnet HTTP/1.1" 200 684 0.010900 10.0.0.177 - - [2026-08-17 03:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.177 - - [2026-08-17 03:21:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004921 10.0.0.177 - - [2026-08-17 03:21:33] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004572 10.0.0.177 - - [2026-08-17 03:21:33] "GET /virtual-network/6900e6f1-0d0a-496f-8ab4-791e69b03511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007209 10.0.0.177 - - [2026-08-17 03:21:33] "POST /routing-policys HTTP/1.1" 200 534 0.033795 10.0.0.177 - - [2026-08-17 03:21:33] "GET /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.013271 10.0.0.177 - - [2026-08-17 03:21:33] "PUT /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8 HTTP/1.1" 200 264 0.074332 10.0.0.177 - - [2026-08-17 03:21:34] "GET /obj-perms HTTP/1.1" 200 4509 0.061083 10.0.0.190 - - [2026-08-17 03:21:34] "GET /obj-perms HTTP/1.1" 200 4509 0.057186 10.0.0.177 - - [2026-08-17 03:21:37] "POST /routing-policys HTTP/1.1" 200 534 0.028987 10.0.0.177 - - [2026-08-17 03:21:37] "GET /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.012278 10.0.0.190 - - [2026-08-17 03:21:37] "POST /ref-update HTTP/1.1" 200 156 0.033920 10.0.0.177 - - [2026-08-17 03:21:37] "PUT /virtual-network/a0f4f52d-34c4-429c-bde9-b363c2e3a8c8 HTTP/1.1" 200 264 0.085141 10.0.0.177 - - [2026-08-17 03:21:37] "POST /ref-update HTTP/1.1" 200 156 0.061755 10.0.0.177 - - [2026-08-17 03:21:37] "DELETE /routing-policy/3affc6f4-3204-4e40-9307-ed99143ac2db HTTP/1.1" 200 115 0.065044 10.0.0.177 - - [2026-08-17 03:21:37] "POST /ref-update HTTP/1.1" 200 156 0.069054 10.0.0.177 - - [2026-08-17 03:21:37] "DELETE /routing-policy/d4143bc6-c9d5-4cac-b385-d9cae63a516b HTTP/1.1" 200 115 0.043594 10.0.0.177 - - [2026-08-17 03:21:38] "POST /neutron/network HTTP/1.1" 200 828 0.008601 10.0.0.177 - - [2026-08-17 03:21:39] "POST /neutron/port HTTP/1.1" 200 1104 0.016612 10.0.0.177 - - [2026-08-17 03:21:40] "POST /neutron/port HTTP/1.1" 200 1107 0.039068 10.0.0.177 - - [2026-08-17 03:21:40] "POST /neutron/network HTTP/1.1" 400 204 0.034690 10.0.0.190 - - [2026-08-17 03:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.177 - - [2026-08-17 03:21:42] "POST /neutron/network HTTP/1.1" 200 831 0.014256 10.0.0.190 - - [2026-08-17 03:21:42] "DELETE /route-target/3eb50835-d69d-4678-91cd-1c6f81cd7cf5 HTTP/1.1" 409 239 0.011448 10.0.0.190 - - [2026-08-17 03:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.177 - - [2026-08-17 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.38 - - [2026-08-17 03:21:45] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000935 10.0.0.177 - - [2026-08-17 03:21:45] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.050318 10.0.0.38 - - [2026-08-17 03:21:45] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001014 10.0.0.177 - - [2026-08-17 03:21:45] "POST /neutron/network HTTP/1.1" 200 612 0.148968 10.0.0.190 - - [2026-08-17 03:21:45] "POST /ref-update HTTP/1.1" 200 156 0.032201 10.0.0.177 - - [2026-08-17 03:21:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.003702 10.0.0.177 - - [2026-08-17 03:21:45] "GET /virtual-network/150b8b35-42d2-4895-8162-a401980e43eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006114 10.0.0.177 - - [2026-08-17 03:21:45] "POST /neutron/network HTTP/1.1" 200 832 0.007497 10.0.0.177 - - [2026-08-17 03:21:45] "GET /virtual-network/150b8b35-42d2-4895-8162-a401980e43eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006802 10.0.0.177 - - [2026-08-17 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.177 - - [2026-08-17 03:21:45] "GET /virtual-network/150b8b35-42d2-4895-8162-a401980e43eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007973 10.0.0.177 - - [2026-08-17 03:21:46] "PUT /virtual-network/150b8b35-42d2-4895-8162-a401980e43eb HTTP/1.1" 200 264 0.088833 10.0.0.177 - - [2026-08-17 03:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007669 10.0.0.38 - - [2026-08-17 03:21:46] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001127 10.0.0.177 - - [2026-08-17 03:21:46] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.036775 10.0.0.177 - - [2026-08-17 03:21:46] "POST /neutron/network HTTP/1.1" 200 117 0.108791 10.0.0.190 - - [2026-08-17 03:21:46] "POST /route-targets HTTP/1.1" 200 327 0.016555 10.0.0.177 - - [2026-08-17 03:21:46] "POST /neutron/network HTTP/1.1" 200 830 0.009500 10.0.0.177 - - [2026-08-17 03:21:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001495 10.0.0.177 - - [2026-08-17 03:21:46] "GET /virtual-network/2ef7a764-ba38-48ba-8a03-dd530384714c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005490 10.0.0.177 - - [2026-08-17 03:21:46] "GET /virtual-network/2ef7a764-ba38-48ba-8a03-dd530384714c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006301 10.0.0.177 - - [2026-08-17 03:21:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.008753 10.0.0.177 - - [2026-08-17 03:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.177 - - [2026-08-17 03:21:46] "GET /virtual-network/2ef7a764-ba38-48ba-8a03-dd530384714c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005695 10.0.0.177 - - [2026-08-17 03:21:46] "PUT /virtual-network/2ef7a764-ba38-48ba-8a03-dd530384714c HTTP/1.1" 200 264 0.065578 10.0.0.177 - - [2026-08-17 03:21:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.004301 10.0.0.177 - - [2026-08-17 03:21:47] "POST /neutron/port HTTP/1.1" 200 117 0.006670 10.0.0.177 - - [2026-08-17 03:21:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001426 10.0.0.177 - - [2026-08-17 03:21:47] "POST /neutron/network HTTP/1.1" 200 840 0.009246 10.0.0.38 - - [2026-08-17 03:21:47] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001342 10.0.0.177 - - [2026-08-17 03:21:47] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.048515 10.0.0.177 - - [2026-08-17 03:21:48] "POST /neutron/port HTTP/1.1" 200 117 0.006622 10.0.0.38 - - [2026-08-17 03:21:51] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001144 10.0.0.177 - - [2026-08-17 03:21:52] "POST /neutron/port HTTP/1.1" 200 1054 0.324568 10.0.0.177 - - [2026-08-17 03:21:52] "POST /neutron/port HTTP/1.1" 200 1108 0.171506 10.0.0.177 - - [2026-08-17 03:21:52] "POST /neutron/port HTTP/1.1" 200 1052 0.019456 10.0.0.177 - - [2026-08-17 03:21:53] "POST /neutron/port HTTP/1.1" 200 1118 0.022329 10.0.0.177 - - [2026-08-17 03:21:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004524 10.0.0.177 - - [2026-08-17 03:21:53] "POST /neutron/network HTTP/1.1" 200 832 0.008243 10.0.0.177 - - [2026-08-17 03:21:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.010437 10.0.0.177 - - [2026-08-17 03:21:58] "POST /neutron/port HTTP/1.1" 200 1118 0.019069 10.0.0.177 - - [2026-08-17 03:22:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010202 10.0.0.177 - - [2026-08-17 03:22:13] "POST /neutron/port HTTP/1.1" 200 1118 0.017702 10.0.0.177 - - [2026-08-17 03:22:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007882 10.0.0.177 - - [2026-08-17 03:22:13] "GET /virtual-machine/22936757-97bf-4184-8c53-7e73b76cfabe HTTP/1.1" 200 1285 0.007116 10.0.0.177 - - [2026-08-17 03:22:13] "GET /virtual-machine-interface/d82bdde7-dfc5-453c-8b22-7cb99e0503ef HTTP/1.1" 200 2928 0.005463 10.0.0.177 - - [2026-08-17 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.177 - - [2026-08-17 03:22:13] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005130 10.0.0.177 - - [2026-08-17 03:22:13] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004007 10.0.0.177 - - [2026-08-17 03:22:13] "GET /virtual-network/150b8b35-42d2-4895-8162-a401980e43eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006547 10.0.0.177 - - [2026-08-17 03:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.177 - - [2026-08-17 03:22:16] "GET /virtual-network/150b8b35-42d2-4895-8162-a401980e43eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005717 10.0.0.177 - - [2026-08-17 03:22:17] "POST /neutron/port HTTP/1.1" 200 1118 0.020535 10.0.0.177 - - [2026-08-17 03:22:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007544 10.0.0.177 - - [2026-08-17 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.177 - - [2026-08-17 03:22:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004097 10.0.0.177 - - [2026-08-17 03:22:19] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003557 10.0.0.177 - - [2026-08-17 03:22:19] "GET /virtual-network/150b8b35-42d2-4895-8162-a401980e43eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006914 10.0.0.177 - - [2026-08-17 03:22:19] "POST /neutron/port HTTP/1.1" 200 1116 0.021953 10.0.0.177 - - [2026-08-17 03:22:19] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008089 10.0.0.177 - - [2026-08-17 03:22:19] "GET /virtual-machine/daa533ac-13be-4dfb-822f-c0ba29acd199 HTTP/1.1" 200 1285 0.006645 10.0.0.177 - - [2026-08-17 03:22:19] "GET /virtual-machine-interface/7a01cb95-4877-42cb-a0b5-c555bf8ddd26 HTTP/1.1" 200 2927 0.008561 10.0.0.177 - - [2026-08-17 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.177 - - [2026-08-17 03:22:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004070 10.0.0.177 - - [2026-08-17 03:22:19] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003793 10.0.0.177 - - [2026-08-17 03:22:19] "GET /virtual-network/2ef7a764-ba38-48ba-8a03-dd530384714c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006665 10.0.0.177 - - [2026-08-17 03:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.177 - - [2026-08-17 03:22:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005189 10.0.0.177 - - [2026-08-17 03:22:20] "GET /virtual-networks?parent_id=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003217 10.0.0.177 - - [2026-08-17 03:22:20] "GET /virtual-network/2ef7a764-ba38-48ba-8a03-dd530384714c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006638 10.0.0.177 - - [2026-08-17 03:22:21] "POST /interface-route-tables HTTP/1.1" 200 574 0.030454 10.0.0.177 - - [2026-08-17 03:22:21] "GET /interface-route-table/14e5f98e-9209-41d4-a5df-f8797b9d3038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1306 0.025396 10.0.0.177 - - [2026-08-17 03:22:21] "GET /virtual-machine-interface/d82bdde7-dfc5-453c-8b22-7cb99e0503ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.007021 10.0.0.177 - - [2026-08-17 03:22:21] "POST /ref-update HTTP/1.1" 200 156 0.017474 10.0.0.177 - - [2026-08-17 03:22:21] "POST /routing-policys HTTP/1.1" 200 534 0.030967 10.0.0.177 - - [2026-08-17 03:22:21] "GET /virtual-network/150b8b35-42d2-4895-8162-a401980e43eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006653 10.0.0.177 - - [2026-08-17 03:22:21] "PUT /virtual-network/150b8b35-42d2-4895-8162-a401980e43eb HTTP/1.1" 200 264 0.062117 10.0.0.190 - - [2026-08-17 03:22:21] "POST /ref-update HTTP/1.1" 200 156 0.043657 10.0.0.177 - - [2026-08-17 03:22:26] "POST /ref-update HTTP/1.1" 200 156 0.075592 10.0.0.177 - - [2026-08-17 03:22:26] "DELETE /routing-policy/a2e4762b-4583-4b6b-9fc9-190973c726eb HTTP/1.1" 200 115 0.072586 10.0.0.177 - - [2026-08-17 03:22:28] "POST /neutron/port HTTP/1.1" 200 1116 0.020638 10.0.0.177 - - [2026-08-17 03:22:28] "POST /neutron/network HTTP/1.1" 200 830 0.008515 10.0.0.177 - - [2026-08-17 03:22:28] "POST /neutron/port HTTP/1.1" 200 151 0.242569 10.0.0.190 - - [2026-08-17 03:22:29] "DELETE /route-target/e6a8b236-b442-499d-a547-3a149922d020 HTTP/1.1" 200 115 0.032497 10.0.0.190 - - [2026-08-17 03:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006994 10.0.0.38 - - [2026-08-17 03:22:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002985 10.0.0.38 - - [2026-08-17 03:22:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005546 10.0.0.177 - - [2026-08-17 03:22:29] "POST /neutron/network HTTP/1.1" 200 151 0.177790 10.0.0.190 - - [2026-08-17 03:22:29] "DELETE /route-target/e76eb7c3-fd4f-41b0-9ce5-af31addb27db HTTP/1.1" 200 115 0.029773 10.0.0.38 - - [2026-08-17 03:22:30] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001422 10.0.0.177 - - [2026-08-17 03:22:30] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.060195 10.0.0.38 - - [2026-08-17 03:22:30] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001027 10.0.0.177 - - [2026-08-17 03:22:30] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?fields=virtual_networks HTTP/1.1" 200 1019 0.059664 10.0.0.38 - - [2026-08-17 03:22:30] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001370 10.0.0.177 - - [2026-08-17 03:22:30] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.054622 10.0.0.38 - - [2026-08-17 03:22:30] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001107 10.0.0.177 - - [2026-08-17 03:22:30] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?fields=security_groups HTTP/1.1" 200 1238 0.060759 10.0.0.177 - - [2026-08-17 03:22:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.033340 10.0.0.38 - - [2026-08-17 03:22:31] "GET /projects?obj_uuids=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003593 10.0.0.38 - - [2026-08-17 03:22:31] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.38 - - [2026-08-17 03:22:31] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007588 10.0.0.38 - - [2026-08-17 03:22:32] "POST /id-to-fqname HTTP/1.1" 200 194 0.001558 10.0.0.38 - - [2026-08-17 03:22:32] "POST /fqname-to-id HTTP/1.1" 404 203 0.014670 10.0.0.38 - - [2026-08-17 03:22:32] "POST /security-groups HTTP/1.1" 200 595 0.078057 10.0.0.38 - - [2026-08-17 03:22:32] "POST /projects HTTP/1.1" 200 593 0.328519 10.0.0.190 - - [2026-08-17 03:22:32] "POST /fqname-to-id HTTP/1.1" 404 237 0.012044 10.0.0.38 - - [2026-08-17 03:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.411995 10.0.0.177 - - [2026-08-17 03:22:32] "GET /project/0ca9009b-fbd2-49cb-a204-d00f46a44ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.573219 10.0.0.177 - - [2026-08-17 03:22:32] "POST /neutron/port HTTP/1.1" 200 117 0.007994 10.0.0.177 - - [2026-08-17 03:22:33] "POST /neutron/network HTTP/1.1" 200 117 0.013210 10.0.0.177 - - [2026-08-17 03:22:33] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.38 - - [2026-08-17 03:22:35] "GET /obj-perms HTTP/1.1" 200 4509 0.063351 10.0.0.177 - - [2026-08-17 03:22:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000570 10.0.0.177 - - [2026-08-17 03:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.032274 10.0.0.38 - - [2026-08-17 03:22:35] "GET /projects?obj_uuids=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000995 10.0.0.177 - - [2026-08-17 03:22:36] "GET /project/0ca9009b-fbd2-49cb-a204-d00f46a44ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.061011 10.0.0.177 - - [2026-08-17 03:22:36] "POST /neutron/network HTTP/1.1" 200 117 0.033705 10.0.0.190 - - [2026-08-17 03:22:36] "POST /ref-update HTTP/1.1" 200 156 0.038704 10.0.0.177 - - [2026-08-17 03:22:36] "POST /neutron/network HTTP/1.1" 200 832 0.010812 10.0.0.177 - - [2026-08-17 03:22:36] "POST /id-to-fqname HTTP/1.1" 200 226 0.001435 10.0.0.177 - - [2026-08-17 03:22:36] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006502 10.0.0.177 - - [2026-08-17 03:22:36] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006046 10.0.0.177 - - [2026-08-17 03:22:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.009207 10.0.0.177 - - [2026-08-17 03:22:37] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006433 10.0.0.177 - - [2026-08-17 03:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.177 - - [2026-08-17 03:22:39] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007101 10.0.0.177 - - [2026-08-17 03:22:39] "PUT /virtual-network/a55d388d-66c5-4806-8700-585377d0273c HTTP/1.1" 200 264 0.060393 10.0.0.177 - - [2026-08-17 03:22:44] "POST /id-to-fqname HTTP/1.1" 200 226 0.001812 10.0.0.177 - - [2026-08-17 03:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.007463 10.0.0.177 - - [2026-08-17 03:22:49] "POST /neutron/network HTTP/1.1" 200 842 0.008388 10.0.0.177 - - [2026-08-17 03:22:49] "POST /neutron/port HTTP/1.1" 200 1064 0.019767 10.0.0.177 - - [2026-08-17 03:22:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008165 10.0.0.190 - - [2026-08-17 03:22:50] "DELETE /access-control-list/83462bf4-9512-4d6f-9d25-088a89cc6c74 HTTP/1.1" 200 115 0.055055 10.0.0.177 - - [2026-08-17 03:22:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.009319 10.0.0.177 - - [2026-08-17 03:22:55] "POST /neutron/port HTTP/1.1" 200 1128 0.020033 10.0.0.177 - - [2026-08-17 03:23:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008462 10.0.0.38 - - [2026-08-17 03:23:02] "DELETE /project/0ca9009bfbd249cba204d00f46a44ab2 HTTP/1.1" 404 173 0.004432 10.0.0.38 - - [2026-08-17 03:23:02] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000998 10.0.0.38 - - [2026-08-17 03:23:03] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.050075 10.0.0.38 - - [2026-08-17 03:23:03] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000921 10.0.0.38 - - [2026-08-17 03:23:03] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?fields=security_groups HTTP/1.1" 200 1089 0.048518 10.0.0.38 - - [2026-08-17 03:23:03] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001208 10.0.0.38 - - [2026-08-17 03:23:03] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?fields=application_policy_sets HTTP/1.1" 200 1382 0.055000 10.0.0.38 - - [2026-08-17 03:23:03] "DELETE /project/87445b8a-19d4-4574-a46b-33e442331ff5 HTTP/1.1" 409 278 0.258341 10.0.0.177 - - [2026-08-17 03:23:10] "POST /neutron/port HTTP/1.1" 200 1128 0.023173 10.0.0.177 - - [2026-08-17 03:23:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009355 10.0.0.177 - - [2026-08-17 03:23:10] "GET /virtual-machine/5cabcea8-d839-4129-9424-dcd5d81dba7c HTTP/1.1" 401 293 0.000496 10.0.0.177 - - [2026-08-17 03:23:11] "GET /virtual-machine/5cabcea8-d839-4129-9424-dcd5d81dba7c HTTP/1.1" 200 1296 0.029222 10.0.0.177 - - [2026-08-17 03:23:11] "GET /virtual-machine-interface/f3d36de1-a575-4979-b5ac-814bfe5639ee HTTP/1.1" 200 2968 0.008856 10.0.0.177 - - [2026-08-17 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.177 - - [2026-08-17 03:23:11] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005341 10.0.0.177 - - [2026-08-17 03:23:11] "GET /virtual-networks?parent_id=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003649 10.0.0.177 - - [2026-08-17 03:23:11] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006993 10.0.0.177 - - [2026-08-17 03:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.177 - - [2026-08-17 03:23:14] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005656 10.0.0.177 - - [2026-08-17 03:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.177 - - [2026-08-17 03:23:18] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005840 10.0.0.177 - - [2026-08-17 03:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.177 - - [2026-08-17 03:23:22] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005866 10.0.0.177 - - [2026-08-17 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.177 - - [2026-08-17 03:23:26] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005563 10.0.0.177 - - [2026-08-17 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.177 - - [2026-08-17 03:23:30] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006528 10.0.0.177 - - [2026-08-17 03:23:31] "POST /neutron/port HTTP/1.1" 200 1128 0.021930 10.0.0.177 - - [2026-08-17 03:23:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004464 10.0.0.177 - - [2026-08-17 03:23:33] "POST /neutron/network HTTP/1.1" 200 832 0.007536 10.0.0.177 - - [2026-08-17 03:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.177 - - [2026-08-17 03:23:34] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006356 10.0.0.177 - - [2026-08-17 03:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006438 10.0.0.177 - - [2026-08-17 03:23:36] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004182 10.0.0.177 - - [2026-08-17 03:23:36] "GET /virtual-networks?parent_id=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.008254 10.0.0.177 - - [2026-08-17 03:23:37] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006259 10.0.0.177 - - [2026-08-17 03:23:39] "POST /neutron/port HTTP/1.1" 200 1128 0.019893 10.0.0.177 - - [2026-08-17 03:23:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008795 10.0.0.38 - - [2026-08-17 03:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.38 - - [2026-08-17 03:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.177 - - [2026-08-17 03:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.177 - - [2026-08-17 03:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.190 - - [2026-08-17 03:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.190 - - [2026-08-17 03:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.38 - - [2026-08-17 03:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.38 - - [2026-08-17 03:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.177 - - [2026-08-17 03:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.177 - - [2026-08-17 03:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.190 - - [2026-08-17 03:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.190 - - [2026-08-17 03:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.177 - - [2026-08-17 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.177 - - [2026-08-17 03:23:47] "GET /virtual-network/a55d388d-66c5-4806-8700-585377d0273c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006510 10.0.0.190 - - [2026-08-17 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.012003 10.0.0.177 - - [2026-08-17 03:23:47] "PUT /virtual-network/a55d388d-66c5-4806-8700-585377d0273c HTTP/1.1" 200 264 0.109704 10.0.0.177 - - [2026-08-17 03:23:54] "POST /neutron/port HTTP/1.1" 200 1128 0.020297 10.0.0.177 - - [2026-08-17 03:23:55] "POST /neutron/network HTTP/1.1" 200 832 0.020213 10.0.0.38 - - [2026-08-17 03:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006730 10.0.0.38 - - [2026-08-17 03:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004808 10.0.0.177 - - [2026-08-17 03:23:57] "POST /neutron/network HTTP/1.1" 200 151 0.144529 10.0.0.190 - - [2026-08-17 03:23:57] "DELETE /route-target/f223dc92-09be-40af-a430-cfccf2aff3d2 HTTP/1.1" 200 115 0.027769 10.0.0.177 - - [2026-08-17 03:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008977 10.0.0.38 - - [2026-08-17 03:24:00] "GET /projects?obj_uuids=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001050 10.0.0.177 - - [2026-08-17 03:24:00] "GET /project/0ca9009b-fbd2-49cb-a204-d00f46a44ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.055825 10.0.0.38 - - [2026-08-17 03:24:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007582 10.0.0.177 - - [2026-08-17 03:24:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.250165 10.0.0.177 - - [2026-08-17 03:24:00] "POST /id-to-fqname HTTP/1.1" 200 226 0.001420 10.0.0.177 - - [2026-08-17 03:24:00] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006045 10.0.0.177 - - [2026-08-17 03:24:00] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008033 10.0.0.177 - - [2026-08-17 03:24:00] "POST /neutron/network HTTP/1.1" 200 834 0.008435 10.0.0.177 - - [2026-08-17 03:24:01] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007663 10.0.0.177 - - [2026-08-17 03:24:01] "GET /obj-perms HTTP/1.1" 200 4491 0.047043 10.0.0.190 - - [2026-08-17 03:24:01] "GET /obj-perms HTTP/1.1" 200 4491 0.045695 10.0.0.38 - - [2026-08-17 03:24:01] "GET /obj-perms HTTP/1.1" 200 4491 0.053103 10.0.0.177 - - [2026-08-17 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.177 - - [2026-08-17 03:24:01] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006216 10.0.0.177 - - [2026-08-17 03:24:01] "PUT /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027 HTTP/1.1" 200 264 0.073103 10.0.0.190 - - [2026-08-17 03:24:01] "POST /route-targets HTTP/1.1" 200 327 0.038240 10.0.0.177 - - [2026-08-17 03:24:06] "POST /id-to-fqname HTTP/1.1" 200 226 0.001590 10.0.0.177 - - [2026-08-17 03:24:06] "POST /neutron/network HTTP/1.1" 200 834 0.007245 10.0.0.177 - - [2026-08-17 03:24:07] "POST /neutron/port HTTP/1.1" 200 117 0.006637 10.0.0.177 - - [2026-08-17 03:24:11] "POST /neutron/port HTTP/1.1" 200 1066 0.019346 10.0.0.177 - - [2026-08-17 03:24:12] "POST /neutron/port HTTP/1.1" 200 1130 0.028115 10.0.0.177 - - [2026-08-17 03:24:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004471 10.0.0.177 - - [2026-08-17 03:24:13] "POST /neutron/network HTTP/1.1" 200 834 0.007283 10.0.0.177 - - [2026-08-17 03:24:22] "POST /neutron/port HTTP/1.1" 200 1130 0.018905 10.0.0.177 - - [2026-08-17 03:24:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007462 10.0.0.177 - - [2026-08-17 03:24:32] "POST /neutron/port HTTP/1.1" 200 1130 0.019671 10.0.0.177 - - [2026-08-17 03:24:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009020 10.0.0.177 - - [2026-08-17 03:24:32] "GET /virtual-machine/b0909b1a-5ec3-45b7-be79-697d48c09cc0 HTTP/1.1" 200 1297 0.006537 10.0.0.177 - - [2026-08-17 03:24:32] "GET /virtual-machine-interface/90136689-f910-4b36-b0d4-07ef27b675e6 HTTP/1.1" 200 2968 0.006048 10.0.0.177 - - [2026-08-17 03:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.177 - - [2026-08-17 03:24:32] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004063 10.0.0.177 - - [2026-08-17 03:24:32] "GET /virtual-networks?parent_id=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003313 10.0.0.177 - - [2026-08-17 03:24:32] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006757 10.0.0.177 - - [2026-08-17 03:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.177 - - [2026-08-17 03:24:36] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006023 10.0.0.177 - - [2026-08-17 03:24:36] "POST /neutron/network HTTP/1.1" 200 844 0.008403 10.0.0.177 - - [2026-08-17 03:24:36] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.177 - - [2026-08-17 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.177 - - [2026-08-17 03:24:40] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006808 10.0.0.177 - - [2026-08-17 03:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.177 - - [2026-08-17 03:24:44] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005747 10.0.0.177 - - [2026-08-17 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.177 - - [2026-08-17 03:24:48] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006609 10.0.0.177 - - [2026-08-17 03:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.177 - - [2026-08-17 03:24:52] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005916 10.0.0.177 - - [2026-08-17 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.177 - - [2026-08-17 03:24:56] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006268 10.0.0.177 - - [2026-08-17 03:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.177 - - [2026-08-17 03:25:00] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.007297 10.0.0.177 - - [2026-08-17 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.177 - - [2026-08-17 03:25:02] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004611 10.0.0.177 - - [2026-08-17 03:25:02] "GET /virtual-networks?parent_id=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003607 10.0.0.177 - - [2026-08-17 03:25:02] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006849 10.0.0.177 - - [2026-08-17 03:25:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008452 10.0.0.177 - - [2026-08-17 03:25:08] "POST /neutron/port HTTP/1.1" 200 1130 0.020374 10.0.0.177 - - [2026-08-17 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.177 - - [2026-08-17 03:25:13] "GET /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006440 10.0.0.177 - - [2026-08-17 03:25:13] "PUT /virtual-network/51ff0ce7-ff28-46d5-a727-9ad9e7fef027 HTTP/1.1" 200 264 0.066042 10.0.0.190 - - [2026-08-17 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.011158 10.0.0.177 - - [2026-08-17 03:25:18] "POST /neutron/network HTTP/1.1" 400 204 0.017699 10.0.0.177 - - [2026-08-17 03:25:20] "POST /neutron/port HTTP/1.1" 200 151 0.220013 10.0.0.177 - - [2026-08-17 03:25:22] "POST /neutron/network HTTP/1.1" 200 834 0.008598 10.0.0.190 - - [2026-08-17 03:25:22] "DELETE /route-target/e46d161b-c860-455a-b945-6bafde1ed40e HTTP/1.1" 200 115 0.037544 10.0.0.38 - - [2026-08-17 03:25:24] "GET /projects?obj_uuids=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.024248 10.0.0.177 - - [2026-08-17 03:25:24] "GET /project/0ca9009b-fbd2-49cb-a204-d00f46a44ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.115144 10.0.0.38 - - [2026-08-17 03:25:24] "GET /projects?obj_uuids=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001031 10.0.0.177 - - [2026-08-17 03:25:24] "GET /project/0ca9009b-fbd2-49cb-a204-d00f46a44ab2?fields=virtual_networks HTTP/1.1" 200 1040 0.056783 10.0.0.38 - - [2026-08-17 03:25:24] "GET /projects?obj_uuids=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001271 10.0.0.177 - - [2026-08-17 03:25:24] "GET /project/0ca9009b-fbd2-49cb-a204-d00f46a44ab2?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.064507 10.0.0.38 - - [2026-08-17 03:25:24] "GET /projects?obj_uuids=0ca9009b-fbd2-49cb-a204-d00f46a44ab2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001098 10.0.0.177 - - [2026-08-17 03:25:24] "GET /project/0ca9009b-fbd2-49cb-a204-d00f46a44ab2?fields=security_groups HTTP/1.1" 200 1270 0.058986 10.0.0.177 - - [2026-08-17 03:25:25] "POST /fqname-to-id HTTP/1.1" 404 213 0.050129 10.0.0.38 - - [2026-08-17 03:25:25] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003461 10.0.0.38 - - [2026-08-17 03:25:25] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.38 - - [2026-08-17 03:25:26] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041482 10.0.0.38 - - [2026-08-17 03:25:26] "POST /id-to-fqname HTTP/1.1" 200 216 0.010104 10.0.0.38 - - [2026-08-17 03:25:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.004886 10.0.0.38 - - [2026-08-17 03:25:26] "POST /security-groups HTTP/1.1" 200 616 0.044672 10.0.0.38 - - [2026-08-17 03:25:26] "POST /projects HTTP/1.1" 200 635 0.274707 10.0.0.190 - - [2026-08-17 03:25:26] "POST /fqname-to-id HTTP/1.1" 404 258 0.019279 10.0.0.38 - - [2026-08-17 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.359131 10.0.0.177 - - [2026-08-17 03:25:26] "GET /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.560050 10.0.0.177 - - [2026-08-17 03:25:27] "GET / HTTP/1.1" 200 35931 0.001465 10.0.0.177 - - [2026-08-17 03:25:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000546 10.0.0.177 - - [2026-08-17 03:25:29] "POST /fqname-to-id HTTP/1.1" 404 249 0.051449 10.0.0.190 - - [2026-08-17 03:25:30] "POST /access-control-lists HTTP/1.1" 200 643 0.024904 10.0.0.190 - - [2026-08-17 03:25:30] "PUT /access-control-list/1d41e115-8976-4da3-9421-654224c36370 HTTP/1.1" 200 272 0.019861 10.0.0.38 - - [2026-08-17 03:25:30] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001064 10.0.0.177 - - [2026-08-17 03:25:30] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.108103 10.0.0.177 - - [2026-08-17 03:25:30] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018217 10.0.0.190 - - [2026-08-17 03:25:31] "PUT /access-control-list/1d41e115-8976-4da3-9421-654224c36370 HTTP/1.1" 200 272 0.016364 10.0.0.177 - - [2026-08-17 03:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.177 - - [2026-08-17 03:25:31] "GET /security-group/0938e40d-d89c-4f3e-82f0-cf7b23578f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.007200 10.0.0.177 - - [2026-08-17 03:25:31] "POST /neutron/security_group HTTP/1.1" 200 1026 0.011554 10.0.0.177 - - [2026-08-17 03:25:32] "POST /fqname-to-id HTTP/1.1" 404 249 0.004693 10.0.0.190 - - [2026-08-17 03:25:32] "DELETE /access-control-list/1d41e115-8976-4da3-9421-654224c36370 HTTP/1.1" 200 115 0.039791 10.0.0.177 - - [2026-08-17 03:25:32] "POST /fqname-to-id HTTP/1.1" 404 249 0.004162 10.0.0.190 - - [2026-08-17 03:25:32] "POST /fqname-to-id HTTP/1.1" 404 280 0.020458 10.0.0.38 - - [2026-08-17 03:25:32] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001075 10.0.0.190 - - [2026-08-17 03:25:32] "PUT /access-control-list/b3c98a0c-a070-43ea-a6c1-41ce9ae1ca4b HTTP/1.1" 200 272 0.030444 10.0.0.177 - - [2026-08-17 03:25:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.079757 10.0.0.177 - - [2026-08-17 03:25:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.029274 10.0.0.190 - - [2026-08-17 03:25:33] "PUT /access-control-list/b3c98a0c-a070-43ea-a6c1-41ce9ae1ca4b HTTP/1.1" 200 272 0.017571 10.0.0.177 - - [2026-08-17 03:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007060 10.0.0.177 - - [2026-08-17 03:25:33] "GET /security-group/155362fa-5eba-405f-a4a6-7f20246d659e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.010286 10.0.0.38 - - [2026-08-17 03:25:33] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001900 10.0.0.177 - - [2026-08-17 03:25:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.068264 10.0.0.177 - - [2026-08-17 03:25:34] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.153120 10.0.0.177 - - [2026-08-17 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.190 - - [2026-08-17 03:25:34] "PUT /access-control-list/e809cf28-c7e1-44ca-b23b-2412d5391038 HTTP/1.1" 200 272 0.019513 10.0.0.38 - - [2026-08-17 03:25:34] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001182 10.0.0.177 - - [2026-08-17 03:25:34] "GET /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.074677 10.0.0.38 - - [2026-08-17 03:25:34] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001139 10.0.0.177 - - [2026-08-17 03:25:34] "POST /neutron/network HTTP/1.1" 200 720 0.146040 10.0.0.190 - - [2026-08-17 03:25:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.069387 10.0.0.177 - - [2026-08-17 03:25:35] "POST /neutron/network HTTP/1.1" 200 1113 0.014107 10.0.0.177 - - [2026-08-17 03:25:35] "POST /id-to-fqname HTTP/1.1" 200 290 0.001494 10.0.0.177 - - [2026-08-17 03:25:35] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006374 10.0.0.177 - - [2026-08-17 03:25:35] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006060 10.0.0.177 - - [2026-08-17 03:25:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.010705 10.0.0.177 - - [2026-08-17 03:25:35] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.012233 10.0.0.177 - - [2026-08-17 03:25:37] "POST /id-to-fqname HTTP/1.1" 200 290 0.001546 10.0.0.177 - - [2026-08-17 03:25:38] "POST /neutron/network HTTP/1.1" 200 1123 0.007513 10.0.0.38 - - [2026-08-17 03:25:38] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001095 10.0.0.177 - - [2026-08-17 03:25:38] "GET /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.189618 10.0.0.177 - - [2026-08-17 03:25:38] "GET /obj-perms HTTP/1.1" 200 4509 0.132644 10.0.0.177 - - [2026-08-17 03:25:38] "POST /neutron/port HTTP/1.1" 200 117 0.006644 10.0.0.177 - - [2026-08-17 03:25:38] "POST /id-to-fqname HTTP/1.1" 200 290 0.001415 10.0.0.177 - - [2026-08-17 03:25:38] "POST /neutron/network HTTP/1.1" 200 1123 0.007649 10.0.0.177 - - [2026-08-17 03:25:39] "POST /neutron/port HTTP/1.1" 200 117 0.006608 10.0.0.38 - - [2026-08-17 03:25:42] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001122 10.0.0.177 - - [2026-08-17 03:25:42] "POST /neutron/security_group HTTP/1.1" 200 3458 0.068187 10.0.0.177 - - [2026-08-17 03:25:43] "POST /neutron/port HTTP/1.1" 200 1192 0.026694 10.0.0.38 - - [2026-08-17 03:25:43] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002575 10.0.0.177 - - [2026-08-17 03:25:43] "POST /neutron/security_group HTTP/1.1" 200 3458 0.083963 10.0.0.177 - - [2026-08-17 03:25:44] "POST /neutron/port HTTP/1.1" 200 1192 0.022974 10.0.0.177 - - [2026-08-17 03:25:44] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008000 10.0.0.177 - - [2026-08-17 03:25:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004171 10.0.0.177 - - [2026-08-17 03:25:44] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.177 - - [2026-08-17 03:25:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004629 10.0.0.177 - - [2026-08-17 03:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.001702 10.0.0.177 - - [2026-08-17 03:25:49] "POST /neutron/port HTTP/1.1" 200 1256 0.022654 10.0.0.190 - - [2026-08-17 03:25:51] "DELETE /access-control-list/e9898d21-709c-455f-8199-b81a34d8aea0 HTTP/1.1" 200 115 0.041194 10.0.0.177 - - [2026-08-17 03:25:54] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008445 10.0.0.38 - - [2026-08-17 03:26:03] "DELETE /project/f0dbd582ebb1415dbcb361a1860a1df5 HTTP/1.1" 404 173 0.002803 10.0.0.38 - - [2026-08-17 03:26:03] "DELETE /project/0ca9009b-fbd2-49cb-a204-d00f46a44ab2 HTTP/1.1" 404 177 0.005701 10.0.0.177 - - [2026-08-17 03:26:04] "POST /neutron/port HTTP/1.1" 200 1256 0.020448 10.0.0.177 - - [2026-08-17 03:26:04] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009750 10.0.0.177 - - [2026-08-17 03:26:04] "POST /neutron/port HTTP/1.1" 200 1256 0.020689 10.0.0.177 - - [2026-08-17 03:26:04] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 401 293 0.000502 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.034738 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.007077 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-machine-interface/e1fca917-2554-4641-aa84-76b03bb891e2 HTTP/1.1" 200 3418 0.006373 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.004733 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-machine-interface/e1fca917-2554-4641-aa84-76b03bb891e2 HTTP/1.1" 200 3418 0.006162 10.0.0.177 - - [2026-08-17 03:26:05] "GET /instance-ip/57b9dd37-8d80-420b-9a66-d60f63f6ae21 HTTP/1.1" 200 1735 0.006744 10.0.0.177 - - [2026-08-17 03:26:05] "GET /instance-ip/affb9e49-0329-4a12-a654-6d03db11f14b HTTP/1.1" 200 1716 0.007152 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.004753 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-machine-interface/e1fca917-2554-4641-aa84-76b03bb891e2 HTTP/1.1" 200 3418 0.006597 10.0.0.177 - - [2026-08-17 03:26:05] "GET /instance-ip/57b9dd37-8d80-420b-9a66-d60f63f6ae21 HTTP/1.1" 200 1735 0.004935 10.0.0.177 - - [2026-08-17 03:26:05] "GET /instance-ip/affb9e49-0329-4a12-a654-6d03db11f14b HTTP/1.1" 200 1716 0.004973 10.0.0.177 - - [2026-08-17 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.177 - - [2026-08-17 03:26:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004397 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003623 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006237 10.0.0.177 - - [2026-08-17 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.177 - - [2026-08-17 03:26:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004960 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003514 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007004 10.0.0.177 - - [2026-08-17 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.177 - - [2026-08-17 03:26:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003965 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003600 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006693 10.0.0.177 - - [2026-08-17 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.177 - - [2026-08-17 03:26:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004536 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003432 10.0.0.177 - - [2026-08-17 03:26:05] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007538 10.0.0.177 - - [2026-08-17 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.177 - - [2026-08-17 03:26:06] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005215 10.0.0.177 - - [2026-08-17 03:26:06] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003515 10.0.0.177 - - [2026-08-17 03:26:06] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008463 10.0.0.177 - - [2026-08-17 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.177 - - [2026-08-17 03:26:06] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004753 10.0.0.177 - - [2026-08-17 03:26:06] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003356 10.0.0.177 - - [2026-08-17 03:26:06] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006559 10.0.0.177 - - [2026-08-17 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.177 - - [2026-08-17 03:26:06] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004582 10.0.0.177 - - [2026-08-17 03:26:06] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003693 10.0.0.177 - - [2026-08-17 03:26:06] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006413 10.0.0.177 - - [2026-08-17 03:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.177 - - [2026-08-17 03:26:09] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006658 10.0.0.177 - - [2026-08-17 03:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.177 - - [2026-08-17 03:26:13] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005864 10.0.0.177 - - [2026-08-17 03:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.177 - - [2026-08-17 03:26:17] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008254 10.0.0.177 - - [2026-08-17 03:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.177 - - [2026-08-17 03:26:21] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005953 10.0.0.177 - - [2026-08-17 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.177 - - [2026-08-17 03:26:25] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006692 10.0.0.177 - - [2026-08-17 03:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.177 - - [2026-08-17 03:26:29] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008691 10.0.0.177 - - [2026-08-17 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.177 - - [2026-08-17 03:26:32] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004341 10.0.0.177 - - [2026-08-17 03:26:32] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003207 10.0.0.177 - - [2026-08-17 03:26:32] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006958 10.0.0.177 - - [2026-08-17 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.177 - - [2026-08-17 03:26:32] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004474 10.0.0.177 - - [2026-08-17 03:26:32] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003625 10.0.0.177 - - [2026-08-17 03:26:32] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006758 10.0.0.177 - - [2026-08-17 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.177 - - [2026-08-17 03:26:32] "GET /routing-instance/aeb1e54c-1be7-4a1a-845a-198442795019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007077 10.0.0.177 - - [2026-08-17 03:26:32] "GET /route-target/87105294-b49d-4ac7-8c3c-226798a4c9ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003882 10.0.0.177 - - [2026-08-17 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.177 - - [2026-08-17 03:26:32] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004650 10.0.0.177 - - [2026-08-17 03:26:32] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.007188 10.0.0.177 - - [2026-08-17 03:26:32] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006943 10.0.0.177 - - [2026-08-17 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.177 - - [2026-08-17 03:26:32] "GET /routing-instance/aeb1e54c-1be7-4a1a-845a-198442795019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004696 10.0.0.177 - - [2026-08-17 03:26:32] "GET /route-target/87105294-b49d-4ac7-8c3c-226798a4c9ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004734 10.0.0.177 - - [2026-08-17 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.177 - - [2026-08-17 03:26:32] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004262 10.0.0.177 - - [2026-08-17 03:26:32] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003724 10.0.0.177 - - [2026-08-17 03:26:32] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006635 10.0.0.177 - - [2026-08-17 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.177 - - [2026-08-17 03:26:32] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004880 10.0.0.177 - - [2026-08-17 03:26:32] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003910 10.0.0.177 - - [2026-08-17 03:26:32] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006166 10.0.0.38 - - [2026-08-17 03:26:32] "GET /obj-perms HTTP/1.1" 200 4533 0.042168 10.0.0.177 - - [2026-08-17 03:26:33] "GET /obj-perms HTTP/1.1" 200 4533 0.057640 10.0.0.190 - - [2026-08-17 03:26:33] "GET /obj-perms HTTP/1.1" 200 4533 0.042282 10.0.0.177 - - [2026-08-17 03:26:33] "GET /obj-perms HTTP/1.1" 200 4533 0.004373 10.0.0.38 - - [2026-08-17 03:26:33] "GET /obj-perms HTTP/1.1" 200 4533 0.004637 10.0.0.177 - - [2026-08-17 03:26:33] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.004721 10.0.0.177 - - [2026-08-17 03:26:33] "GET /virtual-machine-interface/e1fca917-2554-4641-aa84-76b03bb891e2 HTTP/1.1" 200 3418 0.006183 10.0.0.177 - - [2026-08-17 03:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.177 - - [2026-08-17 03:26:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003986 10.0.0.177 - - [2026-08-17 03:26:33] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005099 10.0.0.177 - - [2026-08-17 03:26:33] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006594 10.0.0.177 - - [2026-08-17 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.177 - - [2026-08-17 03:26:34] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003953 10.0.0.177 - - [2026-08-17 03:26:34] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003371 10.0.0.177 - - [2026-08-17 03:26:34] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006384 10.0.0.177 - - [2026-08-17 03:26:34] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009859 10.0.0.177 - - [2026-08-17 03:26:36] "POST /neutron/network HTTP/1.1" 200 1123 0.026411 10.0.0.177 - - [2026-08-17 03:26:36] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015363 10.0.0.177 - - [2026-08-17 03:26:36] "POST /neutron/network HTTP/1.1" 200 1113 0.010347 10.0.0.190 - - [2026-08-17 03:26:38] "GET /obj-perms HTTP/1.1" 200 4509 0.047221 10.0.0.177 - - [2026-08-17 03:26:39] "POST /neutron/network HTTP/1.1" 200 1123 0.031532 10.0.0.177 - - [2026-08-17 03:26:39] "POST /neutron/subnet HTTP/1.1" 200 1384 0.024525 10.0.0.177 - - [2026-08-17 03:26:39] "POST /neutron/network HTTP/1.1" 200 1113 0.011109 10.0.0.177 - - [2026-08-17 03:26:45] "POST /neutron/port HTTP/1.1" 200 1256 0.019976 10.0.0.177 - - [2026-08-17 03:26:45] "POST /neutron/security_group HTTP/1.1" 200 1457 0.025922 10.0.0.177 - - [2026-08-17 03:26:50] "POST /neutron/port HTTP/1.1" 200 1256 0.022984 10.0.0.177 - - [2026-08-17 03:26:55] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007884 10.0.0.177 - - [2026-08-17 03:26:55] "POST /neutron/port HTTP/1.1" 200 1256 0.019701 10.0.0.177 - - [2026-08-17 03:26:55] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007936 10.0.0.177 - - [2026-08-17 03:26:55] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 200 1318 0.006538 10.0.0.177 - - [2026-08-17 03:26:55] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 200 1318 0.003890 10.0.0.177 - - [2026-08-17 03:26:55] "GET /virtual-machine-interface/6fdedbf0-c77c-4a36-b1d8-5e699dcb198f HTTP/1.1" 200 3417 0.005549 10.0.0.177 - - [2026-08-17 03:26:55] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 200 1318 0.004121 10.0.0.177 - - [2026-08-17 03:26:55] "GET /virtual-machine-interface/6fdedbf0-c77c-4a36-b1d8-5e699dcb198f HTTP/1.1" 200 3417 0.005864 10.0.0.177 - - [2026-08-17 03:26:55] "GET /instance-ip/34f522fc-c2b3-4098-aa44-de059daf2a6f HTTP/1.1" 200 1715 0.006311 10.0.0.177 - - [2026-08-17 03:26:55] "GET /instance-ip/a2fe9a43-1b62-46aa-bc72-d0c8a45e0af6 HTTP/1.1" 200 1736 0.006752 10.0.0.177 - - [2026-08-17 03:26:55] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 200 1318 0.008886 10.0.0.177 - - [2026-08-17 03:26:55] "GET /virtual-machine-interface/6fdedbf0-c77c-4a36-b1d8-5e699dcb198f HTTP/1.1" 200 3417 0.006027 10.0.0.177 - - [2026-08-17 03:26:55] "GET /instance-ip/34f522fc-c2b3-4098-aa44-de059daf2a6f HTTP/1.1" 200 1715 0.005240 10.0.0.177 - - [2026-08-17 03:26:55] "GET /instance-ip/a2fe9a43-1b62-46aa-bc72-d0c8a45e0af6 HTTP/1.1" 200 1736 0.005669 10.0.0.177 - - [2026-08-17 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.177 - - [2026-08-17 03:26:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004194 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003956 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007012 10.0.0.177 - - [2026-08-17 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.177 - - [2026-08-17 03:26:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004977 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003145 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006416 10.0.0.177 - - [2026-08-17 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.177 - - [2026-08-17 03:26:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004515 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003580 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007266 10.0.0.177 - - [2026-08-17 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.177 - - [2026-08-17 03:26:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004606 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004116 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008537 10.0.0.177 - - [2026-08-17 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.177 - - [2026-08-17 03:26:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004297 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003525 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006765 10.0.0.177 - - [2026-08-17 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.177 - - [2026-08-17 03:26:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004615 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.008238 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.010630 10.0.0.177 - - [2026-08-17 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.177 - - [2026-08-17 03:26:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004487 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003350 10.0.0.177 - - [2026-08-17 03:26:56] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006968 10.0.0.177 - - [2026-08-17 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.177 - - [2026-08-17 03:26:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004415 10.0.0.177 - - [2026-08-17 03:26:57] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003137 10.0.0.177 - - [2026-08-17 03:26:58] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006861 10.0.0.177 - - [2026-08-17 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.177 - - [2026-08-17 03:26:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004506 10.0.0.177 - - [2026-08-17 03:26:58] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003731 10.0.0.177 - - [2026-08-17 03:26:58] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006722 10.0.0.177 - - [2026-08-17 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.177 - - [2026-08-17 03:26:58] "GET /routing-instance/aeb1e54c-1be7-4a1a-845a-198442795019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005937 10.0.0.177 - - [2026-08-17 03:26:58] "GET /route-target/87105294-b49d-4ac7-8c3c-226798a4c9ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004579 10.0.0.177 - - [2026-08-17 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.177 - - [2026-08-17 03:26:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004226 10.0.0.177 - - [2026-08-17 03:26:58] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003379 10.0.0.177 - - [2026-08-17 03:26:58] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006625 10.0.0.177 - - [2026-08-17 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.177 - - [2026-08-17 03:26:58] "GET /routing-instance/aeb1e54c-1be7-4a1a-845a-198442795019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005697 10.0.0.177 - - [2026-08-17 03:26:58] "GET /route-target/87105294-b49d-4ac7-8c3c-226798a4c9ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003985 10.0.0.177 - - [2026-08-17 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.177 - - [2026-08-17 03:26:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004747 10.0.0.177 - - [2026-08-17 03:26:58] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003526 10.0.0.177 - - [2026-08-17 03:26:58] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006739 10.0.0.177 - - [2026-08-17 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.177 - - [2026-08-17 03:26:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004405 10.0.0.177 - - [2026-08-17 03:26:58] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003573 10.0.0.177 - - [2026-08-17 03:26:58] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006588 10.0.0.177 - - [2026-08-17 03:26:58] "GET /obj-perms HTTP/1.1" 200 4533 0.004574 10.0.0.38 - - [2026-08-17 03:26:58] "GET /obj-perms HTTP/1.1" 200 4533 0.004270 10.0.0.177 - - [2026-08-17 03:26:58] "GET /obj-perms HTTP/1.1" 200 4533 0.004508 10.0.0.190 - - [2026-08-17 03:26:59] "GET /obj-perms HTTP/1.1" 200 4533 0.004539 10.0.0.177 - - [2026-08-17 03:26:59] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 200 1318 0.004576 10.0.0.177 - - [2026-08-17 03:26:59] "GET /virtual-machine-interface/6fdedbf0-c77c-4a36-b1d8-5e699dcb198f HTTP/1.1" 200 3417 0.006588 10.0.0.177 - - [2026-08-17 03:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.177 - - [2026-08-17 03:26:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004187 10.0.0.177 - - [2026-08-17 03:26:59] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003314 10.0.0.177 - - [2026-08-17 03:26:59] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007565 10.0.0.177 - - [2026-08-17 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.177 - - [2026-08-17 03:27:00] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004889 10.0.0.177 - - [2026-08-17 03:27:00] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003771 10.0.0.177 - - [2026-08-17 03:27:00] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006319 10.0.0.177 - - [2026-08-17 03:27:00] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.005021 10.0.0.177 - - [2026-08-17 03:27:00] "GET /virtual-machine-interface/e1fca917-2554-4641-aa84-76b03bb891e2 HTTP/1.1" 200 3418 0.006638 10.0.0.177 - - [2026-08-17 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.177 - - [2026-08-17 03:27:00] "GET /security-group/155362fa-5eba-405f-a4a6-7f20246d659e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004337 10.0.0.177 - - [2026-08-17 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.177 - - [2026-08-17 03:27:00] "GET /security-group/155362fa-5eba-405f-a4a6-7f20246d659e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005076 10.0.0.177 - - [2026-08-17 03:27:00] "POST /neutron/port HTTP/1.1" 200 1256 0.019503 10.0.0.177 - - [2026-08-17 03:27:00] "POST /neutron/port HTTP/1.1" 200 1208 0.106155 10.0.0.177 - - [2026-08-17 03:27:00] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.004941 10.0.0.177 - - [2026-08-17 03:27:00] "GET /virtual-machine-interface/e1fca917-2554-4641-aa84-76b03bb891e2 HTTP/1.1" 200 3362 0.006207 10.0.0.177 - - [2026-08-17 03:27:01] "POST /neutron/port HTTP/1.1" 200 1208 0.021817 10.0.0.177 - - [2026-08-17 03:27:01] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.004655 10.0.0.177 - - [2026-08-17 03:27:01] "GET /virtual-machine-interface/e1fca917-2554-4641-aa84-76b03bb891e2 HTTP/1.1" 200 3418 0.008905 10.0.0.177 - - [2026-08-17 03:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.177 - - [2026-08-17 03:27:01] "GET /security-group/155362fa-5eba-405f-a4a6-7f20246d659e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005008 10.0.0.177 - - [2026-08-17 03:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.177 - - [2026-08-17 03:27:01] "GET /security-group/155362fa-5eba-405f-a4a6-7f20246d659e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006884 10.0.0.177 - - [2026-08-17 03:27:01] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005254 10.0.0.177 - - [2026-08-17 03:27:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.130890 10.0.0.177 - - [2026-08-17 03:27:12] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.188997 10.0.0.190 - - [2026-08-17 03:27:12] "PUT /access-control-list/e809cf28-c7e1-44ca-b23b-2412d5391038 HTTP/1.1" 200 272 0.014457 10.0.0.177 - - [2026-08-17 03:27:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.154188 10.0.0.177 - - [2026-08-17 03:27:15] "POST /fqname-to-id HTTP/1.1" 404 249 0.002924 10.0.0.190 - - [2026-08-17 03:27:15] "DELETE /access-control-list/e809cf28-c7e1-44ca-b23b-2412d5391038 HTTP/1.1" 200 115 0.038336 10.0.0.177 - - [2026-08-17 03:27:15] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.016910 10.0.0.177 - - [2026-08-17 03:27:15] "GET /virtual-machine-interface/e1fca917-2554-4641-aa84-76b03bb891e2 HTTP/1.1" 200 3128 0.009789 10.0.0.177 - - [2026-08-17 03:27:15] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 200 1318 0.004207 10.0.0.177 - - [2026-08-17 03:27:15] "GET /virtual-machine-interface/6fdedbf0-c77c-4a36-b1d8-5e699dcb198f HTTP/1.1" 200 3127 0.014934 10.0.0.177 - - [2026-08-17 03:27:15] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 200 1318 0.004912 10.0.0.177 - - [2026-08-17 03:27:17] "POST /neutron/port HTTP/1.1" 200 1218 0.019789 10.0.0.177 - - [2026-08-17 03:27:17] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 200 1318 0.004405 10.0.0.177 - - [2026-08-17 03:27:19] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 404 171 0.004153 10.0.0.177 - - [2026-08-17 03:27:19] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 404 171 0.004289 10.0.0.177 - - [2026-08-17 03:27:19] "GET /virtual-machine/9e4f89cc-ebe5-42a7-9eb8-0a2f1bdfd123 HTTP/1.1" 404 171 0.003144 10.0.0.177 - - [2026-08-17 03:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.177 - - [2026-08-17 03:27:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004371 10.0.0.177 - - [2026-08-17 03:27:19] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004317 10.0.0.177 - - [2026-08-17 03:27:19] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007546 10.0.0.177 - - [2026-08-17 03:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.177 - - [2026-08-17 03:27:19] "GET /routing-instance/aeb1e54c-1be7-4a1a-845a-198442795019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004714 10.0.0.177 - - [2026-08-17 03:27:19] "GET /route-target/87105294-b49d-4ac7-8c3c-226798a4c9ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004144 10.0.0.177 - - [2026-08-17 03:27:20] "GET /obj-perms HTTP/1.1" 200 4533 0.004791 10.0.0.190 - - [2026-08-17 03:27:26] "GET /obj-perms HTTP/1.1" 200 4533 0.004809 10.0.0.177 - - [2026-08-17 03:27:29] "GET /obj-perms HTTP/1.1" 200 4533 0.005505 10.0.0.177 - - [2026-08-17 03:27:32] "GET /obj-perms HTTP/1.1" 200 4533 0.004515 10.0.0.190 - - [2026-08-17 03:27:32] "GET /obj-perms HTTP/1.1" 200 4533 0.004366 10.0.0.38 - - [2026-08-17 03:27:32] "GET /obj-perms HTTP/1.1" 200 4533 0.004395 10.0.0.177 - - [2026-08-17 03:27:32] "POST /neutron/security_group HTTP/1.1" 200 117 0.007571 10.0.0.177 - - [2026-08-17 03:27:32] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.007718 10.0.0.177 - - [2026-08-17 03:27:34] "POST /neutron/port HTTP/1.1" 200 1208 0.019429 10.0.0.177 - - [2026-08-17 03:27:34] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 200 1318 0.004488 10.0.0.177 - - [2026-08-17 03:27:36] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 404 171 0.003833 10.0.0.177 - - [2026-08-17 03:27:36] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 404 171 0.003225 10.0.0.177 - - [2026-08-17 03:27:36] "GET /virtual-machine/cbfb4b60-8552-496c-9714-d9118c0a1eb8 HTTP/1.1" 404 171 0.003141 10.0.0.177 - - [2026-08-17 03:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.177 - - [2026-08-17 03:27:36] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003565 10.0.0.177 - - [2026-08-17 03:27:36] "GET /virtual-networks?parent_id=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003776 10.0.0.177 - - [2026-08-17 03:27:37] "GET /virtual-network/be3ad626-6c4a-4812-aac1-a09e6df059d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008812 10.0.0.177 - - [2026-08-17 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.177 - - [2026-08-17 03:27:37] "GET /routing-instance/aeb1e54c-1be7-4a1a-845a-198442795019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005154 10.0.0.177 - - [2026-08-17 03:27:37] "GET /route-target/87105294-b49d-4ac7-8c3c-226798a4c9ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003953 10.0.0.177 - - [2026-08-17 03:27:40] "GET /obj-perms HTTP/1.1" 200 4533 0.004668 10.0.0.190 - - [2026-08-17 03:27:40] "GET /obj-perms HTTP/1.1" 200 4533 0.005391 10.0.0.177 - - [2026-08-17 03:27:49] "GET /obj-perms HTTP/1.1" 200 4533 0.004908 10.0.0.190 - - [2026-08-17 03:27:49] "GET /obj-perms HTTP/1.1" 200 4533 0.004274 10.0.0.177 - - [2026-08-17 03:27:58] "GET /obj-perms HTTP/1.1" 200 4533 0.004829 10.0.0.190 - - [2026-08-17 03:27:58] "GET /obj-perms HTTP/1.1" 200 4533 0.004427 10.0.0.177 - - [2026-08-17 03:28:01] "GET /obj-perms HTTP/1.1" 200 4533 0.004773 10.0.0.38 - - [2026-08-17 03:28:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005048 10.0.0.38 - - [2026-08-17 03:28:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006111 10.0.0.38 - - [2026-08-17 03:28:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004672 10.0.0.38 - - [2026-08-17 03:28:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006370 10.0.0.177 - - [2026-08-17 03:28:02] "POST /neutron/network HTTP/1.1" 200 151 0.199622 10.0.0.190 - - [2026-08-17 03:28:02] "DELETE /route-target/87105294-b49d-4ac7-8c3c-226798a4c9ca HTTP/1.1" 200 115 0.052640 10.0.0.38 - - [2026-08-17 03:28:03] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001158 10.0.0.177 - - [2026-08-17 03:28:03] "GET /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.048876 10.0.0.38 - - [2026-08-17 03:28:03] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002264 10.0.0.177 - - [2026-08-17 03:28:03] "GET /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5?fields=virtual_networks HTTP/1.1" 200 1084 0.069237 10.0.0.38 - - [2026-08-17 03:28:03] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001111 10.0.0.177 - - [2026-08-17 03:28:03] "GET /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5?fields=virtual_machine_interfaces HTTP/1.1" 200 1084 0.051836 10.0.0.38 - - [2026-08-17 03:28:03] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001229 10.0.0.177 - - [2026-08-17 03:28:04] "GET /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5?fields=security_groups HTTP/1.1" 200 1335 0.052818 10.0.0.177 - - [2026-08-17 03:28:04] "POST /fqname-to-id HTTP/1.1" 404 218 0.041659 10.0.0.38 - - [2026-08-17 03:28:05] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004097 10.0.0.38 - - [2026-08-17 03:28:05] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.38 - - [2026-08-17 03:28:05] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007371 10.0.0.38 - - [2026-08-17 03:28:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001639 10.0.0.38 - - [2026-08-17 03:28:05] "POST /fqname-to-id HTTP/1.1" 404 232 0.008400 10.0.0.38 - - [2026-08-17 03:28:05] "POST /security-groups HTTP/1.1" 200 621 0.081979 10.0.0.38 - - [2026-08-17 03:28:05] "POST /projects HTTP/1.1" 200 645 0.336487 10.0.0.38 - - [2026-08-17 03:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.410737 10.0.0.190 - - [2026-08-17 03:28:05] "POST /fqname-to-id HTTP/1.1" 404 263 0.006746 10.0.0.177 - - [2026-08-17 03:28:05] "GET /project/d6113054-4689-43df-b272-5557457e2322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.573040 10.0.0.177 - - [2026-08-17 03:28:06] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.177 - - [2026-08-17 03:28:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000521 10.0.0.177 - - [2026-08-17 03:28:09] "POST /fqname-to-id HTTP/1.1" 404 254 0.055155 10.0.0.177 - - [2026-08-17 03:28:09] "POST /security-groups HTTP/1.1" 200 595 0.037403 10.0.0.177 - - [2026-08-17 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006422 10.0.0.190 - - [2026-08-17 03:28:09] "POST /access-control-lists HTTP/1.1" 200 648 0.037223 10.0.0.177 - - [2026-08-17 03:28:09] "GET /security-group/cc1b0b62-4938-4b77-ba57-3a89e27d5f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.014731 10.0.0.177 - - [2026-08-17 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.177 - - [2026-08-17 03:28:09] "GET /security-group/cc1b0b62-4938-4b77-ba57-3a89e27d5f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.005750 10.0.0.177 - - [2026-08-17 03:28:10] "DELETE /security-group/cc1b0b62-4938-4b77-ba57-3a89e27d5f07 HTTP/1.1" 200 115 0.072691 10.0.0.177 - - [2026-08-17 03:28:10] "POST /fqname-to-id HTTP/1.1" 404 254 0.025371 10.0.0.190 - - [2026-08-17 03:28:10] "DELETE /access-control-list/2c6fc4a1-7c18-4ddb-9ae8-1357fa67f118 HTTP/1.1" 200 115 0.069082 10.0.0.177 - - [2026-08-17 03:28:10] "POST /fqname-to-id HTTP/1.1" 404 254 0.004893 10.0.0.177 - - [2026-08-17 03:28:10] "POST /security-groups HTTP/1.1" 200 595 0.047451 10.0.0.177 - - [2026-08-17 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009520 10.0.0.190 - - [2026-08-17 03:28:10] "POST /access-control-lists HTTP/1.1" 200 648 0.035978 10.0.0.177 - - [2026-08-17 03:28:10] "GET /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.011414 10.0.0.177 - - [2026-08-17 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.177 - - [2026-08-17 03:28:10] "GET /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.004305 10.0.0.177 - - [2026-08-17 03:28:11] "GET /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1941 0.005544 10.0.0.177 - - [2026-08-17 03:28:11] "PUT /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6 HTTP/1.1" 200 262 0.026914 10.0.0.177 - - [2026-08-17 03:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160 10.0.0.190 - - [2026-08-17 03:28:11] "PUT /access-control-list/d5015813-4b62-409b-a0b0-2b838a84dcaf HTTP/1.1" 200 272 0.027432 10.0.0.38 - - [2026-08-17 03:28:11] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002143 10.0.0.177 - - [2026-08-17 03:28:11] "GET /project/d6113054-4689-43df-b272-5557457e2322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.072727 10.0.0.190 - - [2026-08-17 03:28:11] "POST /ref-update HTTP/1.1" 200 156 0.040450 10.0.0.38 - - [2026-08-17 03:28:12] "POST /useragent-kv HTTP/1.1" 200 115 0.014476 10.0.0.177 - - [2026-08-17 03:28:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.274118 10.0.0.177 - - [2026-08-17 03:28:12] "POST /id-to-fqname HTTP/1.1" 200 300 0.001698 10.0.0.177 - - [2026-08-17 03:28:12] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.011946 10.0.0.177 - - [2026-08-17 03:28:12] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007292 10.0.0.177 - - [2026-08-17 03:28:12] "POST /neutron/network HTTP/1.1" 200 955 0.008797 10.0.0.177 - - [2026-08-17 03:28:12] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006992 10.0.0.190 - - [2026-08-17 03:28:13] "GET /obj-perms HTTP/1.1" 200 4543 0.052670 10.0.0.177 - - [2026-08-17 03:28:14] "POST /id-to-fqname HTTP/1.1" 200 300 0.001785 10.0.0.177 - - [2026-08-17 03:28:14] "POST /neutron/network HTTP/1.1" 200 965 0.008306 10.0.0.177 - - [2026-08-17 03:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.007392 10.0.0.177 - - [2026-08-17 03:28:14] "POST /id-to-fqname HTTP/1.1" 200 300 0.001478 10.0.0.177 - - [2026-08-17 03:28:14] "POST /neutron/network HTTP/1.1" 200 965 0.007300 10.0.0.38 - - [2026-08-17 03:28:14] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001013 10.0.0.177 - - [2026-08-17 03:28:14] "GET /project/d6113054-4689-43df-b272-5557457e2322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.062794 10.0.0.177 - - [2026-08-17 03:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.007032 10.0.0.38 - - [2026-08-17 03:28:18] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001202 10.0.0.177 - - [2026-08-17 03:28:18] "POST /neutron/security_group HTTP/1.1" 200 3300 0.062480 10.0.0.38 - - [2026-08-17 03:28:19] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001141 10.0.0.177 - - [2026-08-17 03:28:19] "POST /neutron/security_group HTTP/1.1" 200 3300 0.097188 10.0.0.177 - - [2026-08-17 03:28:19] "POST /neutron/port HTTP/1.1" 200 1146 0.262092 10.0.0.177 - - [2026-08-17 03:28:20] "POST /neutron/port HTTP/1.1" 200 1091 0.017650 10.0.0.177 - - [2026-08-17 03:28:20] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008361 10.0.0.177 - - [2026-08-17 03:28:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.010026 10.0.0.177 - - [2026-08-17 03:28:21] "POST /neutron/port HTTP/1.1" 200 1156 0.021406 10.0.0.177 - - [2026-08-17 03:28:21] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.177 - - [2026-08-17 03:28:25] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008875 10.0.0.177 - - [2026-08-17 03:28:35] "POST /neutron/port HTTP/1.1" 200 1156 0.020404 10.0.0.38 - - [2026-08-17 03:28:40] "GET /obj-perms HTTP/1.1" 200 4509 0.043788 10.0.0.177 - - [2026-08-17 03:28:41] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008210 10.0.0.177 - - [2026-08-17 03:28:41] "POST /neutron/port HTTP/1.1" 200 1156 0.017642 10.0.0.177 - - [2026-08-17 03:28:41] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007749 10.0.0.177 - - [2026-08-17 03:28:41] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 401 293 0.000452 10.0.0.177 - - [2026-08-17 03:28:41] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.032045 10.0.0.177 - - [2026-08-17 03:28:41] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.004804 10.0.0.177 - - [2026-08-17 03:28:41] "GET /virtual-machine-interface/4140cec7-9dc8-4c30-836b-f342dc9b8e23 HTTP/1.1" 200 3262 0.006306 10.0.0.177 - - [2026-08-17 03:28:41] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.005751 10.0.0.177 - - [2026-08-17 03:28:41] "GET /virtual-machine-interface/4140cec7-9dc8-4c30-836b-f342dc9b8e23 HTTP/1.1" 200 3262 0.005896 10.0.0.177 - - [2026-08-17 03:28:41] "GET /instance-ip/efb9961e-4fdc-4e2a-b961-4af953749c04 HTTP/1.1" 200 1732 0.008032 10.0.0.177 - - [2026-08-17 03:28:41] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.004164 10.0.0.177 - - [2026-08-17 03:28:41] "GET /virtual-machine-interface/4140cec7-9dc8-4c30-836b-f342dc9b8e23 HTTP/1.1" 200 3262 0.005949 10.0.0.177 - - [2026-08-17 03:28:41] "GET /instance-ip/efb9961e-4fdc-4e2a-b961-4af953749c04 HTTP/1.1" 200 1732 0.005304 10.0.0.177 - - [2026-08-17 03:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.177 - - [2026-08-17 03:28:41] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004501 10.0.0.177 - - [2026-08-17 03:28:41] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003145 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007143 10.0.0.177 - - [2026-08-17 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.177 - - [2026-08-17 03:28:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004729 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006599 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006983 10.0.0.177 - - [2026-08-17 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005989 10.0.0.177 - - [2026-08-17 03:28:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005150 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003807 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006300 10.0.0.177 - - [2026-08-17 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.177 - - [2026-08-17 03:28:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006648 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003966 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006351 10.0.0.177 - - [2026-08-17 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.177 - - [2026-08-17 03:28:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005983 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003903 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006704 10.0.0.177 - - [2026-08-17 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.177 - - [2026-08-17 03:28:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004637 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004038 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007067 10.0.0.177 - - [2026-08-17 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.177 - - [2026-08-17 03:28:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004932 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003688 10.0.0.177 - - [2026-08-17 03:28:42] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007421 10.0.0.177 - - [2026-08-17 03:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.177 - - [2026-08-17 03:28:45] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006447 10.0.0.38 - - [2026-08-17 03:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.38 - - [2026-08-17 03:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.177 - - [2026-08-17 03:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.177 - - [2026-08-17 03:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.190 - - [2026-08-17 03:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.190 - - [2026-08-17 03:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.38 - - [2026-08-17 03:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.38 - - [2026-08-17 03:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.177 - - [2026-08-17 03:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000590 10.0.0.177 - - [2026-08-17 03:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000540 10.0.0.190 - - [2026-08-17 03:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.190 - - [2026-08-17 03:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.177 - - [2026-08-17 03:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.177 - - [2026-08-17 03:28:50] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005785 10.0.0.177 - - [2026-08-17 03:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.177 - - [2026-08-17 03:28:54] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006083 10.0.0.177 - - [2026-08-17 03:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.177 - - [2026-08-17 03:28:58] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005918 10.0.0.177 - - [2026-08-17 03:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.177 - - [2026-08-17 03:29:02] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008348 10.0.0.38 - - [2026-08-17 03:29:03] "DELETE /project/d6113054468943dfb2725557457e2322 HTTP/1.1" 404 173 0.016805 10.0.0.38 - - [2026-08-17 03:29:03] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001385 10.0.0.38 - - [2026-08-17 03:29:03] "GET /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.084345 10.0.0.38 - - [2026-08-17 03:29:03] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002755 10.0.0.38 - - [2026-08-17 03:29:03] "GET /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5?fields=security_groups HTTP/1.1" 200 1155 0.074351 10.0.0.38 - - [2026-08-17 03:29:03] "GET /projects?obj_uuids=f0dbd582-ebb1-415d-bcb3-61a1860a1df5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001283 10.0.0.38 - - [2026-08-17 03:29:03] "GET /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5?fields=application_policy_sets HTTP/1.1" 200 1479 0.067723 10.0.0.38 - - [2026-08-17 03:29:04] "DELETE /project/f0dbd582-ebb1-415d-bcb3-61a1860a1df5 HTTP/1.1" 200 115 0.469173 10.0.0.177 - - [2026-08-17 03:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.177 - - [2026-08-17 03:29:06] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006121 10.0.0.177 - - [2026-08-17 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.177 - - [2026-08-17 03:29:08] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004939 10.0.0.177 - - [2026-08-17 03:29:08] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004305 10.0.0.177 - - [2026-08-17 03:29:08] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007092 10.0.0.177 - - [2026-08-17 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006067 10.0.0.177 - - [2026-08-17 03:29:08] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004857 10.0.0.177 - - [2026-08-17 03:29:08] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003548 10.0.0.177 - - [2026-08-17 03:29:09] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007931 10.0.0.177 - - [2026-08-17 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.177 - - [2026-08-17 03:29:09] "GET /routing-instance/84f6ea01-42d4-4584-b272-6bae2fd45f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005940 10.0.0.177 - - [2026-08-17 03:29:09] "GET /route-target/4e6139d7-98a0-4d0a-bfd6-0f43aa456bfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005229 10.0.0.177 - - [2026-08-17 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.177 - - [2026-08-17 03:29:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004533 10.0.0.177 - - [2026-08-17 03:29:09] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004720 10.0.0.177 - - [2026-08-17 03:29:09] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006199 10.0.0.177 - - [2026-08-17 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.177 - - [2026-08-17 03:29:09] "GET /routing-instance/84f6ea01-42d4-4584-b272-6bae2fd45f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005534 10.0.0.177 - - [2026-08-17 03:29:09] "GET /route-target/4e6139d7-98a0-4d0a-bfd6-0f43aa456bfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004204 10.0.0.177 - - [2026-08-17 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.177 - - [2026-08-17 03:29:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005039 10.0.0.177 - - [2026-08-17 03:29:09] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004388 10.0.0.177 - - [2026-08-17 03:29:09] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006240 10.0.0.177 - - [2026-08-17 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.177 - - [2026-08-17 03:29:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004818 10.0.0.177 - - [2026-08-17 03:29:09] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003118 10.0.0.177 - - [2026-08-17 03:29:09] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007689 10.0.0.177 - - [2026-08-17 03:29:09] "GET /obj-perms HTTP/1.1" 200 4543 0.046727 10.0.0.177 - - [2026-08-17 03:29:09] "GET /obj-perms HTTP/1.1" 200 4543 0.004149 10.0.0.38 - - [2026-08-17 03:29:09] "GET /obj-perms HTTP/1.1" 200 4543 0.044010 10.0.0.177 - - [2026-08-17 03:29:10] "GET /obj-perms HTTP/1.1" 200 4543 0.005367 10.0.0.190 - - [2026-08-17 03:29:10] "GET /obj-perms HTTP/1.1" 200 4543 0.004421 10.0.0.177 - - [2026-08-17 03:29:10] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.005356 10.0.0.177 - - [2026-08-17 03:29:10] "GET /virtual-machine-interface/4140cec7-9dc8-4c30-836b-f342dc9b8e23 HTTP/1.1" 200 3262 0.006475 10.0.0.177 - - [2026-08-17 03:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.177 - - [2026-08-17 03:29:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005175 10.0.0.177 - - [2026-08-17 03:29:10] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004207 10.0.0.177 - - [2026-08-17 03:29:10] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007634 10.0.0.177 - - [2026-08-17 03:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.177 - - [2026-08-17 03:29:11] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004908 10.0.0.177 - - [2026-08-17 03:29:11] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003308 10.0.0.177 - - [2026-08-17 03:29:11] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007017 10.0.0.177 - - [2026-08-17 03:29:11] "POST /neutron/port HTTP/1.1" 200 1156 0.024439 10.0.0.177 - - [2026-08-17 03:29:16] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008127 10.0.0.177 - - [2026-08-17 03:29:22] "POST /neutron/port HTTP/1.1" 200 1156 0.018717 10.0.0.177 - - [2026-08-17 03:29:22] "POST /neutron/security_group HTTP/1.1" 200 1294 0.009970 10.0.0.177 - - [2026-08-17 03:29:22] "POST /neutron/port HTTP/1.1" 200 1156 0.021405 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 200 1323 0.007000 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 200 1323 0.004284 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-machine-interface/dc531c69-d9e3-41db-81ee-e3207d0452c9 HTTP/1.1" 200 3263 0.006167 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 200 1323 0.004462 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-machine-interface/dc531c69-d9e3-41db-81ee-e3207d0452c9 HTTP/1.1" 200 3263 0.007456 10.0.0.177 - - [2026-08-17 03:29:22] "GET /instance-ip/09f403ce-bd02-457a-b2e4-2343254eb71e HTTP/1.1" 200 1730 0.008454 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 200 1323 0.004930 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-machine-interface/dc531c69-d9e3-41db-81ee-e3207d0452c9 HTTP/1.1" 200 3263 0.006207 10.0.0.177 - - [2026-08-17 03:29:22] "GET /instance-ip/09f403ce-bd02-457a-b2e4-2343254eb71e HTTP/1.1" 200 1730 0.006756 10.0.0.177 - - [2026-08-17 03:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.177 - - [2026-08-17 03:29:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004013 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003627 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006684 10.0.0.177 - - [2026-08-17 03:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.177 - - [2026-08-17 03:29:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005005 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003478 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006386 10.0.0.177 - - [2026-08-17 03:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.177 - - [2026-08-17 03:29:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004471 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003324 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006769 10.0.0.177 - - [2026-08-17 03:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.177 - - [2026-08-17 03:29:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005135 10.0.0.177 - - [2026-08-17 03:29:22] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004379 10.0.0.177 - - [2026-08-17 03:29:23] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007992 10.0.0.177 - - [2026-08-17 03:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.177 - - [2026-08-17 03:29:23] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006594 10.0.0.177 - - [2026-08-17 03:29:23] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004170 10.0.0.177 - - [2026-08-17 03:29:23] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007508 10.0.0.177 - - [2026-08-17 03:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.177 - - [2026-08-17 03:29:23] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004608 10.0.0.177 - - [2026-08-17 03:29:23] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003281 10.0.0.177 - - [2026-08-17 03:29:23] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006924 10.0.0.177 - - [2026-08-17 03:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005576 10.0.0.177 - - [2026-08-17 03:29:23] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004547 10.0.0.177 - - [2026-08-17 03:29:23] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003663 10.0.0.177 - - [2026-08-17 03:29:23] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006519 10.0.0.177 - - [2026-08-17 03:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006533 10.0.0.177 - - [2026-08-17 03:29:24] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005011 10.0.0.177 - - [2026-08-17 03:29:24] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003537 10.0.0.177 - - [2026-08-17 03:29:24] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007643 10.0.0.177 - - [2026-08-17 03:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.177 - - [2026-08-17 03:29:24] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003794 10.0.0.177 - - [2026-08-17 03:29:24] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003487 10.0.0.177 - - [2026-08-17 03:29:25] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006716 10.0.0.177 - - [2026-08-17 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.177 - - [2026-08-17 03:29:25] "GET /routing-instance/84f6ea01-42d4-4584-b272-6bae2fd45f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004940 10.0.0.177 - - [2026-08-17 03:29:25] "GET /route-target/4e6139d7-98a0-4d0a-bfd6-0f43aa456bfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004342 10.0.0.177 - - [2026-08-17 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004971 10.0.0.177 - - [2026-08-17 03:29:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007526 10.0.0.177 - - [2026-08-17 03:29:25] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003777 10.0.0.177 - - [2026-08-17 03:29:25] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009663 10.0.0.177 - - [2026-08-17 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.177 - - [2026-08-17 03:29:25] "GET /routing-instance/84f6ea01-42d4-4584-b272-6bae2fd45f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005633 10.0.0.177 - - [2026-08-17 03:29:25] "GET /route-target/4e6139d7-98a0-4d0a-bfd6-0f43aa456bfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004185 10.0.0.177 - - [2026-08-17 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.177 - - [2026-08-17 03:29:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004845 10.0.0.177 - - [2026-08-17 03:29:25] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.009398 10.0.0.177 - - [2026-08-17 03:29:25] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006146 10.0.0.177 - - [2026-08-17 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.177 - - [2026-08-17 03:29:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004520 10.0.0.177 - - [2026-08-17 03:29:25] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003275 10.0.0.177 - - [2026-08-17 03:29:25] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006819 10.0.0.38 - - [2026-08-17 03:29:25] "GET /obj-perms HTTP/1.1" 200 4543 0.005841 10.0.0.177 - - [2026-08-17 03:29:25] "GET /obj-perms HTTP/1.1" 200 4543 0.011878 10.0.0.177 - - [2026-08-17 03:29:25] "GET /obj-perms HTTP/1.1" 200 4543 0.004265 10.0.0.190 - - [2026-08-17 03:29:26] "GET /obj-perms HTTP/1.1" 200 4543 0.004480 10.0.0.177 - - [2026-08-17 03:29:26] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 200 1323 0.004972 10.0.0.177 - - [2026-08-17 03:29:26] "GET /virtual-machine-interface/dc531c69-d9e3-41db-81ee-e3207d0452c9 HTTP/1.1" 200 3263 0.007612 10.0.0.177 - - [2026-08-17 03:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006374 10.0.0.177 - - [2026-08-17 03:29:26] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005404 10.0.0.177 - - [2026-08-17 03:29:26] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003810 10.0.0.177 - - [2026-08-17 03:29:26] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007466 10.0.0.177 - - [2026-08-17 03:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.177 - - [2026-08-17 03:29:27] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005169 10.0.0.177 - - [2026-08-17 03:29:27] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003825 10.0.0.177 - - [2026-08-17 03:29:27] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007539 10.0.0.177 - - [2026-08-17 03:29:27] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.004908 10.0.0.177 - - [2026-08-17 03:29:27] "GET /virtual-machine-interface/4140cec7-9dc8-4c30-836b-f342dc9b8e23 HTTP/1.1" 200 3262 0.005999 10.0.0.177 - - [2026-08-17 03:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.177 - - [2026-08-17 03:29:27] "GET /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004927 10.0.0.177 - - [2026-08-17 03:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.177 - - [2026-08-17 03:29:27] "GET /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.011834 10.0.0.177 - - [2026-08-17 03:29:27] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008948 10.0.0.177 - - [2026-08-17 03:29:27] "POST /neutron/port HTTP/1.1" 200 1146 0.014941 10.0.0.177 - - [2026-08-17 03:29:27] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.005408 10.0.0.177 - - [2026-08-17 03:29:27] "GET /virtual-machine-interface/4140cec7-9dc8-4c30-836b-f342dc9b8e23 HTTP/1.1" 200 3201 0.009691 10.0.0.177 - - [2026-08-17 03:29:27] "POST /neutron/port HTTP/1.1" 200 1117 0.030897 10.0.0.177 - - [2026-08-17 03:29:28] "POST /neutron/port HTTP/1.1" 200 1146 0.079742 10.0.0.177 - - [2026-08-17 03:29:28] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.004529 10.0.0.177 - - [2026-08-17 03:29:28] "GET /virtual-machine-interface/4140cec7-9dc8-4c30-836b-f342dc9b8e23 HTTP/1.1" 200 3262 0.005693 10.0.0.177 - - [2026-08-17 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.177 - - [2026-08-17 03:29:28] "GET /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004688 10.0.0.177 - - [2026-08-17 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.177 - - [2026-08-17 03:29:28] "GET /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.005237 10.0.0.177 - - [2026-08-17 03:29:39] "POST /neutron/port HTTP/1.1" 200 1156 0.021945 10.0.0.177 - - [2026-08-17 03:29:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.010438 10.0.0.177 - - [2026-08-17 03:29:40] "POST /neutron/port HTTP/1.1" 200 1156 0.028928 10.0.0.38 - - [2026-08-17 03:29:42] "GET /obj-perms HTTP/1.1" 200 4509 0.045867 10.0.0.177 - - [2026-08-17 03:29:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005237 10.0.0.177 - - [2026-08-17 03:29:42] "POST /neutron/network HTTP/1.1" 200 955 0.009364 10.0.0.177 - - [2026-08-17 03:30:41] "POST /neutron/port HTTP/1.1" 200 1156 0.018660 10.0.0.177 - - [2026-08-17 03:30:42] "POST /neutron/subnet HTTP/1.1" 200 703 0.011014 10.0.0.177 - - [2026-08-17 03:30:42] "POST /neutron/port HTTP/1.1" 200 1156 0.019588 10.0.0.177 - - [2026-08-17 03:30:43] "POST /neutron/subnet HTTP/1.1" 200 703 0.010696 10.0.0.177 - - [2026-08-17 03:30:54] "GET /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.005455 10.0.0.177 - - [2026-08-17 03:30:54] "PUT /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6 HTTP/1.1" 200 262 0.022746 10.0.0.190 - - [2026-08-17 03:30:54] "PUT /access-control-list/d5015813-4b62-409b-a0b0-2b838a84dcaf HTTP/1.1" 200 272 0.022003 10.0.0.177 - - [2026-08-17 03:30:57] "DELETE /security-group/40c40b34-9e53-45b4-97b3-a7a5f22c9bd6 HTTP/1.1" 200 115 0.233895 10.0.0.177 - - [2026-08-17 03:30:57] "POST /fqname-to-id HTTP/1.1" 404 254 0.004808 10.0.0.190 - - [2026-08-17 03:30:57] "DELETE /access-control-list/9ce92b67-cf58-49be-9460-555635f31c0f HTTP/1.1" 200 115 0.046247 10.0.0.177 - - [2026-08-17 03:30:57] "POST /fqname-to-id HTTP/1.1" 404 254 0.003912 10.0.0.177 - - [2026-08-17 03:30:57] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.004339 10.0.0.177 - - [2026-08-17 03:30:57] "GET /virtual-machine-interface/4140cec7-9dc8-4c30-836b-f342dc9b8e23 HTTP/1.1" 200 3201 0.008780 10.0.0.177 - - [2026-08-17 03:30:57] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 200 1323 0.004542 10.0.0.177 - - [2026-08-17 03:30:57] "GET /virtual-machine-interface/dc531c69-d9e3-41db-81ee-e3207d0452c9 HTTP/1.1" 200 3202 0.008956 10.0.0.177 - - [2026-08-17 03:30:57] "POST /neutron/security_group HTTP/1.1" 200 117 0.008379 10.0.0.177 - - [2026-08-17 03:30:58] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 200 1323 0.004399 10.0.0.177 - - [2026-08-17 03:31:00] "POST /neutron/port HTTP/1.1" 200 1107 0.020912 10.0.0.177 - - [2026-08-17 03:31:00] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 200 1323 0.003965 10.0.0.177 - - [2026-08-17 03:31:02] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 404 171 0.003997 10.0.0.177 - - [2026-08-17 03:31:02] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 404 171 0.004144 10.0.0.177 - - [2026-08-17 03:31:02] "GET /virtual-machine/b4d78519-0054-4eda-9141-ccf8409027f7 HTTP/1.1" 404 171 0.003486 10.0.0.177 - - [2026-08-17 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.177 - - [2026-08-17 03:31:02] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005018 10.0.0.177 - - [2026-08-17 03:31:02] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003761 10.0.0.177 - - [2026-08-17 03:31:02] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007443 10.0.0.177 - - [2026-08-17 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.177 - - [2026-08-17 03:31:02] "GET /routing-instance/84f6ea01-42d4-4584-b272-6bae2fd45f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005120 10.0.0.177 - - [2026-08-17 03:31:02] "GET /route-target/4e6139d7-98a0-4d0a-bfd6-0f43aa456bfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003827 10.0.0.177 - - [2026-08-17 03:31:02] "GET /obj-perms HTTP/1.1" 200 4543 0.005491 10.0.0.190 - - [2026-08-17 03:31:02] "GET /obj-perms HTTP/1.1" 200 4543 0.006352 10.0.0.177 - - [2026-08-17 03:31:11] "GET /obj-perms HTTP/1.1" 200 4543 0.004209 10.0.0.190 - - [2026-08-17 03:31:12] "GET /obj-perms HTTP/1.1" 200 4543 0.006033 10.0.0.177 - - [2026-08-17 03:31:21] "GET /obj-perms HTTP/1.1" 200 4543 0.003991 10.0.0.190 - - [2026-08-17 03:31:21] "GET /obj-perms HTTP/1.1" 200 4543 0.004272 10.0.0.177 - - [2026-08-17 03:31:30] "GET /obj-perms HTTP/1.1" 200 4543 0.005096 10.0.0.190 - - [2026-08-17 03:31:30] "GET /obj-perms HTTP/1.1" 200 4543 0.004554 10.0.0.38 - - [2026-08-17 03:31:30] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.030534 10.0.0.177 - - [2026-08-17 03:31:30] "POST /neutron/security_group HTTP/1.1" 200 153 0.107711 10.0.0.177 - - [2026-08-17 03:31:30] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.005569 10.0.0.177 - - [2026-08-17 03:31:32] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 200 1322 0.003882 10.0.0.177 - - [2026-08-17 03:31:33] "POST /neutron/port HTTP/1.1" 200 151 0.242836 10.0.0.177 - - [2026-08-17 03:31:34] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 404 171 0.004280 10.0.0.177 - - [2026-08-17 03:31:34] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 404 171 0.003860 10.0.0.177 - - [2026-08-17 03:31:34] "GET /virtual-machine/1f084f69-af15-4299-a677-f43fe085eaee HTTP/1.1" 404 171 0.003503 10.0.0.177 - - [2026-08-17 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.177 - - [2026-08-17 03:31:35] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006650 10.0.0.177 - - [2026-08-17 03:31:35] "GET /virtual-networks?parent_id=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003218 10.0.0.177 - - [2026-08-17 03:31:35] "GET /virtual-network/c0f5d554-b652-4e50-acd7-cb01038f650a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006730 10.0.0.177 - - [2026-08-17 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.177 - - [2026-08-17 03:31:35] "GET /routing-instance/84f6ea01-42d4-4584-b272-6bae2fd45f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.006216 10.0.0.177 - - [2026-08-17 03:31:35] "GET /route-target/4e6139d7-98a0-4d0a-bfd6-0f43aa456bfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004182 10.0.0.177 - - [2026-08-17 03:31:35] "GET /obj-perms HTTP/1.1" 200 4543 0.004781 10.0.0.190 - - [2026-08-17 03:31:38] "GET /obj-perms HTTP/1.1" 200 4543 0.004740 10.0.0.177 - - [2026-08-17 03:31:43] "GET /obj-perms HTTP/1.1" 200 4509 0.045415 10.0.0.190 - - [2026-08-17 03:31:47] "GET /obj-perms HTTP/1.1" 200 4543 0.005063 10.0.0.177 - - [2026-08-17 03:31:50] "GET /obj-perms HTTP/1.1" 200 4543 0.006037 10.0.0.190 - - [2026-08-17 03:31:56] "GET /obj-perms HTTP/1.1" 200 4543 0.004172 10.0.0.177 - - [2026-08-17 03:31:59] "GET /obj-perms HTTP/1.1" 200 4543 0.004902 10.0.0.38 - - [2026-08-17 03:32:00] "GET /obj-perms HTTP/1.1" 200 4543 0.004550 10.0.0.38 - - [2026-08-17 03:32:01] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001332 10.0.0.177 - - [2026-08-17 03:32:01] "GET /project/d6113054-4689-43df-b272-5557457e2322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.084680 10.0.0.38 - - [2026-08-17 03:32:01] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.008834 10.0.0.177 - - [2026-08-17 03:32:02] "GET /project/d6113054-4689-43df-b272-5557457e2322?fields=virtual_networks HTTP/1.1" 200 1094 0.099348 10.0.0.38 - - [2026-08-17 03:32:02] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001273 10.0.0.177 - - [2026-08-17 03:32:02] "GET /project/d6113054-4689-43df-b272-5557457e2322?fields=virtual_machine_interfaces HTTP/1.1" 200 1094 0.061322 10.0.0.38 - - [2026-08-17 03:32:02] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001165 10.0.0.177 - - [2026-08-17 03:32:02] "GET /project/d6113054-4689-43df-b272-5557457e2322?fields=security_groups HTTP/1.1" 200 1350 0.060828 10.0.0.177 - - [2026-08-17 03:32:03] "POST /fqname-to-id HTTP/1.1" 404 209 0.038676 10.0.0.38 - - [2026-08-17 03:32:03] "GET /projects?obj_uuids=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003091 10.0.0.38 - - [2026-08-17 03:32:03] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001483 10.0.0.38 - - [2026-08-17 03:32:03] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.045366 10.0.0.38 - - [2026-08-17 03:32:03] "POST /id-to-fqname HTTP/1.1" 200 212 0.007340 10.0.0.38 - - [2026-08-17 03:32:03] "POST /fqname-to-id HTTP/1.1" 404 222 0.008658 10.0.0.38 - - [2026-08-17 03:32:03] "POST /security-groups HTTP/1.1" 200 612 0.036361 10.0.0.190 - - [2026-08-17 03:32:03] "POST /fqname-to-id HTTP/1.1" 404 255 0.006025 10.0.0.38 - - [2026-08-17 03:32:03] "POST /projects HTTP/1.1" 200 627 0.301220 10.0.0.38 - - [2026-08-17 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.385282 10.0.0.190 - - [2026-08-17 03:32:03] "POST /access-control-lists HTTP/1.1" 200 615 0.047012 10.0.0.177 - - [2026-08-17 03:32:03] "GET /project/877c6231-f740-47cc-a0c1-cb255e90e4c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.598869 10.0.0.38 - - [2026-08-17 03:32:04] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001502 10.0.0.38 - - [2026-08-17 03:32:04] "DELETE /project/877c6231f74047cca0c1cb255e90e4c7 HTTP/1.1" 404 173 0.017880 10.0.0.38 - - [2026-08-17 03:32:04] "GET /project/d6113054-4689-43df-b272-5557457e2322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.072685 10.0.0.38 - - [2026-08-17 03:32:04] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001152 10.0.0.38 - - [2026-08-17 03:32:04] "GET /project/d6113054-4689-43df-b272-5557457e2322?fields=security_groups HTTP/1.1" 200 1165 0.056497 10.0.0.38 - - [2026-08-17 03:32:04] "GET /projects?obj_uuids=d6113054-4689-43df-b272-5557457e2322&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001703 10.0.0.38 - - [2026-08-17 03:32:04] "GET /project/d6113054-4689-43df-b272-5557457e2322?fields=application_policy_sets HTTP/1.1" 200 1494 0.088106 10.0.0.38 - - [2026-08-17 03:32:05] "DELETE /project/d6113054-4689-43df-b272-5557457e2322 HTTP/1.1" 200 115 0.500839 10.0.0.177 - - [2026-08-17 03:32:05] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.177 - - [2026-08-17 03:32:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000533 10.0.0.177 - - [2026-08-17 03:32:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.066388 10.0.0.38 - - [2026-08-17 03:32:07] "GET /projects?obj_uuids=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001135 10.0.0.190 - - [2026-08-17 03:32:08] "POST /fqname-to-id HTTP/1.1" 404 277 0.004130 10.0.0.190 - - [2026-08-17 03:32:08] "POST /access-control-lists HTTP/1.1" 200 637 0.039905 10.0.0.177 - - [2026-08-17 03:32:08] "POST /neutron/security_group HTTP/1.1" 200 1423 0.479567 10.0.0.177 - - [2026-08-17 03:32:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.181608 10.0.0.190 - - [2026-08-17 03:32:08] "PUT /access-control-list/fbb82f29-f995-4f43-a7f6-b86f68b1d25f HTTP/1.1" 200 272 0.045554 10.0.0.177 - - [2026-08-17 03:32:09] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.135143 10.0.0.177 - - [2026-08-17 03:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006863 10.0.0.177 - - [2026-08-17 03:32:09] "GET /security-group/97d64aaf-5758-49cf-aa10-4aa170cbf767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.009255 10.0.0.177 - - [2026-08-17 03:32:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.003493 10.0.0.190 - - [2026-08-17 03:32:10] "DELETE /access-control-list/e6ebab71-34dc-4e3f-8903-1261e7615582 HTTP/1.1" 200 115 0.068262 10.0.0.177 - - [2026-08-17 03:32:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.005145 10.0.0.38 - - [2026-08-17 03:32:10] "GET /projects?obj_uuids=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001540 10.0.0.190 - - [2026-08-17 03:32:10] "POST /access-control-lists HTTP/1.1" 200 639 0.035303 10.0.0.190 - - [2026-08-17 03:32:10] "PUT /access-control-list/261a05b2-0039-405d-8bc5-d1068f18384b HTTP/1.1" 200 272 0.016690 10.0.0.177 - - [2026-08-17 03:32:10] "POST /neutron/security_group HTTP/1.1" 200 1423 0.451077 10.0.0.177 - - [2026-08-17 03:32:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.186652 10.0.0.190 - - [2026-08-17 03:32:11] "PUT /access-control-list/261a05b2-0039-405d-8bc5-d1068f18384b HTTP/1.1" 200 272 0.019354 10.0.0.177 - - [2026-08-17 03:32:11] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.176163 10.0.0.177 - - [2026-08-17 03:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.177 - - [2026-08-17 03:32:11] "GET /security-group/d14c17bc-407f-436e-97c3-d4b110007848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005501 10.0.0.177 - - [2026-08-17 03:32:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142459 10.0.0.190 - - [2026-08-17 03:32:12] "PUT /access-control-list/261a05b2-0039-405d-8bc5-d1068f18384b HTTP/1.1" 200 272 0.028693 10.0.0.177 - - [2026-08-17 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.010437 10.0.0.38 - - [2026-08-17 03:32:12] "GET /projects?obj_uuids=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001030 10.0.0.177 - - [2026-08-17 03:32:12] "GET /project/877c6231-f740-47cc-a0c1-cb255e90e4c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.072416 10.0.0.177 - - [2026-08-17 03:32:12] "POST /neutron/network HTTP/1.1" 200 117 0.012712 10.0.0.190 - - [2026-08-17 03:32:13] "POST /ref-update HTTP/1.1" 200 156 0.026515 10.0.0.177 - - [2026-08-17 03:32:13] "POST /neutron/network HTTP/1.1" 200 928 0.009058 10.0.0.177 - - [2026-08-17 03:32:13] "POST /id-to-fqname HTTP/1.1" 200 282 0.001193 10.0.0.177 - - [2026-08-17 03:32:13] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006033 10.0.0.177 - - [2026-08-17 03:32:13] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006559 10.0.0.177 - - [2026-08-17 03:32:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.012134 10.0.0.177 - - [2026-08-17 03:32:13] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006991 10.0.0.177 - - [2026-08-17 03:32:14] "GET /obj-perms HTTP/1.1" 200 4525 0.053132 10.0.0.190 - - [2026-08-17 03:32:14] "GET /obj-perms HTTP/1.1" 200 4525 0.047711 10.0.0.177 - - [2026-08-17 03:32:15] "POST /id-to-fqname HTTP/1.1" 200 282 0.001606 10.0.0.177 - - [2026-08-17 03:32:15] "POST /neutron/network HTTP/1.1" 200 928 0.033803 10.0.0.177 - - [2026-08-17 03:32:16] "POST /id-to-fqname HTTP/1.1" 200 282 0.001606 10.0.0.177 - - [2026-08-17 03:32:16] "POST /neutron/port HTTP/1.1" 200 117 0.007849 10.0.0.177 - - [2026-08-17 03:32:16] "POST /neutron/network HTTP/1.1" 200 928 0.011244 10.0.0.177 - - [2026-08-17 03:32:16] "POST /neutron/port HTTP/1.1" 200 117 0.007046 10.0.0.38 - - [2026-08-17 03:32:20] "GET /projects?obj_uuids=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001240 10.0.0.177 - - [2026-08-17 03:32:20] "POST /neutron/port HTTP/1.1" 200 1082 0.358440 10.0.0.177 - - [2026-08-17 03:32:20] "POST /neutron/network HTTP/1.1" 200 938 0.007984 10.0.0.38 - - [2026-08-17 03:32:20] "GET /projects?obj_uuids=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.005856 10.0.0.177 - - [2026-08-17 03:32:21] "POST /neutron/port HTTP/1.1" 200 1082 0.379523 10.0.0.177 - - [2026-08-17 03:32:21] "POST /neutron/port HTTP/1.1" 200 1136 0.152117 10.0.0.177 - - [2026-08-17 03:32:22] "POST /neutron/port HTTP/1.1" 200 1146 0.043308 10.0.0.177 - - [2026-08-17 03:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.177 - - [2026-08-17 03:32:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004194 10.0.0.177 - - [2026-08-17 03:32:22] "POST /neutron/network HTTP/1.1" 200 928 0.007441 10.0.0.177 - - [2026-08-17 03:32:31] "POST /neutron/port HTTP/1.1" 200 1146 0.019026 10.0.0.177 - - [2026-08-17 03:32:37] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008832 10.0.0.177 - - [2026-08-17 03:32:42] "POST /neutron/port HTTP/1.1" 200 1146 0.018125 10.0.0.177 - - [2026-08-17 03:32:42] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007962 10.0.0.177 - - [2026-08-17 03:32:42] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 401 293 0.000497 10.0.0.177 - - [2026-08-17 03:32:42] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.029113 10.0.0.177 - - [2026-08-17 03:32:42] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.004195 10.0.0.177 - - [2026-08-17 03:32:42] "GET /virtual-machine-interface/a66a167e-815d-4f0b-945e-6ec1da7e2044 HTTP/1.1" 200 3192 0.006244 10.0.0.177 - - [2026-08-17 03:32:42] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.006133 10.0.0.177 - - [2026-08-17 03:32:42] "GET /virtual-machine-interface/a66a167e-815d-4f0b-945e-6ec1da7e2044 HTTP/1.1" 200 3192 0.005688 10.0.0.177 - - [2026-08-17 03:32:42] "GET /instance-ip/fc2b6f07-4fce-4917-8387-24bd5b18e80a HTTP/1.1" 200 1704 0.007953 10.0.0.177 - - [2026-08-17 03:32:42] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.003573 10.0.0.177 - - [2026-08-17 03:32:42] "GET /virtual-machine-interface/a66a167e-815d-4f0b-945e-6ec1da7e2044 HTTP/1.1" 200 3192 0.005669 10.0.0.177 - - [2026-08-17 03:32:43] "GET /instance-ip/fc2b6f07-4fce-4917-8387-24bd5b18e80a HTTP/1.1" 200 1704 0.005016 10.0.0.177 - - [2026-08-17 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.177 - - [2026-08-17 03:32:43] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003646 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003721 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006124 10.0.0.177 - - [2026-08-17 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.177 - - [2026-08-17 03:32:43] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005345 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003054 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006014 10.0.0.177 - - [2026-08-17 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.177 - - [2026-08-17 03:32:43] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003892 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003056 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006478 10.0.0.177 - - [2026-08-17 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.177 - - [2026-08-17 03:32:43] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005062 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003902 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.010956 10.0.0.177 - - [2026-08-17 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.177 - - [2026-08-17 03:32:43] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004959 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003247 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007376 10.0.0.177 - - [2026-08-17 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.177 - - [2026-08-17 03:32:43] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005580 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004709 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007716 10.0.0.177 - - [2026-08-17 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.177 - - [2026-08-17 03:32:43] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004942 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003715 10.0.0.177 - - [2026-08-17 03:32:43] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006728 10.0.0.177 - - [2026-08-17 03:32:44] "POST /neutron/port HTTP/1.1" 200 1146 0.019779 10.0.0.177 - - [2026-08-17 03:32:46] "POST /neutron/network HTTP/1.1" 200 938 0.009251 10.0.0.177 - - [2026-08-17 03:32:46] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.177 - - [2026-08-17 03:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.177 - - [2026-08-17 03:32:46] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006432 10.0.0.177 - - [2026-08-17 03:32:47] "POST /neutron/network HTTP/1.1" 200 938 0.007378 10.0.0.177 - - [2026-08-17 03:32:47] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.177 - - [2026-08-17 03:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.177 - - [2026-08-17 03:32:51] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006310 10.0.0.177 - - [2026-08-17 03:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.177 - - [2026-08-17 03:32:55] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006134 10.0.0.177 - - [2026-08-17 03:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.177 - - [2026-08-17 03:32:59] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006321 10.0.0.177 - - [2026-08-17 03:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.177 - - [2026-08-17 03:33:03] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007310 10.0.0.177 - - [2026-08-17 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.177 - - [2026-08-17 03:33:07] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004399 10.0.0.177 - - [2026-08-17 03:33:07] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003366 10.0.0.177 - - [2026-08-17 03:33:07] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006453 10.0.0.177 - - [2026-08-17 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.177 - - [2026-08-17 03:33:07] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005007 10.0.0.177 - - [2026-08-17 03:33:07] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003567 10.0.0.177 - - [2026-08-17 03:33:07] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006632 10.0.0.177 - - [2026-08-17 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.177 - - [2026-08-17 03:33:07] "GET /routing-instance/56d2aa99-571c-47ca-a45d-5d0c7438900f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005125 10.0.0.177 - - [2026-08-17 03:33:07] "GET /route-target/11c3d235-93fd-4bf2-9804-3c9c4cc8973e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004243 10.0.0.177 - - [2026-08-17 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008033 10.0.0.177 - - [2026-08-17 03:33:08] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004904 10.0.0.177 - - [2026-08-17 03:33:08] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004179 10.0.0.177 - - [2026-08-17 03:33:08] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006433 10.0.0.177 - - [2026-08-17 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.177 - - [2026-08-17 03:33:08] "GET /routing-instance/56d2aa99-571c-47ca-a45d-5d0c7438900f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005023 10.0.0.177 - - [2026-08-17 03:33:08] "GET /route-target/11c3d235-93fd-4bf2-9804-3c9c4cc8973e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003620 10.0.0.177 - - [2026-08-17 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.177 - - [2026-08-17 03:33:08] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005074 10.0.0.177 - - [2026-08-17 03:33:08] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003745 10.0.0.177 - - [2026-08-17 03:33:08] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007332 10.0.0.177 - - [2026-08-17 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.177 - - [2026-08-17 03:33:08] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005231 10.0.0.177 - - [2026-08-17 03:33:08] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003989 10.0.0.177 - - [2026-08-17 03:33:08] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008393 10.0.0.38 - - [2026-08-17 03:33:08] "GET /obj-perms HTTP/1.1" 200 4525 0.044533 10.0.0.177 - - [2026-08-17 03:33:08] "GET /obj-perms HTTP/1.1" 200 4525 0.005068 10.0.0.177 - - [2026-08-17 03:33:09] "GET /obj-perms HTTP/1.1" 200 4525 0.004419 10.0.0.190 - - [2026-08-17 03:33:09] "GET /obj-perms HTTP/1.1" 200 4525 0.004651 10.0.0.38 - - [2026-08-17 03:33:09] "GET /obj-perms HTTP/1.1" 200 4525 0.004144 10.0.0.177 - - [2026-08-17 03:33:09] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.005285 10.0.0.177 - - [2026-08-17 03:33:09] "GET /virtual-machine-interface/a66a167e-815d-4f0b-945e-6ec1da7e2044 HTTP/1.1" 200 3192 0.006367 10.0.0.177 - - [2026-08-17 03:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.177 - - [2026-08-17 03:33:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005051 10.0.0.177 - - [2026-08-17 03:33:09] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003490 10.0.0.177 - - [2026-08-17 03:33:09] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007554 10.0.0.177 - - [2026-08-17 03:33:09] "POST /neutron/security_group HTTP/1.1" 200 1419 0.027877 10.0.0.177 - - [2026-08-17 03:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.177 - - [2026-08-17 03:33:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004431 10.0.0.177 - - [2026-08-17 03:33:10] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003801 10.0.0.177 - - [2026-08-17 03:33:10] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006242 10.0.0.177 - - [2026-08-17 03:33:15] "POST /neutron/port HTTP/1.1" 200 1146 0.021555 10.0.0.177 - - [2026-08-17 03:33:15] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007695 10.0.0.177 - - [2026-08-17 03:33:16] "POST /neutron/port HTTP/1.1" 200 1146 0.025179 10.0.0.177 - - [2026-08-17 03:33:16] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008540 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 200 1313 0.007363 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 200 1313 0.004296 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-machine-interface/9e6730bb-b087-4440-8e73-41f263460f9f HTTP/1.1" 200 3192 0.006477 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 200 1313 0.004682 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-machine-interface/9e6730bb-b087-4440-8e73-41f263460f9f HTTP/1.1" 200 3192 0.006044 10.0.0.177 - - [2026-08-17 03:33:16] "GET /instance-ip/9da70c21-ce83-482c-894f-4d14f2501f9d HTTP/1.1" 200 1704 0.006501 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 200 1313 0.004689 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-machine-interface/9e6730bb-b087-4440-8e73-41f263460f9f HTTP/1.1" 200 3192 0.006122 10.0.0.177 - - [2026-08-17 03:33:16] "GET /instance-ip/9da70c21-ce83-482c-894f-4d14f2501f9d HTTP/1.1" 200 1704 0.004201 10.0.0.177 - - [2026-08-17 03:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.177 - - [2026-08-17 03:33:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005737 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004072 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007553 10.0.0.177 - - [2026-08-17 03:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.177 - - [2026-08-17 03:33:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004961 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003718 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006831 10.0.0.177 - - [2026-08-17 03:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.177 - - [2026-08-17 03:33:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004407 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004038 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007422 10.0.0.177 - - [2026-08-17 03:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.177 - - [2026-08-17 03:33:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005916 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003190 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007551 10.0.0.177 - - [2026-08-17 03:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.177 - - [2026-08-17 03:33:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004742 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004132 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006988 10.0.0.177 - - [2026-08-17 03:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.177 - - [2026-08-17 03:33:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004436 10.0.0.177 - - [2026-08-17 03:33:16] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003370 10.0.0.177 - - [2026-08-17 03:33:17] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007296 10.0.0.177 - - [2026-08-17 03:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.177 - - [2026-08-17 03:33:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004800 10.0.0.177 - - [2026-08-17 03:33:17] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003878 10.0.0.177 - - [2026-08-17 03:33:17] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006275 10.0.0.177 - - [2026-08-17 03:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.177 - - [2026-08-17 03:33:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.177 - - [2026-08-17 03:33:18] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003305 10.0.0.177 - - [2026-08-17 03:33:18] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006502 10.0.0.177 - - [2026-08-17 03:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.177 - - [2026-08-17 03:33:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004295 10.0.0.177 - - [2026-08-17 03:33:18] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003559 10.0.0.177 - - [2026-08-17 03:33:18] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007485 10.0.0.177 - - [2026-08-17 03:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.177 - - [2026-08-17 03:33:18] "GET /routing-instance/56d2aa99-571c-47ca-a45d-5d0c7438900f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.006471 10.0.0.177 - - [2026-08-17 03:33:18] "GET /route-target/11c3d235-93fd-4bf2-9804-3c9c4cc8973e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004673 10.0.0.177 - - [2026-08-17 03:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.177 - - [2026-08-17 03:33:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004326 10.0.0.177 - - [2026-08-17 03:33:18] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003327 10.0.0.177 - - [2026-08-17 03:33:18] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006835 10.0.0.177 - - [2026-08-17 03:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.177 - - [2026-08-17 03:33:19] "GET /routing-instance/56d2aa99-571c-47ca-a45d-5d0c7438900f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005605 10.0.0.177 - - [2026-08-17 03:33:19] "GET /route-target/11c3d235-93fd-4bf2-9804-3c9c4cc8973e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004055 10.0.0.177 - - [2026-08-17 03:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.177 - - [2026-08-17 03:33:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004826 10.0.0.177 - - [2026-08-17 03:33:19] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003211 10.0.0.177 - - [2026-08-17 03:33:19] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.009115 10.0.0.177 - - [2026-08-17 03:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.177 - - [2026-08-17 03:33:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004364 10.0.0.177 - - [2026-08-17 03:33:19] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003781 10.0.0.177 - - [2026-08-17 03:33:19] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.008711 10.0.0.177 - - [2026-08-17 03:33:19] "GET /obj-perms HTTP/1.1" 200 4525 0.004133 10.0.0.38 - - [2026-08-17 03:33:19] "GET /obj-perms HTTP/1.1" 200 4525 0.004864 10.0.0.177 - - [2026-08-17 03:33:19] "GET /obj-perms HTTP/1.1" 200 4525 0.004922 10.0.0.190 - - [2026-08-17 03:33:19] "GET /obj-perms HTTP/1.1" 200 4525 0.004455 10.0.0.177 - - [2026-08-17 03:33:19] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 200 1313 0.007318 10.0.0.177 - - [2026-08-17 03:33:19] "GET /virtual-machine-interface/9e6730bb-b087-4440-8e73-41f263460f9f HTTP/1.1" 200 3192 0.006122 10.0.0.177 - - [2026-08-17 03:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.177 - - [2026-08-17 03:33:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004907 10.0.0.177 - - [2026-08-17 03:33:19] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003677 10.0.0.177 - - [2026-08-17 03:33:19] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.006627 10.0.0.177 - - [2026-08-17 03:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.177 - - [2026-08-17 03:33:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005552 10.0.0.177 - - [2026-08-17 03:33:20] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003367 10.0.0.177 - - [2026-08-17 03:33:21] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007396 10.0.0.177 - - [2026-08-17 03:33:26] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.004667 10.0.0.177 - - [2026-08-17 03:33:26] "GET /virtual-machine-interface/a66a167e-815d-4f0b-945e-6ec1da7e2044 HTTP/1.1" 200 3192 0.006098 10.0.0.177 - - [2026-08-17 03:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.177 - - [2026-08-17 03:33:26] "GET /security-group/d14c17bc-407f-436e-97c3-d4b110007848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.010707 10.0.0.177 - - [2026-08-17 03:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.177 - - [2026-08-17 03:33:26] "GET /security-group/d14c17bc-407f-436e-97c3-d4b110007848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.005195 10.0.0.177 - - [2026-08-17 03:33:26] "POST /neutron/security_group HTTP/1.1" 200 1445 0.006873 10.0.0.177 - - [2026-08-17 03:33:26] "POST /neutron/port HTTP/1.1" 200 1136 0.014626 10.0.0.177 - - [2026-08-17 03:33:26] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.007447 10.0.0.177 - - [2026-08-17 03:33:26] "GET /virtual-machine-interface/a66a167e-815d-4f0b-945e-6ec1da7e2044 HTTP/1.1" 200 3140 0.010302 10.0.0.177 - - [2026-08-17 03:33:26] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008787 10.0.0.177 - - [2026-08-17 03:33:26] "POST /neutron/port HTTP/1.1" 200 1098 0.014045 10.0.0.177 - - [2026-08-17 03:33:27] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.004134 10.0.0.177 - - [2026-08-17 03:33:27] "GET /virtual-machine-interface/a66a167e-815d-4f0b-945e-6ec1da7e2044 HTTP/1.1" 200 3192 0.008488 10.0.0.177 - - [2026-08-17 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.177 - - [2026-08-17 03:33:27] "GET /security-group/d14c17bc-407f-436e-97c3-d4b110007848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.003632 10.0.0.177 - - [2026-08-17 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.177 - - [2026-08-17 03:33:27] "GET /security-group/d14c17bc-407f-436e-97c3-d4b110007848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.007118 10.0.0.177 - - [2026-08-17 03:33:44] "POST /neutron/port HTTP/1.1" 200 1146 0.021892 10.0.0.177 - - [2026-08-17 03:33:45] "GET /obj-perms HTTP/1.1" 200 4509 0.040184 10.0.0.38 - - [2026-08-17 03:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.38 - - [2026-08-17 03:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.177 - - [2026-08-17 03:33:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004306 10.0.0.177 - - [2026-08-17 03:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.177 - - [2026-08-17 03:33:46] "POST /neutron/network HTTP/1.1" 200 928 0.007756 10.0.0.177 - - [2026-08-17 03:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.190 - - [2026-08-17 03:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.190 - - [2026-08-17 03:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.38 - - [2026-08-17 03:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.38 - - [2026-08-17 03:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.177 - - [2026-08-17 03:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.177 - - [2026-08-17 03:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.190 - - [2026-08-17 03:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000478 10.0.0.190 - - [2026-08-17 03:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.177 - - [2026-08-17 03:33:49] "POST /neutron/network HTTP/1.1" 200 938 0.008320 10.0.0.177 - - [2026-08-17 03:33:49] "POST /neutron/port HTTP/1.1" 200 117 0.001776 10.0.0.177 - - [2026-08-17 03:34:46] "POST /neutron/port HTTP/1.1" 200 1146 0.022233 10.0.0.177 - - [2026-08-17 03:34:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.010848 10.0.0.177 - - [2026-08-17 03:34:47] "POST /neutron/port HTTP/1.1" 200 1146 0.019047 10.0.0.177 - - [2026-08-17 03:34:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004232 10.0.0.177 - - [2026-08-17 03:34:49] "POST /neutron/network HTTP/1.1" 200 928 0.007259 10.0.0.177 - - [2026-08-17 03:34:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158623 10.0.0.177 - - [2026-08-17 03:34:52] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.189433 10.0.0.190 - - [2026-08-17 03:34:52] "PUT /access-control-list/261a05b2-0039-405d-8bc5-d1068f18384b HTTP/1.1" 200 272 0.046561 10.0.0.177 - - [2026-08-17 03:34:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.141927 10.0.0.177 - - [2026-08-17 03:34:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.003583 10.0.0.177 - - [2026-08-17 03:34:55] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.008288 10.0.0.177 - - [2026-08-17 03:34:55] "GET /virtual-machine-interface/a66a167e-815d-4f0b-945e-6ec1da7e2044 HTTP/1.1" 200 2906 0.012388 10.0.0.177 - - [2026-08-17 03:34:55] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 200 1313 0.004356 10.0.0.177 - - [2026-08-17 03:34:55] "GET /virtual-machine-interface/9e6730bb-b087-4440-8e73-41f263460f9f HTTP/1.1" 200 2906 0.008155 10.0.0.190 - - [2026-08-17 03:34:55] "DELETE /access-control-list/261a05b2-0039-405d-8bc5-d1068f18384b HTTP/1.1" 200 115 0.037941 10.0.0.177 - - [2026-08-17 03:34:55] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 200 1313 0.004374 10.0.0.177 - - [2026-08-17 03:34:57] "POST /neutron/port HTTP/1.1" 200 1108 0.024060 10.0.0.177 - - [2026-08-17 03:34:57] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 200 1313 0.004289 10.0.0.177 - - [2026-08-17 03:34:59] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 404 171 0.003668 10.0.0.177 - - [2026-08-17 03:34:59] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 404 171 0.003186 10.0.0.177 - - [2026-08-17 03:34:59] "GET /virtual-machine/2c9fa8f9-a661-49ba-92aa-060dd33c34d2 HTTP/1.1" 404 171 0.003761 10.0.0.177 - - [2026-08-17 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.177 - - [2026-08-17 03:34:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004119 10.0.0.177 - - [2026-08-17 03:34:59] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003716 10.0.0.177 - - [2026-08-17 03:34:59] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.009326 10.0.0.177 - - [2026-08-17 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.177 - - [2026-08-17 03:34:59] "GET /routing-instance/56d2aa99-571c-47ca-a45d-5d0c7438900f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004803 10.0.0.177 - - [2026-08-17 03:34:59] "GET /route-target/11c3d235-93fd-4bf2-9804-3c9c4cc8973e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004304 10.0.0.190 - - [2026-08-17 03:35:00] "GET /obj-perms HTTP/1.1" 200 4525 0.003827 10.0.0.177 - - [2026-08-17 03:35:00] "GET /obj-perms HTTP/1.1" 200 4525 0.004595 10.0.0.38 - - [2026-08-17 03:35:00] "GET /obj-perms HTTP/1.1" 200 4525 0.004384 10.0.0.177 - - [2026-08-17 03:35:00] "POST /neutron/security_group HTTP/1.1" 200 117 0.007994 10.0.0.177 - - [2026-08-17 03:35:00] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.006109 10.0.0.177 - - [2026-08-17 03:35:02] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 200 1313 0.004702 10.0.0.177 - - [2026-08-17 03:35:02] "POST /neutron/port HTTP/1.1" 200 1098 0.019840 10.0.0.177 - - [2026-08-17 03:35:04] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 404 171 0.003893 10.0.0.177 - - [2026-08-17 03:35:04] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 404 171 0.003639 10.0.0.177 - - [2026-08-17 03:35:04] "GET /virtual-machine/4e31034b-3408-45b8-bcbc-73ec300beafb HTTP/1.1" 404 171 0.003376 10.0.0.177 - - [2026-08-17 03:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.177 - - [2026-08-17 03:35:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004605 10.0.0.177 - - [2026-08-17 03:35:04] "GET /virtual-networks?parent_id=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003395 10.0.0.177 - - [2026-08-17 03:35:04] "GET /virtual-network/064705ae-8b98-4e03-b5a5-157e6245bbc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2207 0.007478 10.0.0.177 - - [2026-08-17 03:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.177 - - [2026-08-17 03:35:04] "GET /routing-instance/56d2aa99-571c-47ca-a45d-5d0c7438900f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005015 10.0.0.177 - - [2026-08-17 03:35:04] "GET /route-target/11c3d235-93fd-4bf2-9804-3c9c4cc8973e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004568 10.0.0.177 - - [2026-08-17 03:35:07] "GET /obj-perms HTTP/1.1" 200 4525 0.004556 10.0.0.190 - - [2026-08-17 03:35:07] "GET /obj-perms HTTP/1.1" 200 4525 0.005058 10.0.0.177 - - [2026-08-17 03:35:17] "GET /obj-perms HTTP/1.1" 200 4525 0.004462 10.0.0.190 - - [2026-08-17 03:35:17] "GET /obj-perms HTTP/1.1" 200 4525 0.005344 10.0.0.177 - - [2026-08-17 03:35:26] "GET /obj-perms HTTP/1.1" 200 4525 0.004480 10.0.0.190 - - [2026-08-17 03:35:26] "GET /obj-perms HTTP/1.1" 200 4525 0.004291 10.0.0.177 - - [2026-08-17 03:35:29] "GET /obj-perms HTTP/1.1" 200 4525 0.004057 10.0.0.38 - - [2026-08-17 03:35:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006047 10.0.0.38 - - [2026-08-17 03:35:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004001 10.0.0.177 - - [2026-08-17 03:35:29] "POST /neutron/network HTTP/1.1" 200 151 0.165473 10.0.0.38 - - [2026-08-17 03:35:31] "GET /projects?obj_uuids=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001110 10.0.0.177 - - [2026-08-17 03:35:31] "GET /project/877c6231-f740-47cc-a0c1-cb255e90e4c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.055558 10.0.0.38 - - [2026-08-17 03:35:31] "GET /projects?obj_uuids=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001513 10.0.0.177 - - [2026-08-17 03:35:31] "GET /project/877c6231-f740-47cc-a0c1-cb255e90e4c7?fields=virtual_networks HTTP/1.1" 200 1075 0.049396 10.0.0.38 - - [2026-08-17 03:35:31] "GET /projects?obj_uuids=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001284 10.0.0.177 - - [2026-08-17 03:35:31] "GET /project/877c6231-f740-47cc-a0c1-cb255e90e4c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.044347 10.0.0.38 - - [2026-08-17 03:35:31] "GET /projects?obj_uuids=877c6231-f740-47cc-a0c1-cb255e90e4c7&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001374 10.0.0.177 - - [2026-08-17 03:35:31] "GET /project/877c6231-f740-47cc-a0c1-cb255e90e4c7?fields=security_groups HTTP/1.1" 200 1322 0.053862 10.0.0.177 - - [2026-08-17 03:35:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.031629 10.0.0.38 - - [2026-08-17 03:35:32] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003348 10.0.0.38 - - [2026-08-17 03:35:32] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001356 10.0.0.38 - - [2026-08-17 03:35:32] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008671 10.0.0.38 - - [2026-08-17 03:35:32] "POST /id-to-fqname HTTP/1.1" 200 188 0.005017 10.0.0.38 - - [2026-08-17 03:35:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.016714 10.0.0.38 - - [2026-08-17 03:35:33] "POST /security-groups HTTP/1.1" 200 589 0.035939 10.0.0.190 - - [2026-08-17 03:35:33] "POST /fqname-to-id HTTP/1.1" 404 232 0.004046 10.0.0.38 - - [2026-08-17 03:35:33] "POST /projects HTTP/1.1" 200 581 0.320919 10.0.0.38 - - [2026-08-17 03:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.411782 10.0.0.190 - - [2026-08-17 03:35:33] "POST /access-control-lists HTTP/1.1" 200 592 0.057354 10.0.0.177 - - [2026-08-17 03:35:33] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.585026 10.0.0.177 - - [2026-08-17 03:35:34] "GET / HTTP/1.1" 200 35931 0.002031 10.0.0.177 - - [2026-08-17 03:35:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000661 10.0.0.177 - - [2026-08-17 03:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.069134 10.0.0.38 - - [2026-08-17 03:35:36] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001193 10.0.0.177 - - [2026-08-17 03:35:36] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.067047 10.0.0.38 - - [2026-08-17 03:35:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007705 10.0.0.177 - - [2026-08-17 03:35:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.316741 10.0.0.177 - - [2026-08-17 03:35:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001430 10.0.0.177 - - [2026-08-17 03:35:37] "GET /virtual-network/51fde7a3-4e66-4b6b-82a5-9b9043e7932c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006687 10.0.0.177 - - [2026-08-17 03:35:37] "GET /virtual-network/51fde7a3-4e66-4b6b-82a5-9b9043e7932c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005853 10.0.0.177 - - [2026-08-17 03:35:37] "POST /neutron/network HTTP/1.1" 200 833 0.008419 10.0.0.177 - - [2026-08-17 03:35:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001484 10.0.0.38 - - [2026-08-17 03:35:38] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.177 - - [2026-08-17 03:35:38] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.129454 10.0.0.177 - - [2026-08-17 03:35:38] "POST /neutron/network HTTP/1.1" 200 833 0.007149 10.0.0.177 - - [2026-08-17 03:35:38] "POST /neutron/port HTTP/1.1" 200 117 0.007226 10.0.0.177 - - [2026-08-17 03:35:42] "POST /neutron/port HTTP/1.1" 200 1057 0.026692 10.0.0.177 - - [2026-08-17 03:35:43] "POST /neutron/port HTTP/1.1" 200 1121 0.025530 10.0.0.177 - - [2026-08-17 03:35:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003992 10.0.0.177 - - [2026-08-17 03:35:44] "POST /neutron/network HTTP/1.1" 200 833 0.007842 10.0.0.190 - - [2026-08-17 03:35:46] "GET /obj-perms HTTP/1.1" 200 4509 0.056495 10.0.0.190 - - [2026-08-17 03:35:52] "DELETE /access-control-list/b9b24220-7f36-46ad-b529-c316c72afa54 HTTP/1.1" 200 115 0.056115 10.0.0.177 - - [2026-08-17 03:35:53] "POST /neutron/port HTTP/1.1" 200 1121 0.017745 10.0.0.177 - - [2026-08-17 03:35:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009045 10.0.0.177 - - [2026-08-17 03:36:03] "POST /neutron/port HTTP/1.1" 200 1121 0.028686 10.0.0.177 - - [2026-08-17 03:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.38 - - [2026-08-17 03:36:03] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001282 10.0.0.177 - - [2026-08-17 03:36:04] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054098 10.0.0.38 - - [2026-08-17 03:36:04] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.177 - - [2026-08-17 03:36:04] "POST /neutron/network HTTP/1.1" 200 613 0.168683 10.0.0.177 - - [2026-08-17 03:36:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.004075 10.0.0.177 - - [2026-08-17 03:36:04] "GET /virtual-network/0d8bb172-1135-41ff-8ee2-a7aef46e6e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006639 10.0.0.177 - - [2026-08-17 03:36:04] "POST /neutron/network HTTP/1.1" 200 833 0.008399 10.0.0.177 - - [2026-08-17 03:36:04] "GET /virtual-network/0d8bb172-1135-41ff-8ee2-a7aef46e6e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006111 10.0.0.190 - - [2026-08-17 03:36:04] "POST /ref-update HTTP/1.1" 200 156 0.041157 10.0.0.38 - - [2026-08-17 03:36:05] "DELETE /project/877c6231-f740-47cc-a0c1-cb255e90e4c7 HTTP/1.1" 404 177 0.004214 10.0.0.38 - - [2026-08-17 03:36:05] "DELETE /project/7b62fcb3fd4840c0aa254b9d4025d764 HTTP/1.1" 404 173 0.003592 10.0.0.177 - - [2026-08-17 03:36:05] "GET /virtual-network/0d8bb172-1135-41ff-8ee2-a7aef46e6e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007381 10.0.0.38 - - [2026-08-17 03:36:06] "GET /obj-perms HTTP/1.1" 200 4479 0.051060 10.0.0.177 - - [2026-08-17 03:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.38 - - [2026-08-17 03:36:06] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.177 - - [2026-08-17 03:36:07] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047415 10.0.0.177 - - [2026-08-17 03:36:07] "POST /neutron/network HTTP/1.1" 200 117 0.017645 10.0.0.177 - - [2026-08-17 03:36:07] "POST /neutron/network HTTP/1.1" 200 833 0.010314 10.0.0.177 - - [2026-08-17 03:36:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001384 10.0.0.177 - - [2026-08-17 03:36:07] "GET /virtual-network/bc305d3f-91a3-4014-b9d6-3bc2058b4efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006428 10.0.0.177 - - [2026-08-17 03:36:07] "GET /virtual-network/bc305d3f-91a3-4014-b9d6-3bc2058b4efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007112 10.0.0.177 - - [2026-08-17 03:36:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.013280 10.0.0.177 - - [2026-08-17 03:36:07] "GET /virtual-network/bc305d3f-91a3-4014-b9d6-3bc2058b4efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007741 10.0.0.177 - - [2026-08-17 03:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.38 - - [2026-08-17 03:36:08] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.177 - - [2026-08-17 03:36:08] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058315 10.0.0.190 - - [2026-08-17 03:36:08] "POST /route-targets HTTP/1.1" 200 327 0.018083 10.0.0.38 - - [2026-08-17 03:36:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005606 10.0.0.177 - - [2026-08-17 03:36:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.228377 10.0.0.177 - - [2026-08-17 03:36:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001861 10.0.0.177 - - [2026-08-17 03:36:09] "GET /virtual-network/c64ada50-e55b-4eb6-ab7a-89f9962abf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007427 10.0.0.177 - - [2026-08-17 03:36:09] "GET /virtual-network/c64ada50-e55b-4eb6-ab7a-89f9962abf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006254 10.0.0.177 - - [2026-08-17 03:36:09] "POST /neutron/network HTTP/1.1" 200 834 0.007929 10.0.0.177 - - [2026-08-17 03:36:09] "GET /virtual-network/c64ada50-e55b-4eb6-ab7a-89f9962abf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006601 10.0.0.177 - - [2026-08-17 03:36:09] "GET /obj-perms HTTP/1.1" 200 4479 0.051552 10.0.0.190 - - [2026-08-17 03:36:09] "GET /obj-perms HTTP/1.1" 200 4479 0.043708 10.0.0.177 - - [2026-08-17 03:36:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001959 10.0.0.177 - - [2026-08-17 03:36:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009362 10.0.0.177 - - [2026-08-17 03:36:10] "POST /neutron/port HTTP/1.1" 200 1121 0.022252 10.0.0.177 - - [2026-08-17 03:36:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001478 10.0.0.177 - - [2026-08-17 03:36:10] "POST /neutron/port HTTP/1.1" 200 1121 0.021731 10.0.0.177 - - [2026-08-17 03:36:10] "POST /neutron/network HTTP/1.1" 200 834 0.009046 10.0.0.177 - - [2026-08-17 03:36:11] "POST /neutron/port HTTP/1.1" 200 117 0.008818 10.0.0.177 - - [2026-08-17 03:36:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003352 10.0.0.177 - - [2026-08-17 03:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.38 - - [2026-08-17 03:36:11] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.177 - - [2026-08-17 03:36:11] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007811 10.0.0.177 - - [2026-08-17 03:36:11] "POST /service-templates HTTP/1.1" 200 543 0.033148 10.0.0.177 - - [2026-08-17 03:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.177 - - [2026-08-17 03:36:11] "GET /service-template/eeaf89b8-4ece-47b7-a9b0-6b2f28968175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007375 10.0.0.177 - - [2026-08-17 03:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.177 - - [2026-08-17 03:36:11] "GET /service-template/eeaf89b8-4ece-47b7-a9b0-6b2f28968175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004270 10.0.0.177 - - [2026-08-17 03:36:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001672 10.0.0.177 - - [2026-08-17 03:36:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001361 10.0.0.177 - - [2026-08-17 03:36:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001401 10.0.0.177 - - [2026-08-17 03:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.177 - - [2026-08-17 03:36:12] "DELETE /service-template/eeaf89b8-4ece-47b7-a9b0-6b2f28968175 HTTP/1.1" 200 115 0.036967 10.0.0.177 - - [2026-08-17 03:36:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.004066 10.0.0.177 - - [2026-08-17 03:36:12] "POST /neutron/network HTTP/1.1" 200 834 0.007555 10.0.0.190 - - [2026-08-17 03:36:12] "DELETE /route-target/c53b2066-f011-4353-9853-e29929ccf4f6 HTTP/1.1" 200 115 0.025223 10.0.0.38 - - [2026-08-17 03:36:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004110 10.0.0.38 - - [2026-08-17 03:36:13] "POST /useragent-kv HTTP/1.1" 200 115 0.012752 10.0.0.177 - - [2026-08-17 03:36:13] "POST /neutron/network HTTP/1.1" 200 151 0.156677 10.0.0.190 - - [2026-08-17 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005470 10.0.0.177 - - [2026-08-17 03:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.006888 10.0.0.177 - - [2026-08-17 03:36:13] "POST /neutron/network HTTP/1.1" 200 833 0.008155 10.0.0.177 - - [2026-08-17 03:36:15] "POST /neutron/port HTTP/1.1" 200 1121 0.023094 10.0.0.177 - - [2026-08-17 03:36:15] "POST /neutron/network HTTP/1.1" 200 833 0.007877 10.0.0.177 - - [2026-08-17 03:36:16] "POST /neutron/network HTTP/1.1" 200 807 0.010216 10.0.0.177 - - [2026-08-17 03:36:18] "POST /neutron/network HTTP/1.1" 200 833 0.007127 10.0.0.190 - - [2026-08-17 03:36:18] "DELETE /route-target/114a5752-5179-4613-844d-e6529b5049ef HTTP/1.1" 200 115 0.023674 10.0.0.177 - - [2026-08-17 03:36:19] "POST /neutron/network HTTP/1.1" 200 117 0.008902 10.0.0.177 - - [2026-08-17 03:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.38 - - [2026-08-17 03:36:20] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.177 - - [2026-08-17 03:36:20] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050172 10.0.0.38 - - [2026-08-17 03:36:20] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.177 - - [2026-08-17 03:36:21] "POST /neutron/network HTTP/1.1" 200 613 0.162068 10.0.0.177 - - [2026-08-17 03:36:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.003514 10.0.0.177 - - [2026-08-17 03:36:21] "GET /virtual-network/b31f0ea4-fd51-4d78-9b03-af2d37abff7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007788 10.0.0.177 - - [2026-08-17 03:36:21] "POST /neutron/network HTTP/1.1" 200 832 0.006521 10.0.0.177 - - [2026-08-17 03:36:21] "GET /virtual-network/b31f0ea4-fd51-4d78-9b03-af2d37abff7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005506 10.0.0.177 - - [2026-08-17 03:36:21] "POST /neutron/port HTTP/1.1" 200 117 0.006893 10.0.0.177 - - [2026-08-17 03:36:21] "GET /virtual-network/b31f0ea4-fd51-4d78-9b03-af2d37abff7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006244 10.0.0.38 - - [2026-08-17 03:36:21] "GET /obj-perms HTTP/1.1" 200 4479 0.004629 10.0.0.177 - - [2026-08-17 03:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.38 - - [2026-08-17 03:36:22] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.177 - - [2026-08-17 03:36:22] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044544 10.0.0.190 - - [2026-08-17 03:36:22] "POST /route-targets HTTP/1.1" 200 327 0.016109 10.0.0.38 - - [2026-08-17 03:36:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003187 10.0.0.177 - - [2026-08-17 03:36:22] "POST /neutron/subnet HTTP/1.1" 200 730 0.212743 10.0.0.177 - - [2026-08-17 03:36:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001510 10.0.0.177 - - [2026-08-17 03:36:22] "GET /virtual-network/3c6297c8-dab5-4f26-b798-b2194731718c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005971 10.0.0.177 - - [2026-08-17 03:36:22] "GET /virtual-network/3c6297c8-dab5-4f26-b798-b2194731718c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006833 10.0.0.177 - - [2026-08-17 03:36:22] "POST /neutron/network HTTP/1.1" 200 833 0.007122 10.0.0.177 - - [2026-08-17 03:36:22] "GET /virtual-network/3c6297c8-dab5-4f26-b798-b2194731718c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006681 10.0.0.177 - - [2026-08-17 03:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.38 - - [2026-08-17 03:36:23] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.177 - - [2026-08-17 03:36:23] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058702 10.0.0.38 - - [2026-08-17 03:36:23] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001287 10.0.0.177 - - [2026-08-17 03:36:23] "POST /neutron/network HTTP/1.1" 200 615 0.188836 10.0.0.190 - - [2026-08-17 03:36:23] "POST /ref-update HTTP/1.1" 200 156 0.040605 10.0.0.177 - - [2026-08-17 03:36:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.013038 10.0.0.177 - - [2026-08-17 03:36:23] "GET /virtual-network/96a403e6-c8de-433d-888a-2ab34488ff9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007912 10.0.0.177 - - [2026-08-17 03:36:23] "POST /neutron/network HTTP/1.1" 200 834 0.008690 10.0.0.177 - - [2026-08-17 03:36:23] "GET /virtual-network/96a403e6-c8de-433d-888a-2ab34488ff9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006549 10.0.0.177 - - [2026-08-17 03:36:24] "GET /virtual-network/96a403e6-c8de-433d-888a-2ab34488ff9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007157 10.0.0.177 - - [2026-08-17 03:36:24] "GET /obj-perms HTTP/1.1" 200 4479 0.004117 10.0.0.190 - - [2026-08-17 03:36:24] "GET /obj-perms HTTP/1.1" 200 4479 0.003637 10.0.0.177 - - [2026-08-17 03:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.38 - - [2026-08-17 03:36:24] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.177 - - [2026-08-17 03:36:24] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.068938 10.0.0.177 - - [2026-08-17 03:36:24] "POST /neutron/network HTTP/1.1" 200 117 0.016884 10.0.0.177 - - [2026-08-17 03:36:25] "POST /neutron/network HTTP/1.1" 200 843 0.009689 10.0.0.177 - - [2026-08-17 03:36:25] "POST /id-to-fqname HTTP/1.1" 200 229 0.001216 10.0.0.177 - - [2026-08-17 03:36:25] "GET /virtual-network/ec33cf8e-99a1-46a1-8014-71b681b47340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005823 10.0.0.177 - - [2026-08-17 03:36:25] "GET /virtual-network/ec33cf8e-99a1-46a1-8014-71b681b47340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007290 10.0.0.177 - - [2026-08-17 03:36:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.010166 10.0.0.177 - - [2026-08-17 03:36:25] "GET /virtual-network/ec33cf8e-99a1-46a1-8014-71b681b47340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007019 10.0.0.38 - - [2026-08-17 03:36:26] "GET /obj-perms HTTP/1.1" 200 4479 0.004652 10.0.0.177 - - [2026-08-17 03:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.38 - - [2026-08-17 03:36:26] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.177 - - [2026-08-17 03:36:26] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062332 10.0.0.190 - - [2026-08-17 03:36:26] "POST /route-targets HTTP/1.1" 200 327 0.015548 10.0.0.38 - - [2026-08-17 03:36:26] "POST /useragent-kv HTTP/1.1" 200 115 0.012913 10.0.0.177 - - [2026-08-17 03:36:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.271195 10.0.0.177 - - [2026-08-17 03:36:26] "POST /id-to-fqname HTTP/1.1" 200 230 0.001435 10.0.0.177 - - [2026-08-17 03:36:26] "GET /virtual-network/077712a0-9479-4faf-82ff-2b0f555350ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006201 10.0.0.177 - - [2026-08-17 03:36:26] "GET /virtual-network/077712a0-9479-4faf-82ff-2b0f555350ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006891 10.0.0.177 - - [2026-08-17 03:36:26] "POST /neutron/network HTTP/1.1" 200 848 0.009475 10.0.0.177 - - [2026-08-17 03:36:27] "GET /virtual-network/077712a0-9479-4faf-82ff-2b0f555350ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007367 10.0.0.177 - - [2026-08-17 03:36:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001555 10.0.0.38 - - [2026-08-17 03:36:27] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.177 - - [2026-08-17 03:36:27] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.087685 10.0.0.177 - - [2026-08-17 03:36:27] "POST /neutron/network HTTP/1.1" 200 833 0.007766 10.0.0.177 - - [2026-08-17 03:36:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001940 10.0.0.177 - - [2026-08-17 03:36:28] "POST /neutron/port HTTP/1.1" 200 117 0.007776 10.0.0.177 - - [2026-08-17 03:36:28] "POST /neutron/port HTTP/1.1" 200 117 0.014257 10.0.0.177 - - [2026-08-17 03:36:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003710 10.0.0.177 - - [2026-08-17 03:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.38 - - [2026-08-17 03:36:28] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.177 - - [2026-08-17 03:36:28] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009135 10.0.0.177 - - [2026-08-17 03:36:28] "POST /service-templates HTTP/1.1" 200 543 0.032133 10.0.0.177 - - [2026-08-17 03:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.177 - - [2026-08-17 03:36:28] "GET /service-template/312aa348-df36-49cb-8ba8-b7c1dd7a1d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007721 10.0.0.177 - - [2026-08-17 03:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.177 - - [2026-08-17 03:36:29] "GET /service-template/312aa348-df36-49cb-8ba8-b7c1dd7a1d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004322 10.0.0.177 - - [2026-08-17 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001353 10.0.0.177 - - [2026-08-17 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.001443 10.0.0.177 - - [2026-08-17 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.001388 10.0.0.177 - - [2026-08-17 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.177 - - [2026-08-17 03:36:29] "DELETE /service-template/312aa348-df36-49cb-8ba8-b7c1dd7a1d37 HTTP/1.1" 200 115 0.065821 10.0.0.177 - - [2026-08-17 03:36:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.004817 10.0.0.177 - - [2026-08-17 03:36:29] "POST /neutron/network HTTP/1.1" 200 848 0.008204 10.0.0.190 - - [2026-08-17 03:36:30] "DELETE /route-target/0a77ccb2-516e-4ae7-b253-a1a70045b990 HTTP/1.1" 200 115 0.029016 10.0.0.38 - - [2026-08-17 03:36:30] "POST /useragent-kv HTTP/1.1" 200 115 0.042482 10.0.0.38 - - [2026-08-17 03:36:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003015 10.0.0.177 - - [2026-08-17 03:36:30] "POST /neutron/network HTTP/1.1" 200 151 0.193451 10.0.0.190 - - [2026-08-17 03:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008132 10.0.0.177 - - [2026-08-17 03:36:31] "POST /neutron/network HTTP/1.1" 200 833 0.008225 10.0.0.190 - - [2026-08-17 03:36:31] "DELETE /route-target/caa95f8d-d7a6-434c-84c4-a0b96cb574ff HTTP/1.1" 200 115 0.025807 10.0.0.38 - - [2026-08-17 03:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004384 10.0.0.38 - - [2026-08-17 03:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002805 10.0.0.177 - - [2026-08-17 03:36:31] "POST /neutron/network HTTP/1.1" 200 151 0.138598 10.0.0.38 - - [2026-08-17 03:36:33] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.177 - - [2026-08-17 03:36:33] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054869 10.0.0.38 - - [2026-08-17 03:36:33] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001953 10.0.0.177 - - [2026-08-17 03:36:33] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?fields=virtual_networks HTTP/1.1" 200 1029 0.065480 10.0.0.38 - - [2026-08-17 03:36:33] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001939 10.0.0.177 - - [2026-08-17 03:36:33] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.057206 10.0.0.38 - - [2026-08-17 03:36:33] "GET /projects?obj_uuids=7b62fcb3-fd48-40c0-aa25-4b9d4025d764&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.177 - - [2026-08-17 03:36:33] "GET /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764?fields=security_groups HTTP/1.1" 200 1253 0.048030 10.0.0.177 - - [2026-08-17 03:36:34] "POST /neutron/network HTTP/1.1" 200 117 0.010243 10.0.0.177 - - [2026-08-17 03:36:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.038605 10.0.0.38 - - [2026-08-17 03:36:34] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004044 10.0.0.38 - - [2026-08-17 03:36:34] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.38 - - [2026-08-17 03:36:34] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008377 10.0.0.38 - - [2026-08-17 03:36:35] "POST /id-to-fqname HTTP/1.1" 200 188 0.004654 10.0.0.38 - - [2026-08-17 03:36:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.005531 10.0.0.38 - - [2026-08-17 03:36:35] "POST /security-groups HTTP/1.1" 200 589 0.081461 10.0.0.190 - - [2026-08-17 03:36:35] "POST /fqname-to-id HTTP/1.1" 404 232 0.003716 10.0.0.38 - - [2026-08-17 03:36:35] "POST /projects HTTP/1.1" 200 581 0.333629 10.0.0.38 - - [2026-08-17 03:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.416222 10.0.0.190 - - [2026-08-17 03:36:35] "POST /access-control-lists HTTP/1.1" 200 592 0.037125 10.0.0.177 - - [2026-08-17 03:36:35] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.598329 10.0.0.177 - - [2026-08-17 03:36:36] "GET / HTTP/1.1" 200 35931 0.002337 10.0.0.177 - - [2026-08-17 03:36:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000574 10.0.0.177 - - [2026-08-17 03:36:38] "POST /neutron/network HTTP/1.1" 200 117 0.007103 10.0.0.177 - - [2026-08-17 03:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.071437 10.0.0.38 - - [2026-08-17 03:36:38] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.177 - - [2026-08-17 03:36:39] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.045503 10.0.0.38 - - [2026-08-17 03:36:39] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.177 - - [2026-08-17 03:36:39] "POST /neutron/network HTTP/1.1" 200 613 0.154820 10.0.0.177 - - [2026-08-17 03:36:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.004209 10.0.0.177 - - [2026-08-17 03:36:39] "GET /virtual-network/8168fd06-93f5-482a-b144-5a0c116a4e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007466 10.0.0.177 - - [2026-08-17 03:36:39] "POST /neutron/network HTTP/1.1" 200 832 0.009814 10.0.0.177 - - [2026-08-17 03:36:39] "GET /virtual-network/8168fd06-93f5-482a-b144-5a0c116a4e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005366 10.0.0.177 - - [2026-08-17 03:36:40] "GET /virtual-network/8168fd06-93f5-482a-b144-5a0c116a4e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006409 10.0.0.177 - - [2026-08-17 03:36:40] "POST /neutron/port HTTP/1.1" 200 117 0.007246 10.0.0.177 - - [2026-08-17 03:36:41] "GET /obj-perms HTTP/1.1" 200 4479 0.079916 10.0.0.190 - - [2026-08-17 03:36:41] "GET /obj-perms HTTP/1.1" 200 4479 0.062640 10.0.0.177 - - [2026-08-17 03:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.38 - - [2026-08-17 03:36:42] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.177 - - [2026-08-17 03:36:42] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.043646 10.0.0.190 - - [2026-08-17 03:36:42] "POST /route-targets HTTP/1.1" 200 327 0.014813 10.0.0.38 - - [2026-08-17 03:36:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009660 10.0.0.177 - - [2026-08-17 03:36:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.243734 10.0.0.177 - - [2026-08-17 03:36:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001556 10.0.0.177 - - [2026-08-17 03:36:42] "GET /virtual-network/654b82b5-ed98-42f3-8b84-88a3a570f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005869 10.0.0.177 - - [2026-08-17 03:36:42] "GET /virtual-network/654b82b5-ed98-42f3-8b84-88a3a570f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006763 10.0.0.177 - - [2026-08-17 03:36:42] "POST /neutron/network HTTP/1.1" 200 836 0.007843 10.0.0.177 - - [2026-08-17 03:36:43] "GET /virtual-network/654b82b5-ed98-42f3-8b84-88a3a570f4ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007673 10.0.0.38 - - [2026-08-17 03:36:43] "GET /obj-perms HTTP/1.1" 200 4479 0.040100 10.0.0.177 - - [2026-08-17 03:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.38 - - [2026-08-17 03:36:43] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001305 10.0.0.177 - - [2026-08-17 03:36:43] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.066384 10.0.0.38 - - [2026-08-17 03:36:43] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.177 - - [2026-08-17 03:36:43] "POST /neutron/network HTTP/1.1" 200 619 0.144919 10.0.0.190 - - [2026-08-17 03:36:43] "POST /ref-update HTTP/1.1" 200 156 0.039730 10.0.0.177 - - [2026-08-17 03:36:44] "POST /id-to-fqname HTTP/1.1" 200 226 0.003444 10.0.0.177 - - [2026-08-17 03:36:44] "GET /virtual-network/208726aa-2a40-473c-89ea-b2d31dac57a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005550 10.0.0.177 - - [2026-08-17 03:36:44] "POST /neutron/network HTTP/1.1" 200 838 0.006473 10.0.0.177 - - [2026-08-17 03:36:44] "GET /virtual-network/208726aa-2a40-473c-89ea-b2d31dac57a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005930 10.0.0.177 - - [2026-08-17 03:36:44] "GET /virtual-network/208726aa-2a40-473c-89ea-b2d31dac57a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006070 10.0.0.177 - - [2026-08-17 03:36:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001521 10.0.0.177 - - [2026-08-17 03:36:44] "POST /neutron/network HTTP/1.1" 200 846 0.007257 10.0.0.177 - - [2026-08-17 03:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.006288 10.0.0.177 - - [2026-08-17 03:36:45] "POST /id-to-fqname HTTP/1.1" 200 226 0.001292 10.0.0.38 - - [2026-08-17 03:36:45] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001305 10.0.0.177 - - [2026-08-17 03:36:45] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.061459 10.0.0.177 - - [2026-08-17 03:36:45] "POST /neutron/network HTTP/1.1" 200 838 0.008238 10.0.0.177 - - [2026-08-17 03:36:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.004249 10.0.0.177 - - [2026-08-17 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.38 - - [2026-08-17 03:36:45] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.177 - - [2026-08-17 03:36:45] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009722 10.0.0.177 - - [2026-08-17 03:36:45] "POST /service-templates HTTP/1.1" 200 543 0.039707 10.0.0.177 - - [2026-08-17 03:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.177 - - [2026-08-17 03:36:46] "GET /service-template/5f0b1acc-4cf4-4843-992b-2fa898671423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007161 10.0.0.177 - - [2026-08-17 03:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.177 - - [2026-08-17 03:36:46] "GET /service-template/5f0b1acc-4cf4-4843-992b-2fa898671423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007125 10.0.0.177 - - [2026-08-17 03:36:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001493 10.0.0.177 - - [2026-08-17 03:36:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001404 10.0.0.177 - - [2026-08-17 03:36:46] "POST /id-to-fqname HTTP/1.1" 200 226 0.001389 10.0.0.177 - - [2026-08-17 03:36:46] "POST /neutron/port HTTP/1.1" 200 117 0.009039 10.0.0.177 - - [2026-08-17 03:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.177 - - [2026-08-17 03:36:46] "DELETE /service-template/5f0b1acc-4cf4-4843-992b-2fa898671423 HTTP/1.1" 200 115 0.040785 10.0.0.177 - - [2026-08-17 03:36:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.004380 10.0.0.177 - - [2026-08-17 03:36:47] "POST /neutron/network HTTP/1.1" 200 836 0.008003 10.0.0.190 - - [2026-08-17 03:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.38 - - [2026-08-17 03:36:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004119 10.0.0.38 - - [2026-08-17 03:36:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004345 10.0.0.177 - - [2026-08-17 03:36:47] "POST /neutron/network HTTP/1.1" 200 151 0.138242 10.0.0.190 - - [2026-08-17 03:36:47] "DELETE /route-target/ea2254cc-3bfe-43c0-8550-f6e6207c439b HTTP/1.1" 200 115 0.038698 10.0.0.177 - - [2026-08-17 03:36:48] "GET /obj-perms HTTP/1.1" 200 4509 0.134399 10.0.0.177 - - [2026-08-17 03:36:48] "POST /neutron/network HTTP/1.1" 200 117 0.011476 10.0.0.190 - - [2026-08-17 03:36:48] "GET /obj-perms HTTP/1.1" 200 4509 0.044737 10.0.0.177 - - [2026-08-17 03:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.38 - - [2026-08-17 03:36:50] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001551 10.0.0.177 - - [2026-08-17 03:36:50] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.057351 10.0.0.38 - - [2026-08-17 03:36:50] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.177 - - [2026-08-17 03:36:51] "POST /neutron/network HTTP/1.1" 200 613 0.167874 10.0.0.177 - - [2026-08-17 03:36:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.003618 10.0.0.177 - - [2026-08-17 03:36:51] "GET /virtual-network/d93ae31d-d2fa-44d8-ab31-785fbd4a476d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006768 10.0.0.177 - - [2026-08-17 03:36:51] "POST /neutron/network HTTP/1.1" 200 831 0.006220 10.0.0.177 - - [2026-08-17 03:36:51] "GET /virtual-network/d93ae31d-d2fa-44d8-ab31-785fbd4a476d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005375 10.0.0.177 - - [2026-08-17 03:36:51] "GET /virtual-network/d93ae31d-d2fa-44d8-ab31-785fbd4a476d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006365 10.0.0.177 - - [2026-08-17 03:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.38 - - [2026-08-17 03:36:51] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.177 - - [2026-08-17 03:36:51] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.066227 10.0.0.177 - - [2026-08-17 03:36:52] "POST /neutron/network HTTP/1.1" 200 117 0.015022 10.0.0.190 - - [2026-08-17 03:36:52] "POST /route-targets HTTP/1.1" 200 327 0.013075 10.0.0.177 - - [2026-08-17 03:36:52] "POST /neutron/network HTTP/1.1" 200 832 0.009362 10.0.0.177 - - [2026-08-17 03:36:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001186 10.0.0.177 - - [2026-08-17 03:36:52] "GET /virtual-network/8d9d33c1-f9fb-487d-a882-7fbfa6617bda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005951 10.0.0.177 - - [2026-08-17 03:36:52] "GET /virtual-network/8d9d33c1-f9fb-487d-a882-7fbfa6617bda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006356 10.0.0.177 - - [2026-08-17 03:36:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.009601 10.0.0.177 - - [2026-08-17 03:36:52] "GET /virtual-network/8d9d33c1-f9fb-487d-a882-7fbfa6617bda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.010791 10.0.0.190 - - [2026-08-17 03:36:53] "DELETE /access-control-list/607c9de4-a59a-4bc1-9600-8bbead51b5ed HTTP/1.1" 200 115 0.068810 10.0.0.38 - - [2026-08-17 03:36:53] "GET /obj-perms HTTP/1.1" 200 4479 0.008089 10.0.0.177 - - [2026-08-17 03:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.38 - - [2026-08-17 03:36:53] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.177 - - [2026-08-17 03:36:53] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.056692 10.0.0.38 - - [2026-08-17 03:36:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002845 10.0.0.177 - - [2026-08-17 03:36:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.231616 10.0.0.177 - - [2026-08-17 03:36:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001508 10.0.0.177 - - [2026-08-17 03:36:53] "GET /virtual-network/c8d145b6-7cd5-42db-a9c2-e63b7e65c268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.011227 10.0.0.177 - - [2026-08-17 03:36:53] "GET /virtual-network/c8d145b6-7cd5-42db-a9c2-e63b7e65c268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006639 10.0.0.177 - - [2026-08-17 03:36:53] "POST /neutron/network HTTP/1.1" 200 835 0.010246 10.0.0.177 - - [2026-08-17 03:36:54] "GET /virtual-network/c8d145b6-7cd5-42db-a9c2-e63b7e65c268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006722 10.0.0.177 - - [2026-08-17 03:36:54] "GET /obj-perms HTTP/1.1" 200 4479 0.004332 10.0.0.190 - - [2026-08-17 03:36:54] "GET /obj-perms HTTP/1.1" 200 4479 0.004561 10.0.0.177 - - [2026-08-17 03:36:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001585 10.0.0.177 - - [2026-08-17 03:36:54] "POST /neutron/network HTTP/1.1" 200 832 0.007044 10.0.0.177 - - [2026-08-17 03:36:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001565 10.0.0.177 - - [2026-08-17 03:36:55] "POST /neutron/port HTTP/1.1" 200 117 0.007070 10.0.0.177 - - [2026-08-17 03:36:55] "POST /neutron/port HTTP/1.1" 200 117 0.009176 10.0.0.177 - - [2026-08-17 03:36:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003944 10.0.0.177 - - [2026-08-17 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.38 - - [2026-08-17 03:36:55] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.177 - - [2026-08-17 03:36:55] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009252 10.0.0.177 - - [2026-08-17 03:36:55] "POST /service-templates HTTP/1.1" 200 543 0.029570 10.0.0.177 - - [2026-08-17 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.177 - - [2026-08-17 03:36:55] "GET /service-template/23d8de25-4d56-404d-bf6e-b93ddaf1fbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006199 10.0.0.177 - - [2026-08-17 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.177 - - [2026-08-17 03:36:55] "GET /service-template/23d8de25-4d56-404d-bf6e-b93ddaf1fbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004340 10.0.0.177 - - [2026-08-17 03:36:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001252 10.0.0.177 - - [2026-08-17 03:36:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001391 10.0.0.177 - - [2026-08-17 03:36:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001339 10.0.0.177 - - [2026-08-17 03:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.177 - - [2026-08-17 03:36:56] "DELETE /service-template/23d8de25-4d56-404d-bf6e-b93ddaf1fbd0 HTTP/1.1" 200 115 0.032617 10.0.0.177 - - [2026-08-17 03:36:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.005010 10.0.0.177 - - [2026-08-17 03:36:56] "POST /neutron/network HTTP/1.1" 200 835 0.007926 10.0.0.190 - - [2026-08-17 03:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.38 - - [2026-08-17 03:36:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002895 10.0.0.38 - - [2026-08-17 03:36:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002275 10.0.0.177 - - [2026-08-17 03:36:57] "POST /neutron/network HTTP/1.1" 200 151 0.134217 10.0.0.190 - - [2026-08-17 03:36:57] "DELETE /route-target/3c7efacc-45ee-4c34-abcf-842fe36bb03a HTTP/1.1" 200 115 0.034511 10.0.0.177 - - [2026-08-17 03:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.007084 10.0.0.177 - - [2026-08-17 03:36:58] "POST /neutron/port HTTP/1.1" 200 117 0.006783 10.0.0.38 - - [2026-08-17 03:36:59] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001637 10.0.0.177 - - [2026-08-17 03:36:59] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.070038 10.0.0.38 - - [2026-08-17 03:36:59] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001064 10.0.0.177 - - [2026-08-17 03:36:59] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?fields=virtual_networks HTTP/1.1" 200 1030 0.077531 10.0.0.38 - - [2026-08-17 03:36:59] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001448 10.0.0.177 - - [2026-08-17 03:36:59] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.064360 10.0.0.38 - - [2026-08-17 03:36:59] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001275 10.0.0.177 - - [2026-08-17 03:36:59] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?fields=security_groups HTTP/1.1" 200 1254 0.065960 10.0.0.177 - - [2026-08-17 03:37:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.032572 10.0.0.38 - - [2026-08-17 03:37:00] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003108 10.0.0.38 - - [2026-08-17 03:37:00] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.38 - - [2026-08-17 03:37:00] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007944 10.0.0.38 - - [2026-08-17 03:37:00] "POST /id-to-fqname HTTP/1.1" 200 186 0.002125 10.0.0.38 - - [2026-08-17 03:37:00] "POST /fqname-to-id HTTP/1.1" 404 195 0.007518 10.0.0.38 - - [2026-08-17 03:37:00] "POST /security-groups HTTP/1.1" 200 587 0.049544 10.0.0.38 - - [2026-08-17 03:37:00] "POST /projects HTTP/1.1" 200 577 0.291213 10.0.0.190 - - [2026-08-17 03:37:00] "POST /fqname-to-id HTTP/1.1" 404 230 0.004319 10.0.0.38 - - [2026-08-17 03:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.364743 10.0.0.190 - - [2026-08-17 03:37:00] "POST /access-control-lists HTTP/1.1" 200 590 0.034554 10.0.0.177 - - [2026-08-17 03:37:00] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.520307 10.0.0.177 - - [2026-08-17 03:37:02] "GET / HTTP/1.1" 200 35931 0.002045 10.0.0.177 - - [2026-08-17 03:37:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000519 10.0.0.177 - - [2026-08-17 03:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.079067 10.0.0.38 - - [2026-08-17 03:37:04] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001164 10.0.0.177 - - [2026-08-17 03:37:04] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.062443 10.0.0.38 - - [2026-08-17 03:37:05] "POST /useragent-kv HTTP/1.1" 200 115 0.012614 10.0.0.177 - - [2026-08-17 03:37:05] "POST /neutron/subnet HTTP/1.1" 200 715 0.273803 10.0.0.177 - - [2026-08-17 03:37:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001716 10.0.0.177 - - [2026-08-17 03:37:05] "GET /virtual-network/c6180417-09b9-4360-92df-4007653cb580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008199 10.0.0.177 - - [2026-08-17 03:37:05] "GET /virtual-network/c6180417-09b9-4360-92df-4007653cb580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009196 10.0.0.38 - - [2026-08-17 03:37:05] "DELETE /project/f811e1c39a1b40e0ba1e3cf18b643695 HTTP/1.1" 404 173 0.066433 10.0.0.177 - - [2026-08-17 03:37:05] "POST /neutron/network HTTP/1.1" 200 828 0.009881 10.0.0.38 - - [2026-08-17 03:37:05] "DELETE /project/7b62fcb3-fd48-40c0-aa25-4b9d4025d764 HTTP/1.1" 404 177 0.079749 10.0.0.38 - - [2026-08-17 03:37:05] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.38 - - [2026-08-17 03:37:05] "DELETE /project/b8977b7ca7814ecbb025dbb2d0578e97 HTTP/1.1" 404 173 0.126189 10.0.0.38 - - [2026-08-17 03:37:05] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.062675 10.0.0.38 - - [2026-08-17 03:37:05] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001476 10.0.0.38 - - [2026-08-17 03:37:05] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?fields=security_groups HTTP/1.1" 200 1359 0.058026 10.0.0.38 - - [2026-08-17 03:37:05] "DELETE /security-group/3590658e-bf90-4168-af05-a715c884daca HTTP/1.1" 200 115 0.087194 10.0.0.38 - - [2026-08-17 03:37:05] "GET /projects?obj_uuids=b8977b7c-a781-4ecb-b025-dbb2d0578e97&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001846 10.0.0.190 - - [2026-08-17 03:37:05] "DELETE /access-control-list/114ab583-0449-49b5-a964-3a1b5c8b51b3 HTTP/1.1" 200 115 0.056114 10.0.0.38 - - [2026-08-17 03:37:05] "GET /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97?fields=application_policy_sets HTTP/1.1" 200 1398 0.051244 10.0.0.38 - - [2026-08-17 03:37:05] "DELETE /project/b8977b7c-a781-4ecb-b025-dbb2d0578e97 HTTP/1.1" 200 115 0.620805 10.0.0.177 - - [2026-08-17 03:37:06] "GET /virtual-network/c6180417-09b9-4360-92df-4007653cb580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006341 10.0.0.177 - - [2026-08-17 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.38 - - [2026-08-17 03:37:08] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001019 10.0.0.177 - - [2026-08-17 03:37:08] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.047580 10.0.0.38 - - [2026-08-17 03:37:08] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001066 10.0.0.177 - - [2026-08-17 03:37:08] "POST /neutron/network HTTP/1.1" 200 611 0.222123 10.0.0.190 - - [2026-08-17 03:37:08] "POST /ref-update HTTP/1.1" 200 156 0.029931 10.0.0.177 - - [2026-08-17 03:37:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.004550 10.0.0.177 - - [2026-08-17 03:37:08] "GET /virtual-network/f67b05e2-7efd-4676-9d61-71a30940df89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006598 10.0.0.177 - - [2026-08-17 03:37:08] "POST /neutron/network HTTP/1.1" 200 830 0.009336 10.0.0.177 - - [2026-08-17 03:37:08] "GET /virtual-network/f67b05e2-7efd-4676-9d61-71a30940df89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006953 10.0.0.177 - - [2026-08-17 03:37:09] "GET /virtual-network/f67b05e2-7efd-4676-9d61-71a30940df89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007384 10.0.0.38 - - [2026-08-17 03:37:09] "GET /obj-perms HTTP/1.1" 200 4475 0.072338 10.0.0.177 - - [2026-08-17 03:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.38 - - [2026-08-17 03:37:09] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001062 10.0.0.177 - - [2026-08-17 03:37:09] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.053940 10.0.0.177 - - [2026-08-17 03:37:09] "POST /neutron/network HTTP/1.1" 200 117 0.019660 10.0.0.177 - - [2026-08-17 03:37:10] "POST /neutron/network HTTP/1.1" 200 834 0.012315 10.0.0.177 - - [2026-08-17 03:37:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001512 10.0.0.177 - - [2026-08-17 03:37:10] "GET /virtual-network/aea323c9-0431-4821-b5dc-332c0814742d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010443 10.0.0.177 - - [2026-08-17 03:37:10] "GET /virtual-network/aea323c9-0431-4821-b5dc-332c0814742d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006305 10.0.0.177 - - [2026-08-17 03:37:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.010354 10.0.0.177 - - [2026-08-17 03:37:10] "GET /virtual-network/aea323c9-0431-4821-b5dc-332c0814742d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008662 10.0.0.177 - - [2026-08-17 03:37:10] "GET /obj-perms HTTP/1.1" 200 4475 0.072215 10.0.0.190 - - [2026-08-17 03:37:10] "GET /obj-perms HTTP/1.1" 200 4475 0.065269 10.0.0.177 - - [2026-08-17 03:37:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001709 10.0.0.38 - - [2026-08-17 03:37:11] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127 10.0.0.177 - - [2026-08-17 03:37:11] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.063936 10.0.0.177 - - [2026-08-17 03:37:11] "POST /neutron/port HTTP/1.1" 200 117 0.007085 10.0.0.177 - - [2026-08-17 03:37:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001511 10.0.0.177 - - [2026-08-17 03:37:11] "POST /neutron/network HTTP/1.1" 200 844 0.010489 10.0.0.177 - - [2026-08-17 03:37:12] "POST /neutron/port HTTP/1.1" 200 117 0.008895 10.0.0.177 - - [2026-08-17 03:37:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.004391 10.0.0.177 - - [2026-08-17 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.38 - - [2026-08-17 03:37:12] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001698 10.0.0.177 - - [2026-08-17 03:37:12] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009897 10.0.0.177 - - [2026-08-17 03:37:12] "POST /service-templates HTTP/1.1" 200 543 0.030745 10.0.0.177 - - [2026-08-17 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.177 - - [2026-08-17 03:37:12] "GET /service-template/f2b77689-711f-4ba8-b330-9a823194b311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007081 10.0.0.177 - - [2026-08-17 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.177 - - [2026-08-17 03:37:12] "GET /service-template/f2b77689-711f-4ba8-b330-9a823194b311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005975 10.0.0.177 - - [2026-08-17 03:37:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001562 10.0.0.177 - - [2026-08-17 03:37:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001621 10.0.0.177 - - [2026-08-17 03:37:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001518 10.0.0.177 - - [2026-08-17 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.177 - - [2026-08-17 03:37:12] "DELETE /service-template/f2b77689-711f-4ba8-b330-9a823194b311 HTTP/1.1" 200 115 0.038518 10.0.0.177 - - [2026-08-17 03:37:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.006012 10.0.0.38 - - [2026-08-17 03:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005207 10.0.0.190 - - [2026-08-17 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009575 10.0.0.38 - - [2026-08-17 03:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003240 10.0.0.177 - - [2026-08-17 03:37:13] "POST /neutron/network HTTP/1.1" 200 151 0.140375 10.0.0.190 - - [2026-08-17 03:37:13] "DELETE /route-target/21b9290e-bd7f-4257-b1bb-0de09cf2ff3e HTTP/1.1" 200 115 0.034846 10.0.0.177 - - [2026-08-17 03:37:14] "POST /neutron/network HTTP/1.1" 200 828 0.007199 10.0.0.177 - - [2026-08-17 03:37:14] "POST /neutron/network HTTP/1.1" 200 117 0.015760 10.0.0.177 - - [2026-08-17 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.38 - - [2026-08-17 03:37:17] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001554 10.0.0.177 - - [2026-08-17 03:37:17] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.060316 10.0.0.177 - - [2026-08-17 03:37:17] "POST /neutron/network HTTP/1.1" 200 117 0.013026 10.0.0.190 - - [2026-08-17 03:37:17] "POST /route-targets HTTP/1.1" 200 327 0.015732 10.0.0.177 - - [2026-08-17 03:37:17] "POST /neutron/network HTTP/1.1" 200 832 0.011769 10.0.0.177 - - [2026-08-17 03:37:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001558 10.0.0.177 - - [2026-08-17 03:37:17] "GET /virtual-network/337f5403-88e8-4bb4-add9-37bad3b1a104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006693 10.0.0.177 - - [2026-08-17 03:37:17] "GET /virtual-network/337f5403-88e8-4bb4-add9-37bad3b1a104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006359 10.0.0.177 - - [2026-08-17 03:37:17] "POST /neutron/subnet HTTP/1.1" 200 734 0.011019 10.0.0.177 - - [2026-08-17 03:37:18] "GET /virtual-network/337f5403-88e8-4bb4-add9-37bad3b1a104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006741 10.0.0.177 - - [2026-08-17 03:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.38 - - [2026-08-17 03:37:18] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001587 10.0.0.177 - - [2026-08-17 03:37:18] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.073383 10.0.0.190 - - [2026-08-17 03:37:18] "POST /ref-update HTTP/1.1" 200 156 0.040783 10.0.0.38 - - [2026-08-17 03:37:19] "POST /useragent-kv HTTP/1.1" 200 115 0.011668 10.0.0.177 - - [2026-08-17 03:37:19] "POST /neutron/subnet HTTP/1.1" 200 714 0.233770 10.0.0.177 - - [2026-08-17 03:37:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001451 10.0.0.177 - - [2026-08-17 03:37:19] "GET /virtual-network/1fc076e6-a556-4d99-bf08-8a94c46eaf11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006141 10.0.0.177 - - [2026-08-17 03:37:19] "GET /virtual-network/1fc076e6-a556-4d99-bf08-8a94c46eaf11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006645 10.0.0.177 - - [2026-08-17 03:37:19] "POST /neutron/network HTTP/1.1" 200 828 0.007731 10.0.0.177 - - [2026-08-17 03:37:19] "GET /virtual-network/1fc076e6-a556-4d99-bf08-8a94c46eaf11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008492 10.0.0.38 - - [2026-08-17 03:37:19] "GET /obj-perms HTTP/1.1" 200 4475 0.004545 10.0.0.177 - - [2026-08-17 03:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.38 - - [2026-08-17 03:37:19] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001089 10.0.0.177 - - [2026-08-17 03:37:19] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.050581 10.0.0.38 - - [2026-08-17 03:37:19] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001090 10.0.0.177 - - [2026-08-17 03:37:20] "POST /neutron/network HTTP/1.1" 200 613 0.170022 10.0.0.177 - - [2026-08-17 03:37:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.004447 10.0.0.177 - - [2026-08-17 03:37:20] "GET /virtual-network/0bfb7af0-8b00-48c8-819a-6defec4972cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007968 10.0.0.177 - - [2026-08-17 03:37:20] "POST /neutron/network HTTP/1.1" 200 830 0.008918 10.0.0.177 - - [2026-08-17 03:37:20] "GET /virtual-network/0bfb7af0-8b00-48c8-819a-6defec4972cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007678 10.0.0.177 - - [2026-08-17 03:37:20] "GET /virtual-network/0bfb7af0-8b00-48c8-819a-6defec4972cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008641 10.0.0.177 - - [2026-08-17 03:37:20] "GET /obj-perms HTTP/1.1" 200 4475 0.004211 10.0.0.190 - - [2026-08-17 03:37:20] "GET /obj-perms HTTP/1.1" 200 4475 0.004704 10.0.0.177 - - [2026-08-17 03:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.38 - - [2026-08-17 03:37:20] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001036 10.0.0.177 - - [2026-08-17 03:37:21] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.062288 10.0.0.177 - - [2026-08-17 03:37:21] "POST /neutron/network HTTP/1.1" 200 117 0.027579 10.0.0.190 - - [2026-08-17 03:37:21] "POST /route-targets HTTP/1.1" 200 327 0.014576 10.0.0.177 - - [2026-08-17 03:37:21] "POST /neutron/network HTTP/1.1" 200 841 0.009588 10.0.0.177 - - [2026-08-17 03:37:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001381 10.0.0.177 - - [2026-08-17 03:37:21] "GET /virtual-network/44eb09cf-6d9c-4fb8-b23b-d16ee984e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006076 10.0.0.177 - - [2026-08-17 03:37:21] "GET /virtual-network/44eb09cf-6d9c-4fb8-b23b-d16ee984e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006218 10.0.0.177 - - [2026-08-17 03:37:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.011940 10.0.0.177 - - [2026-08-17 03:37:21] "GET /virtual-network/44eb09cf-6d9c-4fb8-b23b-d16ee984e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006701 10.0.0.177 - - [2026-08-17 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.38 - - [2026-08-17 03:37:22] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001083 10.0.0.177 - - [2026-08-17 03:37:22] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.063715 10.0.0.190 - - [2026-08-17 03:37:22] "POST /ref-update HTTP/1.1" 200 156 0.031057 10.0.0.38 - - [2026-08-17 03:37:22] "POST /useragent-kv HTTP/1.1" 200 115 0.009814 10.0.0.177 - - [2026-08-17 03:37:22] "POST /neutron/subnet HTTP/1.1" 200 730 0.277820 10.0.0.177 - - [2026-08-17 03:37:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001585 10.0.0.177 - - [2026-08-17 03:37:22] "GET /virtual-network/1dfb3ebe-fed9-49cf-a830-39dbc7043bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006053 10.0.0.177 - - [2026-08-17 03:37:22] "GET /virtual-network/1dfb3ebe-fed9-49cf-a830-39dbc7043bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007296 10.0.0.177 - - [2026-08-17 03:37:22] "POST /neutron/network HTTP/1.1" 200 845 0.007425 10.0.0.177 - - [2026-08-17 03:37:23] "GET /virtual-network/1dfb3ebe-fed9-49cf-a830-39dbc7043bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006997 10.0.0.38 - - [2026-08-17 03:37:23] "GET /obj-perms HTTP/1.1" 200 4475 0.003990 10.0.0.177 - - [2026-08-17 03:37:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001720 10.0.0.177 - - [2026-08-17 03:37:23] "POST /neutron/network HTTP/1.1" 200 828 0.031590 10.0.0.177 - - [2026-08-17 03:37:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001821 10.0.0.177 - - [2026-08-17 03:37:24] "POST /neutron/port HTTP/1.1" 200 117 0.016000 10.0.0.38 - - [2026-08-17 03:37:24] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001172 10.0.0.177 - - [2026-08-17 03:37:24] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.074053 10.0.0.177 - - [2026-08-17 03:37:24] "POST /neutron/port HTTP/1.1" 200 117 0.020037 10.0.0.177 - - [2026-08-17 03:37:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.004426 10.0.0.177 - - [2026-08-17 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.38 - - [2026-08-17 03:37:24] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.177 - - [2026-08-17 03:37:24] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008227 10.0.0.177 - - [2026-08-17 03:37:24] "POST /service-templates HTTP/1.1" 200 543 0.044540 10.0.0.177 - - [2026-08-17 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.177 - - [2026-08-17 03:37:24] "GET /service-template/5936977d-4640-47ae-b6e2-675c13bd62fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007130 10.0.0.177 - - [2026-08-17 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.177 - - [2026-08-17 03:37:24] "GET /service-template/5936977d-4640-47ae-b6e2-675c13bd62fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005263 10.0.0.177 - - [2026-08-17 03:37:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001261 10.0.0.177 - - [2026-08-17 03:37:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.002050 10.0.0.177 - - [2026-08-17 03:37:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001519 10.0.0.177 - - [2026-08-17 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.177 - - [2026-08-17 03:37:25] "DELETE /service-template/5936977d-4640-47ae-b6e2-675c13bd62fa HTTP/1.1" 200 115 0.036065 10.0.0.177 - - [2026-08-17 03:37:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003881 10.0.0.177 - - [2026-08-17 03:37:25] "POST /neutron/network HTTP/1.1" 200 845 0.012499 10.0.0.38 - - [2026-08-17 03:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004705 10.0.0.190 - - [2026-08-17 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.38 - - [2026-08-17 03:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004651 10.0.0.177 - - [2026-08-17 03:37:26] "POST /neutron/network HTTP/1.1" 200 151 0.148553 10.0.0.190 - - [2026-08-17 03:37:26] "DELETE /route-target/9a3d7d60-02c3-4c44-87c5-2349cde8eb92 HTTP/1.1" 200 115 0.031378 10.0.0.177 - - [2026-08-17 03:37:26] "POST /neutron/port HTTP/1.1" 200 117 0.025142 10.0.0.177 - - [2026-08-17 03:37:26] "POST /neutron/network HTTP/1.1" 200 828 0.011728 10.0.0.38 - - [2026-08-17 03:37:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004384 10.0.0.38 - - [2026-08-17 03:37:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006855 10.0.0.190 - - [2026-08-17 03:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006773 10.0.0.177 - - [2026-08-17 03:37:27] "POST /neutron/network HTTP/1.1" 200 151 0.166864 10.0.0.38 - - [2026-08-17 03:37:29] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001161 10.0.0.177 - - [2026-08-17 03:37:29] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.072792 10.0.0.38 - - [2026-08-17 03:37:29] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001099 10.0.0.177 - - [2026-08-17 03:37:29] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?fields=virtual_networks HTTP/1.1" 200 1026 0.061971 10.0.0.38 - - [2026-08-17 03:37:29] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001145 10.0.0.177 - - [2026-08-17 03:37:29] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.058274 10.0.0.38 - - [2026-08-17 03:37:29] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001399 10.0.0.177 - - [2026-08-17 03:37:29] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?fields=security_groups HTTP/1.1" 200 1248 0.075346 10.0.0.177 - - [2026-08-17 03:37:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.031271 10.0.0.38 - - [2026-08-17 03:37:30] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003554 10.0.0.38 - - [2026-08-17 03:37:30] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.38 - - [2026-08-17 03:37:30] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008674 10.0.0.38 - - [2026-08-17 03:37:30] "POST /id-to-fqname HTTP/1.1" 200 192 0.008431 10.0.0.38 - - [2026-08-17 03:37:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.008736 10.0.0.38 - - [2026-08-17 03:37:30] "POST /security-groups HTTP/1.1" 200 593 0.082947 10.0.0.38 - - [2026-08-17 03:37:30] "POST /projects HTTP/1.1" 200 589 0.350459 10.0.0.190 - - [2026-08-17 03:37:30] "POST /access-control-lists HTTP/1.1" 200 598 0.037573 10.0.0.38 - - [2026-08-17 03:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.445900 10.0.0.177 - - [2026-08-17 03:37:31] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.615209 10.0.0.177 - - [2026-08-17 03:37:32] "GET / HTTP/1.1" 200 35931 0.001886 10.0.0.177 - - [2026-08-17 03:37:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000548 10.0.0.177 - - [2026-08-17 03:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.061746 10.0.0.38 - - [2026-08-17 03:37:34] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000994 10.0.0.177 - - [2026-08-17 03:37:34] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048713 10.0.0.38 - - [2026-08-17 03:37:34] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.177 - - [2026-08-17 03:37:34] "POST /neutron/network HTTP/1.1" 200 611 0.179950 10.0.0.190 - - [2026-08-17 03:37:35] "POST /route-targets HTTP/1.1" 200 327 0.015168 10.0.0.177 - - [2026-08-17 03:37:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.003966 10.0.0.177 - - [2026-08-17 03:37:35] "GET /virtual-network/f81ba306-dbad-4a26-bdc8-a0cd22c9c544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006516 10.0.0.177 - - [2026-08-17 03:37:35] "POST /neutron/network HTTP/1.1" 200 828 0.008122 10.0.0.177 - - [2026-08-17 03:37:35] "GET /virtual-network/f81ba306-dbad-4a26-bdc8-a0cd22c9c544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006020 10.0.0.177 - - [2026-08-17 03:37:36] "GET /virtual-network/f81ba306-dbad-4a26-bdc8-a0cd22c9c544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006399 10.0.0.177 - - [2026-08-17 03:37:36] "GET /obj-perms HTTP/1.1" 200 4487 0.051034 10.0.0.190 - - [2026-08-17 03:37:37] "GET /obj-perms HTTP/1.1" 200 4487 0.045428 10.0.0.177 - - [2026-08-17 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.38 - - [2026-08-17 03:37:37] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001065 10.0.0.177 - - [2026-08-17 03:37:37] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057967 10.0.0.177 - - [2026-08-17 03:37:37] "POST /neutron/network HTTP/1.1" 200 117 0.018191 10.0.0.190 - - [2026-08-17 03:37:38] "POST /ref-update HTTP/1.1" 200 156 0.027308 10.0.0.177 - - [2026-08-17 03:37:38] "POST /neutron/network HTTP/1.1" 200 833 0.011179 10.0.0.177 - - [2026-08-17 03:37:38] "POST /id-to-fqname HTTP/1.1" 200 225 0.001640 10.0.0.177 - - [2026-08-17 03:37:38] "GET /virtual-network/3661f373-450e-4f0b-9e45-83e5c27325aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006057 10.0.0.177 - - [2026-08-17 03:37:38] "GET /virtual-network/3661f373-450e-4f0b-9e45-83e5c27325aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007475 10.0.0.177 - - [2026-08-17 03:37:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.010520 10.0.0.177 - - [2026-08-17 03:37:38] "GET /virtual-network/3661f373-450e-4f0b-9e45-83e5c27325aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005948 10.0.0.177 - - [2026-08-17 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.38 - - [2026-08-17 03:37:39] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001361 10.0.0.177 - - [2026-08-17 03:37:39] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054871 10.0.0.38 - - [2026-08-17 03:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.010780 10.0.0.177 - - [2026-08-17 03:37:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.235138 10.0.0.177 - - [2026-08-17 03:37:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001563 10.0.0.177 - - [2026-08-17 03:37:39] "GET /virtual-network/32cc50c8-9eb9-4f9c-be45-c72a0be7ce96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007106 10.0.0.177 - - [2026-08-17 03:37:39] "GET /virtual-network/32cc50c8-9eb9-4f9c-be45-c72a0be7ce96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006393 10.0.0.177 - - [2026-08-17 03:37:39] "POST /neutron/network HTTP/1.1" 200 835 0.007786 10.0.0.177 - - [2026-08-17 03:37:40] "GET /virtual-network/32cc50c8-9eb9-4f9c-be45-c72a0be7ce96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008721 10.0.0.38 - - [2026-08-17 03:37:40] "GET /obj-perms HTTP/1.1" 200 4487 0.066818 10.0.0.177 - - [2026-08-17 03:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.38 - - [2026-08-17 03:37:40] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001452 10.0.0.177 - - [2026-08-17 03:37:40] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059210 10.0.0.38 - - [2026-08-17 03:37:40] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001135 10.0.0.177 - - [2026-08-17 03:37:41] "POST /neutron/network HTTP/1.1" 200 629 0.164263 10.0.0.190 - - [2026-08-17 03:37:41] "POST /route-targets HTTP/1.1" 200 327 0.016802 10.0.0.177 - - [2026-08-17 03:37:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.005031 10.0.0.177 - - [2026-08-17 03:37:41] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006142 10.0.0.177 - - [2026-08-17 03:37:41] "POST /neutron/network HTTP/1.1" 200 849 0.007968 10.0.0.177 - - [2026-08-17 03:37:41] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009689 10.0.0.177 - - [2026-08-17 03:37:41] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009667 10.0.0.177 - - [2026-08-17 03:37:41] "GET /obj-perms HTTP/1.1" 200 4487 0.004051 10.0.0.190 - - [2026-08-17 03:37:41] "GET /obj-perms HTTP/1.1" 200 4487 0.004172 10.0.0.177 - - [2026-08-17 03:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.38 - - [2026-08-17 03:37:42] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.177 - - [2026-08-17 03:37:42] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.061402 10.0.0.177 - - [2026-08-17 03:37:42] "POST /neutron/network HTTP/1.1" 200 117 0.019735 10.0.0.190 - - [2026-08-17 03:37:42] "POST /ref-update HTTP/1.1" 200 156 0.026866 10.0.0.177 - - [2026-08-17 03:37:42] "POST /neutron/network HTTP/1.1" 200 850 0.010041 10.0.0.177 - - [2026-08-17 03:37:42] "POST /id-to-fqname HTTP/1.1" 200 234 0.001632 10.0.0.177 - - [2026-08-17 03:37:42] "GET /virtual-network/f9796b02-001a-4b87-8dc2-b6be1c22a650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.008551 10.0.0.177 - - [2026-08-17 03:37:42] "GET /virtual-network/f9796b02-001a-4b87-8dc2-b6be1c22a650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007638 10.0.0.177 - - [2026-08-17 03:37:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.009441 10.0.0.177 - - [2026-08-17 03:37:43] "GET /virtual-network/f9796b02-001a-4b87-8dc2-b6be1c22a650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006409 10.0.0.177 - - [2026-08-17 03:37:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001569 10.0.0.177 - - [2026-08-17 03:37:43] "POST /neutron/port HTTP/1.1" 200 117 0.006552 10.0.0.177 - - [2026-08-17 03:37:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.001423 10.0.0.177 - - [2026-08-17 03:37:44] "POST /neutron/network HTTP/1.1" 200 843 0.008740 10.0.0.177 - - [2026-08-17 03:37:44] "POST /neutron/port HTTP/1.1" 200 117 0.016160 10.0.0.177 - - [2026-08-17 03:37:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003927 10.0.0.177 - - [2026-08-17 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.38 - - [2026-08-17 03:37:44] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.177 - - [2026-08-17 03:37:44] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008901 10.0.0.177 - - [2026-08-17 03:37:44] "POST /service-templates HTTP/1.1" 200 543 0.042104 10.0.0.177 - - [2026-08-17 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005491 10.0.0.177 - - [2026-08-17 03:37:44] "GET /service-template/a6a14030-2ac1-4ea7-b794-cc6140697320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.006799 10.0.0.177 - - [2026-08-17 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.177 - - [2026-08-17 03:37:44] "GET /service-template/a6a14030-2ac1-4ea7-b794-cc6140697320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004595 10.0.0.177 - - [2026-08-17 03:37:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001678 10.0.0.38 - - [2026-08-17 03:37:45] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001067 10.0.0.177 - - [2026-08-17 03:37:45] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059966 10.0.0.177 - - [2026-08-17 03:37:45] "POST /neutron/network HTTP/1.1" 200 849 0.007090 10.0.0.177 - - [2026-08-17 03:37:45] "GET /virtual-machine/8e2ca7ef-1817-4828-9742-054953b314f5 HTTP/1.1" 401 293 0.000539 10.0.0.177 - - [2026-08-17 03:37:45] "GET /virtual-machine/8e2ca7ef-1817-4828-9742-054953b314f5 HTTP/1.1" 404 171 0.026695 10.0.0.177 - - [2026-08-17 03:37:47] "GET /virtual-machine/8e2ca7ef-1817-4828-9742-054953b314f5 HTTP/1.1" 404 171 0.003907 10.0.0.177 - - [2026-08-17 03:37:48] "POST /neutron/network HTTP/1.1" 200 838 0.007290 10.0.0.38 - - [2026-08-17 03:37:48] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001617 10.0.0.177 - - [2026-08-17 03:37:48] "POST /neutron/port HTTP/1.1" 200 1063 0.368616 10.0.0.177 - - [2026-08-17 03:37:49] "POST /neutron/port HTTP/1.1" 200 1117 0.154513 10.0.0.38 - - [2026-08-17 03:37:49] "GET /obj-perms HTTP/1.1" 200 4509 0.162532 10.0.0.177 - - [2026-08-17 03:37:49] "GET /virtual-machine/8e2ca7ef-1817-4828-9742-054953b314f5 HTTP/1.1" 404 171 0.010538 10.0.0.177 - - [2026-08-17 03:37:49] "POST /neutron/port HTTP/1.1" 200 1114 0.516882 10.0.0.177 - - [2026-08-17 03:37:50] "POST /neutron/network HTTP/1.1" 200 859 0.009295 10.0.0.177 - - [2026-08-17 03:37:50] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.177 - - [2026-08-17 03:37:50] "POST /neutron/port HTTP/1.1" 200 1063 0.021057 10.0.0.177 - - [2026-08-17 03:37:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004098 10.0.0.177 - - [2026-08-17 03:37:51] "POST /neutron/network HTTP/1.1" 200 828 0.008984 10.0.0.177 - - [2026-08-17 03:37:51] "GET /virtual-machine/8e2ca7ef-1817-4828-9742-054953b314f5 HTTP/1.1" 200 1295 0.008046 10.0.0.177 - - [2026-08-17 03:37:51] "GET /virtual-machine-interface/0950665e-3999-40b0-ae15-3fb0d78c3bdb HTTP/1.1" 200 2983 0.008369 10.0.0.177 - - [2026-08-17 03:37:51] "GET /virtual-machine-interface/0950665e-3999-40b0-ae15-3fb0d78c3bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006515 10.0.0.177 - - [2026-08-17 03:37:51] "PUT /virtual-machine-interface/0950665e-3999-40b0-ae15-3fb0d78c3bdb HTTP/1.1" 200 284 0.015099 10.0.0.177 - - [2026-08-17 03:37:52] "POST /neutron/port HTTP/1.1" 200 1127 0.022331 10.0.0.177 - - [2026-08-17 03:37:52] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.177 - - [2026-08-17 03:37:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008357 10.0.0.38 - - [2026-08-17 03:38:06] "DELETE /project/348c045ba672452388d69f2d74f6f599 HTTP/1.1" 404 173 0.005726 10.0.0.38 - - [2026-08-17 03:38:06] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001132 10.0.0.38 - - [2026-08-17 03:38:06] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.059684 10.0.0.38 - - [2026-08-17 03:38:06] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001592 10.0.0.38 - - [2026-08-17 03:38:06] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?fields=security_groups HTTP/1.1" 200 1353 0.073457 10.0.0.38 - - [2026-08-17 03:38:06] "DELETE /security-group/c1075c73-3fbc-490f-9e22-b521a80026fd HTTP/1.1" 200 115 0.110419 10.0.0.38 - - [2026-08-17 03:38:06] "GET /projects?obj_uuids=f811e1c3-9a1b-40e0-ba1e-3cf18b643695&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001002 10.0.0.38 - - [2026-08-17 03:38:06] "GET /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695?fields=application_policy_sets HTTP/1.1" 200 1392 0.055750 10.0.0.38 - - [2026-08-17 03:38:06] "DELETE /project/f811e1c3-9a1b-40e0-ba1e-3cf18b643695 HTTP/1.1" 200 115 0.590464 10.0.0.177 - - [2026-08-17 03:38:07] "POST /neutron/port HTTP/1.1" 200 1127 0.021575 10.0.0.177 - - [2026-08-17 03:38:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008597 10.0.0.177 - - [2026-08-17 03:38:22] "POST /neutron/port HTTP/1.1" 200 1127 0.019029 10.0.0.177 - - [2026-08-17 03:38:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.014138 10.0.0.177 - - [2026-08-17 03:38:28] "POST /neutron/port HTTP/1.1" 200 1127 0.023520 10.0.0.177 - - [2026-08-17 03:38:28] "GET /virtual-machine/8e2ca7ef-1817-4828-9742-054953b314f5 HTTP/1.1" 200 1295 0.005091 10.0.0.177 - - [2026-08-17 03:38:28] "GET /virtual-machine-interface/0950665e-3999-40b0-ae15-3fb0d78c3bdb HTTP/1.1" 200 3033 0.006926 10.0.0.177 - - [2026-08-17 03:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.048696 10.0.0.177 - - [2026-08-17 03:38:28] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.016533 10.0.0.177 - - [2026-08-17 03:38:28] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003653 10.0.0.177 - - [2026-08-17 03:38:28] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006717 10.0.0.177 - - [2026-08-17 03:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.177 - - [2026-08-17 03:38:31] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005802 10.0.0.177 - - [2026-08-17 03:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.177 - - [2026-08-17 03:38:35] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007892 10.0.0.177 - - [2026-08-17 03:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.177 - - [2026-08-17 03:38:39] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006644 10.0.0.177 - - [2026-08-17 03:38:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.035846 10.0.0.177 - - [2026-08-17 03:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.177 - - [2026-08-17 03:38:43] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006673 10.0.0.38 - - [2026-08-17 03:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000708 10.0.0.38 - - [2026-08-17 03:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000665 10.0.0.177 - - [2026-08-17 03:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.177 - - [2026-08-17 03:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.190 - - [2026-08-17 03:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.190 - - [2026-08-17 03:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.38 - - [2026-08-17 03:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.38 - - [2026-08-17 03:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.001118 10.0.0.177 - - [2026-08-17 03:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.177 - - [2026-08-17 03:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.190 - - [2026-08-17 03:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.190 - - [2026-08-17 03:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.177 - - [2026-08-17 03:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.177 - - [2026-08-17 03:38:47] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005884 10.0.0.177 - - [2026-08-17 03:38:49] "POST /neutron/network HTTP/1.1" 200 838 0.009205 10.0.0.177 - - [2026-08-17 03:38:49] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.177 - - [2026-08-17 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.177 - - [2026-08-17 03:38:51] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007323 10.0.0.177 - - [2026-08-17 03:38:52] "POST /neutron/port HTTP/1.1" 200 1127 0.020411 10.0.0.177 - - [2026-08-17 03:38:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.010259 10.0.0.177 - - [2026-08-17 03:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.177 - - [2026-08-17 03:38:55] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006831 10.0.0.177 - - [2026-08-17 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.177 - - [2026-08-17 03:39:00] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005954 10.0.0.177 - - [2026-08-17 03:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.177 - - [2026-08-17 03:39:04] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006488 10.0.0.177 - - [2026-08-17 03:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.177 - - [2026-08-17 03:39:08] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004644 10.0.0.177 - - [2026-08-17 03:39:08] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003477 10.0.0.177 - - [2026-08-17 03:39:08] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007104 10.0.0.177 - - [2026-08-17 03:39:08] "POST /neutron/port HTTP/1.1" 200 1127 0.018488 10.0.0.177 - - [2026-08-17 03:39:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007551 10.0.0.177 - - [2026-08-17 03:39:18] "POST /neutron/port HTTP/1.1" 200 1127 0.021419 10.0.0.177 - - [2026-08-17 03:39:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.003459 10.0.0.177 - - [2026-08-17 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.38 - - [2026-08-17 03:39:24] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001158 10.0.0.177 - - [2026-08-17 03:39:24] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.073655 10.0.0.177 - - [2026-08-17 03:39:24] "POST /service-instances HTTP/1.1" 200 547 0.044272 10.0.0.177 - - [2026-08-17 03:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.177 - - [2026-08-17 03:39:24] "GET /service-instance/66923d3d-f805-4557-879f-57980522719f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007676 10.0.0.177 - - [2026-08-17 03:39:24] "POST /port-tuples HTTP/1.1" 200 590 0.062461 10.0.0.177 - - [2026-08-17 03:39:24] "GET /virtual-machine-interface/0950665e-3999-40b0-ae15-3fb0d78c3bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007477 10.0.0.177 - - [2026-08-17 03:39:24] "PUT /virtual-machine-interface/0950665e-3999-40b0-ae15-3fb0d78c3bdb HTTP/1.1" 200 284 0.018697 10.0.0.177 - - [2026-08-17 03:39:24] "POST /ref-update HTTP/1.1" 200 156 0.025032 10.0.0.177 - - [2026-08-17 03:39:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.015489 10.0.0.190 - - [2026-08-17 03:39:24] "POST /ref-update HTTP/1.1" 200 156 0.057388 10.0.0.190 - - [2026-08-17 03:39:24] "POST /instance-ips HTTP/1.1" 200 373 0.058403 10.0.0.177 - - [2026-08-17 03:39:24] "POST /neutron/port HTTP/1.1" 200 1124 0.052987 10.0.0.190 - - [2026-08-17 03:39:24] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.015654 10.0.0.177 - - [2026-08-17 03:39:25] "GET /virtual-machine/d4a0f77b-ff0a-4ba9-804d-19a22c4f3b1b HTTP/1.1" 200 1294 0.008360 10.0.0.177 - - [2026-08-17 03:39:25] "GET /virtual-machine-interface/ad317129-51be-4f38-94a5-061c039bff9d HTTP/1.1" 200 2958 0.006872 10.0.0.177 - - [2026-08-17 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.177 - - [2026-08-17 03:39:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004493 10.0.0.177 - - [2026-08-17 03:39:25] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.007743 10.0.0.177 - - [2026-08-17 03:39:25] "GET /virtual-network/f81ba306-dbad-4a26-bdc8-a0cd22c9c544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006995 10.0.0.177 - - [2026-08-17 03:39:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009255 10.0.0.177 - - [2026-08-17 03:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.177 - - [2026-08-17 03:39:26] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004915 10.0.0.177 - - [2026-08-17 03:39:26] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003952 10.0.0.177 - - [2026-08-17 03:39:26] "GET /virtual-network/f81ba306-dbad-4a26-bdc8-a0cd22c9c544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006398 10.0.0.177 - - [2026-08-17 03:39:31] "POST /neutron/port HTTP/1.1" 200 1124 0.018842 10.0.0.177 - - [2026-08-17 03:39:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008876 10.0.0.177 - - [2026-08-17 03:39:37] "POST /neutron/port HTTP/1.1" 200 1127 0.023028 10.0.0.177 - - [2026-08-17 03:39:37] "GET /virtual-machine/f2d042e8-6965-4976-bebd-e47a97ac40fe HTTP/1.1" 200 1295 0.007171 10.0.0.177 - - [2026-08-17 03:39:37] "GET /virtual-machine-interface/d4fde180-79ac-4dee-9e6b-9f7189f43c69 HTTP/1.1" 200 2961 0.006059 10.0.0.177 - - [2026-08-17 03:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.177 - - [2026-08-17 03:39:37] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003691 10.0.0.177 - - [2026-08-17 03:39:37] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003348 10.0.0.177 - - [2026-08-17 03:39:37] "GET /virtual-network/3661f373-450e-4f0b-9e45-83e5c27325aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006315 10.0.0.177 - - [2026-08-17 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.177 - - [2026-08-17 03:39:38] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004235 10.0.0.177 - - [2026-08-17 03:39:38] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003793 10.0.0.177 - - [2026-08-17 03:39:38] "GET /virtual-network/3661f373-450e-4f0b-9e45-83e5c27325aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007643 10.0.0.177 - - [2026-08-17 03:39:38] "POST /fqname-to-id HTTP/1.1" 404 215 0.004261 10.0.0.177 - - [2026-08-17 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.38 - - [2026-08-17 03:39:38] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001104 10.0.0.177 - - [2026-08-17 03:39:38] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042902 10.0.0.177 - - [2026-08-17 03:39:38] "POST /network-policys HTTP/1.1" 200 551 0.029855 10.0.0.177 - - [2026-08-17 03:39:38] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.007410 10.0.0.177 - - [2026-08-17 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.177 - - [2026-08-17 03:39:38] "GET /virtual-network/f81ba306-dbad-4a26-bdc8-a0cd22c9c544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006007 10.0.0.177 - - [2026-08-17 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.177 - - [2026-08-17 03:39:38] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004631 10.0.0.190 - - [2026-08-17 03:39:38] "POST /fqname-to-id HTTP/1.1" 404 240 0.008029 10.0.0.177 - - [2026-08-17 03:39:38] "POST /ref-update HTTP/1.1" 200 156 0.081417 10.0.0.177 - - [2026-08-17 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.177 - - [2026-08-17 03:39:39] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.006320 10.0.0.177 - - [2026-08-17 03:39:39] "GET /virtual-network/f81ba306-dbad-4a26-bdc8-a0cd22c9c544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.010557 10.0.0.177 - - [2026-08-17 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.177 - - [2026-08-17 03:39:39] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.005830 10.0.0.177 - - [2026-08-17 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.177 - - [2026-08-17 03:39:39] "GET /virtual-network/3661f373-450e-4f0b-9e45-83e5c27325aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006437 10.0.0.177 - - [2026-08-17 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.177 - - [2026-08-17 03:39:39] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.006613 10.0.0.190 - - [2026-08-17 03:39:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.012527 10.0.0.177 - - [2026-08-17 03:39:39] "POST /ref-update HTTP/1.1" 200 156 0.065632 10.0.0.177 - - [2026-08-17 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.177 - - [2026-08-17 03:39:39] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.010176 10.0.0.190 - - [2026-08-17 03:39:39] "POST /ref-update HTTP/1.1" 200 156 0.042753 10.0.0.177 - - [2026-08-17 03:39:39] "POST /neutron/network HTTP/1.1" 200 925 0.024125 10.0.0.177 - - [2026-08-17 03:39:39] "GET /virtual-network/3661f373-450e-4f0b-9e45-83e5c27325aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007964 10.0.0.177 - - [2026-08-17 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009346 10.0.0.177 - - [2026-08-17 03:39:39] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.008790 10.0.0.177 - - [2026-08-17 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.177 - - [2026-08-17 03:39:39] "GET /service-template/a6a14030-2ac1-4ea7-b794-cc6140697320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004771 10.0.0.177 - - [2026-08-17 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.38 - - [2026-08-17 03:39:39] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001741 10.0.0.177 - - [2026-08-17 03:39:39] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.061247 10.0.0.177 - - [2026-08-17 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.177 - - [2026-08-17 03:39:39] "GET /service-instance/66923d3d-f805-4557-879f-57980522719f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2542 0.008562 10.0.0.177 - - [2026-08-17 03:39:40] "POST /neutron/port HTTP/1.1" 200 1385 0.034457 10.0.0.177 - - [2026-08-17 03:39:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009073 10.0.0.177 - - [2026-08-17 03:39:40] "POST /neutron/network HTTP/1.1" 200 823 0.019188 10.0.0.177 - - [2026-08-17 03:39:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001483 10.0.0.177 - - [2026-08-17 03:39:40] "GET /virtual-machine/8e2ca7ef-1817-4828-9742-054953b314f5 HTTP/1.1" 200 1295 0.004258 10.0.0.177 - - [2026-08-17 03:39:40] "GET /virtual-machine-interface/0950665e-3999-40b0-ae15-3fb0d78c3bdb HTTP/1.1" 200 3889 0.005713 10.0.0.177 - - [2026-08-17 03:39:40] "GET /instance-ip/20932b31-63ed-45ec-acc7-b37e3bcfa44a HTTP/1.1" 200 1964 0.004498 10.0.0.177 - - [2026-08-17 03:39:40] "GET /instance-ip/26c8e7df-9932-4c41-bc4c-b5f2a10bc493 HTTP/1.1" 200 1962 0.005262 10.0.0.177 - - [2026-08-17 03:39:40] "GET /instance-ip/82e18baa-902b-44d6-8991-b0503b2225cf HTTP/1.1" 200 1635 0.008098 10.0.0.177 - - [2026-08-17 03:39:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009737 10.0.0.177 - - [2026-08-17 03:39:40] "GET /virtual-machine/8e2ca7ef-1817-4828-9742-054953b314f5 HTTP/1.1" 200 1295 0.004467 10.0.0.177 - - [2026-08-17 03:39:40] "GET /virtual-machine-interface/0950665e-3999-40b0-ae15-3fb0d78c3bdb HTTP/1.1" 200 3889 0.007570 10.0.0.177 - - [2026-08-17 03:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.177 - - [2026-08-17 03:39:40] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004516 10.0.0.177 - - [2026-08-17 03:39:41] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003494 10.0.0.177 - - [2026-08-17 03:39:41] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006334 10.0.0.177 - - [2026-08-17 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.177 - - [2026-08-17 03:39:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004399 10.0.0.177 - - [2026-08-17 03:39:42] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004390 10.0.0.177 - - [2026-08-17 03:39:42] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006234 10.0.0.177 - - [2026-08-17 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.177 - - [2026-08-17 03:39:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004493 10.0.0.177 - - [2026-08-17 03:39:42] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003432 10.0.0.177 - - [2026-08-17 03:39:42] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006537 10.0.0.177 - - [2026-08-17 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.177 - - [2026-08-17 03:39:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004691 10.0.0.177 - - [2026-08-17 03:39:42] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004266 10.0.0.177 - - [2026-08-17 03:39:42] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006555 10.0.0.177 - - [2026-08-17 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.177 - - [2026-08-17 03:39:42] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006470 10.0.0.177 - - [2026-08-17 03:39:42] "GET /virtual-networks?parent_id=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.006287 10.0.0.177 - - [2026-08-17 03:39:42] "GET /virtual-network/1f0178ce-a683-4541-ac53-f155e84d8438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006234 10.0.0.177 - - [2026-08-17 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.177 - - [2026-08-17 03:39:42] "GET /routing-instance/26b573f0-408d-40ce-aff9-e3a608103a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004861 10.0.0.177 - - [2026-08-17 03:39:42] "GET /routing-instance/26b573f0-408d-40ce-aff9-e3a608103a87?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.006128 10.0.0.177 - - [2026-08-17 03:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.177 - - [2026-08-17 03:39:43] "GET /routing-instance/963fb99a-149e-4c4a-8d7a-5592ebda208e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007282 10.0.0.177 - - [2026-08-17 03:39:43] "GET /routing-instance/963fb99a-149e-4c4a-8d7a-5592ebda208e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.006485 10.0.0.177 - - [2026-08-17 03:39:48] "POST /neutron/port HTTP/1.1" 200 1385 0.024422 10.0.0.177 - - [2026-08-17 03:39:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004612 10.0.0.177 - - [2026-08-17 03:39:50] "POST /neutron/network HTTP/1.1" 200 849 0.007783 10.0.0.177 - - [2026-08-17 03:39:51] "GET /obj-perms HTTP/1.1" 200 4509 0.044198 10.0.0.190 - - [2026-08-17 03:39:51] "GET /obj-perms HTTP/1.1" 200 4509 0.043451 10.0.0.177 - - [2026-08-17 03:40:00] "POST /neutron/network HTTP/1.1" 200 935 0.007812 10.0.0.177 - - [2026-08-17 03:40:00] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.177 - - [2026-08-17 03:40:27] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.005234 10.0.0.177 - - [2026-08-17 03:40:27] "PUT /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395 HTTP/1.1" 200 262 0.015447 10.0.0.177 - - [2026-08-17 03:40:27] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004647 10.0.0.177 - - [2026-08-17 03:40:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009986 10.0.0.177 - - [2026-08-17 03:40:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009485 10.0.0.177 - - [2026-08-17 03:40:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005353 10.0.0.177 - - [2026-08-17 03:40:51] "POST /neutron/network HTTP/1.1" 200 920 0.007527 10.0.0.177 - - [2026-08-17 03:40:56] "POST /ref-update HTTP/1.1" 200 156 0.072891 10.0.0.177 - - [2026-08-17 03:40:56] "GET /virtual-network/3661f373-450e-4f0b-9e45-83e5c27325aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009110 10.0.0.177 - - [2026-08-17 03:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.190 - - [2026-08-17 03:40:56] "POST /ref-update HTTP/1.1" 200 156 0.082283 10.0.0.177 - - [2026-08-17 03:40:56] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.009755 10.0.0.177 - - [2026-08-17 03:40:56] "POST /ref-update HTTP/1.1" 200 156 0.154608 10.0.0.190 - - [2026-08-17 03:40:56] "POST /ref-update HTTP/1.1" 200 156 0.076467 10.0.0.177 - - [2026-08-17 03:40:56] "GET /virtual-network/f81ba306-dbad-4a26-bdc8-a0cd22c9c544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.011122 10.0.0.177 - - [2026-08-17 03:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.177 - - [2026-08-17 03:40:56] "GET /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.008832 10.0.0.190 - - [2026-08-17 03:40:56] "POST /ref-update HTTP/1.1" 200 156 0.046326 10.0.0.177 - - [2026-08-17 03:40:56] "DELETE /network-policy/0d44c057-9b1f-4489-a0bb-cac30d124395 HTTP/1.1" 200 115 0.121103 10.0.0.177 - - [2026-08-17 03:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005754 10.0.0.177 - - [2026-08-17 03:40:56] "DELETE /service-instance/66923d3d-f805-4557-879f-57980522719f HTTP/1.1" 200 115 0.080667 10.0.0.177 - - [2026-08-17 03:40:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004673 10.0.0.177 - - [2026-08-17 03:40:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.012959 10.0.0.190 - - [2026-08-17 03:40:56] "POST /ref-update HTTP/1.1" 200 156 0.074000 10.0.0.177 - - [2026-08-17 03:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.177 - - [2026-08-17 03:40:57] "DELETE /service-template/a6a14030-2ac1-4ea7-b794-cc6140697320 HTTP/1.1" 200 115 0.034302 10.0.0.177 - - [2026-08-17 03:40:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.011658 10.0.0.177 - - [2026-08-17 03:40:57] "POST /neutron/network HTTP/1.1" 200 850 0.007737 10.0.0.190 - - [2026-08-17 03:40:57] "DELETE /route-target/5746c2e1-6cf6-4d34-82e9-0c221dcbb662 HTTP/1.1" 200 115 0.028992 10.0.0.177 - - [2026-08-17 03:40:57] "POST /neutron/network HTTP/1.1" 400 204 0.015887 10.0.0.177 - - [2026-08-17 03:40:59] "POST /neutron/port HTTP/1.1" 200 1127 0.018280 10.0.0.177 - - [2026-08-17 03:40:59] "POST /neutron/port HTTP/1.1" 200 151 0.306518 10.0.0.177 - - [2026-08-17 03:40:59] "POST /neutron/port HTTP/1.1" 200 151 0.327583 10.0.0.177 - - [2026-08-17 03:41:00] "POST /neutron/network HTTP/1.1" 200 835 0.007368 10.0.0.190 - - [2026-08-17 03:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.38 - - [2026-08-17 03:41:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003309 10.0.0.38 - - [2026-08-17 03:41:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003738 10.0.0.177 - - [2026-08-17 03:41:01] "POST /neutron/network HTTP/1.1" 200 151 0.155555 10.0.0.190 - - [2026-08-17 03:41:01] "DELETE /route-target/215d9227-5895-4b1a-b7f1-3c626c141bdf HTTP/1.1" 200 115 0.029171 10.0.0.38 - - [2026-08-17 03:41:03] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001266 10.0.0.177 - - [2026-08-17 03:41:03] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.061324 10.0.0.38 - - [2026-08-17 03:41:03] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000985 10.0.0.177 - - [2026-08-17 03:41:03] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?fields=virtual_networks HTTP/1.1" 200 1036 0.038659 10.0.0.38 - - [2026-08-17 03:41:03] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002112 10.0.0.177 - - [2026-08-17 03:41:03] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.052878 10.0.0.38 - - [2026-08-17 03:41:03] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001344 10.0.0.177 - - [2026-08-17 03:41:03] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?fields=security_groups HTTP/1.1" 200 1264 0.050914 10.0.0.177 - - [2026-08-17 03:41:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.417208 10.0.0.38 - - [2026-08-17 03:41:04] "GET /projects?obj_uuids=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003640 10.0.0.38 - - [2026-08-17 03:41:04] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001387 10.0.0.38 - - [2026-08-17 03:41:04] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009890 10.0.0.38 - - [2026-08-17 03:41:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.006948 10.0.0.38 - - [2026-08-17 03:41:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.006617 10.0.0.38 - - [2026-08-17 03:41:05] "POST /security-groups HTTP/1.1" 200 592 0.034846 10.0.0.190 - - [2026-08-17 03:41:05] "POST /fqname-to-id HTTP/1.1" 404 235 0.008044 10.0.0.38 - - [2026-08-17 03:41:05] "POST /projects HTTP/1.1" 200 587 0.290323 10.0.0.38 - - [2026-08-17 03:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.368739 10.0.0.190 - - [2026-08-17 03:41:05] "POST /access-control-lists HTTP/1.1" 200 595 0.034364 10.0.0.177 - - [2026-08-17 03:41:05] "GET /project/c531c2cb-e481-419e-9dba-82b446796589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.532056 10.0.0.177 - - [2026-08-17 03:41:06] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.38 - - [2026-08-17 03:41:06] "DELETE /project/c531c2cbe481419e9dba82b446796589 HTTP/1.1" 404 173 0.006461 10.0.0.38 - - [2026-08-17 03:41:06] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000967 10.0.0.38 - - [2026-08-17 03:41:06] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.047005 10.0.0.38 - - [2026-08-17 03:41:07] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001020 10.0.0.38 - - [2026-08-17 03:41:07] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?fields=security_groups HTTP/1.1" 200 1369 0.066438 10.0.0.38 - - [2026-08-17 03:41:07] "DELETE /security-group/21443547-b46d-4d3e-9711-3defdd34badc HTTP/1.1" 200 115 0.082250 10.0.0.38 - - [2026-08-17 03:41:07] "GET /projects?obj_uuids=348c045b-a672-4523-88d6-9f2d74f6f599&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001726 10.0.0.38 - - [2026-08-17 03:41:07] "GET /project/348c045b-a672-4523-88d6-9f2d74f6f599?fields=application_policy_sets HTTP/1.1" 200 1408 0.069134 10.0.0.38 - - [2026-08-17 03:41:07] "DELETE /project/348c045b-a672-4523-88d6-9f2d74f6f599 HTTP/1.1" 200 115 0.592293 10.0.0.177 - - [2026-08-17 03:41:08] "GET /project/c531c2cb-e481-419e-9dba-82b446796589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000523 10.0.0.38 - - [2026-08-17 03:41:09] "GET /projects?obj_uuids=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.177 - - [2026-08-17 03:41:09] "GET /project/c531c2cb-e481-419e-9dba-82b446796589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.079143 10.0.0.177 - - [2026-08-17 03:41:09] "POST /fqname-to-id HTTP/1.1" 404 180 0.004192 10.0.0.177 - - [2026-08-17 03:41:09] "POST /virtual-DNSs HTTP/1.1" 200 507 0.033188 10.0.0.177 - - [2026-08-17 03:41:09] "GET /virtual-DNS/dd5eb46b-bfbf-4918-bd2f-f102d31d357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.007157 10.0.0.177 - - [2026-08-17 03:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.177 - - [2026-08-17 03:41:09] "GET /virtual-DNS/dd5eb46b-bfbf-4918-bd2f-f102d31d357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004562 10.0.0.177 - - [2026-08-17 03:41:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003780 10.0.0.177 - - [2026-08-17 03:41:10] "POST /network-ipams HTTP/1.1" 200 514 0.034923 10.0.0.177 - - [2026-08-17 03:41:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.093244 10.0.0.177 - - [2026-08-17 03:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.177 - - [2026-08-17 03:41:10] "GET /network-ipam/944d9daa-cf76-4b23-940c-583c9f5fa43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.007734 10.0.0.177 - - [2026-08-17 03:41:10] "PUT /network-ipam/944d9daa-cf76-4b23-940c-583c9f5fa43c HTTP/1.1" 200 258 0.016537 10.0.0.177 - - [2026-08-17 03:41:10] "POST /ref-update HTTP/1.1" 200 156 0.019368 10.0.0.177 - - [2026-08-17 03:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005288 10.0.0.38 - - [2026-08-17 03:41:10] "GET /projects?obj_uuids=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001571 10.0.0.177 - - [2026-08-17 03:41:10] "GET /project/c531c2cb-e481-419e-9dba-82b446796589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.061121 10.0.0.177 - - [2026-08-17 03:41:10] "POST /neutron/network HTTP/1.1" 200 117 0.041694 10.0.0.190 - - [2026-08-17 03:41:11] "POST /route-targets HTTP/1.1" 200 327 0.022393 10.0.0.177 - - [2026-08-17 03:41:11] "POST /neutron/network HTTP/1.1" 200 833 0.009123 10.0.0.177 - - [2026-08-17 03:41:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001318 10.0.0.177 - - [2026-08-17 03:41:11] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006023 10.0.0.177 - - [2026-08-17 03:41:11] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006411 10.0.0.177 - - [2026-08-17 03:41:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.009454 10.0.0.177 - - [2026-08-17 03:41:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001541 10.0.0.177 - - [2026-08-17 03:41:11] "POST /neutron/network HTTP/1.1" 200 843 0.008261 10.0.0.177 - - [2026-08-17 03:41:12] "POST /neutron/port HTTP/1.1" 200 117 0.006446 10.0.0.38 - - [2026-08-17 03:41:16] "GET /projects?obj_uuids=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001407 10.0.0.177 - - [2026-08-17 03:41:16] "POST /neutron/port HTTP/1.1" 200 1058 0.348224 10.0.0.177 - - [2026-08-17 03:41:16] "POST /neutron/port HTTP/1.1" 200 1112 0.137052 10.0.0.177 - - [2026-08-17 03:41:17] "POST /neutron/port HTTP/1.1" 200 1122 0.021208 10.0.0.177 - - [2026-08-17 03:41:17] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.177 - - [2026-08-17 03:41:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008444 10.0.0.177 - - [2026-08-17 03:41:32] "POST /neutron/port HTTP/1.1" 200 1122 0.019065 10.0.0.177 - - [2026-08-17 03:41:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009232 10.0.0.177 - - [2026-08-17 03:41:42] "POST /neutron/port HTTP/1.1" 200 1122 0.019564 10.0.0.177 - - [2026-08-17 03:41:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008080 10.0.0.177 - - [2026-08-17 03:41:42] "GET /virtual-machine/63878306-b52d-447a-8bfd-cfaeaa8038ea HTTP/1.1" 401 293 0.000454 10.0.0.177 - - [2026-08-17 03:41:43] "GET /virtual-machine/63878306-b52d-447a-8bfd-cfaeaa8038ea HTTP/1.1" 200 1293 0.030058 10.0.0.177 - - [2026-08-17 03:41:43] "GET /virtual-machine-interface/4550ed5d-2312-470e-9121-da837011e6cc HTTP/1.1" 200 2964 0.007298 10.0.0.177 - - [2026-08-17 03:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.177 - - [2026-08-17 03:41:43] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004510 10.0.0.177 - - [2026-08-17 03:41:43] "GET /virtual-networks?parent_id=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003774 10.0.0.177 - - [2026-08-17 03:41:43] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006604 10.0.0.177 - - [2026-08-17 03:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.177 - - [2026-08-17 03:41:46] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007472 10.0.0.177 - - [2026-08-17 03:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.177 - - [2026-08-17 03:41:50] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006191 10.0.0.38 - - [2026-08-17 03:41:53] "GET /obj-perms HTTP/1.1" 200 4509 0.050020 10.0.0.177 - - [2026-08-17 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.177 - - [2026-08-17 03:41:54] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006233 10.0.0.177 - - [2026-08-17 03:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.177 - - [2026-08-17 03:41:58] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005321 10.0.0.177 - - [2026-08-17 03:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.177 - - [2026-08-17 03:42:02] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006453 10.0.0.177 - - [2026-08-17 03:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.177 - - [2026-08-17 03:42:06] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006847 10.0.0.177 - - [2026-08-17 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.177 - - [2026-08-17 03:42:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004720 10.0.0.177 - - [2026-08-17 03:42:09] "GET /virtual-networks?parent_id=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003529 10.0.0.177 - - [2026-08-17 03:42:09] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007793 10.0.0.177 - - [2026-08-17 03:42:11] "POST /neutron/port HTTP/1.1" 200 1122 0.022482 10.0.0.177 - - [2026-08-17 03:42:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008159 10.0.0.177 - - [2026-08-17 03:42:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001400 10.0.0.177 - - [2026-08-17 03:42:32] "POST /neutron/port HTTP/1.1" 200 1122 0.020976 10.0.0.177 - - [2026-08-17 03:42:33] "POST /neutron/network HTTP/1.1" 200 833 0.035266 10.0.0.177 - - [2026-08-17 03:42:33] "POST /neutron/port HTTP/1.1" 200 117 0.007698 10.0.0.38 - - [2026-08-17 03:42:37] "GET /projects?obj_uuids=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025066 10.0.0.177 - - [2026-08-17 03:42:38] "POST /neutron/port HTTP/1.1" 200 1058 0.391776 10.0.0.177 - - [2026-08-17 03:42:38] "POST /neutron/port HTTP/1.1" 200 1112 0.173725 10.0.0.177 - - [2026-08-17 03:42:39] "POST /neutron/port HTTP/1.1" 200 1122 0.019284 10.0.0.177 - - [2026-08-17 03:42:39] "POST /neutron/port HTTP/1.1" 200 117 0.001474 10.0.0.177 - - [2026-08-17 03:42:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008801 10.0.0.177 - - [2026-08-17 03:42:49] "POST /neutron/port HTTP/1.1" 200 1122 0.039762 10.0.0.177 - - [2026-08-17 03:42:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004372 10.0.0.177 - - [2026-08-17 03:42:51] "POST /neutron/network HTTP/1.1" 200 833 0.007580 10.0.0.177 - - [2026-08-17 03:42:59] "POST /neutron/port HTTP/1.1" 200 1122 0.019515 10.0.0.177 - - [2026-08-17 03:42:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008520 10.0.0.177 - - [2026-08-17 03:42:59] "GET /virtual-machine/2bdda932-7577-48fd-aea5-888bb6a37794 HTTP/1.1" 200 1293 0.007176 10.0.0.177 - - [2026-08-17 03:42:59] "GET /virtual-machine-interface/0d6f1a26-6d3e-4bb7-9734-7f4d602afb5d HTTP/1.1" 200 2963 0.007850 10.0.0.177 - - [2026-08-17 03:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.177 - - [2026-08-17 03:42:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004380 10.0.0.177 - - [2026-08-17 03:42:59] "GET /virtual-networks?parent_id=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003078 10.0.0.177 - - [2026-08-17 03:42:59] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010993 10.0.0.177 - - [2026-08-17 03:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.177 - - [2026-08-17 03:43:02] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008545 10.0.0.177 - - [2026-08-17 03:43:02] "POST /neutron/port HTTP/1.1" 200 1122 0.023195 10.0.0.177 - - [2026-08-17 03:43:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006677 10.0.0.177 - - [2026-08-17 03:43:04] "POST /neutron/network HTTP/1.1" 200 833 0.007782 10.0.0.177 - - [2026-08-17 03:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.177 - - [2026-08-17 03:43:06] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006826 10.0.0.177 - - [2026-08-17 03:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.177 - - [2026-08-17 03:43:10] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008717 10.0.0.177 - - [2026-08-17 03:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.177 - - [2026-08-17 03:43:14] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006289 10.0.0.177 - - [2026-08-17 03:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.177 - - [2026-08-17 03:43:19] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006113 10.0.0.177 - - [2026-08-17 03:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.177 - - [2026-08-17 03:43:23] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005978 10.0.0.177 - - [2026-08-17 03:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.177 - - [2026-08-17 03:43:27] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005714 10.0.0.177 - - [2026-08-17 03:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.177 - - [2026-08-17 03:43:29] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003793 10.0.0.177 - - [2026-08-17 03:43:29] "GET /virtual-networks?parent_id=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003258 10.0.0.177 - - [2026-08-17 03:43:29] "GET /virtual-network/17e31236-171b-45a4-8311-8aba750e49a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006841 10.0.0.177 - - [2026-08-17 03:43:32] "POST /neutron/port HTTP/1.1" 200 1122 0.018508 10.0.0.177 - - [2026-08-17 03:43:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009031 10.0.0.38 - - [2026-08-17 03:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000597 10.0.0.38 - - [2026-08-17 03:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.177 - - [2026-08-17 03:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.177 - - [2026-08-17 03:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.190 - - [2026-08-17 03:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.190 - - [2026-08-17 03:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.38 - - [2026-08-17 03:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.38 - - [2026-08-17 03:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.177 - - [2026-08-17 03:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.177 - - [2026-08-17 03:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.190 - - [2026-08-17 03:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.190 - - [2026-08-17 03:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.177 - - [2026-08-17 03:43:51] "POST /neutron/network HTTP/1.1" 200 843 0.007307 10.0.0.177 - - [2026-08-17 03:43:51] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.177 - - [2026-08-17 03:43:55] "GET /obj-perms HTTP/1.1" 200 4509 0.042754 10.0.0.177 - - [2026-08-17 03:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.177 - - [2026-08-17 03:43:56] "DELETE /virtual-DNS/dd5eb46b-bfbf-4918-bd2f-f102d31d357c HTTP/1.1" 409 235 0.010490 10.0.0.177 - - [2026-08-17 03:43:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.004332 10.0.0.177 - - [2026-08-17 03:43:56] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.030819 10.0.0.177 - - [2026-08-17 03:43:57] "GET /virtual-DNS-record/0c8050af-c63d-4226-83c7-d81883b1f8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006594 10.0.0.177 - - [2026-08-17 03:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.177 - - [2026-08-17 03:43:57] "GET /virtual-DNS-record/0c8050af-c63d-4226-83c7-d81883b1f8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.004137 10.0.0.177 - - [2026-08-17 03:44:02] "POST /neutron/port HTTP/1.1" 200 1122 0.023916 10.0.0.177 - - [2026-08-17 03:44:02] "DELETE /virtual-DNS-record/0c8050af-c63d-4226-83c7-d81883b1f8b9 HTTP/1.1" 200 115 0.035651 10.0.0.177 - - [2026-08-17 03:44:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.004270 10.0.0.177 - - [2026-08-17 03:44:03] "POST /neutron/network HTTP/1.1" 200 843 0.007915 10.0.0.177 - - [2026-08-17 03:44:03] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.177 - - [2026-08-17 03:44:04] "POST /neutron/port HTTP/1.1" 200 1112 0.017052 10.0.0.177 - - [2026-08-17 03:44:04] "POST /neutron/port HTTP/1.1" 200 1112 0.044126 10.0.0.177 - - [2026-08-17 03:44:05] "POST /neutron/network HTTP/1.1" 400 204 0.021323 10.0.0.177 - - [2026-08-17 03:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.190 - - [2026-08-17 03:44:07] "DELETE /route-target/05142fcc-f72c-4643-8b1f-cb387b5b4491 HTTP/1.1" 200 115 0.046786 10.0.0.177 - - [2026-08-17 03:44:07] "DELETE /network-ipam/944d9daa-cf76-4b23-940c-583c9f5fa43c HTTP/1.1" 200 115 0.064669 10.0.0.177 - - [2026-08-17 03:44:07] "DELETE /virtual-DNS/dd5eb46b-bfbf-4918-bd2f-f102d31d357c HTTP/1.1" 200 115 0.058879 10.0.0.177 - - [2026-08-17 03:44:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.007599 10.0.0.38 - - [2026-08-17 03:44:08] "GET /projects?obj_uuids=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001552 10.0.0.177 - - [2026-08-17 03:44:08] "GET /project/c531c2cb-e481-419e-9dba-82b446796589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.085485 10.0.0.38 - - [2026-08-17 03:44:08] "GET /projects?obj_uuids=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001180 10.0.0.177 - - [2026-08-17 03:44:08] "GET /project/c531c2cb-e481-419e-9dba-82b446796589?fields=virtual_networks HTTP/1.1" 200 1036 0.059422 10.0.0.38 - - [2026-08-17 03:44:08] "GET /projects?obj_uuids=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.177 - - [2026-08-17 03:44:09] "GET /project/c531c2cb-e481-419e-9dba-82b446796589?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.053887 10.0.0.38 - - [2026-08-17 03:44:09] "GET /projects?obj_uuids=c531c2cb-e481-419e-9dba-82b446796589&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001246 10.0.0.177 - - [2026-08-17 03:44:09] "GET /project/c531c2cb-e481-419e-9dba-82b446796589?fields=security_groups HTTP/1.1" 200 1263 0.049062 10.0.0.177 - - [2026-08-17 03:44:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.033946 10.0.0.38 - - [2026-08-17 03:44:10] "GET /projects?obj_uuids=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003801 10.0.0.38 - - [2026-08-17 03:44:10] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001280 10.0.0.38 - - [2026-08-17 03:44:10] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041361 10.0.0.38 - - [2026-08-17 03:44:10] "POST /id-to-fqname HTTP/1.1" 200 191 0.002864 10.0.0.38 - - [2026-08-17 03:44:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.014614 10.0.0.38 - - [2026-08-17 03:44:10] "POST /security-groups HTTP/1.1" 200 592 0.048987 10.0.0.38 - - [2026-08-17 03:44:10] "POST /projects HTTP/1.1" 200 587 0.310281 10.0.0.190 - - [2026-08-17 03:44:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.011196 10.0.0.38 - - [2026-08-17 03:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.387559 10.0.0.177 - - [2026-08-17 03:44:10] "GET /project/dd4da57f-6406-4614-8a3e-6cbe1e8f0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.599238 10.0.0.177 - - [2026-08-17 03:44:11] "GET / HTTP/1.1" 200 35931 0.001996 10.0.0.177 - - [2026-08-17 03:44:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000536 10.0.0.177 - - [2026-08-17 03:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.080079 10.0.0.38 - - [2026-08-17 03:44:14] "GET /projects?obj_uuids=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001538 10.0.0.177 - - [2026-08-17 03:44:14] "GET /project/dd4da57f-6406-4614-8a3e-6cbe1e8f0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054284 10.0.0.177 - - [2026-08-17 03:44:14] "POST /neutron/network HTTP/1.1" 200 117 0.032695 10.0.0.190 - - [2026-08-17 03:44:14] "POST /ref-update HTTP/1.1" 200 156 0.035045 10.0.0.177 - - [2026-08-17 03:44:14] "POST /neutron/network HTTP/1.1" 200 826 0.009927 10.0.0.177 - - [2026-08-17 03:44:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.002028 10.0.0.177 - - [2026-08-17 03:44:14] "GET /virtual-network/2aca8663-7ac0-4956-b7a9-e8d11a3c59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007772 10.0.0.177 - - [2026-08-17 03:44:14] "GET /virtual-network/2aca8663-7ac0-4956-b7a9-e8d11a3c59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006281 10.0.0.177 - - [2026-08-17 03:44:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.009783 10.0.0.177 - - [2026-08-17 03:44:15] "GET /virtual-network/2aca8663-7ac0-4956-b7a9-e8d11a3c59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006327 10.0.0.190 - - [2026-08-17 03:44:16] "GET /obj-perms HTTP/1.1" 200 4485 0.079710 10.0.0.177 - - [2026-08-17 03:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.38 - - [2026-08-17 03:44:17] "GET /projects?obj_uuids=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.177 - - [2026-08-17 03:44:17] "GET /project/dd4da57f-6406-4614-8a3e-6cbe1e8f0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.071344 10.0.0.38 - - [2026-08-17 03:44:17] "POST /useragent-kv HTTP/1.1" 200 115 0.012866 10.0.0.177 - - [2026-08-17 03:44:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.266482 10.0.0.177 - - [2026-08-17 03:44:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001769 10.0.0.177 - - [2026-08-17 03:44:18] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.011102 10.0.0.177 - - [2026-08-17 03:44:18] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006642 10.0.0.177 - - [2026-08-17 03:44:18] "POST /neutron/network HTTP/1.1" 200 828 0.007733 10.0.0.177 - - [2026-08-17 03:44:18] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007030 10.0.0.38 - - [2026-08-17 03:44:18] "GET /obj-perms HTTP/1.1" 200 4485 0.040922 10.0.0.177 - - [2026-08-17 03:44:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001642 10.0.0.38 - - [2026-08-17 03:44:36] "GET /projects?obj_uuids=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.177 - - [2026-08-17 03:44:36] "GET /project/dd4da57f-6406-4614-8a3e-6cbe1e8f0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.149076 10.0.0.177 - - [2026-08-17 03:44:36] "POST /neutron/network HTTP/1.1" 200 828 0.009431 10.0.0.177 - - [2026-08-17 03:44:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001485 10.0.0.177 - - [2026-08-17 03:44:37] "POST /neutron/port HTTP/1.1" 200 117 0.006763 10.0.0.177 - - [2026-08-17 03:44:37] "POST /neutron/port HTTP/1.1" 200 117 0.008863 10.0.0.177 - - [2026-08-17 03:44:41] "POST /neutron/network HTTP/1.1" 200 838 0.007683 10.0.0.177 - - [2026-08-17 03:44:41] "POST /neutron/port HTTP/1.1" 200 1062 0.018889 10.0.0.38 - - [2026-08-17 03:44:41] "GET /projects?obj_uuids=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001423 10.0.0.177 - - [2026-08-17 03:44:42] "POST /neutron/port HTTP/1.1" 200 1060 0.351895 10.0.0.177 - - [2026-08-17 03:44:42] "POST /neutron/port HTTP/1.1" 200 1114 0.149535 10.0.0.177 - - [2026-08-17 03:44:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009017 10.0.0.177 - - [2026-08-17 03:44:43] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.177 - - [2026-08-17 03:44:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004737 10.0.0.177 - - [2026-08-17 03:44:43] "POST /neutron/network HTTP/1.1" 200 826 0.010128 10.0.0.177 - - [2026-08-17 03:44:53] "POST /neutron/port HTTP/1.1" 200 1126 0.022127 10.0.0.190 - - [2026-08-17 03:44:54] "DELETE /access-control-list/b2832078-7f57-488d-a6fc-69712faea720 HTTP/1.1" 200 115 0.043292 10.0.0.177 - - [2026-08-17 03:44:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007911 10.0.0.38 - - [2026-08-17 03:45:07] "DELETE /project/dd4da57f640646148a3e6cbe1e8f0599 HTTP/1.1" 404 173 0.003662 10.0.0.38 - - [2026-08-17 03:45:07] "DELETE /project/c531c2cb-e481-419e-9dba-82b446796589 HTTP/1.1" 404 177 0.006627 10.0.0.177 - - [2026-08-17 03:45:08] "POST /neutron/port HTTP/1.1" 200 1126 0.021105 10.0.0.177 - - [2026-08-17 03:45:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008095 10.0.0.177 - - [2026-08-17 03:45:23] "POST /neutron/port HTTP/1.1" 200 1126 0.020221 10.0.0.177 - - [2026-08-17 03:45:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008228 10.0.0.177 - - [2026-08-17 03:45:29] "POST /neutron/port HTTP/1.1" 200 1126 0.019933 10.0.0.177 - - [2026-08-17 03:45:29] "GET /virtual-machine/2398fb1b-926a-4961-bb5d-047690036718 HTTP/1.1" 401 293 0.000539 10.0.0.177 - - [2026-08-17 03:45:29] "GET /virtual-machine/2398fb1b-926a-4961-bb5d-047690036718 HTTP/1.1" 200 1293 0.036102 10.0.0.177 - - [2026-08-17 03:45:29] "GET /virtual-machine-interface/91261d43-4807-4f9b-bc27-7795281e82d6 HTTP/1.1" 200 2950 0.009127 10.0.0.177 - - [2026-08-17 03:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.177 - - [2026-08-17 03:45:29] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004029 10.0.0.177 - - [2026-08-17 03:45:29] "GET /virtual-networks?parent_id=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003683 10.0.0.177 - - [2026-08-17 03:45:29] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006891 10.0.0.177 - - [2026-08-17 03:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.177 - - [2026-08-17 03:45:32] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006238 10.0.0.177 - - [2026-08-17 03:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.177 - - [2026-08-17 03:45:36] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006165 10.0.0.177 - - [2026-08-17 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.177 - - [2026-08-17 03:45:40] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009552 10.0.0.177 - - [2026-08-17 03:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.177 - - [2026-08-17 03:45:45] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006264 10.0.0.177 - - [2026-08-17 03:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.177 - - [2026-08-17 03:45:49] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005940 10.0.0.177 - - [2026-08-17 03:45:51] "POST /neutron/port HTTP/1.1" 200 1126 0.019786 10.0.0.177 - - [2026-08-17 03:45:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.009823 10.0.0.177 - - [2026-08-17 03:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.177 - - [2026-08-17 03:45:53] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006113 10.0.0.177 - - [2026-08-17 03:45:56] "GET /obj-perms HTTP/1.1" 200 4509 0.046063 10.0.0.190 - - [2026-08-17 03:45:56] "GET /obj-perms HTTP/1.1" 200 4509 0.039742 10.0.0.177 - - [2026-08-17 03:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.177 - - [2026-08-17 03:45:57] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006192 10.0.0.177 - - [2026-08-17 03:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.177 - - [2026-08-17 03:46:01] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006092 10.0.0.177 - - [2026-08-17 03:46:02] "POST /neutron/port HTTP/1.1" 200 1124 0.022244 10.0.0.177 - - [2026-08-17 03:46:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004743 10.0.0.177 - - [2026-08-17 03:46:03] "POST /neutron/network HTTP/1.1" 200 826 0.007872 10.0.0.177 - - [2026-08-17 03:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.177 - - [2026-08-17 03:46:05] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007635 10.0.0.177 - - [2026-08-17 03:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.177 - - [2026-08-17 03:46:07] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005116 10.0.0.177 - - [2026-08-17 03:46:07] "GET /virtual-networks?parent_id=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004237 10.0.0.177 - - [2026-08-17 03:46:07] "GET /virtual-network/233b7de8-516e-450a-b340-471d7c131d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006673 10.0.0.177 - - [2026-08-17 03:46:12] "POST /neutron/port HTTP/1.1" 200 1126 0.020417 10.0.0.177 - - [2026-08-17 03:46:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008597 10.0.0.177 - - [2026-08-17 03:46:23] "POST /neutron/port HTTP/1.1" 200 1126 0.023647 10.0.0.177 - - [2026-08-17 03:46:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009060 10.0.0.177 - - [2026-08-17 03:46:33] "POST /neutron/port HTTP/1.1" 200 1126 0.022909 10.0.0.177 - - [2026-08-17 03:46:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011859 10.0.0.177 - - [2026-08-17 03:46:49] "POST /neutron/port HTTP/1.1" 200 1126 0.019538 10.0.0.177 - - [2026-08-17 03:46:52] "POST /neutron/port HTTP/1.1" 200 1126 0.018638 10.0.0.177 - - [2026-08-17 03:46:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.011515 10.0.0.177 - - [2026-08-17 03:46:54] "POST /neutron/port HTTP/1.1" 200 1126 0.018630 10.0.0.177 - - [2026-08-17 03:46:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009714 10.0.0.177 - - [2026-08-17 03:46:59] "POST /neutron/port HTTP/1.1" 200 1124 0.019638 10.0.0.177 - - [2026-08-17 03:46:59] "GET /virtual-machine/00ce96aa-f165-4038-aa25-e5ee883b8416 HTTP/1.1" 200 1291 0.006959 10.0.0.177 - - [2026-08-17 03:46:59] "GET /virtual-machine-interface/96103465-7569-4680-bbee-12d3d2c9b771 HTTP/1.1" 200 2950 0.006156 10.0.0.177 - - [2026-08-17 03:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981 10.0.0.177 - - [2026-08-17 03:46:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004680 10.0.0.177 - - [2026-08-17 03:46:59] "GET /virtual-networks?parent_id=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003891 10.0.0.177 - - [2026-08-17 03:46:59] "GET /virtual-network/2aca8663-7ac0-4956-b7a9-e8d11a3c59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007192 10.0.0.177 - - [2026-08-17 03:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.014488 10.0.0.177 - - [2026-08-17 03:47:01] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009396 10.0.0.177 - - [2026-08-17 03:47:01] "GET /virtual-networks?parent_id=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004868 10.0.0.177 - - [2026-08-17 03:47:01] "GET /virtual-network/2aca8663-7ac0-4956-b7a9-e8d11a3c59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006859 10.0.0.177 - - [2026-08-17 03:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.38 - - [2026-08-17 03:47:01] "GET /projects?obj_uuids=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001495 10.0.0.177 - - [2026-08-17 03:47:01] "GET /project/dd4da57f-6406-4614-8a3e-6cbe1e8f0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.074945 10.0.0.177 - - [2026-08-17 03:47:01] "GET /virtual-network/2aca8663-7ac0-4956-b7a9-e8d11a3c59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006885 10.0.0.177 - - [2026-08-17 03:47:01] "GET /floating-ip-pools?parent_id=2aca8663-7ac0-4956-b7a9-e8d11a3c59f6&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003909 10.0.0.177 - - [2026-08-17 03:47:01] "GET /virtual-network/2aca8663-7ac0-4956-b7a9-e8d11a3c59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006388 10.0.0.177 - - [2026-08-17 03:47:01] "POST /floating-ip-pools HTTP/1.1" 200 598 0.038316 10.0.0.177 - - [2026-08-17 03:47:01] "POST /ref-update HTTP/1.1" 200 156 0.019524 10.0.0.177 - - [2026-08-17 03:47:01] "GET /virtual-network/2aca8663-7ac0-4956-b7a9-e8d11a3c59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006365 10.0.0.177 - - [2026-08-17 03:47:02] "GET /virtual-network/2aca8663-7ac0-4956-b7a9-e8d11a3c59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006885 10.0.0.177 - - [2026-08-17 03:47:02] "POST /neutron/port HTTP/1.1" 200 1126 0.021823 10.0.0.177 - - [2026-08-17 03:47:02] "POST /neutron/floatingip HTTP/1.1" 200 577 0.033853 10.0.0.177 - - [2026-08-17 03:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.177 - - [2026-08-17 03:47:02] "GET /routing-instance/9c5bd9d4-52b1-48f0-a45c-dd1b8f2ed19c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005867 10.0.0.177 - - [2026-08-17 03:47:02] "GET /route-target/63724491-0974-4472-9259-3f5af3dca5a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005807 10.0.0.177 - - [2026-08-17 03:47:04] "POST /neutron/network HTTP/1.1" 200 836 0.008662 10.0.0.177 - - [2026-08-17 03:47:04] "POST /neutron/port HTTP/1.1" 200 117 0.001848 10.0.0.177 - - [2026-08-17 03:47:20] "POST /neutron/floatingip HTTP/1.1" 200 529 0.039639 10.0.0.177 - - [2026-08-17 03:47:21] "GET /floating-ip-pool/0a891b26-a47e-4b56-b726-efd6ee1586ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.005792 10.0.0.177 - - [2026-08-17 03:47:21] "POST /ref-update HTTP/1.1" 200 156 0.022276 10.0.0.177 - - [2026-08-17 03:47:21] "DELETE /floating-ip-pool/0a891b26-a47e-4b56-b726-efd6ee1586ac HTTP/1.1" 200 115 0.041567 10.0.0.177 - - [2026-08-17 03:47:21] "POST /neutron/network HTTP/1.1" 200 828 0.014264 10.0.0.177 - - [2026-08-17 03:47:23] "POST /neutron/port HTTP/1.1" 200 1114 0.014454 10.0.0.177 - - [2026-08-17 03:47:23] "POST /neutron/port HTTP/1.1" 200 1116 0.035368 10.0.0.177 - - [2026-08-17 03:47:23] "POST /neutron/network HTTP/1.1" 400 204 0.016060 10.0.0.190 - - [2026-08-17 03:47:25] "DELETE /route-target/0bfc928e-6e9e-4a85-8e69-d64e54462707 HTTP/1.1" 200 115 0.052177 10.0.0.177 - - [2026-08-17 03:47:25] "POST /neutron/network HTTP/1.1" 200 826 0.011096 10.0.0.38 - - [2026-08-17 03:47:27] "GET /projects?obj_uuids=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001032 10.0.0.177 - - [2026-08-17 03:47:27] "GET /project/dd4da57f-6406-4614-8a3e-6cbe1e8f0599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045711 10.0.0.38 - - [2026-08-17 03:47:27] "GET /projects?obj_uuids=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001097 10.0.0.177 - - [2026-08-17 03:47:27] "GET /project/dd4da57f-6406-4614-8a3e-6cbe1e8f0599?fields=virtual_networks HTTP/1.1" 200 1035 0.060032 10.0.0.38 - - [2026-08-17 03:47:27] "GET /projects?obj_uuids=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001109 10.0.0.177 - - [2026-08-17 03:47:27] "GET /project/dd4da57f-6406-4614-8a3e-6cbe1e8f0599?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.059643 10.0.0.38 - - [2026-08-17 03:47:27] "GET /projects?obj_uuids=dd4da57f-6406-4614-8a3e-6cbe1e8f0599&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001197 10.0.0.177 - - [2026-08-17 03:47:28] "GET /project/dd4da57f-6406-4614-8a3e-6cbe1e8f0599?fields=security_groups HTTP/1.1" 200 1262 0.058955 10.0.0.177 - - [2026-08-17 03:47:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.030309 10.0.0.38 - - [2026-08-17 03:47:29] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004016 10.0.0.38 - - [2026-08-17 03:47:29] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.38 - - [2026-08-17 03:47:29] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008714 10.0.0.38 - - [2026-08-17 03:47:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.006897 10.0.0.38 - - [2026-08-17 03:47:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.006266 10.0.0.38 - - [2026-08-17 03:47:29] "POST /security-groups HTTP/1.1" 200 591 0.033592 10.0.0.190 - - [2026-08-17 03:47:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.004806 10.0.0.38 - - [2026-08-17 03:47:29] "POST /projects HTTP/1.1" 200 585 0.265854 10.0.0.38 - - [2026-08-17 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.342353 10.0.0.177 - - [2026-08-17 03:47:29] "GET /project/9be2b25c-62dc-4a41-9549-753294761cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.497671 10.0.0.190 - - [2026-08-17 03:47:29] "POST /access-control-lists HTTP/1.1" 200 594 0.058183 10.0.0.177 - - [2026-08-17 03:47:30] "GET / HTTP/1.1" 200 35931 0.002195 10.0.0.177 - - [2026-08-17 03:47:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000556 10.0.0.177 - - [2026-08-17 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.070193 10.0.0.38 - - [2026-08-17 03:47:33] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.177 - - [2026-08-17 03:47:33] "GET /project/9be2b25c-62dc-4a41-9549-753294761cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045435 10.0.0.38 - - [2026-08-17 03:47:33] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001407 10.0.0.177 - - [2026-08-17 03:47:33] "POST /neutron/network HTTP/1.1" 200 625 0.172273 10.0.0.177 - - [2026-08-17 03:47:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.004018 10.0.0.177 - - [2026-08-17 03:47:33] "GET /virtual-network/4028bf71-9984-4a10-a65c-bbff350761db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006389 10.0.0.177 - - [2026-08-17 03:47:33] "POST /neutron/network HTTP/1.1" 200 839 0.007606 10.0.0.177 - - [2026-08-17 03:47:33] "GET /virtual-network/4028bf71-9984-4a10-a65c-bbff350761db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005901 10.0.0.177 - - [2026-08-17 03:47:34] "POST /neutron/network HTTP/1.1" 200 839 0.007278 10.0.0.177 - - [2026-08-17 03:47:34] "POST /id-to-fqname HTTP/1.1" 200 230 0.001381 10.0.0.177 - - [2026-08-17 03:47:34] "POST /neutron/port HTTP/1.1" 200 117 0.006484 10.0.0.177 - - [2026-08-17 03:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.177 - - [2026-08-17 03:47:34] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004680 10.0.0.177 - - [2026-08-17 03:47:34] "PUT /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb HTTP/1.1" 200 276 0.013953 10.0.0.177 - - [2026-08-17 03:47:38] "POST /neutron/network HTTP/1.1" 200 849 0.009763 10.0.0.177 - - [2026-08-17 03:47:39] "POST /neutron/port HTTP/1.1" 200 1055 0.017826 10.0.0.177 - - [2026-08-17 03:47:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009453 10.0.0.177 - - [2026-08-17 03:47:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.011572 10.0.0.177 - - [2026-08-17 03:47:44] "POST /neutron/port HTTP/1.1" 200 1119 0.022302 10.0.0.177 - - [2026-08-17 03:47:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008887 10.0.0.190 - - [2026-08-17 03:47:55] "DELETE /access-control-list/35c02838-0d55-45e5-9b21-9faa98f22460 HTTP/1.1" 200 115 0.045642 10.0.0.38 - - [2026-08-17 03:47:58] "GET /obj-perms HTTP/1.1" 200 4509 0.052215 10.0.0.177 - - [2026-08-17 03:48:00] "POST /neutron/port HTTP/1.1" 200 1119 0.020596 10.0.0.177 - - [2026-08-17 03:48:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008504 10.0.0.177 - - [2026-08-17 03:48:00] "GET /virtual-machine/b6a9bc98-2495-4e88-805e-06c4f77d7ae4 HTTP/1.1" 401 293 0.000477 10.0.0.177 - - [2026-08-17 03:48:01] "GET /virtual-machine/b6a9bc98-2495-4e88-805e-06c4f77d7ae4 HTTP/1.1" 200 1292 0.030060 10.0.0.177 - - [2026-08-17 03:48:01] "GET /virtual-machine-interface/05b6f86a-ce12-4ca3-b4ce-71dd46830f20 HTTP/1.1" 200 2970 0.018234 10.0.0.177 - - [2026-08-17 03:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.177 - - [2026-08-17 03:48:01] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005173 10.0.0.177 - - [2026-08-17 03:48:01] "GET /virtual-networks?parent_id=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005028 10.0.0.177 - - [2026-08-17 03:48:01] "GET /virtual-network/4028bf71-9984-4a10-a65c-bbff350761db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008072 10.0.0.177 - - [2026-08-17 03:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.177 - - [2026-08-17 03:48:04] "GET /virtual-network/4028bf71-9984-4a10-a65c-bbff350761db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005789 10.0.0.177 - - [2026-08-17 03:48:04] "POST /neutron/port HTTP/1.1" 200 1119 0.072829 10.0.0.177 - - [2026-08-17 03:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.177 - - [2026-08-17 03:48:06] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004760 10.0.0.177 - - [2026-08-17 03:48:06] "GET /virtual-networks?parent_id=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003529 10.0.0.177 - - [2026-08-17 03:48:06] "GET /virtual-network/4028bf71-9984-4a10-a65c-bbff350761db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006458 10.0.0.38 - - [2026-08-17 03:48:08] "DELETE /project/9be2b25c62dc4a419549753294761cd1 HTTP/1.1" 404 173 0.004983 10.0.0.38 - - [2026-08-17 03:48:08] "DELETE /project/dd4da57f-6406-4614-8a3e-6cbe1e8f0599 HTTP/1.1" 404 177 0.003991 10.0.0.177 - - [2026-08-17 03:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.177 - - [2026-08-17 03:48:08] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004476 10.0.0.177 - - [2026-08-17 03:48:08] "PUT /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb HTTP/1.1" 200 276 0.014082 10.0.0.177 - - [2026-08-17 03:48:08] "POST /neutron/network HTTP/1.1" 400 204 0.016238 10.0.0.177 - - [2026-08-17 03:48:11] "POST /neutron/port HTTP/1.1" 200 151 0.250317 10.0.0.177 - - [2026-08-17 03:48:12] "POST /neutron/network HTTP/1.1" 200 839 0.007678 10.0.0.190 - - [2026-08-17 03:48:13] "DELETE /route-target/f4cabdd6-5a75-4cf7-9a88-3c7948b10252 HTTP/1.1" 200 115 0.031976 10.0.0.177 - - [2026-08-17 03:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.38 - - [2026-08-17 03:48:16] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.025823 10.0.0.177 - - [2026-08-17 03:48:16] "GET /project/9be2b25c-62dc-4a41-9549-753294761cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.085632 10.0.0.38 - - [2026-08-17 03:48:16] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.177 - - [2026-08-17 03:48:16] "POST /neutron/network HTTP/1.1" 200 605 0.156243 10.0.0.177 - - [2026-08-17 03:48:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.004097 10.0.0.177 - - [2026-08-17 03:48:16] "GET /virtual-network/b7edf02e-036c-492b-944f-41c69d1bef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008507 10.0.0.177 - - [2026-08-17 03:48:16] "POST /neutron/network HTTP/1.1" 200 822 0.009160 10.0.0.177 - - [2026-08-17 03:48:16] "GET /virtual-network/b7edf02e-036c-492b-944f-41c69d1bef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006824 10.0.0.177 - - [2026-08-17 03:48:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001450 10.0.0.177 - - [2026-08-17 03:48:17] "POST /neutron/network HTTP/1.1" 200 832 0.010877 10.0.0.38 - - [2026-08-17 03:48:17] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.177 - - [2026-08-17 03:48:17] "GET /project/9be2b25c-62dc-4a41-9549-753294761cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.058631 10.0.0.177 - - [2026-08-17 03:48:17] "POST /neutron/port HTTP/1.1" 200 117 0.007539 10.0.0.38 - - [2026-08-17 03:48:21] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.177 - - [2026-08-17 03:48:21] "POST /neutron/port HTTP/1.1" 200 1058 0.397928 10.0.0.177 - - [2026-08-17 03:48:22] "POST /neutron/port HTTP/1.1" 200 1112 0.175546 10.0.0.177 - - [2026-08-17 03:48:23] "POST /neutron/port HTTP/1.1" 200 1122 0.029346 10.0.0.177 - - [2026-08-17 03:48:23] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.177 - - [2026-08-17 03:48:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008960 10.0.0.177 - - [2026-08-17 03:48:37] "POST /neutron/port HTTP/1.1" 200 1122 0.027351 10.0.0.177 - - [2026-08-17 03:48:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008891 10.0.0.38 - - [2026-08-17 03:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000547 10.0.0.38 - - [2026-08-17 03:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.177 - - [2026-08-17 03:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.177 - - [2026-08-17 03:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000540 10.0.0.190 - - [2026-08-17 03:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.190 - - [2026-08-17 03:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.38 - - [2026-08-17 03:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.38 - - [2026-08-17 03:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.177 - - [2026-08-17 03:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.177 - - [2026-08-17 03:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.190 - - [2026-08-17 03:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.190 - - [2026-08-17 03:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000628 10.0.0.177 - - [2026-08-17 03:48:48] "POST /neutron/port HTTP/1.1" 200 1122 0.022387 10.0.0.177 - - [2026-08-17 03:48:48] "POST /neutron/port HTTP/1.1" 200 1122 0.016899 10.0.0.177 - - [2026-08-17 03:48:48] "GET /virtual-machine/0e4cab24-2fb1-47f1-80e8-143da391d83b HTTP/1.1" 200 1291 0.006712 10.0.0.177 - - [2026-08-17 03:48:48] "GET /virtual-machine-interface/6781f2a8-5922-4d2a-a6f1-fcb2e7f1c367 HTTP/1.1" 200 2941 0.005986 10.0.0.177 - - [2026-08-17 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.177 - - [2026-08-17 03:48:48] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004843 10.0.0.177 - - [2026-08-17 03:48:48] "GET /virtual-networks?parent_id=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003916 10.0.0.177 - - [2026-08-17 03:48:48] "GET /virtual-network/b7edf02e-036c-492b-944f-41c69d1bef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006669 10.0.0.177 - - [2026-08-17 03:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.177 - - [2026-08-17 03:48:49] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004991 10.0.0.177 - - [2026-08-17 03:48:49] "GET /virtual-networks?parent_id=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003742 10.0.0.177 - - [2026-08-17 03:48:49] "GET /virtual-network/b7edf02e-036c-492b-944f-41c69d1bef20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006732 10.0.0.177 - - [2026-08-17 03:48:51] "POST /neutron/network HTTP/1.1" 200 822 0.008167 10.0.0.177 - - [2026-08-17 03:48:53] "POST /neutron/port HTTP/1.1" 200 1112 0.016507 10.0.0.177 - - [2026-08-17 03:48:53] "POST /neutron/network HTTP/1.1" 400 204 0.017780 10.0.0.190 - - [2026-08-17 03:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.177 - - [2026-08-17 03:48:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004237 10.0.0.177 - - [2026-08-17 03:48:58] "POST /network-ipams HTTP/1.1" 200 541 0.030510 10.0.0.177 - - [2026-08-17 03:48:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003775 10.0.0.177 - - [2026-08-17 03:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.177 - - [2026-08-17 03:48:58] "GET /network-ipam/cc511ee4-1f69-449a-98a0-7d76e350d68f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.007236 10.0.0.177 - - [2026-08-17 03:48:58] "PUT /network-ipam/cc511ee4-1f69-449a-98a0-7d76e350d68f HTTP/1.1" 200 258 0.036267 10.0.0.177 - - [2026-08-17 03:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.38 - - [2026-08-17 03:48:58] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001147 10.0.0.177 - - [2026-08-17 03:48:58] "GET /project/9be2b25c-62dc-4a41-9549-753294761cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.051854 10.0.0.177 - - [2026-08-17 03:48:58] "POST /neutron/network HTTP/1.1" 200 117 0.013380 10.0.0.190 - - [2026-08-17 03:48:59] "POST /ref-update HTTP/1.1" 200 156 0.027030 10.0.0.38 - - [2026-08-17 03:48:59] "POST /useragent-kv HTTP/1.1" 200 115 0.009495 10.0.0.177 - - [2026-08-17 03:48:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.201952 10.0.0.177 - - [2026-08-17 03:48:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001513 10.0.0.177 - - [2026-08-17 03:48:59] "GET /virtual-network/90eebd93-7842-49f0-aa5f-5111a3a2c28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007882 10.0.0.177 - - [2026-08-17 03:48:59] "GET /virtual-network/90eebd93-7842-49f0-aa5f-5111a3a2c28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007208 10.0.0.177 - - [2026-08-17 03:48:59] "POST /neutron/network HTTP/1.1" 200 994 0.009916 10.0.0.177 - - [2026-08-17 03:48:59] "POST /neutron/network HTTP/1.1" 200 994 0.009863 10.0.0.38 - - [2026-08-17 03:48:59] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.177 - - [2026-08-17 03:49:00] "POST /neutron/port HTTP/1.1" 200 1017 0.309517 10.0.0.177 - - [2026-08-17 03:49:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001498 10.0.0.177 - - [2026-08-17 03:49:00] "POST /neutron/port HTTP/1.1" 200 1017 0.057350 10.0.0.177 - - [2026-08-17 03:49:01] "POST /neutron/port HTTP/1.1" 200 117 0.008178 10.0.0.177 - - [2026-08-17 03:49:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001703 10.0.0.177 - - [2026-08-17 03:49:01] "POST /neutron/port HTTP/1.1" 200 117 0.007693 10.0.0.177 - - [2026-08-17 03:49:01] "POST /neutron/network HTTP/1.1" 200 994 0.011426 10.0.0.177 - - [2026-08-17 03:49:01] "POST /neutron/port HTTP/1.1" 200 117 0.009947 10.0.0.177 - - [2026-08-17 03:49:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.002023 10.0.0.177 - - [2026-08-17 03:49:01] "POST /neutron/network HTTP/1.1" 200 1004 0.009592 10.0.0.177 - - [2026-08-17 03:49:02] "POST /neutron/port HTTP/1.1" 200 117 0.008306 10.0.0.177 - - [2026-08-17 03:49:02] "GET /virtual-network/90eebd93-7842-49f0-aa5f-5111a3a2c28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007006 10.0.0.177 - - [2026-08-17 03:49:03] "GET /obj-perms HTTP/1.1" 200 4483 0.054554 10.0.0.190 - - [2026-08-17 03:49:03] "GET /obj-perms HTTP/1.1" 200 4483 0.050069 10.0.0.177 - - [2026-08-17 03:49:05] "POST /neutron/network HTTP/1.1" 200 1004 0.008473 10.0.0.177 - - [2026-08-17 03:49:05] "POST /neutron/port HTTP/1.1" 200 1109 0.241035 10.0.0.177 - - [2026-08-17 03:49:05] "POST /neutron/port HTTP/1.1" 200 1017 0.016788 10.0.0.177 - - [2026-08-17 03:49:06] "POST /neutron/port HTTP/1.1" 200 1119 0.019605 10.0.0.177 - - [2026-08-17 03:49:06] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.177 - - [2026-08-17 03:49:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004313 10.0.0.177 - - [2026-08-17 03:49:07] "POST /neutron/network HTTP/1.1" 200 994 0.010772 10.0.0.177 - - [2026-08-17 03:49:10] "POST /neutron/network HTTP/1.1" 200 1004 0.008106 10.0.0.177 - - [2026-08-17 03:49:10] "POST /neutron/port HTTP/1.1" 200 1055 0.019120 10.0.0.177 - - [2026-08-17 03:49:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004933 10.0.0.177 - - [2026-08-17 03:49:11] "POST /neutron/network HTTP/1.1" 200 994 0.011251 10.0.0.177 - - [2026-08-17 03:49:19] "POST /neutron/port HTTP/1.1" 200 1119 0.019913 10.0.0.177 - - [2026-08-17 03:49:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008120 10.0.0.177 - - [2026-08-17 03:49:31] "POST /neutron/port HTTP/1.1" 200 1119 0.019850 10.0.0.177 - - [2026-08-17 03:49:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008598 10.0.0.177 - - [2026-08-17 03:49:40] "POST /neutron/port HTTP/1.1" 200 1119 0.019970 10.0.0.177 - - [2026-08-17 03:49:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009700 10.0.0.177 - - [2026-08-17 03:49:40] "GET /virtual-machine/0aecee92-8c90-4369-aca0-efc6ac7f91b5 HTTP/1.1" 200 1287 0.006544 10.0.0.177 - - [2026-08-17 03:49:40] "GET /virtual-machine-interface/8dc61767-0c1b-445b-9d5f-5f05e6980a2c HTTP/1.1" 200 2942 0.006191 10.0.0.177 - - [2026-08-17 03:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006457 10.0.0.177 - - [2026-08-17 03:49:40] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006546 10.0.0.177 - - [2026-08-17 03:49:40] "GET /virtual-networks?parent_id=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003553 10.0.0.177 - - [2026-08-17 03:49:40] "GET /virtual-network/90eebd93-7842-49f0-aa5f-5111a3a2c28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006273 10.0.0.177 - - [2026-08-17 03:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.177 - - [2026-08-17 03:49:43] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005388 10.0.0.177 - - [2026-08-17 03:49:43] "GET /virtual-networks?parent_id=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003477 10.0.0.177 - - [2026-08-17 03:49:43] "GET /virtual-network/90eebd93-7842-49f0-aa5f-5111a3a2c28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006371 10.0.0.177 - - [2026-08-17 03:49:43] "POST /neutron/port HTTP/1.1" 200 1119 0.019073 10.0.0.177 - - [2026-08-17 03:49:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009978 10.0.0.177 - - [2026-08-17 03:49:44] "GET /virtual-machine/3c3533ad-ceab-411d-aca1-f36373d21781 HTTP/1.1" 200 1288 0.008513 10.0.0.177 - - [2026-08-17 03:49:44] "GET /virtual-machine-interface/4ee3eae2-3263-4a70-8d8e-589dc41ac807 HTTP/1.1" 200 2941 0.006645 10.0.0.177 - - [2026-08-17 03:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.177 - - [2026-08-17 03:49:44] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004770 10.0.0.177 - - [2026-08-17 03:49:44] "GET /virtual-networks?parent_id=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003882 10.0.0.177 - - [2026-08-17 03:49:44] "GET /virtual-network/90eebd93-7842-49f0-aa5f-5111a3a2c28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006106 10.0.0.177 - - [2026-08-17 03:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.177 - - [2026-08-17 03:49:45] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005255 10.0.0.177 - - [2026-08-17 03:49:45] "GET /virtual-networks?parent_id=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003622 10.0.0.177 - - [2026-08-17 03:49:45] "GET /virtual-network/90eebd93-7842-49f0-aa5f-5111a3a2c28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006192 10.0.0.177 - - [2026-08-17 03:49:45] "POST /neutron/port HTTP/1.1" 200 1119 0.024896 10.0.0.177 - - [2026-08-17 03:49:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010301 10.0.0.177 - - [2026-08-17 03:49:45] "GET /virtual-machine/478cc062-d9b2-497a-a63c-d218709648c1 HTTP/1.1" 200 1292 0.006963 10.0.0.177 - - [2026-08-17 03:49:45] "GET /virtual-machine-interface/d0f09e4d-3ac6-4af9-b97d-8c708b91e5a5 HTTP/1.1" 200 2942 0.007682 10.0.0.177 - - [2026-08-17 03:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.177 - - [2026-08-17 03:49:45] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004109 10.0.0.177 - - [2026-08-17 03:49:45] "GET /virtual-networks?parent_id=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003654 10.0.0.177 - - [2026-08-17 03:49:45] "GET /virtual-network/90eebd93-7842-49f0-aa5f-5111a3a2c28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007104 10.0.0.177 - - [2026-08-17 03:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.177 - - [2026-08-17 03:49:49] "GET /virtual-network/90eebd93-7842-49f0-aa5f-5111a3a2c28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006615 10.0.0.177 - - [2026-08-17 03:49:49] "POST /neutron/port HTTP/1.1" 200 1119 0.023037 10.0.0.177 - - [2026-08-17 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.177 - - [2026-08-17 03:49:51] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004919 10.0.0.177 - - [2026-08-17 03:49:51] "GET /virtual-networks?parent_id=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003643 10.0.0.177 - - [2026-08-17 03:49:51] "GET /virtual-network/90eebd93-7842-49f0-aa5f-5111a3a2c28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006706 10.0.0.177 - - [2026-08-17 03:49:58] "POST /neutron/port HTTP/1.1" 200 1119 0.019053 10.0.0.177 - - [2026-08-17 03:49:59] "POST /neutron/subnet HTTP/1.1" 200 673 0.014060 10.0.0.177 - - [2026-08-17 03:50:05] "POST /neutron/port HTTP/1.1" 200 1119 0.024275 10.0.0.177 - - [2026-08-17 03:50:07] "POST /neutron/port HTTP/1.1" 200 1109 0.017281 10.0.0.177 - - [2026-08-17 03:50:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.021805 10.0.0.177 - - [2026-08-17 03:50:07] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.177 - - [2026-08-17 03:50:07] "POST /neutron/port HTTP/1.1" 200 151 0.231659 10.0.0.177 - - [2026-08-17 03:50:08] "POST /neutron/port HTTP/1.1" 200 1119 0.020657 10.0.0.177 - - [2026-08-17 03:50:09] "POST /neutron/network HTTP/1.1" 200 994 0.015086 10.0.0.177 - - [2026-08-17 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.177 - - [2026-08-17 03:50:10] "DELETE /network-ipam/cc511ee4-1f69-449a-98a0-7d76e350d68f HTTP/1.1" 200 115 0.052200 10.0.0.177 - - [2026-08-17 03:50:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.004903 10.0.0.177 - - [2026-08-17 03:50:10] "POST /neutron/port HTTP/1.1" 400 205 0.005354 10.0.0.177 - - [2026-08-17 03:50:11] "POST /neutron/port HTTP/1.1" 400 205 0.005016 10.0.0.38 - - [2026-08-17 03:50:11] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001318 10.0.0.177 - - [2026-08-17 03:50:11] "GET /project/9be2b25c-62dc-4a41-9549-753294761cd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.100262 10.0.0.38 - - [2026-08-17 03:50:11] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003150 10.0.0.177 - - [2026-08-17 03:50:11] "GET /project/9be2b25c-62dc-4a41-9549-753294761cd1?fields=virtual_networks HTTP/1.1" 200 1034 0.076694 10.0.0.38 - - [2026-08-17 03:50:11] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001240 10.0.0.177 - - [2026-08-17 03:50:12] "GET /project/9be2b25c-62dc-4a41-9549-753294761cd1?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.077393 10.0.0.38 - - [2026-08-17 03:50:12] "GET /projects?obj_uuids=9be2b25c-62dc-4a41-9549-753294761cd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.177 - - [2026-08-17 03:50:12] "GET /project/9be2b25c-62dc-4a41-9549-753294761cd1?fields=security_groups HTTP/1.1" 200 1260 0.057985 10.0.0.177 - - [2026-08-17 03:50:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.040556 10.0.0.38 - - [2026-08-17 03:50:13] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003609 10.0.0.38 - - [2026-08-17 03:50:13] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.38 - - [2026-08-17 03:50:13] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046064 10.0.0.38 - - [2026-08-17 03:50:13] "POST /id-to-fqname HTTP/1.1" 200 198 0.009929 10.0.0.38 - - [2026-08-17 03:50:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.004973 10.0.0.38 - - [2026-08-17 03:50:13] "POST /security-groups HTTP/1.1" 200 599 0.081962 10.0.0.190 - - [2026-08-17 03:50:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.004555 10.0.0.38 - - [2026-08-17 03:50:13] "POST /projects HTTP/1.1" 200 601 0.336717 10.0.0.38 - - [2026-08-17 03:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.418908 10.0.0.190 - - [2026-08-17 03:50:13] "POST /access-control-lists HTTP/1.1" 200 602 0.042903 10.0.0.177 - - [2026-08-17 03:50:13] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.646214 10.0.0.177 - - [2026-08-17 03:50:15] "GET / HTTP/1.1" 200 35931 0.001865 10.0.0.177 - - [2026-08-17 03:50:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000566 10.0.0.177 - - [2026-08-17 03:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.062183 10.0.0.38 - - [2026-08-17 03:50:17] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.177 - - [2026-08-17 03:50:17] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070192 10.0.0.38 - - [2026-08-17 03:50:17] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002625 10.0.0.177 - - [2026-08-17 03:50:17] "POST /neutron/network HTTP/1.1" 200 613 0.202215 10.0.0.190 - - [2026-08-17 03:50:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.042555 10.0.0.177 - - [2026-08-17 03:50:18] "POST /neutron/network HTTP/1.1" 200 1005 0.013716 10.0.0.177 - - [2026-08-17 03:50:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001163 10.0.0.177 - - [2026-08-17 03:50:18] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005716 10.0.0.177 - - [2026-08-17 03:50:18] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005945 10.0.0.177 - - [2026-08-17 03:50:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.010520 10.0.0.177 - - [2026-08-17 03:50:19] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007065 10.0.0.38 - - [2026-08-17 03:50:21] "GET /obj-perms HTTP/1.1" 200 4499 0.068687 10.0.0.177 - - [2026-08-17 03:50:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001398 10.0.0.177 - - [2026-08-17 03:50:21] "POST /neutron/network HTTP/1.1" 200 1005 0.013991 10.0.0.177 - - [2026-08-17 03:50:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001531 10.0.0.177 - - [2026-08-17 03:50:21] "POST /neutron/port HTTP/1.1" 200 117 0.009192 10.0.0.38 - - [2026-08-17 03:50:22] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.177 - - [2026-08-17 03:50:22] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.149515 10.0.0.177 - - [2026-08-17 03:50:22] "POST /neutron/port HTTP/1.1" 200 117 0.009867 10.0.0.177 - - [2026-08-17 03:50:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001494 10.0.0.177 - - [2026-08-17 03:50:22] "POST /neutron/network HTTP/1.1" 200 1015 0.009908 10.0.0.177 - - [2026-08-17 03:50:23] "POST /neutron/port HTTP/1.1" 200 117 0.007601 10.0.0.177 - - [2026-08-17 03:50:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001622 10.0.0.177 - - [2026-08-17 03:50:23] "POST /neutron/network HTTP/1.1" 200 1005 0.011128 10.0.0.177 - - [2026-08-17 03:50:23] "POST /neutron/port HTTP/1.1" 200 117 0.007423 10.0.0.177 - - [2026-08-17 03:50:26] "POST /neutron/port HTTP/1.1" 200 1174 0.023985 10.0.0.177 - - [2026-08-17 03:50:26] "POST /neutron/network HTTP/1.1" 200 1015 0.018484 10.0.0.177 - - [2026-08-17 03:50:27] "POST /neutron/port HTTP/1.1" 200 1174 0.026297 10.0.0.177 - - [2026-08-17 03:50:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004213 10.0.0.177 - - [2026-08-17 03:50:28] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.177 - - [2026-08-17 03:50:28] "POST /neutron/network HTTP/1.1" 200 1015 0.007736 10.0.0.177 - - [2026-08-17 03:50:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004553 10.0.0.177 - - [2026-08-17 03:50:28] "POST /neutron/port HTTP/1.1" 200 1174 0.029056 10.0.0.177 - - [2026-08-17 03:50:28] "POST /neutron/port HTTP/1.1" 200 1174 0.023743 10.0.0.177 - - [2026-08-17 03:50:28] "POST /neutron/network HTTP/1.1" 200 1015 0.010355 10.0.0.177 - - [2026-08-17 03:50:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009125 10.0.0.177 - - [2026-08-17 03:50:29] "POST /neutron/port HTTP/1.1" 200 1228 0.122781 10.0.0.177 - - [2026-08-17 03:50:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004476 10.0.0.177 - - [2026-08-17 03:50:30] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.177 - - [2026-08-17 03:50:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004289 10.0.0.177 - - [2026-08-17 03:50:30] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.177 - - [2026-08-17 03:50:34] "POST /neutron/port HTTP/1.1" 200 1238 0.022042 10.0.0.177 - - [2026-08-17 03:50:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008721 10.0.0.177 - - [2026-08-17 03:50:49] "POST /neutron/port HTTP/1.1" 200 1238 0.018522 10.0.0.177 - - [2026-08-17 03:50:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008347 10.0.0.190 - - [2026-08-17 03:50:56] "DELETE /access-control-list/4bf51d76-a31c-4d25-9294-3e66f1772573 HTTP/1.1" 200 115 0.051587 10.0.0.177 - - [2026-08-17 03:51:04] "POST /neutron/port HTTP/1.1" 200 1238 0.024989 10.0.0.177 - - [2026-08-17 03:51:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009575 10.0.0.177 - - [2026-08-17 03:51:05] "GET /virtual-machine/cccdf8b0-2fea-40f5-8e4e-aa33e8ee637f HTTP/1.1" 401 293 0.000508 10.0.0.177 - - [2026-08-17 03:51:05] "GET /virtual-machine/cccdf8b0-2fea-40f5-8e4e-aa33e8ee637f HTTP/1.1" 200 1301 0.030380 10.0.0.177 - - [2026-08-17 03:51:05] "GET /virtual-machine-interface/92e20da6-5eb4-487b-bef1-ea029440d25e HTTP/1.1" 200 3176 0.006085 10.0.0.177 - - [2026-08-17 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.177 - - [2026-08-17 03:51:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005027 10.0.0.177 - - [2026-08-17 03:51:05] "GET /virtual-networks?parent_id=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003387 10.0.0.177 - - [2026-08-17 03:51:05] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006632 10.0.0.38 - - [2026-08-17 03:51:08] "DELETE /project/d88e17f5179648f8869465b21404dff3 HTTP/1.1" 404 173 0.005383 10.0.0.38 - - [2026-08-17 03:51:08] "DELETE /project/9be2b25c-62dc-4a41-9549-753294761cd1 HTTP/1.1" 404 177 0.004198 10.0.0.177 - - [2026-08-17 03:51:08] "POST /neutron/port HTTP/1.1" 200 1238 0.020823 10.0.0.177 - - [2026-08-17 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.177 - - [2026-08-17 03:51:08] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006939 10.0.0.177 - - [2026-08-17 03:51:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005200 10.0.0.177 - - [2026-08-17 03:51:09] "POST /neutron/port HTTP/1.1" 200 117 0.001657 10.0.0.177 - - [2026-08-17 03:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.177 - - [2026-08-17 03:51:12] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007499 10.0.0.177 - - [2026-08-17 03:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.177 - - [2026-08-17 03:51:16] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006721 10.0.0.177 - - [2026-08-17 03:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.177 - - [2026-08-17 03:51:20] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006080 10.0.0.177 - - [2026-08-17 03:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.177 - - [2026-08-17 03:51:25] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006165 10.0.0.177 - - [2026-08-17 03:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.177 - - [2026-08-17 03:51:29] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005611 10.0.0.177 - - [2026-08-17 03:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.177 - - [2026-08-17 03:51:33] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006345 10.0.0.177 - - [2026-08-17 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.177 - - [2026-08-17 03:51:37] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007275 10.0.0.177 - - [2026-08-17 03:51:40] "POST /neutron/port HTTP/1.1" 200 1238 0.021840 10.0.0.177 - - [2026-08-17 03:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.177 - - [2026-08-17 03:51:41] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004172 10.0.0.177 - - [2026-08-17 03:51:41] "GET /virtual-networks?parent_id=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003694 10.0.0.177 - - [2026-08-17 03:51:41] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006553 10.0.0.177 - - [2026-08-17 03:51:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008634 10.0.0.177 - - [2026-08-17 03:51:46] "POST /neutron/port HTTP/1.1" 200 1238 0.026706 10.0.0.177 - - [2026-08-17 03:51:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007320 10.0.0.177 - - [2026-08-17 03:51:57] "POST /neutron/port HTTP/1.1" 200 1238 0.018164 10.0.0.177 - - [2026-08-17 03:51:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008582 10.0.0.177 - - [2026-08-17 03:51:57] "GET /virtual-machine/924e31c4-57db-4227-a49a-e1c72fc8125a HTTP/1.1" 200 1301 0.007229 10.0.0.177 - - [2026-08-17 03:51:57] "GET /virtual-machine-interface/c8f0eaae-20b2-464c-89c4-6318c4b5011a HTTP/1.1" 200 3175 0.008537 10.0.0.177 - - [2026-08-17 03:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.177 - - [2026-08-17 03:51:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004223 10.0.0.177 - - [2026-08-17 03:51:57] "GET /virtual-networks?parent_id=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003510 10.0.0.177 - - [2026-08-17 03:51:57] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006972 10.0.0.177 - - [2026-08-17 03:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.177 - - [2026-08-17 03:51:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003745 10.0.0.177 - - [2026-08-17 03:51:58] "GET /virtual-networks?parent_id=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003263 10.0.0.177 - - [2026-08-17 03:51:58] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006783 10.0.0.177 - - [2026-08-17 03:51:58] "POST /neutron/port HTTP/1.1" 200 1238 0.019650 10.0.0.177 - - [2026-08-17 03:52:00] "POST /neutron/port HTTP/1.1" 200 1238 0.019204 10.0.0.177 - - [2026-08-17 03:52:01] "GET /obj-perms HTTP/1.1" 200 4509 0.050005 10.0.0.190 - - [2026-08-17 03:52:02] "GET /obj-perms HTTP/1.1" 200 4509 0.047569 10.0.0.177 - - [2026-08-17 03:52:02] "POST /neutron/network HTTP/1.1" 200 1015 0.008032 10.0.0.177 - - [2026-08-17 03:52:02] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016262 10.0.0.177 - - [2026-08-17 03:52:02] "POST /neutron/network HTTP/1.1" 200 1005 0.010202 10.0.0.177 - - [2026-08-17 03:52:06] "POST /neutron/port HTTP/1.1" 200 1238 0.026956 10.0.0.177 - - [2026-08-17 03:52:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.177 - - [2026-08-17 03:52:08] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.177 - - [2026-08-17 03:52:09] "POST /neutron/port HTTP/1.1" 200 1238 0.021826 10.0.0.177 - - [2026-08-17 03:52:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008015 10.0.0.177 - - [2026-08-17 03:52:09] "GET /virtual-machine/2eb74524-aea0-4cc9-9a96-5167051057e5 HTTP/1.1" 200 1300 0.006887 10.0.0.177 - - [2026-08-17 03:52:09] "GET /virtual-machine-interface/85afb983-afa2-425e-8cd2-d83a146b0de1 HTTP/1.1" 200 3175 0.007006 10.0.0.177 - - [2026-08-17 03:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.177 - - [2026-08-17 03:52:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005738 10.0.0.177 - - [2026-08-17 03:52:09] "GET /virtual-networks?parent_id=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003605 10.0.0.177 - - [2026-08-17 03:52:09] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006517 10.0.0.177 - - [2026-08-17 03:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.177 - - [2026-08-17 03:52:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004381 10.0.0.177 - - [2026-08-17 03:52:10] "GET /virtual-networks?parent_id=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004569 10.0.0.177 - - [2026-08-17 03:52:10] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008607 10.0.0.38 - - [2026-08-17 03:52:15] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.177 - - [2026-08-17 03:52:15] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057137 10.0.0.177 - - [2026-08-17 03:52:15] "POST /fqname-to-id HTTP/1.1" 404 226 0.004194 10.0.0.177 - - [2026-08-17 03:52:15] "POST /interface-route-tables HTTP/1.1" 200 575 0.027005 10.0.0.177 - - [2026-08-17 03:52:15] "GET /interface-route-table/f401367f-c89f-44dc-b3c1-1c491b1b2f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006532 10.0.0.177 - - [2026-08-17 03:52:15] "GET /virtual-machine-interface/92e20da6-5eb4-487b-bef1-ea029440d25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007236 10.0.0.177 - - [2026-08-17 03:52:15] "POST /ref-update HTTP/1.1" 200 156 0.018101 10.0.0.38 - - [2026-08-17 03:52:21] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.177 - - [2026-08-17 03:52:21] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055263 10.0.0.177 - - [2026-08-17 03:52:21] "POST /fqname-to-id HTTP/1.1" 404 226 0.003289 10.0.0.177 - - [2026-08-17 03:52:21] "POST /interface-route-tables HTTP/1.1" 200 575 0.027569 10.0.0.177 - - [2026-08-17 03:52:21] "GET /interface-route-table/989dc597-a8dd-41ed-a881-d14d53065d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006996 10.0.0.177 - - [2026-08-17 03:52:21] "GET /virtual-machine-interface/c8f0eaae-20b2-464c-89c4-6318c4b5011a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006402 10.0.0.177 - - [2026-08-17 03:52:21] "POST /ref-update HTTP/1.1" 200 156 0.014579 10.0.0.177 - - [2026-08-17 03:52:22] "GET /virtual-machine-interface/85afb983-afa2-425e-8cd2-d83a146b0de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006697 10.0.0.177 - - [2026-08-17 03:52:22] "PUT /virtual-machine-interface/85afb983-afa2-425e-8cd2-d83a146b0de1 HTTP/1.1" 200 284 0.018108 10.0.0.177 - - [2026-08-17 03:52:22] "GET /virtual-machine-interface/92e20da6-5eb4-487b-bef1-ea029440d25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.008046 10.0.0.177 - - [2026-08-17 03:52:22] "PUT /virtual-machine-interface/92e20da6-5eb4-487b-bef1-ea029440d25e HTTP/1.1" 200 284 0.014621 10.0.0.177 - - [2026-08-17 03:52:22] "GET /virtual-machine-interface/c8f0eaae-20b2-464c-89c4-6318c4b5011a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.013458 10.0.0.177 - - [2026-08-17 03:52:22] "PUT /virtual-machine-interface/c8f0eaae-20b2-464c-89c4-6318c4b5011a HTTP/1.1" 200 284 0.018270 10.0.0.177 - - [2026-08-17 03:53:01] "POST /neutron/port HTTP/1.1" 200 1238 0.023392 10.0.0.177 - - [2026-08-17 03:53:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012844 10.0.0.177 - - [2026-08-17 03:53:03] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.177 - - [2026-08-17 03:53:07] "POST /neutron/port HTTP/1.1" 200 1238 0.021496 10.0.0.177 - - [2026-08-17 03:53:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004901 10.0.0.177 - - [2026-08-17 03:53:09] "POST /neutron/port HTTP/1.1" 200 117 0.001399 10.0.0.177 - - [2026-08-17 03:53:21] "POST /neutron/port HTTP/1.1" 200 1238 0.018227 10.0.0.177 - - [2026-08-17 03:53:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007895 10.0.0.177 - - [2026-08-17 03:53:21] "GET /virtual-machine/bb7a922b-6a25-411b-a810-8523a07da628 HTTP/1.1" 200 1301 0.006421 10.0.0.177 - - [2026-08-17 03:53:21] "GET /virtual-machine-interface/cbf89b69-a700-4c2d-aa5d-9880b7c30efc HTTP/1.1" 200 3176 0.005530 10.0.0.177 - - [2026-08-17 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005854 10.0.0.177 - - [2026-08-17 03:53:21] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004439 10.0.0.177 - - [2026-08-17 03:53:21] "GET /virtual-networks?parent_id=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003371 10.0.0.177 - - [2026-08-17 03:53:21] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006674 10.0.0.177 - - [2026-08-17 03:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.177 - - [2026-08-17 03:53:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004795 10.0.0.177 - - [2026-08-17 03:53:22] "GET /virtual-networks?parent_id=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003407 10.0.0.177 - - [2026-08-17 03:53:22] "GET /virtual-network/b4931289-6c21-4cb7-9592-cc4d1452450d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007956 10.0.0.177 - - [2026-08-17 03:53:23] "GET /virtual-machine-interface/cbf89b69-a700-4c2d-aa5d-9880b7c30efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006946 10.0.0.177 - - [2026-08-17 03:53:23] "PUT /virtual-machine-interface/cbf89b69-a700-4c2d-aa5d-9880b7c30efc HTTP/1.1" 200 284 0.019721 10.0.0.38 - - [2026-08-17 03:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000589 10.0.0.38 - - [2026-08-17 03:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.177 - - [2026-08-17 03:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.177 - - [2026-08-17 03:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000546 10.0.0.190 - - [2026-08-17 03:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.190 - - [2026-08-17 03:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.38 - - [2026-08-17 03:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.38 - - [2026-08-17 03:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.177 - - [2026-08-17 03:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.177 - - [2026-08-17 03:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.190 - - [2026-08-17 03:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.190 - - [2026-08-17 03:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.38 - - [2026-08-17 03:54:01] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.035927 10.0.0.177 - - [2026-08-17 03:54:01] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.093251 10.0.0.177 - - [2026-08-17 03:54:01] "POST /fqname-to-id HTTP/1.1" 404 226 0.008884 10.0.0.177 - - [2026-08-17 03:54:02] "POST /interface-route-tables HTTP/1.1" 200 575 0.033476 10.0.0.177 - - [2026-08-17 03:54:02] "GET /interface-route-table/09d163b9-0922-4861-a36b-a9356e3aac9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.007766 10.0.0.177 - - [2026-08-17 03:54:02] "GET /virtual-machine-interface/cbf89b69-a700-4c2d-aa5d-9880b7c30efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.006883 10.0.0.177 - - [2026-08-17 03:54:02] "POST /ref-update HTTP/1.1" 200 156 0.023697 10.0.0.177 - - [2026-08-17 03:54:03] "GET /virtual-machine-interface/92e20da6-5eb4-487b-bef1-ea029440d25e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007318 10.0.0.177 - - [2026-08-17 03:54:03] "POST /ref-update HTTP/1.1" 200 156 0.018906 10.0.0.177 - - [2026-08-17 03:54:03] "DELETE /interface-route-table/f401367f-c89f-44dc-b3c1-1c491b1b2f33 HTTP/1.1" 200 115 0.042834 10.0.0.38 - - [2026-08-17 03:54:04] "GET /obj-perms HTTP/1.1" 200 4509 0.047396 10.0.0.177 - - [2026-08-17 03:54:05] "POST /neutron/port HTTP/1.1" 200 1238 0.021376 10.0.0.177 - - [2026-08-17 03:54:07] "POST /neutron/port HTTP/1.1" 200 1238 0.039763 10.0.0.177 - - [2026-08-17 03:54:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004516 10.0.0.177 - - [2026-08-17 03:54:09] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.177 - - [2026-08-17 03:54:09] "POST /neutron/port HTTP/1.1" 200 1238 0.050134 10.0.0.177 - - [2026-08-17 03:54:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004621 10.0.0.177 - - [2026-08-17 03:54:11] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.177 - - [2026-08-17 03:54:13] "GET /virtual-machine-interface/cbf89b69-a700-4c2d-aa5d-9880b7c30efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.009642 10.0.0.177 - - [2026-08-17 03:54:13] "POST /ref-update HTTP/1.1" 200 156 0.017557 10.0.0.177 - - [2026-08-17 03:54:13] "DELETE /interface-route-table/09d163b9-0922-4861-a36b-a9356e3aac9e HTTP/1.1" 200 115 0.034792 10.0.0.177 - - [2026-08-17 03:54:13] "GET /virtual-machine-interface/c8f0eaae-20b2-464c-89c4-6318c4b5011a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.005890 10.0.0.177 - - [2026-08-17 03:54:13] "POST /ref-update HTTP/1.1" 200 156 0.016520 10.0.0.177 - - [2026-08-17 03:54:13] "DELETE /interface-route-table/989dc597-a8dd-41ed-a881-d14d53065d6f HTTP/1.1" 200 115 0.032246 10.0.0.177 - - [2026-08-17 03:54:13] "POST /neutron/network HTTP/1.1" 200 1005 0.009679 10.0.0.177 - - [2026-08-17 03:54:15] "POST /neutron/port HTTP/1.1" 200 1228 0.019481 10.0.0.177 - - [2026-08-17 03:54:15] "POST /neutron/port HTTP/1.1" 200 1228 0.020433 10.0.0.177 - - [2026-08-17 03:54:15] "POST /neutron/port HTTP/1.1" 200 1228 0.020631 10.0.0.177 - - [2026-08-17 03:54:15] "POST /neutron/network HTTP/1.1" 400 204 0.026028 10.0.0.190 - - [2026-08-17 03:54:17] "DELETE /route-target/b4b654b7-1638-4abd-b864-84c3d43dc932 HTTP/1.1" 200 115 0.070278 10.0.0.38 - - [2026-08-17 03:54:19] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.177 - - [2026-08-17 03:54:19] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062272 10.0.0.38 - - [2026-08-17 03:54:19] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003305 10.0.0.177 - - [2026-08-17 03:54:19] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?fields=virtual_networks HTTP/1.1" 200 1049 0.056347 10.0.0.38 - - [2026-08-17 03:54:19] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.177 - - [2026-08-17 03:54:19] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.050443 10.0.0.38 - - [2026-08-17 03:54:19] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001631 10.0.0.177 - - [2026-08-17 03:54:19] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?fields=security_groups HTTP/1.1" 200 1283 0.048074 10.0.0.177 - - [2026-08-17 03:54:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.029898 10.0.0.38 - - [2026-08-17 03:54:20] "GET /projects?obj_uuids=f8acfac8-9bcf-4990-b7a3-d1e76bc886b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003275 10.0.0.38 - - [2026-08-17 03:54:20] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002160 10.0.0.38 - - [2026-08-17 03:54:20] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008560 10.0.0.38 - - [2026-08-17 03:54:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.003004 10.0.0.38 - - [2026-08-17 03:54:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.005803 10.0.0.38 - - [2026-08-17 03:54:21] "POST /security-groups HTTP/1.1" 200 586 0.033571 10.0.0.38 - - [2026-08-17 03:54:21] "POST /projects HTTP/1.1" 200 575 0.304806 10.0.0.38 - - [2026-08-17 03:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.351532 10.0.0.190 - - [2026-08-17 03:54:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.011378 10.0.0.177 - - [2026-08-17 03:54:21] "GET /project/f8acfac8-9bcf-4990-b7a3-d1e76bc886b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.532508 10.0.0.177 - - [2026-08-17 03:54:22] "GET / HTTP/1.1" 200 35931 0.001984 10.0.0.38 - - [2026-08-17 03:54:25] "GET /projects?obj_uuids=f8acfac8-9bcf-4990-b7a3-d1e76bc886b2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.177 - - [2026-08-17 03:54:25] "GET /project/f8acfac8-9bcf-4990-b7a3-d1e76bc886b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.073377 10.0.0.38 - - [2026-08-17 03:54:25] "GET /projects?obj_uuids=f8acfac8-9bcf-4990-b7a3-d1e76bc886b2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001042 10.0.0.177 - - [2026-08-17 03:54:25] "GET /project/f8acfac8-9bcf-4990-b7a3-d1e76bc886b2?fields=virtual_networks HTTP/1.1" 200 1024 0.064005 10.0.0.38 - - [2026-08-17 03:54:25] "GET /projects?obj_uuids=f8acfac8-9bcf-4990-b7a3-d1e76bc886b2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001639 10.0.0.177 - - [2026-08-17 03:54:25] "GET /project/f8acfac8-9bcf-4990-b7a3-d1e76bc886b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.067453 10.0.0.38 - - [2026-08-17 03:54:26] "GET /projects?obj_uuids=f8acfac8-9bcf-4990-b7a3-d1e76bc886b2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001095 10.0.0.177 - - [2026-08-17 03:54:26] "GET /project/f8acfac8-9bcf-4990-b7a3-d1e76bc886b2?fields=security_groups HTTP/1.1" 200 1245 0.071789 10.0.0.177 - - [2026-08-17 03:54:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.037943 10.0.0.38 - - [2026-08-17 03:54:27] "GET /projects?obj_uuids=00195dbf-39c9-4b47-98a8-c4cb4d30cc36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003978 10.0.0.38 - - [2026-08-17 03:54:27] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001363 10.0.0.38 - - [2026-08-17 03:54:27] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009115 10.0.0.38 - - [2026-08-17 03:54:27] "POST /id-to-fqname HTTP/1.1" 200 195 0.008531 10.0.0.38 - - [2026-08-17 03:54:27] "POST /fqname-to-id HTTP/1.1" 404 204 0.008672 10.0.0.38 - - [2026-08-17 03:54:27] "POST /security-groups HTTP/1.1" 200 596 0.074268 10.0.0.38 - - [2026-08-17 03:54:27] "POST /projects HTTP/1.1" 200 595 0.350444 10.0.0.190 - - [2026-08-17 03:54:27] "POST /access-control-lists HTTP/1.1" 200 601 0.028577 10.0.0.38 - - [2026-08-17 03:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.429126 10.0.0.177 - - [2026-08-17 03:54:27] "GET /project/00195dbf-39c9-4b47-98a8-c4cb4d30cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.609187 10.0.0.177 - - [2026-08-17 03:54:29] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.38 - - [2026-08-17 03:54:32] "GET /projects?obj_uuids=00195dbf-39c9-4b47-98a8-c4cb4d30cc36&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001093 10.0.0.177 - - [2026-08-17 03:54:32] "GET /project/00195dbf-39c9-4b47-98a8-c4cb4d30cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.061754 10.0.0.38 - - [2026-08-17 03:54:32] "GET /projects?obj_uuids=00195dbf-39c9-4b47-98a8-c4cb4d30cc36&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001011 10.0.0.177 - - [2026-08-17 03:54:32] "GET /project/00195dbf-39c9-4b47-98a8-c4cb4d30cc36?fields=virtual_networks HTTP/1.1" 200 1040 0.052757 10.0.0.38 - - [2026-08-17 03:54:32] "GET /projects?obj_uuids=00195dbf-39c9-4b47-98a8-c4cb4d30cc36&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001266 10.0.0.177 - - [2026-08-17 03:54:32] "GET /project/00195dbf-39c9-4b47-98a8-c4cb4d30cc36?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.048810 10.0.0.38 - - [2026-08-17 03:54:32] "GET /projects?obj_uuids=00195dbf-39c9-4b47-98a8-c4cb4d30cc36&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001070 10.0.0.177 - - [2026-08-17 03:54:32] "GET /project/00195dbf-39c9-4b47-98a8-c4cb4d30cc36?fields=security_groups HTTP/1.1" 200 1271 0.044523 10.0.0.177 - - [2026-08-17 03:54:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.030680 10.0.0.38 - - [2026-08-17 03:54:33] "GET /projects?obj_uuids=969121a6-7fbf-4433-b5aa-4d2f37525c3d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003399 10.0.0.38 - - [2026-08-17 03:54:33] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.38 - - [2026-08-17 03:54:33] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007403 10.0.0.38 - - [2026-08-17 03:54:33] "POST /id-to-fqname HTTP/1.1" 200 201 0.002690 10.0.0.38 - - [2026-08-17 03:54:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.008489 10.0.0.38 - - [2026-08-17 03:54:33] "POST /security-groups HTTP/1.1" 200 602 0.032683 10.0.0.38 - - [2026-08-17 03:54:33] "POST /projects HTTP/1.1" 200 607 0.269025 10.0.0.190 - - [2026-08-17 03:54:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.004962 10.0.0.38 - - [2026-08-17 03:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.354339 10.0.0.190 - - [2026-08-17 03:54:33] "POST /access-control-lists HTTP/1.1" 200 605 0.029807 10.0.0.177 - - [2026-08-17 03:54:34] "GET /project/969121a6-7fbf-4433-b5aa-4d2f37525c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.545419 10.0.0.177 - - [2026-08-17 03:54:35] "GET / HTTP/1.1" 200 35931 0.002975 10.0.0.38 - - [2026-08-17 03:54:38] "GET /projects?obj_uuids=969121a6-7fbf-4433-b5aa-4d2f37525c3d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001057 10.0.0.177 - - [2026-08-17 03:54:38] "GET /project/969121a6-7fbf-4433-b5aa-4d2f37525c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.042978 10.0.0.38 - - [2026-08-17 03:54:38] "GET /projects?obj_uuids=969121a6-7fbf-4433-b5aa-4d2f37525c3d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002468 10.0.0.177 - - [2026-08-17 03:54:38] "GET /project/969121a6-7fbf-4433-b5aa-4d2f37525c3d?fields=virtual_networks HTTP/1.1" 200 1056 0.084679 10.0.0.38 - - [2026-08-17 03:54:38] "GET /projects?obj_uuids=969121a6-7fbf-4433-b5aa-4d2f37525c3d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001651 10.0.0.177 - - [2026-08-17 03:54:38] "GET /project/969121a6-7fbf-4433-b5aa-4d2f37525c3d?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.059061 10.0.0.38 - - [2026-08-17 03:54:38] "GET /projects?obj_uuids=969121a6-7fbf-4433-b5aa-4d2f37525c3d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001243 10.0.0.177 - - [2026-08-17 03:54:38] "GET /project/969121a6-7fbf-4433-b5aa-4d2f37525c3d?fields=security_groups HTTP/1.1" 200 1293 0.051290 10.0.0.177 - - [2026-08-17 03:54:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.051034 10.0.0.38 - - [2026-08-17 03:54:40] "GET /projects?obj_uuids=e7fe25f8-760a-4619-918c-02840533474f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003885 10.0.0.38 - - [2026-08-17 03:54:40] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.38 - - [2026-08-17 03:54:40] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007267 10.0.0.38 - - [2026-08-17 03:54:40] "POST /id-to-fqname HTTP/1.1" 200 187 0.001606 10.0.0.38 - - [2026-08-17 03:54:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.008248 10.0.0.38 - - [2026-08-17 03:54:40] "POST /security-groups HTTP/1.1" 200 588 0.077123 10.0.0.38 - - [2026-08-17 03:54:40] "POST /projects HTTP/1.1" 200 579 0.297054 10.0.0.38 - - [2026-08-17 03:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.335077 10.0.0.190 - - [2026-08-17 03:54:40] "POST /fqname-to-id HTTP/1.1" 404 230 0.006717 10.0.0.177 - - [2026-08-17 03:54:40] "GET /project/e7fe25f8-760a-4619-918c-02840533474f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.502761 10.0.0.177 - - [2026-08-17 03:54:42] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.38 - - [2026-08-17 03:54:45] "GET /projects?obj_uuids=e7fe25f8-760a-4619-918c-02840533474f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001079 10.0.0.177 - - [2026-08-17 03:54:45] "GET /project/e7fe25f8-760a-4619-918c-02840533474f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.039593 10.0.0.38 - - [2026-08-17 03:54:45] "GET /projects?obj_uuids=e7fe25f8-760a-4619-918c-02840533474f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001154 10.0.0.177 - - [2026-08-17 03:54:45] "GET /project/e7fe25f8-760a-4619-918c-02840533474f?fields=virtual_networks HTTP/1.1" 200 1028 0.058409 10.0.0.38 - - [2026-08-17 03:54:45] "GET /projects?obj_uuids=e7fe25f8-760a-4619-918c-02840533474f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001880 10.0.0.177 - - [2026-08-17 03:54:45] "GET /project/e7fe25f8-760a-4619-918c-02840533474f?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.048719 10.0.0.38 - - [2026-08-17 03:54:45] "GET /projects?obj_uuids=e7fe25f8-760a-4619-918c-02840533474f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001099 10.0.0.177 - - [2026-08-17 03:54:45] "GET /project/e7fe25f8-760a-4619-918c-02840533474f?fields=security_groups HTTP/1.1" 200 1251 0.053330 10.0.0.177 - - [2026-08-17 03:54:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.030314 10.0.0.38 - - [2026-08-17 03:54:46] "GET /projects?obj_uuids=1f0198a7-b70d-46da-b138-b1853438b755&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003643 10.0.0.38 - - [2026-08-17 03:54:46] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.38 - - [2026-08-17 03:54:46] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007589 10.0.0.38 - - [2026-08-17 03:54:46] "POST /id-to-fqname HTTP/1.1" 200 184 0.001680 10.0.0.38 - - [2026-08-17 03:54:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.016356 10.0.0.38 - - [2026-08-17 03:54:46] "POST /security-groups HTTP/1.1" 200 585 0.036229 10.0.0.38 - - [2026-08-17 03:54:47] "POST /projects HTTP/1.1" 200 573 0.278669 10.0.0.190 - - [2026-08-17 03:54:47] "POST /access-control-lists HTTP/1.1" 200 590 0.027753 10.0.0.38 - - [2026-08-17 03:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.352477 10.0.0.177 - - [2026-08-17 03:54:47] "GET /project/1f0198a7-b70d-46da-b138-b1853438b755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.498456 10.0.0.177 - - [2026-08-17 03:54:48] "GET / HTTP/1.1" 200 35931 0.001472 10.0.0.38 - - [2026-08-17 03:54:51] "GET /projects?obj_uuids=1f0198a7-b70d-46da-b138-b1853438b755&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001079 10.0.0.177 - - [2026-08-17 03:54:51] "GET /project/1f0198a7-b70d-46da-b138-b1853438b755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.044243 10.0.0.38 - - [2026-08-17 03:54:51] "GET /projects?obj_uuids=1f0198a7-b70d-46da-b138-b1853438b755&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001084 10.0.0.177 - - [2026-08-17 03:54:51] "GET /project/1f0198a7-b70d-46da-b138-b1853438b755?fields=virtual_networks HTTP/1.1" 200 1021 0.048963 10.0.0.38 - - [2026-08-17 03:54:51] "GET /projects?obj_uuids=1f0198a7-b70d-46da-b138-b1853438b755&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001121 10.0.0.177 - - [2026-08-17 03:54:51] "GET /project/1f0198a7-b70d-46da-b138-b1853438b755?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.038537 10.0.0.38 - - [2026-08-17 03:54:51] "GET /projects?obj_uuids=1f0198a7-b70d-46da-b138-b1853438b755&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001107 10.0.0.177 - - [2026-08-17 03:54:51] "GET /project/1f0198a7-b70d-46da-b138-b1853438b755?fields=security_groups HTTP/1.1" 200 1241 0.055842 10.0.0.177 - - [2026-08-17 03:54:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.033984 10.0.0.38 - - [2026-08-17 03:54:52] "GET /projects?obj_uuids=36725663-d797-432a-85de-ea1810cc1b86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003566 10.0.0.38 - - [2026-08-17 03:54:52] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.38 - - [2026-08-17 03:54:53] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007707 10.0.0.38 - - [2026-08-17 03:54:53] "POST /id-to-fqname HTTP/1.1" 200 188 0.001365 10.0.0.38 - - [2026-08-17 03:54:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.004453 10.0.0.38 - - [2026-08-17 03:54:53] "POST /security-groups HTTP/1.1" 200 589 0.073914 10.0.0.190 - - [2026-08-17 03:54:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.004017 10.0.0.38 - - [2026-08-17 03:54:53] "POST /projects HTTP/1.1" 200 581 0.309023 10.0.0.38 - - [2026-08-17 03:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.385997 10.0.0.190 - - [2026-08-17 03:54:53] "POST /access-control-lists HTTP/1.1" 200 592 0.037958 10.0.0.177 - - [2026-08-17 03:54:53] "GET /project/36725663-d797-432a-85de-ea1810cc1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.565688 10.0.0.177 - - [2026-08-17 03:54:54] "GET / HTTP/1.1" 200 35931 0.002891 10.0.0.38 - - [2026-08-17 03:54:57] "GET /projects?obj_uuids=36725663-d797-432a-85de-ea1810cc1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.177 - - [2026-08-17 03:54:57] "GET /project/36725663-d797-432a-85de-ea1810cc1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059850 10.0.0.38 - - [2026-08-17 03:54:57] "GET /projects?obj_uuids=36725663-d797-432a-85de-ea1810cc1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.177 - - [2026-08-17 03:54:57] "GET /project/36725663-d797-432a-85de-ea1810cc1b86?fields=virtual_networks HTTP/1.1" 200 1028 0.059781 10.0.0.38 - - [2026-08-17 03:54:58] "GET /projects?obj_uuids=36725663-d797-432a-85de-ea1810cc1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001664 10.0.0.177 - - [2026-08-17 03:54:58] "GET /project/36725663-d797-432a-85de-ea1810cc1b86?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.051839 10.0.0.38 - - [2026-08-17 03:54:58] "GET /projects?obj_uuids=36725663-d797-432a-85de-ea1810cc1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.177 - - [2026-08-17 03:54:58] "GET /project/36725663-d797-432a-85de-ea1810cc1b86?fields=security_groups HTTP/1.1" 200 1252 0.060177 10.0.0.177 - - [2026-08-17 03:54:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.034991 10.0.0.38 - - [2026-08-17 03:54:59] "GET /projects?obj_uuids=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003461 10.0.0.38 - - [2026-08-17 03:54:59] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.38 - - [2026-08-17 03:54:59] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007803 10.0.0.38 - - [2026-08-17 03:54:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.005281 10.0.0.38 - - [2026-08-17 03:54:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.023020 10.0.0.38 - - [2026-08-17 03:54:59] "POST /security-groups HTTP/1.1" 200 589 0.043700 10.0.0.38 - - [2026-08-17 03:54:59] "POST /projects HTTP/1.1" 200 581 0.287192 10.0.0.38 - - [2026-08-17 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.358668 10.0.0.190 - - [2026-08-17 03:54:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.016438 10.0.0.177 - - [2026-08-17 03:54:59] "GET /project/2c69e2ff-03f4-473e-983d-5ff3b0ecde59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.500393 10.0.0.177 - - [2026-08-17 03:55:01] "GET / HTTP/1.1" 200 35931 0.001551 10.0.0.177 - - [2026-08-17 03:55:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000629 10.0.0.177 - - [2026-08-17 03:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.066837 10.0.0.38 - - [2026-08-17 03:55:03] "GET /projects?obj_uuids=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001296 10.0.0.177 - - [2026-08-17 03:55:03] "GET /project/2c69e2ff-03f4-473e-983d-5ff3b0ecde59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058920 10.0.0.177 - - [2026-08-17 03:55:03] "POST /neutron/network HTTP/1.1" 200 117 0.035975 10.0.0.190 - - [2026-08-17 03:55:03] "POST /ref-update HTTP/1.1" 200 156 0.032145 10.0.0.177 - - [2026-08-17 03:55:04] "POST /neutron/network HTTP/1.1" 200 824 0.009733 10.0.0.177 - - [2026-08-17 03:55:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001311 10.0.0.177 - - [2026-08-17 03:55:04] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006076 10.0.0.177 - - [2026-08-17 03:55:04] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006024 10.0.0.177 - - [2026-08-17 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.177 - - [2026-08-17 03:55:04] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006401 10.0.0.177 - - [2026-08-17 03:55:04] "PUT /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153 HTTP/1.1" 200 264 0.071651 10.0.0.177 - - [2026-08-17 03:55:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.021389 10.0.0.177 - - [2026-08-17 03:55:05] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007620 10.0.0.177 - - [2026-08-17 03:55:06] "GET /obj-perms HTTP/1.1" 200 4479 0.055753 10.0.0.190 - - [2026-08-17 03:55:06] "GET /obj-perms HTTP/1.1" 200 4479 0.048223 10.0.0.177 - - [2026-08-17 03:55:07] "POST /id-to-fqname HTTP/1.1" 200 218 0.001814 10.0.0.177 - - [2026-08-17 03:55:07] "POST /neutron/network HTTP/1.1" 200 834 0.007344 10.0.0.38 - - [2026-08-17 03:55:07] "GET /projects?obj_uuids=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.177 - - [2026-08-17 03:55:07] "GET /project/2c69e2ff-03f4-473e-983d-5ff3b0ecde59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061339 10.0.0.177 - - [2026-08-17 03:55:07] "POST /neutron/port HTTP/1.1" 200 117 0.006417 10.0.0.38 - - [2026-08-17 03:55:08] "DELETE /project/f8acfac89bcf4990b7a3d1e76bc886b2 HTTP/1.1" 404 173 0.022018 10.0.0.38 - - [2026-08-17 03:55:08] "DELETE /project/36725663d797432a85deea1810cc1b86 HTTP/1.1" 404 173 0.027447 10.0.0.38 - - [2026-08-17 03:55:08] "DELETE /project/1f0198a7b70d46dab138b1853438b755 HTTP/1.1" 404 173 0.026390 10.0.0.38 - - [2026-08-17 03:55:08] "DELETE /project/e7fe25f8760a4619918c02840533474f HTTP/1.1" 404 173 0.024816 10.0.0.38 - - [2026-08-17 03:55:08] "DELETE /project/00195dbf39c94b4798a8c4cb4d30cc36 HTTP/1.1" 404 173 0.015743 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=1f0198a7-b70d-46da-b138-b1853438b755&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000970 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=e7fe25f8-760a-4619-918c-02840533474f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000795 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000766 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=00195dbf-39c9-4b47-98a8-c4cb4d30cc36&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000765 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=f8acfac8-9bcf-4990-b7a3-d1e76bc886b2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000775 10.0.0.38 - - [2026-08-17 03:55:08] "DELETE /project/2c69e2ff03f4473e983d5ff3b0ecde59 HTTP/1.1" 404 173 0.012214 10.0.0.38 - - [2026-08-17 03:55:08] "DELETE /project/969121a67fbf4433b5aa4d2f37525c3d HTTP/1.1" 404 173 0.005620 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=969121a6-7fbf-4433-b5aa-4d2f37525c3d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000951 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=36725663-d797-432a-85de-ea1810cc1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000774 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/1f0198a7-b70d-46da-b138-b1853438b755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.110307 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=1f0198a7-b70d-46da-b138-b1853438b755&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000995 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/f8acfac8-9bcf-4990-b7a3-d1e76bc886b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.149588 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.172044 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/00195dbf-39c9-4b47-98a8-c4cb4d30cc36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.174483 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/e7fe25f8-760a-4619-918c-02840533474f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.187026 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=f8acfac8-9bcf-4990-b7a3-d1e76bc886b2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001127 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=00195dbf-39c9-4b47-98a8-c4cb4d30cc36&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001171 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=e7fe25f8-760a-4619-918c-02840533474f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001287 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/36725663-d797-432a-85de-ea1810cc1b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.264995 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/969121a6-7fbf-4433-b5aa-4d2f37525c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.281852 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/00195dbf-39c9-4b47-98a8-c4cb4d30cc36?fields=security_groups HTTP/1.1" 200 1376 0.136671 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/1f0198a7-b70d-46da-b138-b1853438b755?fields=security_groups HTTP/1.1" 200 1346 0.237393 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/f8acfac8-9bcf-4990-b7a3-d1e76bc886b2?fields=security_groups HTTP/1.1" 200 1350 0.201200 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/e7fe25f8-760a-4619-918c-02840533474f?fields=security_groups HTTP/1.1" 200 1356 0.198262 10.0.0.38 - - [2026-08-17 03:55:08] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?fields=security_groups HTTP/1.1" 200 1388 0.208013 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=36725663-d797-432a-85de-ea1810cc1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001399 10.0.0.38 - - [2026-08-17 03:55:08] "GET /projects?obj_uuids=969121a6-7fbf-4433-b5aa-4d2f37525c3d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.011519 10.0.0.38 - - [2026-08-17 03:55:09] "GET /project/36725663-d797-432a-85de-ea1810cc1b86?fields=security_groups HTTP/1.1" 200 1357 0.208063 10.0.0.38 - - [2026-08-17 03:55:09] "GET /project/969121a6-7fbf-4433-b5aa-4d2f37525c3d?fields=security_groups HTTP/1.1" 200 1398 0.200174 10.0.0.38 - - [2026-08-17 03:55:09] "DELETE /security-group/c531ea9b-298a-4e7e-8f70-6305777d3de5 HTTP/1.1" 200 115 0.252180 10.0.0.38 - - [2026-08-17 03:55:09] "GET /projects?obj_uuids=1f0198a7-b70d-46da-b138-b1853438b755&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002177 10.0.0.38 - - [2026-08-17 03:55:09] "DELETE /security-group/29292668-6e9a-4d57-b795-96929a4f1060 HTTP/1.1" 200 115 0.282921 10.0.0.38 - - [2026-08-17 03:55:09] "GET /projects?obj_uuids=f8acfac8-9bcf-4990-b7a3-d1e76bc886b2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001898 10.0.0.38 - - [2026-08-17 03:55:09] "DELETE /security-group/36248203-b98e-495d-bab3-70dc53321c12 HTTP/1.1" 200 115 0.329071 10.0.0.38 - - [2026-08-17 03:55:09] "GET /projects?obj_uuids=00195dbf-39c9-4b47-98a8-c4cb4d30cc36&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002758 10.0.0.38 - - [2026-08-17 03:55:09] "DELETE /security-group/8e2bef5a-f030-4ad7-a26c-39fa17f8f0c6 HTTP/1.1" 200 115 0.327641 10.0.0.38 - - [2026-08-17 03:55:09] "GET /projects?obj_uuids=e7fe25f8-760a-4619-918c-02840533474f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001364 10.0.0.190 - - [2026-08-17 03:55:09] "DELETE /access-control-list/e95add9d-18bc-4bba-93bd-5dd83782ab3c HTTP/1.1" 200 115 0.200434 10.0.0.38 - - [2026-08-17 03:55:09] "GET /project/1f0198a7-b70d-46da-b138-b1853438b755?fields=application_policy_sets HTTP/1.1" 200 1385 0.138971 10.0.0.38 - - [2026-08-17 03:55:09] "DELETE /security-group/f19f4d35-61f2-4ab5-9fe2-b13b55fceebc HTTP/1.1" 200 115 0.383536 10.0.0.38 - - [2026-08-17 03:55:09] "GET /projects?obj_uuids=d88e17f5-1796-48f8-8694-65b21404dff3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.38 - - [2026-08-17 03:55:09] "DELETE /security-group/9b9a5d8f-c278-4291-a39c-a6ebe2d60336 HTTP/1.1" 200 115 0.278539 10.0.0.38 - - [2026-08-17 03:55:09] "GET /project/00195dbf-39c9-4b47-98a8-c4cb4d30cc36?fields=application_policy_sets HTTP/1.1" 200 1415 0.166042 10.0.0.38 - - [2026-08-17 03:55:09] "DELETE /security-group/2e56da67-348b-42f2-bd4a-f4761462e66c HTTP/1.1" 200 115 0.268776 10.0.0.38 - - [2026-08-17 03:55:09] "GET /projects?obj_uuids=36725663-d797-432a-85de-ea1810cc1b86&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001347 10.0.0.38 - - [2026-08-17 03:55:09] "GET /project/f8acfac8-9bcf-4990-b7a3-d1e76bc886b2?fields=application_policy_sets HTTP/1.1" 200 1389 0.253664 10.0.0.38 - - [2026-08-17 03:55:09] "GET /projects?obj_uuids=969121a6-7fbf-4433-b5aa-4d2f37525c3d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002050 10.0.0.38 - - [2026-08-17 03:55:09] "GET /project/d88e17f5-1796-48f8-8694-65b21404dff3?fields=application_policy_sets HTTP/1.1" 200 1427 0.188423 10.0.0.38 - - [2026-08-17 03:55:09] "GET /project/e7fe25f8-760a-4619-918c-02840533474f?fields=application_policy_sets HTTP/1.1" 200 1395 0.263186 10.0.0.38 - - [2026-08-17 03:55:09] "GET /project/36725663-d797-432a-85de-ea1810cc1b86?fields=application_policy_sets HTTP/1.1" 200 1396 0.287927 10.0.0.38 - - [2026-08-17 03:55:09] "GET /project/969121a6-7fbf-4433-b5aa-4d2f37525c3d?fields=application_policy_sets HTTP/1.1" 200 1437 0.371053 10.0.0.190 - - [2026-08-17 03:55:09] "DELETE /access-control-list/1922df2a-4820-475c-9e14-41803b1703b5 HTTP/1.1" 200 115 0.361886 10.0.0.38 - - [2026-08-17 03:55:09] "DELETE /project/d88e17f5-1796-48f8-8694-65b21404dff3 HTTP/1.1" 404 190 1.408310 10.0.0.38 - - [2026-08-17 03:55:10] "DELETE /project/1f0198a7-b70d-46da-b138-b1853438b755 HTTP/1.1" 200 115 1.652759 10.0.0.38 - - [2026-08-17 03:55:10] "DELETE /project/00195dbf-39c9-4b47-98a8-c4cb4d30cc36 HTTP/1.1" 200 115 1.656788 10.0.0.190 - - [2026-08-17 03:55:10] "DELETE /access-control-list/1841ea10-e663-4480-ad13-0d0033990f2a HTTP/1.1" 200 115 0.121542 10.0.0.38 - - [2026-08-17 03:55:10] "DELETE /project/f8acfac8-9bcf-4990-b7a3-d1e76bc886b2 HTTP/1.1" 200 115 1.713804 10.0.0.38 - - [2026-08-17 03:55:10] "DELETE /project/e7fe25f8-760a-4619-918c-02840533474f HTTP/1.1" 200 115 1.708359 10.0.0.38 - - [2026-08-17 03:55:10] "DELETE /project/36725663-d797-432a-85de-ea1810cc1b86 HTTP/1.1" 200 115 1.712336 10.0.0.38 - - [2026-08-17 03:55:10] "DELETE /project/969121a6-7fbf-4433-b5aa-4d2f37525c3d HTTP/1.1" 200 115 1.719932 10.0.0.190 - - [2026-08-17 03:55:10] "DELETE /access-control-list/d844c049-e139-4dd9-89ce-3e052e568ac5 HTTP/1.1" 200 115 0.051088 10.0.0.190 - - [2026-08-17 03:55:10] "DELETE /access-control-list/33003893-0dc4-4f10-b451-1bf42ae4382b HTTP/1.1" 200 115 0.041648 10.0.0.38 - - [2026-08-17 03:55:11] "GET /projects?obj_uuids=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001208 10.0.0.177 - - [2026-08-17 03:55:12] "POST /neutron/port HTTP/1.1" 200 1060 0.298354 10.0.0.177 - - [2026-08-17 03:55:12] "POST /neutron/port HTTP/1.1" 200 1114 0.113369 10.0.0.177 - - [2026-08-17 03:55:13] "POST /neutron/port HTTP/1.1" 200 1124 0.018705 10.0.0.177 - - [2026-08-17 03:55:13] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.177 - - [2026-08-17 03:55:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008340 10.0.0.177 - - [2026-08-17 03:55:27] "POST /neutron/port HTTP/1.1" 200 1124 0.020978 10.0.0.177 - - [2026-08-17 03:55:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008530 10.0.0.177 - - [2026-08-17 03:55:38] "POST /neutron/port HTTP/1.1" 200 1124 0.018869 10.0.0.177 - - [2026-08-17 03:55:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009159 10.0.0.177 - - [2026-08-17 03:55:38] "GET /virtual-machine/4e19cbae-cf69-422d-ae0b-8d79c88e57d9 HTTP/1.1" 401 293 0.000504 10.0.0.177 - - [2026-08-17 03:55:38] "GET /virtual-machine/4e19cbae-cf69-422d-ae0b-8d79c88e57d9 HTTP/1.1" 200 1290 0.035966 10.0.0.177 - - [2026-08-17 03:55:38] "GET /virtual-machine-interface/dbecd23b-52b1-4b5e-9cb2-2bb5d41439ae HTTP/1.1" 200 2932 0.008208 10.0.0.177 - - [2026-08-17 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.177 - - [2026-08-17 03:55:38] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005062 10.0.0.177 - - [2026-08-17 03:55:38] "GET /virtual-networks?parent_id=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004283 10.0.0.177 - - [2026-08-17 03:55:38] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007788 10.0.0.177 - - [2026-08-17 03:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.177 - - [2026-08-17 03:55:42] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006661 10.0.0.177 - - [2026-08-17 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.177 - - [2026-08-17 03:55:46] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006358 10.0.0.177 - - [2026-08-17 03:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.177 - - [2026-08-17 03:55:50] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005692 10.0.0.177 - - [2026-08-17 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.177 - - [2026-08-17 03:55:54] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005938 10.0.0.177 - - [2026-08-17 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.177 - - [2026-08-17 03:55:58] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005956 10.0.0.177 - - [2026-08-17 03:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.177 - - [2026-08-17 03:56:02] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006603 10.0.0.177 - - [2026-08-17 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.177 - - [2026-08-17 03:56:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004434 10.0.0.177 - - [2026-08-17 03:56:04] "GET /virtual-networks?parent_id=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003253 10.0.0.177 - - [2026-08-17 03:56:04] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006330 10.0.0.177 - - [2026-08-17 03:56:07] "POST /neutron/port HTTP/1.1" 200 1124 0.048032 10.0.0.177 - - [2026-08-17 03:56:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009209 10.0.0.177 - - [2026-08-17 03:56:14] "POST /neutron/network HTTP/1.1" 200 834 0.008512 10.0.0.177 - - [2026-08-17 03:56:14] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.177 - - [2026-08-17 03:56:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008266 10.0.0.177 - - [2026-08-17 03:56:15] "POST /neutron/port HTTP/1.1" 200 1124 0.019280 10.0.0.177 - - [2026-08-17 03:56:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007776 10.0.0.177 - - [2026-08-17 03:56:15] "POST /id-to-fqname HTTP/1.1" 200 218 0.001449 10.0.0.177 - - [2026-08-17 03:56:15] "GET /virtual-machine/4e19cbae-cf69-422d-ae0b-8d79c88e57d9 HTTP/1.1" 200 1290 0.003909 10.0.0.177 - - [2026-08-17 03:56:15] "GET /virtual-machine-interface/dbecd23b-52b1-4b5e-9cb2-2bb5d41439ae HTTP/1.1" 200 2932 0.005950 10.0.0.177 - - [2026-08-17 03:56:15] "GET /instance-ip/b5dff08c-78d1-4c84-b461-58d65cfa0680 HTTP/1.1" 200 1619 0.005903 10.0.0.177 - - [2026-08-17 03:56:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.003625 10.0.0.177 - - [2026-08-17 03:56:15] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007106 10.0.0.38 - - [2026-08-17 03:56:15] "GET /projects?obj_uuids=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.177 - - [2026-08-17 03:56:15] "GET /project/2c69e2ff-03f4-473e-983d-5ff3b0ecde59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.065451 10.0.0.177 - - [2026-08-17 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.177 - - [2026-08-17 03:56:15] "GET /security-group/048a4a5d-5caa-4cdc-8d69-2b2cbd99cf9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.004710 10.0.0.177 - - [2026-08-17 03:56:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.090357 10.0.0.177 - - [2026-08-17 03:56:16] "POST /instance-ips HTTP/1.1" 200 357 0.048006 10.0.0.177 - - [2026-08-17 03:56:16] "GET /instance-ip/02543a86-41e6-4f2b-950f-f1a1629a6f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.006847 10.0.0.177 - - [2026-08-17 03:56:16] "GET /virtual-machine-interface/f9ee5d16-9450-48eb-a160-b010d8c390cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006968 10.0.0.177 - - [2026-08-17 03:56:16] "GET /virtual-machine-interface/f9ee5d16-9450-48eb-a160-b010d8c390cd?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.008687 10.0.0.177 - - [2026-08-17 03:56:16] "GET /instance-ip/02543a86-41e6-4f2b-950f-f1a1629a6f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.004876 10.0.0.177 - - [2026-08-17 03:56:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001356 10.0.0.177 - - [2026-08-17 03:56:16] "POST /neutron/port HTTP/1.1" 200 1124 0.019629 10.0.0.177 - - [2026-08-17 03:56:16] "POST /neutron/port HTTP/1.1" 200 967 0.031505 10.0.0.177 - - [2026-08-17 03:56:16] "POST /neutron/port HTTP/1.1" 200 967 0.011823 10.0.0.177 - - [2026-08-17 03:56:16] "POST /neutron/port HTTP/1.1" 200 117 0.009841 10.0.0.177 - - [2026-08-17 03:56:21] "POST /neutron/network HTTP/1.1" 200 834 0.008118 10.0.0.177 - - [2026-08-17 03:56:21] "POST /neutron/port HTTP/1.1" 200 1059 0.179107 10.0.0.177 - - [2026-08-17 03:56:22] "POST /neutron/port HTTP/1.1" 200 1069 0.020904 10.0.0.177 - - [2026-08-17 03:56:22] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.177 - - [2026-08-17 03:56:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011595 10.0.0.177 - - [2026-08-17 03:56:37] "POST /neutron/port HTTP/1.1" 200 1069 0.017494 10.0.0.177 - - [2026-08-17 03:56:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008059 10.0.0.177 - - [2026-08-17 03:56:47] "POST /neutron/port HTTP/1.1" 200 1069 0.021190 10.0.0.177 - - [2026-08-17 03:56:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007909 10.0.0.177 - - [2026-08-17 03:56:47] "GET /virtual-machine/63774dfd-0da6-4c13-9e3d-2893b4794404 HTTP/1.1" 200 1268 0.006350 10.0.0.177 - - [2026-08-17 03:56:47] "GET /virtual-machine-interface/f9ee5d16-9450-48eb-a160-b010d8c390cd HTTP/1.1" 200 2982 0.005619 10.0.0.177 - - [2026-08-17 03:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.177 - - [2026-08-17 03:56:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005221 10.0.0.177 - - [2026-08-17 03:56:47] "GET /virtual-networks?parent_id=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003446 10.0.0.177 - - [2026-08-17 03:56:47] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006202 10.0.0.177 - - [2026-08-17 03:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.177 - - [2026-08-17 03:56:50] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006274 10.0.0.177 - - [2026-08-17 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.177 - - [2026-08-17 03:56:55] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005983 10.0.0.177 - - [2026-08-17 03:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.177 - - [2026-08-17 03:56:59] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006741 10.0.0.177 - - [2026-08-17 03:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.177 - - [2026-08-17 03:57:03] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006685 10.0.0.38 - - [2026-08-17 03:57:07] "GET /obj-perms HTTP/1.1" 200 4509 0.046108 10.0.0.177 - - [2026-08-17 03:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.177 - - [2026-08-17 03:57:07] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007879 10.0.0.177 - - [2026-08-17 03:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.177 - - [2026-08-17 03:57:11] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006834 10.0.0.177 - - [2026-08-17 03:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.177 - - [2026-08-17 03:57:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004080 10.0.0.177 - - [2026-08-17 03:57:15] "GET /virtual-networks?parent_id=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003594 10.0.0.177 - - [2026-08-17 03:57:15] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006155 10.0.0.177 - - [2026-08-17 03:57:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007823 10.0.0.177 - - [2026-08-17 03:57:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004749 10.0.0.177 - - [2026-08-17 03:57:16] "POST /neutron/network HTTP/1.1" 200 824 0.007409 10.0.0.177 - - [2026-08-17 03:57:20] "POST /neutron/port HTTP/1.1" 200 1069 0.020084 10.0.0.177 - - [2026-08-17 03:57:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001501 10.0.0.177 - - [2026-08-17 03:57:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009097 10.0.0.177 - - [2026-08-17 03:57:26] "POST /neutron/port HTTP/1.1" 200 2041 0.035357 10.0.0.177 - - [2026-08-17 03:57:26] "POST /neutron/port HTTP/1.1" 200 117 0.006972 10.0.0.177 - - [2026-08-17 03:57:31] "POST /neutron/port HTTP/1.1" 200 1060 0.021107 10.0.0.177 - - [2026-08-17 03:57:31] "POST /neutron/port HTTP/1.1" 200 1124 0.023557 10.0.0.177 - - [2026-08-17 03:57:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004036 10.0.0.177 - - [2026-08-17 03:57:32] "POST /neutron/network HTTP/1.1" 200 824 0.007818 10.0.0.177 - - [2026-08-17 03:57:42] "POST /neutron/port HTTP/1.1" 200 1124 0.020233 10.0.0.177 - - [2026-08-17 03:57:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008108 10.0.0.177 - - [2026-08-17 03:57:52] "POST /neutron/port HTTP/1.1" 200 1124 0.018176 10.0.0.177 - - [2026-08-17 03:57:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008749 10.0.0.177 - - [2026-08-17 03:57:52] "GET /virtual-machine/6413c9f6-e295-4820-bca3-f9b813e6159f HTTP/1.1" 200 1290 0.006809 10.0.0.177 - - [2026-08-17 03:57:52] "GET /virtual-machine-interface/5b67f99c-78f8-40e6-9232-95625a563cf5 HTTP/1.1" 200 2931 0.006161 10.0.0.177 - - [2026-08-17 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.177 - - [2026-08-17 03:57:52] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004015 10.0.0.177 - - [2026-08-17 03:57:52] "GET /virtual-networks?parent_id=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002963 10.0.0.177 - - [2026-08-17 03:57:52] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006631 10.0.0.177 - - [2026-08-17 03:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.177 - - [2026-08-17 03:57:55] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007284 10.0.0.177 - - [2026-08-17 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.177 - - [2026-08-17 03:57:59] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006191 10.0.0.177 - - [2026-08-17 03:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.177 - - [2026-08-17 03:58:03] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007598 10.0.0.177 - - [2026-08-17 03:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.177 - - [2026-08-17 03:58:08] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007706 10.0.0.177 - - [2026-08-17 03:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.177 - - [2026-08-17 03:58:12] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008448 10.0.0.177 - - [2026-08-17 03:58:15] "POST /neutron/network HTTP/1.1" 200 834 0.007557 10.0.0.177 - - [2026-08-17 03:58:15] "POST /neutron/port HTTP/1.1" 200 117 0.001713 10.0.0.177 - - [2026-08-17 03:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.177 - - [2026-08-17 03:58:16] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005900 10.0.0.177 - - [2026-08-17 03:58:16] "POST /neutron/port HTTP/1.1" 200 1069 0.020082 10.0.0.177 - - [2026-08-17 03:58:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.009679 10.0.0.177 - - [2026-08-17 03:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.177 - - [2026-08-17 03:58:20] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005919 10.0.0.177 - - [2026-08-17 03:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.177 - - [2026-08-17 03:58:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003990 10.0.0.177 - - [2026-08-17 03:58:22] "GET /virtual-networks?parent_id=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003005 10.0.0.177 - - [2026-08-17 03:58:22] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006655 10.0.0.177 - - [2026-08-17 03:58:22] "POST /neutron/port HTTP/1.1" 200 1124 0.019563 10.0.0.177 - - [2026-08-17 03:58:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008146 10.0.0.177 - - [2026-08-17 03:58:33] "POST /neutron/port HTTP/1.1" 200 1124 0.019331 10.0.0.177 - - [2026-08-17 03:58:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007835 10.0.0.177 - - [2026-08-17 03:58:33] "POST /neutron/port HTTP/1.1" 200 1124 0.019237 10.0.0.177 - - [2026-08-17 03:58:33] "POST /neutron/network HTTP/1.1" 200 824 0.006981 10.0.0.177 - - [2026-08-17 03:58:33] "POST /id-to-fqname HTTP/1.1" 200 218 0.001250 10.0.0.177 - - [2026-08-17 03:58:33] "GET /virtual-machine/6413c9f6-e295-4820-bca3-f9b813e6159f HTTP/1.1" 200 1290 0.004179 10.0.0.177 - - [2026-08-17 03:58:33] "GET /virtual-machine-interface/5b67f99c-78f8-40e6-9232-95625a563cf5 HTTP/1.1" 200 2931 0.005616 10.0.0.177 - - [2026-08-17 03:58:33] "GET /instance-ip/a4001bec-488a-46c1-8034-c47aeb7c184c HTTP/1.1" 200 1618 0.006335 10.0.0.177 - - [2026-08-17 03:58:33] "GET /virtual-machine-interface/5b67f99c-78f8-40e6-9232-95625a563cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.006810 10.0.0.177 - - [2026-08-17 03:58:33] "PUT /virtual-machine-interface/5b67f99c-78f8-40e6-9232-95625a563cf5 HTTP/1.1" 200 284 0.017908 10.0.0.38 - - [2026-08-17 03:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.38 - - [2026-08-17 03:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000625 10.0.0.177 - - [2026-08-17 03:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000529 10.0.0.177 - - [2026-08-17 03:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.190 - - [2026-08-17 03:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.001135 10.0.0.190 - - [2026-08-17 03:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.38 - - [2026-08-17 03:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.38 - - [2026-08-17 03:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.177 - - [2026-08-17 03:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.177 - - [2026-08-17 03:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.190 - - [2026-08-17 03:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.190 - - [2026-08-17 03:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000579 10.0.0.177 - - [2026-08-17 03:59:09] "GET /obj-perms HTTP/1.1" 200 4509 0.057095 10.0.0.177 - - [2026-08-17 03:59:14] "POST /neutron/network HTTP/1.1" 200 834 0.041754 10.0.0.177 - - [2026-08-17 03:59:14] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.177 - - [2026-08-17 03:59:19] "POST /neutron/port HTTP/1.1" 200 1124 0.043460 10.0.0.177 - - [2026-08-17 03:59:20] "POST /neutron/subnet HTTP/1.1" 200 708 0.010062 10.0.0.190 - - [2026-08-17 04:00:09] "GET /obj-perms HTTP/1.1" 200 4509 0.047718 10.0.0.177 - - [2026-08-17 04:00:10] "DELETE /instance-ip/02543a86-41e6-4f2b-950f-f1a1629a6f48 HTTP/1.1" 200 115 0.102201 10.0.0.177 - - [2026-08-17 04:00:10] "DELETE /virtual-machine-interface/f9ee5d16-9450-48eb-a160-b010d8c390cd HTTP/1.1" 200 115 0.126519 10.0.0.177 - - [2026-08-17 04:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.177 - - [2026-08-17 04:00:10] "GET /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007642 10.0.0.177 - - [2026-08-17 04:00:10] "PUT /virtual-network/fa51b90e-64db-4f7e-b6c8-5e506f462153 HTTP/1.1" 200 264 0.065897 10.0.0.177 - - [2026-08-17 04:00:10] "POST /neutron/network HTTP/1.1" 200 824 0.031906 10.0.0.190 - - [2026-08-17 04:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.040289 10.0.0.177 - - [2026-08-17 04:00:12] "POST /neutron/port HTTP/1.1" 200 1114 0.019599 10.0.0.177 - - [2026-08-17 04:00:12] "POST /neutron/network HTTP/1.1" 400 204 0.017448 10.0.0.177 - - [2026-08-17 04:00:14] "POST /neutron/port HTTP/1.1" 200 1114 0.021936 10.0.0.177 - - [2026-08-17 04:00:14] "POST /neutron/port HTTP/1.1" 400 205 0.006692 10.0.0.190 - - [2026-08-17 04:00:15] "DELETE /route-target/f6f5f5d3-08c0-4e75-8981-ad99e1551afa HTTP/1.1" 200 115 0.032744 10.0.0.38 - - [2026-08-17 04:00:16] "GET /projects?obj_uuids=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.033123 10.0.0.177 - - [2026-08-17 04:00:16] "GET /project/2c69e2ff-03f4-473e-983d-5ff3b0ecde59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.113857 10.0.0.38 - - [2026-08-17 04:00:16] "GET /projects?obj_uuids=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.177 - - [2026-08-17 04:00:16] "GET /project/2c69e2ff-03f4-473e-983d-5ff3b0ecde59?fields=virtual_networks HTTP/1.1" 200 1029 0.060358 10.0.0.38 - - [2026-08-17 04:00:16] "GET /projects?obj_uuids=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001780 10.0.0.177 - - [2026-08-17 04:00:16] "GET /project/2c69e2ff-03f4-473e-983d-5ff3b0ecde59?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.058788 10.0.0.38 - - [2026-08-17 04:00:17] "GET /projects?obj_uuids=2c69e2ff-03f4-473e-983d-5ff3b0ecde59&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.177 - - [2026-08-17 04:00:17] "GET /project/2c69e2ff-03f4-473e-983d-5ff3b0ecde59?fields=security_groups HTTP/1.1" 200 1253 0.058664 10.0.0.177 - - [2026-08-17 04:00:18] "POST /fqname-to-id HTTP/1.1" 404 185 0.046290 10.0.0.38 - - [2026-08-17 04:00:18] "GET /projects?obj_uuids=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010944 10.0.0.38 - - [2026-08-17 04:00:18] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.38 - - [2026-08-17 04:00:18] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040437 10.0.0.38 - - [2026-08-17 04:00:18] "POST /id-to-fqname HTTP/1.1" 200 187 0.001529 10.0.0.38 - - [2026-08-17 04:00:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.007636 10.0.0.38 - - [2026-08-17 04:00:18] "POST /security-groups HTTP/1.1" 200 588 0.078024 10.0.0.38 - - [2026-08-17 04:00:18] "POST /projects HTTP/1.1" 200 579 0.335048 10.0.0.38 - - [2026-08-17 04:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.375056 10.0.0.190 - - [2026-08-17 04:00:18] "POST /fqname-to-id HTTP/1.1" 404 230 0.003556 10.0.0.177 - - [2026-08-17 04:00:18] "GET /project/df399886-5746-4f0a-b8e7-ded0ab6961e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.612364 10.0.0.177 - - [2026-08-17 04:00:20] "GET / HTTP/1.1" 200 35931 0.002813 10.0.0.177 - - [2026-08-17 04:00:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000656 10.0.0.177 - - [2026-08-17 04:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.058161 10.0.0.38 - - [2026-08-17 04:00:22] "GET /projects?obj_uuids=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000960 10.0.0.177 - - [2026-08-17 04:00:22] "GET /project/df399886-5746-4f0a-b8e7-ded0ab6961e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.067681 10.0.0.177 - - [2026-08-17 04:00:22] "POST /neutron/network HTTP/1.1" 200 117 0.032414 10.0.0.190 - - [2026-08-17 04:00:22] "POST /ref-update HTTP/1.1" 200 156 0.034725 10.0.0.177 - - [2026-08-17 04:00:23] "POST /neutron/network HTTP/1.1" 200 830 0.009567 10.0.0.177 - - [2026-08-17 04:00:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001328 10.0.0.177 - - [2026-08-17 04:00:23] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007791 10.0.0.177 - - [2026-08-17 04:00:23] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007416 10.0.0.177 - - [2026-08-17 04:00:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.017895 10.0.0.177 - - [2026-08-17 04:00:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003347 10.0.0.177 - - [2026-08-17 04:00:23] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005953 10.0.0.177 - - [2026-08-17 04:00:23] "GET /virtual-machine-interface/7609b275-d571-4bd8-9d4b-3e5d6226916e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.009050 10.0.0.177 - - [2026-08-17 04:00:23] "GET /virtual-machine-interface/7609b275-d571-4bd8-9d4b-3e5d6226916e?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.010256 10.0.0.177 - - [2026-08-17 04:00:23] "GET /instance-ip/7e75b254-96f1-4c75-821c-050102d8eeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.005494 10.0.0.177 - - [2026-08-17 04:00:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001653 10.0.0.177 - - [2026-08-17 04:00:24] "POST /neutron/network HTTP/1.1" 200 830 0.014385 10.0.0.177 - - [2026-08-17 04:00:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001650 10.0.0.177 - - [2026-08-17 04:00:24] "POST /neutron/port HTTP/1.1" 200 117 0.024916 10.0.0.177 - - [2026-08-17 04:00:24] "POST /neutron/network HTTP/1.1" 200 830 0.007304 10.0.0.177 - - [2026-08-17 04:00:25] "POST /neutron/port HTTP/1.1" 200 117 0.031001 10.0.0.38 - - [2026-08-17 04:00:25] "GET /projects?obj_uuids=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001269 10.0.0.177 - - [2026-08-17 04:00:25] "GET /project/df399886-5746-4f0a-b8e7-ded0ab6961e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.063621 10.0.0.177 - - [2026-08-17 04:00:25] "POST /fqname-to-id HTTP/1.1" 404 208 0.006984 10.0.0.177 - - [2026-08-17 04:00:25] "POST /interface-route-tables HTTP/1.1" 200 556 0.041427 10.0.0.177 - - [2026-08-17 04:00:25] "GET /interface-route-table/bf432b18-5f83-4b53-93e3-a57378ba4a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.009947 10.0.0.177 - - [2026-08-17 04:00:26] "GET /virtual-machine-interface/7609b275-d571-4bd8-9d4b-3e5d6226916e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006957 10.0.0.177 - - [2026-08-17 04:00:26] "POST /ref-update HTTP/1.1" 200 156 0.022621 10.0.0.177 - - [2026-08-17 04:00:28] "POST /neutron/network HTTP/1.1" 200 840 0.007704 10.0.0.177 - - [2026-08-17 04:00:29] "POST /neutron/port HTTP/1.1" 200 1058 0.030081 10.0.0.177 - - [2026-08-17 04:00:29] "POST /neutron/network HTTP/1.1" 200 840 0.007872 10.0.0.177 - - [2026-08-17 04:00:29] "POST /neutron/port HTTP/1.1" 200 1076 0.185690 10.0.0.177 - - [2026-08-17 04:00:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.010502 10.0.0.177 - - [2026-08-17 04:00:30] "POST /neutron/port HTTP/1.1" 200 1086 0.020204 10.0.0.177 - - [2026-08-17 04:00:30] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.177 - - [2026-08-17 04:00:31] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009185 10.0.0.177 - - [2026-08-17 04:00:41] "POST /neutron/port HTTP/1.1" 200 1122 0.023516 10.0.0.177 - - [2026-08-17 04:00:46] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009787 10.0.0.177 - - [2026-08-17 04:00:52] "POST /neutron/port HTTP/1.1" 200 1122 0.021800 10.0.0.177 - - [2026-08-17 04:00:52] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008279 10.0.0.177 - - [2026-08-17 04:00:52] "GET /virtual-machine/cb454b41-7217-4792-bd74-0c192333e589 HTTP/1.1" 401 293 0.000474 10.0.0.177 - - [2026-08-17 04:00:52] "GET /virtual-machine/cb454b41-7217-4792-bd74-0c192333e589 HTTP/1.1" 200 1290 0.030727 10.0.0.177 - - [2026-08-17 04:00:52] "GET /virtual-machine/cb454b41-7217-4792-bd74-0c192333e589 HTTP/1.1" 200 1290 0.004482 10.0.0.177 - - [2026-08-17 04:00:52] "GET /virtual-machine-interface/3354f41b-f0b2-467e-994b-87367cb15a4a HTTP/1.1" 200 2938 0.005785 10.0.0.177 - - [2026-08-17 04:00:52] "GET /virtual-machine/cb454b41-7217-4792-bd74-0c192333e589 HTTP/1.1" 200 1290 0.004325 10.0.0.177 - - [2026-08-17 04:00:52] "GET /virtual-machine-interface/3354f41b-f0b2-467e-994b-87367cb15a4a HTTP/1.1" 200 2938 0.005491 10.0.0.177 - - [2026-08-17 04:00:52] "GET /instance-ip/8ef87f63-52e4-42ba-a45a-82b883a509b3 HTTP/1.1" 200 1620 0.008231 10.0.0.177 - - [2026-08-17 04:00:52] "GET /virtual-machine/cb454b41-7217-4792-bd74-0c192333e589 HTTP/1.1" 200 1290 0.004156 10.0.0.177 - - [2026-08-17 04:00:52] "GET /virtual-machine-interface/3354f41b-f0b2-467e-994b-87367cb15a4a HTTP/1.1" 200 2938 0.006914 10.0.0.177 - - [2026-08-17 04:00:52] "GET /instance-ip/8ef87f63-52e4-42ba-a45a-82b883a509b3 HTTP/1.1" 200 1620 0.005717 10.0.0.177 - - [2026-08-17 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.177 - - [2026-08-17 04:00:52] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003745 10.0.0.177 - - [2026-08-17 04:00:52] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003282 10.0.0.177 - - [2026-08-17 04:00:52] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007284 10.0.0.177 - - [2026-08-17 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.177 - - [2026-08-17 04:00:52] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006774 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004722 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006411 10.0.0.177 - - [2026-08-17 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.177 - - [2026-08-17 04:00:53] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006295 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003476 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006379 10.0.0.177 - - [2026-08-17 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.177 - - [2026-08-17 04:00:53] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004948 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003557 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006746 10.0.0.177 - - [2026-08-17 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.177 - - [2026-08-17 04:00:53] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004773 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004477 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008290 10.0.0.177 - - [2026-08-17 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.177 - - [2026-08-17 04:00:53] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004659 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003939 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008783 10.0.0.177 - - [2026-08-17 04:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.177 - - [2026-08-17 04:00:53] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004424 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003573 10.0.0.177 - - [2026-08-17 04:00:53] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006850 10.0.0.177 - - [2026-08-17 04:00:54] "POST /neutron/port HTTP/1.1" 200 1122 0.020032 10.0.0.177 - - [2026-08-17 04:00:54] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007602 10.0.0.177 - - [2026-08-17 04:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.177 - - [2026-08-17 04:00:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004395 10.0.0.177 - - [2026-08-17 04:00:56] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004426 10.0.0.177 - - [2026-08-17 04:00:56] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006666 10.0.0.177 - - [2026-08-17 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.177 - - [2026-08-17 04:00:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004548 10.0.0.177 - - [2026-08-17 04:00:57] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003212 10.0.0.177 - - [2026-08-17 04:00:57] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006881 10.0.0.177 - - [2026-08-17 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.177 - - [2026-08-17 04:00:57] "GET /routing-instance/764c1f4b-821c-4013-8bc9-c66b04e84101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005265 10.0.0.177 - - [2026-08-17 04:00:57] "GET /route-target/a9779025-78eb-4663-b630-4b1bb038c791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004578 10.0.0.177 - - [2026-08-17 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.177 - - [2026-08-17 04:00:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003820 10.0.0.177 - - [2026-08-17 04:00:57] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003702 10.0.0.177 - - [2026-08-17 04:00:57] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.013332 10.0.0.177 - - [2026-08-17 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.177 - - [2026-08-17 04:00:57] "GET /routing-instance/764c1f4b-821c-4013-8bc9-c66b04e84101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.010674 10.0.0.177 - - [2026-08-17 04:00:57] "GET /route-target/a9779025-78eb-4663-b630-4b1bb038c791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004684 10.0.0.177 - - [2026-08-17 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006623 10.0.0.177 - - [2026-08-17 04:00:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004148 10.0.0.177 - - [2026-08-17 04:00:57] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.017582 10.0.0.177 - - [2026-08-17 04:00:57] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007365 10.0.0.177 - - [2026-08-17 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.177 - - [2026-08-17 04:00:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005725 10.0.0.177 - - [2026-08-17 04:00:57] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004348 10.0.0.177 - - [2026-08-17 04:00:58] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008365 10.0.0.38 - - [2026-08-17 04:00:58] "GET /obj-perms HTTP/1.1" 200 4477 0.062330 10.0.0.177 - - [2026-08-17 04:01:01] "GET /obj-perms HTTP/1.1" 200 4477 0.040475 10.0.0.38 - - [2026-08-17 04:01:01] "GET /obj-perms HTTP/1.1" 200 4477 0.004033 10.0.0.177 - - [2026-08-17 04:01:01] "GET /obj-perms HTTP/1.1" 200 4477 0.004731 10.0.0.190 - - [2026-08-17 04:01:02] "GET /obj-perms HTTP/1.1" 200 4477 0.047447 10.0.0.177 - - [2026-08-17 04:01:02] "POST /neutron/port HTTP/1.1" 200 1086 0.019877 10.0.0.177 - - [2026-08-17 04:01:02] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009903 10.0.0.177 - - [2026-08-17 04:01:02] "GET /virtual-machine/e5f928f0-172d-489a-af3c-e076c827d3e5 HTTP/1.1" 200 1268 0.007059 10.0.0.177 - - [2026-08-17 04:01:02] "GET /virtual-machine-interface/7609b275-d571-4bd8-9d4b-3e5d6226916e HTTP/1.1" 200 3150 0.006777 10.0.0.177 - - [2026-08-17 04:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.177 - - [2026-08-17 04:01:02] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004986 10.0.0.177 - - [2026-08-17 04:01:02] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004665 10.0.0.177 - - [2026-08-17 04:01:02] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007087 10.0.0.177 - - [2026-08-17 04:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.177 - - [2026-08-17 04:01:03] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004142 10.0.0.177 - - [2026-08-17 04:01:03] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002990 10.0.0.177 - - [2026-08-17 04:01:03] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006767 10.0.0.177 - - [2026-08-17 04:01:04] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006828 10.0.0.177 - - [2026-08-17 04:01:04] "GET /virtual-machine/cb454b41-7217-4792-bd74-0c192333e589 HTTP/1.1" 200 1290 0.007507 10.0.0.177 - - [2026-08-17 04:01:06] "GET /virtual-machine/cb454b41-7217-4792-bd74-0c192333e589 HTTP/1.1" 200 1290 0.005344 10.0.0.177 - - [2026-08-17 04:01:07] "POST /neutron/port HTTP/1.1" 200 151 0.221554 10.0.0.177 - - [2026-08-17 04:01:08] "GET /virtual-machine/cb454b41-7217-4792-bd74-0c192333e589 HTTP/1.1" 404 171 0.004112 10.0.0.177 - - [2026-08-17 04:01:08] "GET /virtual-machine/cb454b41-7217-4792-bd74-0c192333e589 HTTP/1.1" 404 171 0.003565 10.0.0.177 - - [2026-08-17 04:01:08] "GET /virtual-machine/cb454b41-7217-4792-bd74-0c192333e589 HTTP/1.1" 404 171 0.004423 10.0.0.177 - - [2026-08-17 04:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.177 - - [2026-08-17 04:01:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005003 10.0.0.177 - - [2026-08-17 04:01:09] "GET /virtual-networks?parent_id=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006178 10.0.0.177 - - [2026-08-17 04:01:09] "GET /virtual-network/2a021c19-3f98-402c-b6ec-eee505924bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008969 10.0.0.177 - - [2026-08-17 04:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.177 - - [2026-08-17 04:01:09] "GET /routing-instance/764c1f4b-821c-4013-8bc9-c66b04e84101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005471 10.0.0.177 - - [2026-08-17 04:01:09] "GET /route-target/a9779025-78eb-4663-b630-4b1bb038c791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004893 10.0.0.177 - - [2026-08-17 04:01:09] "GET /obj-perms HTTP/1.1" 200 4477 0.004273 10.0.0.38 - - [2026-08-17 04:01:10] "DELETE /project/2c69e2ff-03f4-473e-983d-5ff3b0ecde59 HTTP/1.1" 404 177 0.003904 10.0.0.38 - - [2026-08-17 04:01:10] "DELETE /project/df39988657464f0ab8e7ded0ab6961e9 HTTP/1.1" 404 173 0.006825 10.0.0.190 - - [2026-08-17 04:01:11] "GET /obj-perms HTTP/1.1" 200 4509 0.046269 10.0.0.177 - - [2026-08-17 04:01:15] "POST /neutron/network HTTP/1.1" 200 840 0.009208 10.0.0.177 - - [2026-08-17 04:01:15] "POST /neutron/port HTTP/1.1" 200 117 0.001329 10.0.0.177 - - [2026-08-17 04:01:15] "GET /obj-perms HTTP/1.1" 200 4477 0.005058 10.0.0.190 - - [2026-08-17 04:01:18] "GET /obj-perms HTTP/1.1" 200 4477 0.004857 10.0.0.177 - - [2026-08-17 04:01:25] "GET /obj-perms HTTP/1.1" 200 4477 0.006158 10.0.0.190 - - [2026-08-17 04:01:28] "GET /obj-perms HTTP/1.1" 200 4477 0.004111 10.0.0.177 - - [2026-08-17 04:01:31] "GET /obj-perms HTTP/1.1" 200 4477 0.004345 10.0.0.38 - - [2026-08-17 04:01:31] "GET /obj-perms HTTP/1.1" 200 4477 0.004128 10.0.0.177 - - [2026-08-17 04:01:31] "GET /interface-route-table/bf432b18-5f83-4b53-93e3-a57378ba4a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.004548 10.0.0.177 - - [2026-08-17 04:01:31] "GET /virtual-machine-interface/7609b275-d571-4bd8-9d4b-3e5d6226916e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.006099 10.0.0.177 - - [2026-08-17 04:01:31] "POST /ref-update HTTP/1.1" 200 156 0.021444 10.0.0.177 - - [2026-08-17 04:01:31] "DELETE /interface-route-table/bf432b18-5f83-4b53-93e3-a57378ba4a6d HTTP/1.1" 200 115 0.044257 10.0.0.177 - - [2026-08-17 04:01:31] "POST /neutron/port HTTP/1.1" 200 151 0.242481 10.0.0.190 - - [2026-08-17 04:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.020737 10.0.0.38 - - [2026-08-17 04:01:33] "GET /projects?obj_uuids=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001049 10.0.0.177 - - [2026-08-17 04:01:33] "GET /project/df399886-5746-4f0a-b8e7-ded0ab6961e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.056189 10.0.0.38 - - [2026-08-17 04:01:33] "GET /projects?obj_uuids=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001055 10.0.0.177 - - [2026-08-17 04:01:33] "GET /project/df399886-5746-4f0a-b8e7-ded0ab6961e9?fields=virtual_networks HTTP/1.1" 200 1028 0.064023 10.0.0.38 - - [2026-08-17 04:01:33] "GET /projects?obj_uuids=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001049 10.0.0.177 - - [2026-08-17 04:01:33] "GET /project/df399886-5746-4f0a-b8e7-ded0ab6961e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.069318 10.0.0.38 - - [2026-08-17 04:01:33] "GET /projects?obj_uuids=df399886-5746-4f0a-b8e7-ded0ab6961e9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001532 10.0.0.177 - - [2026-08-17 04:01:33] "GET /project/df399886-5746-4f0a-b8e7-ded0ab6961e9?fields=security_groups HTTP/1.1" 200 1251 0.065980 10.0.0.177 - - [2026-08-17 04:01:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.029500 10.0.0.38 - - [2026-08-17 04:01:34] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004257 10.0.0.38 - - [2026-08-17 04:01:35] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001397 10.0.0.38 - - [2026-08-17 04:01:35] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008309 10.0.0.38 - - [2026-08-17 04:01:35] "POST /id-to-fqname HTTP/1.1" 200 194 0.015587 10.0.0.38 - - [2026-08-17 04:01:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.004764 10.0.0.38 - - [2026-08-17 04:01:35] "POST /security-groups HTTP/1.1" 200 595 0.032808 10.0.0.38 - - [2026-08-17 04:01:35] "POST /projects HTTP/1.1" 200 593 0.282360 10.0.0.190 - - [2026-08-17 04:01:35] "POST /access-control-lists HTTP/1.1" 200 600 0.028408 10.0.0.38 - - [2026-08-17 04:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.363506 10.0.0.177 - - [2026-08-17 04:01:35] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.531185 10.0.0.177 - - [2026-08-17 04:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.008617 10.0.0.177 - - [2026-08-17 04:01:36] "GET / HTTP/1.1" 200 35931 0.002483 10.0.0.177 - - [2026-08-17 04:01:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000538 10.0.0.177 - - [2026-08-17 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.073340 10.0.0.38 - - [2026-08-17 04:01:37] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001107 10.0.0.177 - - [2026-08-17 04:01:37] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.052253 10.0.0.177 - - [2026-08-17 04:01:37] "POST /neutron/network HTTP/1.1" 200 117 0.030109 10.0.0.190 - - [2026-08-17 04:01:38] "POST /route-targets HTTP/1.1" 200 327 0.019699 10.0.0.177 - - [2026-08-17 04:01:38] "POST /neutron/network HTTP/1.1" 200 829 0.009974 10.0.0.177 - - [2026-08-17 04:01:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001459 10.0.0.177 - - [2026-08-17 04:01:38] "GET /virtual-network/d2354ad2-f551-49c8-b10a-5eb23bfbb205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006119 10.0.0.177 - - [2026-08-17 04:01:38] "GET /virtual-network/d2354ad2-f551-49c8-b10a-5eb23bfbb205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006644 10.0.0.177 - - [2026-08-17 04:01:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.010992 10.0.0.177 - - [2026-08-17 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.38 - - [2026-08-17 04:01:38] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000993 10.0.0.177 - - [2026-08-17 04:01:38] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.064376 10.0.0.190 - - [2026-08-17 04:01:39] "POST /ref-update HTTP/1.1" 200 156 0.057477 10.0.0.38 - - [2026-08-17 04:01:39] "POST /useragent-kv HTTP/1.1" 200 115 0.015139 10.0.0.177 - - [2026-08-17 04:01:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.235559 10.0.0.177 - - [2026-08-17 04:01:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001422 10.0.0.177 - - [2026-08-17 04:01:39] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006444 10.0.0.177 - - [2026-08-17 04:01:39] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008356 10.0.0.177 - - [2026-08-17 04:01:39] "POST /neutron/network HTTP/1.1" 200 828 0.010603 10.0.0.177 - - [2026-08-17 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.38 - - [2026-08-17 04:01:39] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001451 10.0.0.177 - - [2026-08-17 04:01:39] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.055975 10.0.0.38 - - [2026-08-17 04:01:39] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001073 10.0.0.177 - - [2026-08-17 04:01:39] "POST /neutron/network HTTP/1.1" 200 609 0.141341 10.0.0.177 - - [2026-08-17 04:01:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.005844 10.0.0.177 - - [2026-08-17 04:01:39] "GET /virtual-network/2b559fb5-5e96-4aaa-96ed-496d1bc40b34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007466 10.0.0.177 - - [2026-08-17 04:01:39] "POST /neutron/network HTTP/1.1" 200 829 0.008604 10.0.0.177 - - [2026-08-17 04:01:40] "GET /virtual-network/2b559fb5-5e96-4aaa-96ed-496d1bc40b34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009103 10.0.0.177 - - [2026-08-17 04:01:40] "POST /fqname-to-id HTTP/1.1" 404 214 0.003753 10.0.0.177 - - [2026-08-17 04:01:40] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006184 10.0.0.38 - - [2026-08-17 04:01:40] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001187 10.0.0.177 - - [2026-08-17 04:01:40] "POST /neutron/port HTTP/1.1" 200 990 0.318914 10.0.0.177 - - [2026-08-17 04:01:40] "GET /virtual-machine-interface/2fe61d97-bc89-4aba-9aa9-be700f43fb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006981 10.0.0.177 - - [2026-08-17 04:01:40] "GET /virtual-machine-interface/2fe61d97-bc89-4aba-9aa9-be700f43fb3d?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.006006 10.0.0.177 - - [2026-08-17 04:01:40] "GET /instance-ip/95ee6a75-ae83-41be-b926-ee8fc261a5db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005210 10.0.0.177 - - [2026-08-17 04:01:40] "POST /fqname-to-id HTTP/1.1" 404 214 0.005250 10.0.0.177 - - [2026-08-17 04:01:40] "GET /virtual-network/d2354ad2-f551-49c8-b10a-5eb23bfbb205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006338 10.0.0.38 - - [2026-08-17 04:01:40] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001529 10.0.0.177 - - [2026-08-17 04:01:40] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.045537 10.0.0.177 - - [2026-08-17 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.177 - - [2026-08-17 04:01:40] "GET /security-group/08aad3ec-14f4-4ccd-b010-7d446ebaa581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.012232 10.0.0.177 - - [2026-08-17 04:01:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.128869 10.0.0.177 - - [2026-08-17 04:01:40] "POST /instance-ips HTTP/1.1" 200 357 0.057734 10.0.0.177 - - [2026-08-17 04:01:40] "GET /virtual-machine-interface/941a7a40-7d1d-4c05-a9fd-cb1dd8653957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006174 10.0.0.177 - - [2026-08-17 04:01:41] "GET /virtual-machine-interface/941a7a40-7d1d-4c05-a9fd-cb1dd8653957?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.012061 10.0.0.177 - - [2026-08-17 04:01:41] "GET /instance-ip/a93b1683-4f7f-4b71-9e4a-076cba72b6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.006301 10.0.0.177 - - [2026-08-17 04:01:41] "POST /fqname-to-id HTTP/1.1" 404 214 0.005065 10.0.0.177 - - [2026-08-17 04:01:41] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006080 10.0.0.177 - - [2026-08-17 04:01:41] "GET /virtual-machine-interface/b864c2cc-08e0-4068-8bb4-a18c43a3a798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008778 10.0.0.177 - - [2026-08-17 04:01:41] "GET /virtual-machine-interface/b864c2cc-08e0-4068-8bb4-a18c43a3a798?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009070 10.0.0.177 - - [2026-08-17 04:01:41] "GET /instance-ip/ea30923f-08af-468f-a956-9e8fa04608fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005514 10.0.0.177 - - [2026-08-17 04:01:41] "POST /fqname-to-id HTTP/1.1" 404 214 0.003700 10.0.0.177 - - [2026-08-17 04:01:41] "GET /virtual-network/d2354ad2-f551-49c8-b10a-5eb23bfbb205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006089 10.0.0.38 - - [2026-08-17 04:01:41] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001373 10.0.0.177 - - [2026-08-17 04:01:41] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.055247 10.0.0.177 - - [2026-08-17 04:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.177 - - [2026-08-17 04:01:41] "GET /security-group/08aad3ec-14f4-4ccd-b010-7d446ebaa581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005402 10.0.0.177 - - [2026-08-17 04:01:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.116789 10.0.0.177 - - [2026-08-17 04:01:42] "POST /instance-ips HTTP/1.1" 200 357 0.040089 10.0.0.177 - - [2026-08-17 04:01:42] "GET /virtual-machine-interface/cf2029e3-224e-4f04-af7e-35e78b8fc9ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007133 10.0.0.177 - - [2026-08-17 04:01:42] "GET /virtual-machine-interface/cf2029e3-224e-4f04-af7e-35e78b8fc9ea?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010589 10.0.0.177 - - [2026-08-17 04:01:42] "GET /instance-ip/de9ab115-48c3-4392-a001-2adfd4b224e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005712 10.0.0.177 - - [2026-08-17 04:01:42] "POST /fqname-to-id HTTP/1.1" 404 214 0.004918 10.0.0.177 - - [2026-08-17 04:01:42] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006992 10.0.0.177 - - [2026-08-17 04:01:42] "GET /virtual-machine-interface/e11f441f-4a02-41a5-908c-c99cdf3af1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008913 10.0.0.177 - - [2026-08-17 04:01:42] "GET /virtual-machine-interface/e11f441f-4a02-41a5-908c-c99cdf3af1b0?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009999 10.0.0.177 - - [2026-08-17 04:01:42] "GET /instance-ip/88f83e95-6547-4ee8-ab0f-79e2e67cbaa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005311 10.0.0.177 - - [2026-08-17 04:01:42] "POST /fqname-to-id HTTP/1.1" 404 214 0.003519 10.0.0.177 - - [2026-08-17 04:01:42] "GET /virtual-network/2b559fb5-5e96-4aaa-96ed-496d1bc40b34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007156 10.0.0.38 - - [2026-08-17 04:01:42] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001508 10.0.0.177 - - [2026-08-17 04:01:42] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.069249 10.0.0.177 - - [2026-08-17 04:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.177 - - [2026-08-17 04:01:42] "GET /security-group/08aad3ec-14f4-4ccd-b010-7d446ebaa581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004638 10.0.0.177 - - [2026-08-17 04:01:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.120478 10.0.0.177 - - [2026-08-17 04:01:43] "POST /instance-ips HTTP/1.1" 200 357 0.046772 10.0.0.177 - - [2026-08-17 04:01:43] "GET /virtual-machine-interface/092db34a-fbfc-4a8a-8680-394104abf985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006380 10.0.0.177 - - [2026-08-17 04:01:43] "GET /virtual-machine-interface/092db34a-fbfc-4a8a-8680-394104abf985?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.010286 10.0.0.177 - - [2026-08-17 04:01:43] "GET /instance-ip/3d683db3-dba3-4849-bd17-e929f7923452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.005517 10.0.0.177 - - [2026-08-17 04:01:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001433 10.0.0.177 - - [2026-08-17 04:01:44] "POST /neutron/port HTTP/1.1" 200 990 0.012965 10.0.0.177 - - [2026-08-17 04:01:44] "POST /neutron/port HTTP/1.1" 200 990 0.012858 10.0.0.177 - - [2026-08-17 04:01:45] "POST /neutron/port HTTP/1.1" 200 117 0.009884 10.0.0.177 - - [2026-08-17 04:01:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001438 10.0.0.38 - - [2026-08-17 04:01:45] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001404 10.0.0.177 - - [2026-08-17 04:01:45] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.071640 10.0.0.177 - - [2026-08-17 04:01:45] "POST /neutron/network HTTP/1.1" 200 829 0.041165 10.0.0.177 - - [2026-08-17 04:01:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001496 10.0.0.177 - - [2026-08-17 04:01:45] "POST /neutron/port HTTP/1.1" 200 117 0.008923 10.0.0.177 - - [2026-08-17 04:01:46] "POST /neutron/network HTTP/1.1" 200 828 0.006898 10.0.0.177 - - [2026-08-17 04:01:46] "POST /neutron/port HTTP/1.1" 200 117 0.022728 10.0.0.177 - - [2026-08-17 04:01:46] "POST /neutron/router HTTP/1.1" 200 598 0.006740 10.0.0.190 - - [2026-08-17 04:01:46] "POST /route-targets HTTP/1.1" 200 327 0.015737 10.0.0.38 - - [2026-08-17 04:01:47] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001123 10.0.0.177 - - [2026-08-17 04:01:47] "POST /neutron/router HTTP/1.1" 200 344 0.419823 10.0.0.190 - - [2026-08-17 04:01:47] "POST /ref-update HTTP/1.1" 200 156 0.029387 10.0.0.177 - - [2026-08-17 04:01:49] "POST /neutron/network HTTP/1.1" 200 838 0.007835 10.0.0.177 - - [2026-08-17 04:01:49] "POST /neutron/port HTTP/1.1" 200 1082 0.168641 10.0.0.177 - - [2026-08-17 04:01:50] "POST /neutron/port HTTP/1.1" 200 1065 0.020673 10.0.0.177 - - [2026-08-17 04:01:50] "POST /neutron/port HTTP/1.1" 200 1092 0.021345 10.0.0.177 - - [2026-08-17 04:01:50] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.177 - - [2026-08-17 04:01:51] "POST /neutron/network HTTP/1.1" 200 838 0.007211 10.0.0.177 - - [2026-08-17 04:01:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.008775 10.0.0.177 - - [2026-08-17 04:01:51] "POST /neutron/port HTTP/1.1" 200 1082 0.167737 10.0.0.177 - - [2026-08-17 04:01:52] "POST /neutron/port HTTP/1.1" 200 1092 0.019764 10.0.0.177 - - [2026-08-17 04:01:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004833 10.0.0.177 - - [2026-08-17 04:01:52] "POST /neutron/network HTTP/1.1" 200 828 0.013145 10.0.0.177 - - [2026-08-17 04:02:02] "POST /neutron/port HTTP/1.1" 200 1092 0.019747 10.0.0.177 - - [2026-08-17 04:02:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015789 10.0.0.38 - - [2026-08-17 04:02:10] "DELETE /project/48eab0d74e71427aadeb5be8f0c2f434 HTTP/1.1" 404 173 0.004524 10.0.0.38 - - [2026-08-17 04:02:10] "DELETE /project/df399886-5746-4f0a-b8e7-ded0ab6961e9 HTTP/1.1" 404 177 0.004007 10.0.0.177 - - [2026-08-17 04:02:15] "POST /neutron/port HTTP/1.1" 200 1129 0.021103 10.0.0.177 - - [2026-08-17 04:02:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004690 10.0.0.177 - - [2026-08-17 04:02:17] "POST /neutron/network HTTP/1.1" 200 829 0.007157 10.0.0.177 - - [2026-08-17 04:02:23] "POST /neutron/port HTTP/1.1" 200 1092 0.028765 10.0.0.177 - - [2026-08-17 04:02:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007907 10.0.0.177 - - [2026-08-17 04:02:28] "POST /neutron/port HTTP/1.1" 200 1092 0.021810 10.0.0.177 - - [2026-08-17 04:02:28] "GET /virtual-machine/afa70a13-152c-4f8e-b53c-8d1c6a355e8d HTTP/1.1" 401 293 0.000511 10.0.0.177 - - [2026-08-17 04:02:29] "GET /virtual-machine/afa70a13-152c-4f8e-b53c-8d1c6a355e8d HTTP/1.1" 200 1275 0.032302 10.0.0.177 - - [2026-08-17 04:02:29] "GET /virtual-machine-interface/2fe61d97-bc89-4aba-9aa9-be700f43fb3d HTTP/1.1" 200 3187 0.006320 10.0.0.177 - - [2026-08-17 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.177 - - [2026-08-17 04:02:29] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004159 10.0.0.177 - - [2026-08-17 04:02:29] "GET /virtual-networks?parent_id=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004065 10.0.0.177 - - [2026-08-17 04:02:29] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006208 10.0.0.177 - - [2026-08-17 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.177 - - [2026-08-17 04:02:32] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006111 10.0.0.177 - - [2026-08-17 04:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.177 - - [2026-08-17 04:02:36] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006231 10.0.0.177 - - [2026-08-17 04:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.177 - - [2026-08-17 04:02:40] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007076 10.0.0.177 - - [2026-08-17 04:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.177 - - [2026-08-17 04:02:44] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008317 10.0.0.177 - - [2026-08-17 04:02:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.025933 10.0.0.177 - - [2026-08-17 04:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.177 - - [2026-08-17 04:02:48] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005933 10.0.0.177 - - [2026-08-17 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.177 - - [2026-08-17 04:02:52] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006235 10.0.0.177 - - [2026-08-17 04:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.177 - - [2026-08-17 04:02:56] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006140 10.0.0.177 - - [2026-08-17 04:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006488 10.0.0.177 - - [2026-08-17 04:03:00] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006021 10.0.0.177 - - [2026-08-17 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.177 - - [2026-08-17 04:03:03] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004987 10.0.0.177 - - [2026-08-17 04:03:03] "GET /virtual-networks?parent_id=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003872 10.0.0.177 - - [2026-08-17 04:03:03] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006716 10.0.0.177 - - [2026-08-17 04:03:05] "POST /neutron/port HTTP/1.1" 200 1092 0.022562 10.0.0.177 - - [2026-08-17 04:03:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007973 10.0.0.190 - - [2026-08-17 04:03:12] "GET /obj-perms HTTP/1.1" 200 4509 0.046871 10.0.0.177 - - [2026-08-17 04:03:13] "POST /neutron/port HTTP/1.1" 200 1129 0.020322 10.0.0.177 - - [2026-08-17 04:03:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008240 10.0.0.177 - - [2026-08-17 04:03:14] "GET /virtual-machine/3e4d4da2-48b7-4c10-80bd-d37e3f2b4de2 HTTP/1.1" 200 1295 0.012871 10.0.0.177 - - [2026-08-17 04:03:14] "GET /virtual-machine-interface/ec2d6ab2-8b89-4239-a0d6-cea4e76e7003 HTTP/1.1" 200 2962 0.007116 10.0.0.177 - - [2026-08-17 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.177 - - [2026-08-17 04:03:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004275 10.0.0.177 - - [2026-08-17 04:03:14] "GET /virtual-networks?parent_id=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005073 10.0.0.177 - - [2026-08-17 04:03:14] "GET /virtual-network/2b559fb5-5e96-4aaa-96ed-496d1bc40b34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006730 10.0.0.177 - - [2026-08-17 04:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.177 - - [2026-08-17 04:03:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003768 10.0.0.177 - - [2026-08-17 04:03:15] "GET /virtual-networks?parent_id=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003326 10.0.0.177 - - [2026-08-17 04:03:15] "GET /virtual-network/2b559fb5-5e96-4aaa-96ed-496d1bc40b34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007842 10.0.0.177 - - [2026-08-17 04:03:15] "POST /neutron/port HTTP/1.1" 200 1092 0.017987 10.0.0.177 - - [2026-08-17 04:03:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007782 10.0.0.177 - - [2026-08-17 04:03:15] "GET /virtual-machine/9b32a1f5-e588-4187-8f8d-63bcedfa5665 HTTP/1.1" 200 1275 0.021514 10.0.0.177 - - [2026-08-17 04:03:15] "GET /virtual-machine-interface/e11f441f-4a02-41a5-908c-c99cdf3af1b0 HTTP/1.1" 200 3188 0.007513 10.0.0.177 - - [2026-08-17 04:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.177 - - [2026-08-17 04:03:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005068 10.0.0.177 - - [2026-08-17 04:03:15] "GET /virtual-networks?parent_id=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003317 10.0.0.177 - - [2026-08-17 04:03:15] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006600 10.0.0.177 - - [2026-08-17 04:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.177 - - [2026-08-17 04:03:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004692 10.0.0.177 - - [2026-08-17 04:03:16] "GET /virtual-networks?parent_id=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003497 10.0.0.177 - - [2026-08-17 04:03:16] "GET /virtual-network/331454d2-128f-4d3e-a8df-c4699376d879?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006765 10.0.0.177 - - [2026-08-17 04:03:17] "POST /neutron/port HTTP/1.1" 200 1092 0.018450 10.0.0.177 - - [2026-08-17 04:03:18] "POST /neutron/port HTTP/1.1" 200 1129 0.017535 10.0.0.177 - - [2026-08-17 04:03:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.010655 10.0.0.177 - - [2026-08-17 04:03:19] "POST /neutron/port HTTP/1.1" 200 1092 0.019814 10.0.0.177 - - [2026-08-17 04:03:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004344 10.0.0.177 - - [2026-08-17 04:03:21] "POST /neutron/network HTTP/1.1" 200 828 0.007131 10.0.0.38 - - [2026-08-17 04:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.38 - - [2026-08-17 04:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.177 - - [2026-08-17 04:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.177 - - [2026-08-17 04:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.190 - - [2026-08-17 04:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000543 10.0.0.190 - - [2026-08-17 04:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.38 - - [2026-08-17 04:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.38 - - [2026-08-17 04:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000631 10.0.0.177 - - [2026-08-17 04:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.177 - - [2026-08-17 04:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.190 - - [2026-08-17 04:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.190 - - [2026-08-17 04:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.177 - - [2026-08-17 04:04:13] "GET /obj-perms HTTP/1.1" 200 4509 0.047976 10.0.0.190 - - [2026-08-17 04:04:19] "POST /ref-update HTTP/1.1" 200 156 0.024643 10.0.0.177 - - [2026-08-17 04:04:19] "POST /neutron/router HTTP/1.1" 200 598 0.008730 10.0.0.177 - - [2026-08-17 04:04:19] "POST /neutron/router HTTP/1.1" 200 598 0.011449 10.0.0.190 - - [2026-08-17 04:04:19] "DELETE /route-target/81cda104-37e1-46ed-a4e7-f9992c44ecdd HTTP/1.1" 200 115 0.037952 10.0.0.177 - - [2026-08-17 04:04:20] "POST /neutron/network HTTP/1.1" 200 839 0.032619 10.0.0.177 - - [2026-08-17 04:04:20] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.177 - - [2026-08-17 04:04:21] "DELETE /instance-ip/3d683db3-dba3-4849-bd17-e929f7923452 HTTP/1.1" 200 115 0.051770 10.0.0.177 - - [2026-08-17 04:04:21] "DELETE /virtual-machine-interface/092db34a-fbfc-4a8a-8680-394104abf985 HTTP/1.1" 200 115 0.068371 10.0.0.177 - - [2026-08-17 04:04:21] "POST /neutron/port HTTP/1.1" 200 151 0.196553 10.0.0.177 - - [2026-08-17 04:04:21] "DELETE /instance-ip/de9ab115-48c3-4392-a001-2adfd4b224e1 HTTP/1.1" 200 115 0.054082 10.0.0.177 - - [2026-08-17 04:04:21] "DELETE /virtual-machine-interface/cf2029e3-224e-4f04-af7e-35e78b8fc9ea HTTP/1.1" 200 115 0.072755 10.0.0.177 - - [2026-08-17 04:04:22] "POST /neutron/port HTTP/1.1" 200 151 0.132210 10.0.0.177 - - [2026-08-17 04:04:22] "DELETE /instance-ip/a93b1683-4f7f-4b71-9e4a-076cba72b6b9 HTTP/1.1" 200 115 0.089990 10.0.0.177 - - [2026-08-17 04:04:22] "DELETE /virtual-machine-interface/941a7a40-7d1d-4c05-a9fd-cb1dd8653957 HTTP/1.1" 200 115 0.144636 10.0.0.177 - - [2026-08-17 04:04:22] "POST /neutron/port HTTP/1.1" 200 1082 0.025369 10.0.0.38 - - [2026-08-17 04:04:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003796 10.0.0.38 - - [2026-08-17 04:04:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002949 10.0.0.177 - - [2026-08-17 04:04:22] "POST /neutron/network HTTP/1.1" 200 151 0.154626 10.0.0.190 - - [2026-08-17 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.177 - - [2026-08-17 04:04:22] "POST /neutron/network HTTP/1.1" 200 829 0.008711 10.0.0.38 - - [2026-08-17 04:04:23] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001231 10.0.0.190 - - [2026-08-17 04:04:23] "DELETE /route-target/389ee6b5-3edf-4044-8577-586ba42744dc HTTP/1.1" 200 115 0.040787 10.0.0.177 - - [2026-08-17 04:04:23] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.082679 10.0.0.38 - - [2026-08-17 04:04:23] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001912 10.0.0.177 - - [2026-08-17 04:04:23] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?fields=virtual_networks HTTP/1.1" 200 1041 0.053502 10.0.0.38 - - [2026-08-17 04:04:23] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001193 10.0.0.177 - - [2026-08-17 04:04:23] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.064111 10.0.0.38 - - [2026-08-17 04:04:23] "GET /projects?obj_uuids=48eab0d7-4e71-427a-adeb-5be8f0c2f434&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001622 10.0.0.177 - - [2026-08-17 04:04:23] "GET /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434?fields=security_groups HTTP/1.1" 200 1271 0.052831 10.0.0.177 - - [2026-08-17 04:04:24] "POST /fqname-to-id HTTP/1.1" 404 187 0.419912 10.0.0.38 - - [2026-08-17 04:04:25] "GET /projects?obj_uuids=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004341 10.0.0.38 - - [2026-08-17 04:04:25] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.38 - - [2026-08-17 04:04:25] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008105 10.0.0.38 - - [2026-08-17 04:04:25] "POST /id-to-fqname HTTP/1.1" 200 189 0.001623 10.0.0.38 - - [2026-08-17 04:04:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.022204 10.0.0.38 - - [2026-08-17 04:04:25] "POST /security-groups HTTP/1.1" 200 590 0.032561 10.0.0.38 - - [2026-08-17 04:04:25] "POST /projects HTTP/1.1" 200 583 0.300431 10.0.0.38 - - [2026-08-17 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.373159 10.0.0.190 - - [2026-08-17 04:04:25] "POST /fqname-to-id HTTP/1.1" 404 232 0.021248 10.0.0.177 - - [2026-08-17 04:04:25] "GET /project/b226fc20-52d7-420f-b1b6-73fb6933c9c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.540966 10.0.0.177 - - [2026-08-17 04:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.007774 10.0.0.177 - - [2026-08-17 04:04:26] "POST /neutron/port HTTP/1.1" 400 205 0.007637 10.0.0.177 - - [2026-08-17 04:04:27] "GET / HTTP/1.1" 200 35931 0.003410 10.0.0.177 - - [2026-08-17 04:04:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000567 10.0.0.177 - - [2026-08-17 04:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.087718 10.0.0.38 - - [2026-08-17 04:04:29] "GET /projects?obj_uuids=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001393 10.0.0.177 - - [2026-08-17 04:04:29] "GET /project/b226fc20-52d7-420f-b1b6-73fb6933c9c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.050190 10.0.0.38 - - [2026-08-17 04:04:29] "GET /projects?obj_uuids=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001502 10.0.0.177 - - [2026-08-17 04:04:29] "POST /neutron/network HTTP/1.1" 200 604 0.134922 10.0.0.190 - - [2026-08-17 04:04:29] "POST /ref-update HTTP/1.1" 200 156 0.020082 10.0.0.177 - - [2026-08-17 04:04:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.004082 10.0.0.177 - - [2026-08-17 04:04:30] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007642 10.0.0.177 - - [2026-08-17 04:04:30] "POST /neutron/network HTTP/1.1" 200 822 0.009049 10.0.0.177 - - [2026-08-17 04:04:30] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006559 10.0.0.177 - - [2026-08-17 04:04:30] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007197 10.0.0.38 - - [2026-08-17 04:04:32] "GET /obj-perms HTTP/1.1" 200 4481 0.048420 10.0.0.177 - - [2026-08-17 04:04:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001561 10.0.0.177 - - [2026-08-17 04:04:32] "POST /neutron/network HTTP/1.1" 200 832 0.007116 10.0.0.177 - - [2026-08-17 04:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.007745 10.0.0.177 - - [2026-08-17 04:04:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001424 10.0.0.177 - - [2026-08-17 04:04:33] "POST /neutron/network HTTP/1.1" 200 822 0.006914 10.0.0.177 - - [2026-08-17 04:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.008824 10.0.0.177 - - [2026-08-17 04:04:37] "POST /neutron/port HTTP/1.1" 200 1058 0.039937 10.0.0.177 - - [2026-08-17 04:04:38] "POST /neutron/port HTTP/1.1" 200 1122 0.019153 10.0.0.177 - - [2026-08-17 04:04:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004130 10.0.0.177 - - [2026-08-17 04:04:38] "POST /neutron/network HTTP/1.1" 200 822 0.010961 10.0.0.177 - - [2026-08-17 04:04:39] "POST /neutron/port HTTP/1.1" 200 1058 0.020049 10.0.0.177 - - [2026-08-17 04:04:40] "POST /neutron/port HTTP/1.1" 200 1122 0.019857 10.0.0.177 - - [2026-08-17 04:04:40] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.177 - - [2026-08-17 04:04:43] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008236 10.0.0.177 - - [2026-08-17 04:04:53] "POST /neutron/port HTTP/1.1" 200 1122 0.021715 10.0.0.177 - - [2026-08-17 04:04:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008555 10.0.0.177 - - [2026-08-17 04:05:09] "POST /neutron/port HTTP/1.1" 200 1122 0.022507 10.0.0.177 - - [2026-08-17 04:05:09] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009421 10.0.0.177 - - [2026-08-17 04:05:09] "GET /virtual-machine/aff6dfa8-81ab-4d1c-9ef1-085d5d8831d9 HTTP/1.1" 401 293 0.000492 10.0.0.177 - - [2026-08-17 04:05:09] "GET /virtual-machine/aff6dfa8-81ab-4d1c-9ef1-085d5d8831d9 HTTP/1.1" 200 1292 0.031920 10.0.0.177 - - [2026-08-17 04:05:09] "GET /virtual-machine-interface/6f6c645e-1e58-4392-ae37-a0bd967b0474 HTTP/1.1" 200 2936 0.007217 10.0.0.177 - - [2026-08-17 04:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.177 - - [2026-08-17 04:05:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004692 10.0.0.177 - - [2026-08-17 04:05:09] "GET /virtual-networks?parent_id=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003638 10.0.0.177 - - [2026-08-17 04:05:10] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007689 10.0.0.38 - - [2026-08-17 04:05:10] "DELETE /project/b226fc2052d7420fb1b673fb6933c9c4 HTTP/1.1" 404 173 0.004451 10.0.0.38 - - [2026-08-17 04:05:10] "DELETE /project/48eab0d7-4e71-427a-adeb-5be8f0c2f434 HTTP/1.1" 404 177 0.005235 10.0.0.177 - - [2026-08-17 04:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.177 - - [2026-08-17 04:05:13] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007436 10.0.0.177 - - [2026-08-17 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007492 10.0.0.177 - - [2026-08-17 04:05:17] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006801 10.0.0.177 - - [2026-08-17 04:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.177 - - [2026-08-17 04:05:21] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005271 10.0.0.177 - - [2026-08-17 04:05:22] "POST /neutron/port HTTP/1.1" 200 1122 0.017395 10.0.0.177 - - [2026-08-17 04:05:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006031 10.0.0.177 - - [2026-08-17 04:05:24] "POST /neutron/network HTTP/1.1" 200 822 0.008276 10.0.0.177 - - [2026-08-17 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.177 - - [2026-08-17 04:05:25] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006176 10.0.0.177 - - [2026-08-17 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.177 - - [2026-08-17 04:05:29] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.009191 10.0.0.177 - - [2026-08-17 04:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.177 - - [2026-08-17 04:05:33] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006020 10.0.0.177 - - [2026-08-17 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.177 - - [2026-08-17 04:05:37] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.019799 10.0.0.177 - - [2026-08-17 04:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.177 - - [2026-08-17 04:05:39] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006478 10.0.0.177 - - [2026-08-17 04:05:39] "GET /virtual-networks?parent_id=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003612 10.0.0.177 - - [2026-08-17 04:05:39] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006531 10.0.0.177 - - [2026-08-17 04:05:43] "POST /neutron/port HTTP/1.1" 200 1122 0.020159 10.0.0.177 - - [2026-08-17 04:05:45] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008067 10.0.0.177 - - [2026-08-17 04:05:50] "POST /neutron/port HTTP/1.1" 200 1122 0.018423 10.0.0.177 - - [2026-08-17 04:05:50] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007412 10.0.0.177 - - [2026-08-17 04:05:50] "GET /virtual-machine/8dbd066e-3261-424e-9988-22d47ccd392a HTTP/1.1" 200 1292 0.005420 10.0.0.177 - - [2026-08-17 04:05:50] "GET /virtual-machine-interface/b0a6bdc0-a4f7-4924-90b5-fe5daee05836 HTTP/1.1" 200 2937 0.005008 10.0.0.177 - - [2026-08-17 04:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.177 - - [2026-08-17 04:05:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003129 10.0.0.177 - - [2026-08-17 04:05:50] "GET /virtual-networks?parent_id=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002617 10.0.0.177 - - [2026-08-17 04:05:50] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006677 10.0.0.177 - - [2026-08-17 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.177 - - [2026-08-17 04:05:51] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004549 10.0.0.177 - - [2026-08-17 04:05:51] "GET /virtual-networks?parent_id=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002955 10.0.0.177 - - [2026-08-17 04:05:51] "GET /virtual-network/7fe63b70-e8ed-4cb7-82dc-9839971c8777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007073 10.0.0.177 - - [2026-08-17 04:05:53] "POST /neutron/port HTTP/1.1" 200 1122 0.018745 10.0.0.177 - - [2026-08-17 04:05:57] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008411 10.0.0.190 - - [2026-08-17 04:06:15] "GET /obj-perms HTTP/1.1" 200 4509 0.045280 10.0.0.177 - - [2026-08-17 04:06:24] "POST /neutron/network HTTP/1.1" 200 832 0.024750 10.0.0.177 - - [2026-08-17 04:06:24] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.177 - - [2026-08-17 04:07:16] "GET /obj-perms HTTP/1.1" 200 4509 0.046879 10.0.0.177 - - [2026-08-17 04:07:24] "POST /neutron/port HTTP/1.1" 200 1122 0.018889 10.0.0.177 - - [2026-08-17 04:07:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.011382 10.0.0.177 - - [2026-08-17 04:07:28] "POST /neutron/network HTTP/1.1" 200 822 0.007827 10.0.0.177 - - [2026-08-17 04:07:30] "POST /neutron/port HTTP/1.1" 200 1112 0.017200 10.0.0.177 - - [2026-08-17 04:07:30] "POST /neutron/port HTTP/1.1" 200 1112 0.026285 10.0.0.177 - - [2026-08-17 04:07:30] "POST /neutron/network HTTP/1.1" 400 204 0.037561 10.0.0.190 - - [2026-08-17 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.045487 10.0.0.38 - - [2026-08-17 04:07:34] "GET /projects?obj_uuids=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.022486 10.0.0.177 - - [2026-08-17 04:07:34] "GET /project/b226fc20-52d7-420f-b1b6-73fb6933c9c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.097610 10.0.0.38 - - [2026-08-17 04:07:34] "GET /projects?obj_uuids=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001255 10.0.0.177 - - [2026-08-17 04:07:34] "GET /project/b226fc20-52d7-420f-b1b6-73fb6933c9c4?fields=virtual_networks HTTP/1.1" 200 1032 0.052251 10.0.0.38 - - [2026-08-17 04:07:34] "GET /projects?obj_uuids=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001044 10.0.0.177 - - [2026-08-17 04:07:35] "GET /project/b226fc20-52d7-420f-b1b6-73fb6933c9c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050436 10.0.0.38 - - [2026-08-17 04:07:35] "GET /projects?obj_uuids=b226fc20-52d7-420f-b1b6-73fb6933c9c4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001605 10.0.0.177 - - [2026-08-17 04:07:35] "GET /project/b226fc20-52d7-420f-b1b6-73fb6933c9c4?fields=security_groups HTTP/1.1" 200 1257 0.059687 10.0.0.177 - - [2026-08-17 04:07:36] "POST /fqname-to-id HTTP/1.1" 404 187 0.029867 10.0.0.38 - - [2026-08-17 04:07:36] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003136 10.0.0.38 - - [2026-08-17 04:07:36] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002401 10.0.0.38 - - [2026-08-17 04:07:36] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038579 10.0.0.38 - - [2026-08-17 04:07:36] "POST /id-to-fqname HTTP/1.1" 200 189 0.008607 10.0.0.38 - - [2026-08-17 04:07:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.003609 10.0.0.38 - - [2026-08-17 04:07:36] "POST /security-groups HTTP/1.1" 200 590 0.037212 10.0.0.38 - - [2026-08-17 04:07:36] "POST /projects HTTP/1.1" 200 583 0.298830 10.0.0.38 - - [2026-08-17 04:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.369549 10.0.0.190 - - [2026-08-17 04:07:36] "POST /access-control-lists HTTP/1.1" 200 595 0.037167 10.0.0.177 - - [2026-08-17 04:07:36] "GET /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.551115 10.0.0.177 - - [2026-08-17 04:07:37] "GET / HTTP/1.1" 200 35931 0.001604 10.0.0.177 - - [2026-08-17 04:07:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000512 10.0.0.177 - - [2026-08-17 04:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.056121 10.0.0.38 - - [2026-08-17 04:07:40] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001079 10.0.0.177 - - [2026-08-17 04:07:40] "GET /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.051812 10.0.0.177 - - [2026-08-17 04:07:40] "POST /neutron/network HTTP/1.1" 200 117 0.032336 10.0.0.190 - - [2026-08-17 04:07:40] "POST /route-targets HTTP/1.1" 200 327 0.013395 10.0.0.177 - - [2026-08-17 04:07:40] "POST /neutron/network HTTP/1.1" 200 825 0.009178 10.0.0.177 - - [2026-08-17 04:07:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001161 10.0.0.177 - - [2026-08-17 04:07:40] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005351 10.0.0.177 - - [2026-08-17 04:07:41] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005873 10.0.0.177 - - [2026-08-17 04:07:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.010247 10.0.0.177 - - [2026-08-17 04:07:41] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007425 10.0.0.38 - - [2026-08-17 04:07:43] "GET /obj-perms HTTP/1.1" 200 4481 0.058517 10.0.0.177 - - [2026-08-17 04:07:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001422 10.0.0.38 - - [2026-08-17 04:07:43] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001738 10.0.0.177 - - [2026-08-17 04:07:43] "GET /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.187289 10.0.0.177 - - [2026-08-17 04:07:44] "POST /neutron/port HTTP/1.1" 200 117 0.008198 10.0.0.177 - - [2026-08-17 04:07:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001510 10.0.0.177 - - [2026-08-17 04:07:44] "POST /neutron/network HTTP/1.1" 200 835 0.007021 10.0.0.177 - - [2026-08-17 04:07:44] "POST /neutron/port HTTP/1.1" 200 117 0.006901 10.0.0.38 - - [2026-08-17 04:07:48] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001625 10.0.0.177 - - [2026-08-17 04:07:48] "POST /neutron/port HTTP/1.1" 200 1061 0.369231 10.0.0.177 - - [2026-08-17 04:07:48] "POST /neutron/port HTTP/1.1" 200 1115 0.145242 10.0.0.177 - - [2026-08-17 04:07:49] "POST /neutron/port HTTP/1.1" 200 1125 0.020569 10.0.0.177 - - [2026-08-17 04:07:50] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.38 - - [2026-08-17 04:07:50] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001053 10.0.0.177 - - [2026-08-17 04:07:50] "POST /neutron/port HTTP/1.1" 200 1061 0.351377 10.0.0.177 - - [2026-08-17 04:07:51] "POST /neutron/port HTTP/1.1" 200 1115 0.149291 10.0.0.177 - - [2026-08-17 04:07:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.009623 10.0.0.177 - - [2026-08-17 04:07:54] "POST /neutron/port HTTP/1.1" 200 1125 0.018801 10.0.0.177 - - [2026-08-17 04:08:00] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010689 10.0.0.190 - - [2026-08-17 04:08:00] "DELETE /access-control-list/18ea0692-7ea8-4369-a757-ebff5c3c7b74 HTTP/1.1" 200 115 0.057572 10.0.0.177 - - [2026-08-17 04:08:10] "POST /neutron/port HTTP/1.1" 200 1125 0.024527 10.0.0.38 - - [2026-08-17 04:08:11] "DELETE /project/b226fc20-52d7-420f-b1b6-73fb6933c9c4 HTTP/1.1" 404 177 0.003483 10.0.0.38 - - [2026-08-17 04:08:11] "DELETE /project/9b0beb3fa01c406f87b05520d0b119a6 HTTP/1.1" 404 173 0.006767 10.0.0.177 - - [2026-08-17 04:08:15] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008586 10.0.0.177 - - [2026-08-17 04:08:25] "POST /neutron/port HTTP/1.1" 200 1125 0.114134 10.0.0.177 - - [2026-08-17 04:08:25] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008741 10.0.0.177 - - [2026-08-17 04:08:25] "GET /virtual-machine/745e05fe-8b2a-4a01-ac6a-addacb72e341 HTTP/1.1" 401 293 0.000513 10.0.0.177 - - [2026-08-17 04:08:26] "GET /virtual-machine/745e05fe-8b2a-4a01-ac6a-addacb72e341 HTTP/1.1" 200 1291 0.029104 10.0.0.177 - - [2026-08-17 04:08:26] "GET /virtual-machine-interface/2e02e872-6fa6-43bc-bc61-d3dc79bed6f8 HTTP/1.1" 200 2936 0.005962 10.0.0.177 - - [2026-08-17 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.016445 10.0.0.177 - - [2026-08-17 04:08:26] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004471 10.0.0.177 - - [2026-08-17 04:08:26] "GET /virtual-networks?parent_id=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004162 10.0.0.177 - - [2026-08-17 04:08:26] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006212 10.0.0.177 - - [2026-08-17 04:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.177 - - [2026-08-17 04:08:29] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007549 10.0.0.177 - - [2026-08-17 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.177 - - [2026-08-17 04:08:33] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005777 10.0.0.177 - - [2026-08-17 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.177 - - [2026-08-17 04:08:37] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005628 10.0.0.177 - - [2026-08-17 04:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.177 - - [2026-08-17 04:08:41] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008339 10.0.0.177 - - [2026-08-17 04:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.177 - - [2026-08-17 04:08:45] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005720 10.0.0.38 - - [2026-08-17 04:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.38 - - [2026-08-17 04:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.177 - - [2026-08-17 04:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000581 10.0.0.177 - - [2026-08-17 04:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.190 - - [2026-08-17 04:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.190 - - [2026-08-17 04:08:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.38 - - [2026-08-17 04:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.38 - - [2026-08-17 04:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000564 10.0.0.177 - - [2026-08-17 04:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.177 - - [2026-08-17 04:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000989 10.0.0.190 - - [2026-08-17 04:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.190 - - [2026-08-17 04:08:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.177 - - [2026-08-17 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.177 - - [2026-08-17 04:08:50] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005832 10.0.0.177 - - [2026-08-17 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.177 - - [2026-08-17 04:08:54] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006991 10.0.0.177 - - [2026-08-17 04:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.177 - - [2026-08-17 04:08:58] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006746 10.0.0.177 - - [2026-08-17 04:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006706 10.0.0.177 - - [2026-08-17 04:09:00] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004745 10.0.0.177 - - [2026-08-17 04:09:00] "GET /virtual-networks?parent_id=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003357 10.0.0.177 - - [2026-08-17 04:09:00] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006491 10.0.0.177 - - [2026-08-17 04:09:00] "POST /neutron/port HTTP/1.1" 200 1125 0.019625 10.0.0.177 - - [2026-08-17 04:09:03] "POST /neutron/security_group HTTP/1.1" 200 2057 0.029852 10.0.0.177 - - [2026-08-17 04:09:06] "POST /neutron/port HTTP/1.1" 200 1125 0.019514 10.0.0.177 - - [2026-08-17 04:09:10] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012489 10.0.0.177 - - [2026-08-17 04:09:11] "POST /neutron/port HTTP/1.1" 200 1125 0.023253 10.0.0.177 - - [2026-08-17 04:09:11] "GET /virtual-machine/cccc8c26-1d35-4ffb-b613-ecc359fd6aa1 HTTP/1.1" 200 1292 0.006647 10.0.0.177 - - [2026-08-17 04:09:11] "GET /virtual-machine-interface/d0dddd9b-0a54-46ed-b7df-d1f84d440d70 HTTP/1.1" 200 2937 0.006138 10.0.0.177 - - [2026-08-17 04:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.177 - - [2026-08-17 04:09:11] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004250 10.0.0.177 - - [2026-08-17 04:09:11] "GET /virtual-networks?parent_id=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004029 10.0.0.177 - - [2026-08-17 04:09:11] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007305 10.0.0.177 - - [2026-08-17 04:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004953 10.0.0.177 - - [2026-08-17 04:09:12] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005147 10.0.0.177 - - [2026-08-17 04:09:12] "GET /virtual-networks?parent_id=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003573 10.0.0.177 - - [2026-08-17 04:09:12] "GET /virtual-network/21f74f1a-468e-4a7b-9473-bd56e7ffeb86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007139 10.0.0.190 - - [2026-08-17 04:09:17] "GET /obj-perms HTTP/1.1" 200 4509 0.042410 10.0.0.177 - - [2026-08-17 04:09:28] "POST /neutron/port HTTP/1.1" 200 1125 0.019177 10.0.0.177 - - [2026-08-17 04:09:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.010279 10.0.0.177 - - [2026-08-17 04:10:03] "POST /neutron/network HTTP/1.1" 200 825 0.007766 10.0.0.177 - - [2026-08-17 04:10:05] "POST /neutron/port HTTP/1.1" 200 1115 0.016040 10.0.0.177 - - [2026-08-17 04:10:05] "POST /neutron/port HTTP/1.1" 200 1115 0.039418 10.0.0.177 - - [2026-08-17 04:10:05] "POST /neutron/network HTTP/1.1" 400 204 0.015610 10.0.0.38 - - [2026-08-17 04:10:09] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001156 10.0.0.177 - - [2026-08-17 04:10:09] "GET /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.057691 10.0.0.38 - - [2026-08-17 04:10:09] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001583 10.0.0.177 - - [2026-08-17 04:10:09] "GET /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6?fields=virtual_networks HTTP/1.1" 200 1031 0.061981 10.0.0.38 - - [2026-08-17 04:10:09] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001364 10.0.0.177 - - [2026-08-17 04:10:09] "GET /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.057942 10.0.0.38 - - [2026-08-17 04:10:09] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001551 10.0.0.177 - - [2026-08-17 04:10:09] "GET /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6?fields=security_groups HTTP/1.1" 200 1256 0.052709 10.0.0.38 - - [2026-08-17 04:10:11] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001021 10.0.0.38 - - [2026-08-17 04:10:11] "GET /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.060766 10.0.0.38 - - [2026-08-17 04:10:11] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001060 10.0.0.38 - - [2026-08-17 04:10:11] "GET /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6?fields=security_groups HTTP/1.1" 200 1361 0.057452 10.0.0.38 - - [2026-08-17 04:10:11] "DELETE /security-group/3febc394-aec9-4fd0-aec2-2533ed5ec24b HTTP/1.1" 200 115 0.079204 10.0.0.38 - - [2026-08-17 04:10:11] "GET /projects?obj_uuids=9b0beb3f-a01c-406f-87b0-5520d0b119a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001632 10.0.0.190 - - [2026-08-17 04:10:11] "DELETE /access-control-list/f65203cc-3e52-456b-9314-c007705fb25c HTTP/1.1" 200 115 0.084373 10.0.0.38 - - [2026-08-17 04:10:11] "GET /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6?fields=application_policy_sets HTTP/1.1" 200 1400 0.067389 10.0.0.38 - - [2026-08-17 04:10:12] "DELETE /project/9b0beb3f-a01c-406f-87b0-5520d0b119a6 HTTP/1.1" 200 115 0.571052 10.0.0.177 - - [2026-08-17 04:10:18] "GET /obj-perms HTTP/1.1" 200 4509 0.057288 10.0.0.177 - - [2026-08-17 04:10:25] "GET / HTTP/1.1" 200 35931 0.001943 10.0.0.177 - - [2026-08-17 04:10:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000530 10.0.0.177 - - [2026-08-17 04:10:26] "POST /fqname-to-id HTTP/1.1" 404 201 0.044797 10.0.0.38 - - [2026-08-17 04:10:26] "GET /projects?obj_uuids=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003789 10.0.0.38 - - [2026-08-17 04:10:26] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002333 10.0.0.38 - - [2026-08-17 04:10:26] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010993 10.0.0.38 - - [2026-08-17 04:10:26] "POST /id-to-fqname HTTP/1.1" 200 203 0.013405 10.0.0.38 - - [2026-08-17 04:10:26] "POST /fqname-to-id HTTP/1.1" 404 212 0.003692 10.0.0.38 - - [2026-08-17 04:10:27] "POST /security-groups HTTP/1.1" 200 604 0.035994 10.0.0.38 - - [2026-08-17 04:10:27] "POST /projects HTTP/1.1" 200 611 0.342918 10.0.0.190 - - [2026-08-17 04:10:27] "POST /access-control-lists HTTP/1.1" 200 609 0.032575 10.0.0.38 - - [2026-08-17 04:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.424373 10.0.0.177 - - [2026-08-17 04:10:27] "GET /project/7bbc1109-f667-44a9-86ee-8b68bf450a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.613374 10.0.0.177 - - [2026-08-17 04:10:28] "GET / HTTP/1.1" 200 35931 0.001979 10.0.0.177 - - [2026-08-17 04:10:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000507 10.0.0.177 - - [2026-08-17 04:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.070834 10.0.0.38 - - [2026-08-17 04:10:29] "GET /projects?obj_uuids=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001037 10.0.0.177 - - [2026-08-17 04:10:29] "GET /project/7bbc1109-f667-44a9-86ee-8b68bf450a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.060681 10.0.0.177 - - [2026-08-17 04:10:29] "POST /neutron/network HTTP/1.1" 200 117 0.035625 10.0.0.190 - - [2026-08-17 04:10:29] "POST /route-targets HTTP/1.1" 200 327 0.016001 10.0.0.177 - - [2026-08-17 04:10:30] "POST /neutron/network HTTP/1.1" 200 840 0.009883 10.0.0.177 - - [2026-08-17 04:10:30] "POST /id-to-fqname HTTP/1.1" 200 234 0.001463 10.0.0.177 - - [2026-08-17 04:10:30] "GET /virtual-network/00958bb8-d32b-496d-a145-c016e8573096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006321 10.0.0.177 - - [2026-08-17 04:10:30] "GET /virtual-network/00958bb8-d32b-496d-a145-c016e8573096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007796 10.0.0.177 - - [2026-08-17 04:10:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.011765 10.0.0.177 - - [2026-08-17 04:10:30] "POST /id-to-fqname HTTP/1.1" 200 234 0.001720 10.0.0.177 - - [2026-08-17 04:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.006823 10.0.0.177 - - [2026-08-17 04:10:30] "POST /id-to-fqname HTTP/1.1" 200 234 0.001463 10.0.0.177 - - [2026-08-17 04:10:31] "POST /neutron/network HTTP/1.1" 200 850 0.008533 10.0.0.38 - - [2026-08-17 04:10:31] "GET /projects?obj_uuids=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001371 10.0.0.177 - - [2026-08-17 04:10:31] "GET /project/7bbc1109-f667-44a9-86ee-8b68bf450a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.064538 10.0.0.177 - - [2026-08-17 04:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.008471 10.0.0.177 - - [2026-08-17 04:10:32] "GET /virtual-network/00958bb8-d32b-496d-a145-c016e8573096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006357 10.0.0.38 - - [2026-08-17 04:10:33] "GET /obj-perms HTTP/1.1" 200 4509 0.045998 10.0.0.38 - - [2026-08-17 04:10:35] "GET /projects?obj_uuids=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001084 10.0.0.177 - - [2026-08-17 04:10:35] "POST /neutron/port HTTP/1.1" 200 1074 0.381445 10.0.0.177 - - [2026-08-17 04:10:35] "POST /neutron/port HTTP/1.1" 200 1128 0.152272 10.0.0.177 - - [2026-08-17 04:10:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.012094 10.0.0.177 - - [2026-08-17 04:10:37] "POST /neutron/network HTTP/1.1" 200 850 0.007417 10.0.0.177 - - [2026-08-17 04:10:37] "POST /neutron/port HTTP/1.1" 200 1074 0.021872 10.0.0.177 - - [2026-08-17 04:10:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004751 10.0.0.177 - - [2026-08-17 04:10:38] "POST /neutron/network HTTP/1.1" 200 840 0.006799 10.0.0.177 - - [2026-08-17 04:10:44] "POST /neutron/port HTTP/1.1" 200 1138 0.024576 10.0.0.177 - - [2026-08-17 04:10:49] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008553 10.0.0.177 - - [2026-08-17 04:10:59] "POST /neutron/port HTTP/1.1" 200 1138 0.019259 10.0.0.177 - - [2026-08-17 04:11:04] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009193 10.0.0.177 - - [2026-08-17 04:11:04] "POST /neutron/port HTTP/1.1" 200 1138 0.019224 10.0.0.177 - - [2026-08-17 04:11:04] "GET /virtual-machine/e5b91f64-34c5-4d15-b610-bc74020254df HTTP/1.1" 401 293 0.000482 10.0.0.177 - - [2026-08-17 04:11:05] "GET /virtual-machine/e5b91f64-34c5-4d15-b610-bc74020254df HTTP/1.1" 200 1306 0.029690 10.0.0.177 - - [2026-08-17 04:11:05] "GET /virtual-machine-interface/16732128-a033-4985-a163-5b49e37fa0aa HTTP/1.1" 200 3009 0.006367 10.0.0.177 - - [2026-08-17 04:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.177 - - [2026-08-17 04:11:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004905 10.0.0.177 - - [2026-08-17 04:11:05] "GET /virtual-networks?parent_id=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004905 10.0.0.177 - - [2026-08-17 04:11:05] "GET /virtual-network/00958bb8-d32b-496d-a145-c016e8573096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006833 10.0.0.177 - - [2026-08-17 04:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.177 - - [2026-08-17 04:11:08] "GET /virtual-network/00958bb8-d32b-496d-a145-c016e8573096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006380 10.0.0.38 - - [2026-08-17 04:11:12] "DELETE /project/7bbc1109f66744a986ee8b68bf450a6f HTTP/1.1" 404 173 0.004455 10.0.0.177 - - [2026-08-17 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.177 - - [2026-08-17 04:11:12] "GET /virtual-network/00958bb8-d32b-496d-a145-c016e8573096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006186 10.0.0.177 - - [2026-08-17 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.177 - - [2026-08-17 04:11:16] "GET /virtual-network/00958bb8-d32b-496d-a145-c016e8573096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005754 10.0.0.177 - - [2026-08-17 04:11:16] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008297 10.0.0.177 - - [2026-08-17 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.177 - - [2026-08-17 04:11:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004570 10.0.0.177 - - [2026-08-17 04:11:18] "GET /virtual-networks?parent_id=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003722 10.0.0.177 - - [2026-08-17 04:11:18] "GET /virtual-network/00958bb8-d32b-496d-a145-c016e8573096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006128 10.0.0.177 - - [2026-08-17 04:11:23] "POST /neutron/port HTTP/1.1" 200 1138 0.018484 10.0.0.177 - - [2026-08-17 04:11:24] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007597 10.0.0.177 - - [2026-08-17 04:11:28] "POST /neutron/port HTTP/1.1" 200 1138 0.020325 10.0.0.177 - - [2026-08-17 04:11:28] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008362 10.0.0.177 - - [2026-08-17 04:11:29] "GET /virtual-machine/287327d3-a714-4790-a796-f2f90fac1bc2 HTTP/1.1" 200 1305 0.007944 10.0.0.177 - - [2026-08-17 04:11:29] "GET /virtual-machine-interface/64b7cbf7-2197-46c1-975f-4a46208b9b56 HTTP/1.1" 200 3009 0.009735 10.0.0.177 - - [2026-08-17 04:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.177 - - [2026-08-17 04:11:29] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004551 10.0.0.177 - - [2026-08-17 04:11:29] "GET /virtual-networks?parent_id=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004408 10.0.0.177 - - [2026-08-17 04:11:29] "GET /virtual-network/00958bb8-d32b-496d-a145-c016e8573096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006738 10.0.0.177 - - [2026-08-17 04:11:29] "POST /neutron/network HTTP/1.1" 200 850 0.017249 10.0.0.177 - - [2026-08-17 04:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.177 - - [2026-08-17 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.177 - - [2026-08-17 04:11:30] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004723 10.0.0.177 - - [2026-08-17 04:11:30] "GET /virtual-networks?parent_id=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004186 10.0.0.177 - - [2026-08-17 04:11:30] "GET /virtual-network/00958bb8-d32b-496d-a145-c016e8573096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006457 10.0.0.177 - - [2026-08-17 04:11:30] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009138 10.0.0.177 - - [2026-08-17 04:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.177 - - [2026-08-17 04:11:36] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005033 10.0.0.177 - - [2026-08-17 04:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.177 - - [2026-08-17 04:11:36] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004848 10.0.0.177 - - [2026-08-17 04:11:36] "PUT /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb HTTP/1.1" 200 276 0.015611 10.0.0.177 - - [2026-08-17 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.177 - - [2026-08-17 04:11:49] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.003971 10.0.0.177 - - [2026-08-17 04:11:49] "PUT /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb HTTP/1.1" 200 276 0.013537 10.0.0.190 - - [2026-08-17 04:12:20] "GET /obj-perms HTTP/1.1" 200 4509 0.045030 10.0.0.177 - - [2026-08-17 04:12:29] "POST /neutron/network HTTP/1.1" 200 850 0.007084 10.0.0.177 - - [2026-08-17 04:12:30] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.177 - - [2026-08-17 04:12:42] "POST /neutron/network HTTP/1.1" 400 204 0.017201 10.0.0.177 - - [2026-08-17 04:12:44] "POST /neutron/port HTTP/1.1" 200 151 0.261742 10.0.0.177 - - [2026-08-17 04:12:44] "POST /neutron/port HTTP/1.1" 200 151 0.276431 10.0.0.177 - - [2026-08-17 04:12:46] "POST /neutron/network HTTP/1.1" 200 840 0.008033 10.0.0.190 - - [2026-08-17 04:12:46] "DELETE /route-target/66ea25fa-0aa6-4b1c-a619-6abc94789a89 HTTP/1.1" 200 115 0.055564 10.0.0.38 - - [2026-08-17 04:12:47] "GET /projects?obj_uuids=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.028033 10.0.0.177 - - [2026-08-17 04:12:47] "GET /project/7bbc1109-f667-44a9-86ee-8b68bf450a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.098275 10.0.0.38 - - [2026-08-17 04:12:47] "GET /projects?obj_uuids=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001401 10.0.0.177 - - [2026-08-17 04:12:47] "GET /project/7bbc1109-f667-44a9-86ee-8b68bf450a6f?fields=virtual_networks HTTP/1.1" 200 1058 0.067529 10.0.0.38 - - [2026-08-17 04:12:47] "GET /projects?obj_uuids=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001108 10.0.0.177 - - [2026-08-17 04:12:47] "GET /project/7bbc1109-f667-44a9-86ee-8b68bf450a6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.054549 10.0.0.38 - - [2026-08-17 04:12:47] "GET /projects?obj_uuids=7bbc1109-f667-44a9-86ee-8b68bf450a6f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001056 10.0.0.177 - - [2026-08-17 04:12:47] "GET /project/7bbc1109-f667-44a9-86ee-8b68bf450a6f?fields=security_groups HTTP/1.1" 200 1297 0.044252 10.0.0.177 - - [2026-08-17 04:12:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.035931 10.0.0.38 - - [2026-08-17 04:12:48] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004139 10.0.0.38 - - [2026-08-17 04:12:48] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.38 - - [2026-08-17 04:12:48] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051052 10.0.0.38 - - [2026-08-17 04:12:48] "POST /id-to-fqname HTTP/1.1" 200 209 0.015190 10.0.0.38 - - [2026-08-17 04:12:48] "POST /fqname-to-id HTTP/1.1" 404 217 0.013545 10.0.0.38 - - [2026-08-17 04:12:48] "POST /security-groups HTTP/1.1" 200 609 0.041824 10.0.0.38 - - [2026-08-17 04:12:48] "POST /projects HTTP/1.1" 200 621 0.301821 10.0.0.38 - - [2026-08-17 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.378006 10.0.0.190 - - [2026-08-17 04:12:48] "POST /fqname-to-id HTTP/1.1" 404 251 0.014801 10.0.0.177 - - [2026-08-17 04:12:48] "GET /project/5d8d48de-f61c-47c5-9947-de516b4daabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.602093 10.0.0.177 - - [2026-08-17 04:12:50] "GET / HTTP/1.1" 200 35931 0.001767 10.0.0.177 - - [2026-08-17 04:12:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000576 10.0.0.177 - - [2026-08-17 04:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.065872 10.0.0.38 - - [2026-08-17 04:12:51] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001061 10.0.0.177 - - [2026-08-17 04:12:51] "GET /project/5d8d48de-f61c-47c5-9947-de516b4daabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.058940 10.0.0.38 - - [2026-08-17 04:12:51] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001200 10.0.0.177 - - [2026-08-17 04:12:51] "POST /neutron/network HTTP/1.1" 200 625 0.179769 10.0.0.190 - - [2026-08-17 04:12:51] "POST /ref-update HTTP/1.1" 200 156 0.025433 10.0.0.177 - - [2026-08-17 04:12:51] "POST /id-to-fqname HTTP/1.1" 200 239 0.004231 10.0.0.177 - - [2026-08-17 04:12:51] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006702 10.0.0.177 - - [2026-08-17 04:12:51] "POST /neutron/network HTTP/1.1" 200 846 0.008829 10.0.0.177 - - [2026-08-17 04:12:51] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007977 10.0.0.177 - - [2026-08-17 04:12:51] "POST /id-to-fqname HTTP/1.1" 200 239 0.001436 10.0.0.177 - - [2026-08-17 04:12:52] "POST /neutron/network HTTP/1.1" 200 856 0.007614 10.0.0.177 - - [2026-08-17 04:12:52] "POST /neutron/port HTTP/1.1" 200 117 0.008278 10.0.0.177 - - [2026-08-17 04:12:52] "POST /id-to-fqname HTTP/1.1" 200 239 0.001468 10.0.0.177 - - [2026-08-17 04:12:52] "POST /neutron/network HTTP/1.1" 200 846 0.027816 10.0.0.177 - - [2026-08-17 04:12:53] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007629 10.0.0.177 - - [2026-08-17 04:12:54] "GET /obj-perms HTTP/1.1" 200 4519 0.050189 10.0.0.38 - - [2026-08-17 04:12:55] "GET /obj-perms HTTP/1.1" 200 4519 0.053755 10.0.0.177 - - [2026-08-17 04:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.007808 10.0.0.177 - - [2026-08-17 04:12:57] "POST /neutron/port HTTP/1.1" 200 1080 0.020305 10.0.0.177 - - [2026-08-17 04:12:58] "POST /neutron/port HTTP/1.1" 200 1144 0.027361 10.0.0.177 - - [2026-08-17 04:12:58] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.38 - - [2026-08-17 04:12:58] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001244 10.0.0.177 - - [2026-08-17 04:12:59] "POST /neutron/port HTTP/1.1" 200 1080 0.357511 10.0.0.177 - - [2026-08-17 04:12:59] "POST /neutron/port HTTP/1.1" 200 1134 0.137203 10.0.0.177 - - [2026-08-17 04:13:00] "POST /neutron/port HTTP/1.1" 200 1144 0.021727 10.0.0.177 - - [2026-08-17 04:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.177 - - [2026-08-17 04:13:05] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008567 10.0.0.38 - - [2026-08-17 04:13:12] "DELETE /project/5d8d48def61c47c59947de516b4daabf HTTP/1.1" 404 173 0.004789 10.0.0.38 - - [2026-08-17 04:13:12] "DELETE /project/7bbc1109-f667-44a9-86ee-8b68bf450a6f HTTP/1.1" 404 177 0.004281 10.0.0.177 - - [2026-08-17 04:13:15] "POST /neutron/port HTTP/1.1" 200 1144 0.019693 10.0.0.177 - - [2026-08-17 04:13:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007390 10.0.0.177 - - [2026-08-17 04:13:30] "POST /neutron/port HTTP/1.1" 200 1144 0.018012 10.0.0.177 - - [2026-08-17 04:13:31] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008518 10.0.0.177 - - [2026-08-17 04:13:31] "GET /virtual-machine/43eccc0a-5ded-46aa-a8d0-64c72eb9bcf6 HTTP/1.1" 401 293 0.000500 10.0.0.177 - - [2026-08-17 04:13:31] "POST /neutron/port HTTP/1.1" 200 1144 0.021673 10.0.0.177 - - [2026-08-17 04:13:31] "GET /virtual-machine/43eccc0a-5ded-46aa-a8d0-64c72eb9bcf6 HTTP/1.1" 200 1310 0.030507 10.0.0.177 - - [2026-08-17 04:13:31] "GET /virtual-machine-interface/ac563d80-e7b9-4e92-9074-137d587c22b2 HTTP/1.1" 200 3035 0.006531 10.0.0.177 - - [2026-08-17 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.177 - - [2026-08-17 04:13:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004176 10.0.0.177 - - [2026-08-17 04:13:31] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003645 10.0.0.177 - - [2026-08-17 04:13:31] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008368 10.0.0.177 - - [2026-08-17 04:13:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004733 10.0.0.177 - - [2026-08-17 04:13:33] "POST /neutron/network HTTP/1.1" 200 846 0.008797 10.0.0.177 - - [2026-08-17 04:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.177 - - [2026-08-17 04:13:34] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006552 10.0.0.177 - - [2026-08-17 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.177 - - [2026-08-17 04:13:38] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006083 10.0.0.177 - - [2026-08-17 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.177 - - [2026-08-17 04:13:40] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003855 10.0.0.177 - - [2026-08-17 04:13:41] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002954 10.0.0.177 - - [2026-08-17 04:13:41] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007152 10.0.0.177 - - [2026-08-17 04:13:41] "POST /neutron/port HTTP/1.1" 200 1144 0.018901 10.0.0.38 - - [2026-08-17 04:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.38 - - [2026-08-17 04:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.177 - - [2026-08-17 04:13:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008105 10.0.0.177 - - [2026-08-17 04:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.177 - - [2026-08-17 04:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.177 - - [2026-08-17 04:13:46] "POST /neutron/port HTTP/1.1" 200 1144 0.023834 10.0.0.190 - - [2026-08-17 04:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000315 10.0.0.177 - - [2026-08-17 04:13:46] "GET /virtual-machine/fea970c9-68f4-4c8d-8337-2fe5e2590288 HTTP/1.1" 200 1310 0.008490 10.0.0.177 - - [2026-08-17 04:13:46] "GET /virtual-machine-interface/bdc2b300-b043-4069-b1cf-91401f713b22 HTTP/1.1" 200 3035 0.005435 10.0.0.190 - - [2026-08-17 04:13:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.177 - - [2026-08-17 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.177 - - [2026-08-17 04:13:46] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004260 10.0.0.177 - - [2026-08-17 04:13:46] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003107 10.0.0.177 - - [2026-08-17 04:13:46] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006082 10.0.0.38 - - [2026-08-17 04:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.38 - - [2026-08-17 04:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.177 - - [2026-08-17 04:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.177 - - [2026-08-17 04:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.190 - - [2026-08-17 04:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.190 - - [2026-08-17 04:13:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.177 - - [2026-08-17 04:13:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007380 10.0.0.177 - - [2026-08-17 04:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.177 - - [2026-08-17 04:13:49] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007005 10.0.0.177 - - [2026-08-17 04:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.177 - - [2026-08-17 04:13:52] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004396 10.0.0.177 - - [2026-08-17 04:13:52] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003572 10.0.0.177 - - [2026-08-17 04:13:52] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006821 10.0.0.177 - - [2026-08-17 04:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364 10.0.0.38 - - [2026-08-17 04:13:57] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001127 10.0.0.177 - - [2026-08-17 04:13:57] "GET /project/5d8d48de-f61c-47c5-9947-de516b4daabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.047271 10.0.0.177 - - [2026-08-17 04:13:57] "POST /neutron/network HTTP/1.1" 200 117 0.014760 10.0.0.177 - - [2026-08-17 04:13:57] "POST /neutron/network HTTP/1.1" 200 846 0.011934 10.0.0.177 - - [2026-08-17 04:13:57] "POST /id-to-fqname HTTP/1.1" 200 239 0.001267 10.0.0.177 - - [2026-08-17 04:13:57] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007734 10.0.0.177 - - [2026-08-17 04:13:57] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006287 10.0.0.177 - - [2026-08-17 04:13:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.009227 10.0.0.177 - - [2026-08-17 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.38 - - [2026-08-17 04:13:58] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001130 10.0.0.177 - - [2026-08-17 04:13:58] "GET /project/5d8d48de-f61c-47c5-9947-de516b4daabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.065413 10.0.0.190 - - [2026-08-17 04:13:58] "POST /route-targets HTTP/1.1" 200 327 0.014929 10.0.0.190 - - [2026-08-17 04:13:58] "POST /ref-update HTTP/1.1" 200 156 0.033138 10.0.0.38 - - [2026-08-17 04:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.011586 10.0.0.177 - - [2026-08-17 04:13:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.235935 10.0.0.177 - - [2026-08-17 04:13:58] "POST /id-to-fqname HTTP/1.1" 200 242 0.001521 10.0.0.177 - - [2026-08-17 04:13:58] "GET /virtual-network/6807a4df-6c88-49d7-856a-aab0d7489cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005576 10.0.0.177 - - [2026-08-17 04:13:58] "GET /virtual-network/6807a4df-6c88-49d7-856a-aab0d7489cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006609 10.0.0.177 - - [2026-08-17 04:13:58] "POST /neutron/network HTTP/1.1" 200 851 0.006988 10.0.0.177 - - [2026-08-17 04:13:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.001392 10.0.0.177 - - [2026-08-17 04:13:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008007 10.0.0.38 - - [2026-08-17 04:13:59] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001070 10.0.0.177 - - [2026-08-17 04:13:59] "GET /project/5d8d48de-f61c-47c5-9947-de516b4daabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.081012 10.0.0.177 - - [2026-08-17 04:13:59] "POST /neutron/port HTTP/1.1" 200 2136 0.032647 10.0.0.177 - - [2026-08-17 04:13:59] "POST /id-to-fqname HTTP/1.1" 200 242 0.001518 10.0.0.177 - - [2026-08-17 04:13:59] "POST /neutron/port HTTP/1.1" 200 2136 0.023441 10.0.0.177 - - [2026-08-17 04:13:59] "POST /neutron/network HTTP/1.1" 200 851 0.008297 10.0.0.177 - - [2026-08-17 04:14:00] "POST /neutron/port HTTP/1.1" 200 117 0.007016 10.0.0.177 - - [2026-08-17 04:14:00] "POST /id-to-fqname HTTP/1.1" 200 239 0.001477 10.0.0.177 - - [2026-08-17 04:14:00] "POST /id-to-fqname HTTP/1.1" 200 239 0.001060 10.0.0.177 - - [2026-08-17 04:14:00] "POST /neutron/network HTTP/1.1" 200 1560 0.011091 10.0.0.177 - - [2026-08-17 04:14:00] "POST /neutron/port HTTP/1.1" 200 2136 0.033297 10.0.0.177 - - [2026-08-17 04:14:01] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007765 10.0.0.190 - - [2026-08-17 04:14:01] "GET /obj-perms HTTP/1.1" 200 4519 0.060813 10.0.0.177 - - [2026-08-17 04:14:01] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006728 10.0.0.177 - - [2026-08-17 04:14:02] "GET /obj-perms HTTP/1.1" 200 4519 0.005004 10.0.0.177 - - [2026-08-17 04:14:02] "GET /virtual-network/6807a4df-6c88-49d7-856a-aab0d7489cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.009048 10.0.0.38 - - [2026-08-17 04:14:02] "GET /obj-perms HTTP/1.1" 200 4519 0.004280 10.0.0.177 - - [2026-08-17 04:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.006987 10.0.0.177 - - [2026-08-17 04:14:04] "POST /neutron/port HTTP/1.1" 200 1080 0.044474 10.0.0.177 - - [2026-08-17 04:14:04] "POST /neutron/network HTTP/1.1" 200 1560 0.012410 10.0.0.177 - - [2026-08-17 04:14:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004663 10.0.0.177 - - [2026-08-17 04:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.38 - - [2026-08-17 04:14:05] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001467 10.0.0.177 - - [2026-08-17 04:14:06] "POST /neutron/port HTTP/1.1" 200 1134 0.197598 10.0.0.177 - - [2026-08-17 04:14:06] "POST /neutron/port HTTP/1.1" 200 1079 0.457849 10.0.0.177 - - [2026-08-17 04:14:06] "POST /neutron/port HTTP/1.1" 200 1133 0.139153 10.0.0.177 - - [2026-08-17 04:14:06] "POST /neutron/port HTTP/1.1" 200 1134 0.138993 10.0.0.177 - - [2026-08-17 04:14:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.010545 10.0.0.177 - - [2026-08-17 04:14:07] "POST /neutron/port HTTP/1.1" 200 2136 0.026850 10.0.0.177 - - [2026-08-17 04:14:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.008778 10.0.0.177 - - [2026-08-17 04:14:07] "POST /neutron/network HTTP/1.1" 200 846 0.006009 10.0.0.177 - - [2026-08-17 04:14:07] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.177 - - [2026-08-17 04:14:13] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009825 10.0.0.177 - - [2026-08-17 04:14:23] "POST /neutron/port HTTP/1.1" 200 1143 0.019723 10.0.0.177 - - [2026-08-17 04:14:28] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008892 10.0.0.177 - - [2026-08-17 04:14:33] "POST /neutron/port HTTP/1.1" 200 1143 0.018239 10.0.0.177 - - [2026-08-17 04:14:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004271 10.0.0.177 - - [2026-08-17 04:14:33] "POST /neutron/network HTTP/1.1" 200 846 0.008795 10.0.0.177 - - [2026-08-17 04:14:39] "POST /neutron/port HTTP/1.1" 200 2136 0.049095 10.0.0.177 - - [2026-08-17 04:14:43] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008797 10.0.0.177 - - [2026-08-17 04:14:43] "POST /neutron/port HTTP/1.1" 200 1143 0.018379 10.0.0.177 - - [2026-08-17 04:14:43] "GET /virtual-machine/8b4a2b3f-fb34-4a67-ad3f-7c3bb0833d0c HTTP/1.1" 200 1311 0.006634 10.0.0.177 - - [2026-08-17 04:14:43] "GET /virtual-machine-interface/e82152d9-c250-4185-8a6a-7804226d821d HTTP/1.1" 200 3043 0.006022 10.0.0.177 - - [2026-08-17 04:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.177 - - [2026-08-17 04:14:43] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004550 10.0.0.177 - - [2026-08-17 04:14:43] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003127 10.0.0.177 - - [2026-08-17 04:14:43] "GET /virtual-network/6807a4df-6c88-49d7-856a-aab0d7489cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006586 10.0.0.177 - - [2026-08-17 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.177 - - [2026-08-17 04:14:47] "GET /virtual-network/6807a4df-6c88-49d7-856a-aab0d7489cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006499 10.0.0.177 - - [2026-08-17 04:14:47] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007350 10.0.0.177 - - [2026-08-17 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.177 - - [2026-08-17 04:14:51] "GET /virtual-network/6807a4df-6c88-49d7-856a-aab0d7489cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006075 10.0.0.177 - - [2026-08-17 04:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.177 - - [2026-08-17 04:14:55] "GET /virtual-network/6807a4df-6c88-49d7-856a-aab0d7489cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.008835 10.0.0.177 - - [2026-08-17 04:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.177 - - [2026-08-17 04:14:59] "GET /virtual-network/6807a4df-6c88-49d7-856a-aab0d7489cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.008061 10.0.0.177 - - [2026-08-17 04:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.177 - - [2026-08-17 04:15:01] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004411 10.0.0.177 - - [2026-08-17 04:15:01] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003545 10.0.0.177 - - [2026-08-17 04:15:01] "GET /virtual-network/6807a4df-6c88-49d7-856a-aab0d7489cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.008565 10.0.0.177 - - [2026-08-17 04:15:01] "POST /neutron/port HTTP/1.1" 200 1143 0.020156 10.0.0.177 - - [2026-08-17 04:15:06] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009075 10.0.0.177 - - [2026-08-17 04:15:17] "POST /neutron/port HTTP/1.1" 200 1144 0.021482 10.0.0.177 - - [2026-08-17 04:15:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008429 10.0.0.177 - - [2026-08-17 04:15:17] "GET /virtual-machine/e66af411-9fa8-4f0f-874b-83eb480f23b3 HTTP/1.1" 200 1310 0.007002 10.0.0.177 - - [2026-08-17 04:15:17] "GET /virtual-machine-interface/bd66f743-e38f-4dea-be05-55320aa791e4 HTTP/1.1" 200 3035 0.005861 10.0.0.177 - - [2026-08-17 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.177 - - [2026-08-17 04:15:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004262 10.0.0.177 - - [2026-08-17 04:15:17] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004536 10.0.0.177 - - [2026-08-17 04:15:17] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006075 10.0.0.177 - - [2026-08-17 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.177 - - [2026-08-17 04:15:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004166 10.0.0.177 - - [2026-08-17 04:15:18] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003195 10.0.0.177 - - [2026-08-17 04:15:18] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006154 10.0.0.177 - - [2026-08-17 04:15:18] "POST /neutron/port HTTP/1.1" 200 2136 0.022368 10.0.0.177 - - [2026-08-17 04:15:19] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008613 10.0.0.177 - - [2026-08-17 04:15:19] "POST /neutron/port HTTP/1.1" 200 2136 0.024147 10.0.0.177 - - [2026-08-17 04:15:19] "GET /virtual-machine/0d4eb745-58da-4878-a116-1fb63022e8ec HTTP/1.1" 200 1585 0.008114 10.0.0.177 - - [2026-08-17 04:15:19] "GET /virtual-machine-interface/61560ecf-fc2b-4c2a-86be-d008bce3d6aa HTTP/1.1" 200 3033 0.006343 10.0.0.177 - - [2026-08-17 04:15:19] "GET /virtual-machine-interface/c211161d-7c0a-4819-b661-8f7a03b2418f HTTP/1.1" 200 3035 0.006110 10.0.0.177 - - [2026-08-17 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.177 - - [2026-08-17 04:15:19] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004794 10.0.0.177 - - [2026-08-17 04:15:19] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004790 10.0.0.177 - - [2026-08-17 04:15:19] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007337 10.0.0.177 - - [2026-08-17 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.177 - - [2026-08-17 04:15:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004939 10.0.0.177 - - [2026-08-17 04:15:20] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003651 10.0.0.177 - - [2026-08-17 04:15:20] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006693 10.0.0.177 - - [2026-08-17 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.177 - - [2026-08-17 04:15:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004241 10.0.0.177 - - [2026-08-17 04:15:20] "GET /virtual-networks?parent_id=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002925 10.0.0.177 - - [2026-08-17 04:15:20] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006066 10.0.0.177 - - [2026-08-17 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.177 - - [2026-08-17 04:15:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004212 10.0.0.177 - - [2026-08-17 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.177 - - [2026-08-17 04:15:22] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004678 10.0.0.177 - - [2026-08-17 04:15:22] "PUT /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb HTTP/1.1" 200 276 0.013335 10.0.0.177 - - [2026-08-17 04:15:22] "POST /fqname-to-id HTTP/1.1" 404 217 0.004391 10.0.0.177 - - [2026-08-17 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.38 - - [2026-08-17 04:15:22] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001691 10.0.0.177 - - [2026-08-17 04:15:22] "GET /project/5d8d48de-f61c-47c5-9947-de516b4daabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.058017 10.0.0.177 - - [2026-08-17 04:15:22] "POST /network-policys HTTP/1.1" 200 539 0.029827 10.0.0.177 - - [2026-08-17 04:15:22] "GET /network-policy/d02329b5-f3c6-4aca-a5a9-7d9b828f4416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006574 10.0.0.177 - - [2026-08-17 04:15:22] "POST /neutron/network HTTP/1.1" 200 940 0.110621 10.0.0.177 - - [2026-08-17 04:15:22] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006263 10.0.0.177 - - [2026-08-17 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.177 - - [2026-08-17 04:15:23] "GET /network-policy/d02329b5-f3c6-4aca-a5a9-7d9b828f4416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.008253 10.0.0.177 - - [2026-08-17 04:15:23] "POST /neutron/network HTTP/1.1" 200 940 0.102453 10.0.0.177 - - [2026-08-17 04:15:23] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006788 10.0.0.177 - - [2026-08-17 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008326 10.0.0.190 - - [2026-08-17 04:15:23] "GET /obj-perms HTTP/1.1" 200 4509 0.045836 10.0.0.177 - - [2026-08-17 04:15:23] "GET /network-policy/d02329b5-f3c6-4aca-a5a9-7d9b828f4416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.004122 10.0.0.190 - - [2026-08-17 04:15:23] "POST /fqname-to-id HTTP/1.1" 404 254 0.007140 10.0.0.177 - - [2026-08-17 04:15:23] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006663 10.0.0.177 - - [2026-08-17 04:15:23] "GET /obj-perms HTTP/1.1" 200 4519 0.004602 10.0.0.38 - - [2026-08-17 04:15:24] "GET /obj-perms HTTP/1.1" 200 4519 0.004440 10.0.0.177 - - [2026-08-17 04:15:24] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.007262 10.0.0.177 - - [2026-08-17 04:15:24] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.007480 10.0.0.190 - - [2026-08-17 04:15:25] "GET /obj-perms HTTP/1.1" 200 4519 0.004328 10.0.0.177 - - [2026-08-17 04:15:25] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006167 10.0.0.177 - - [2026-08-17 04:15:25] "GET /obj-perms HTTP/1.1" 200 4519 0.003893 10.0.0.38 - - [2026-08-17 04:15:25] "GET /obj-perms HTTP/1.1" 200 4519 0.004398 10.0.0.177 - - [2026-08-17 04:15:26] "GET /virtual-network/6807a4df-6c88-49d7-856a-aab0d7489cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006750 10.0.0.177 - - [2026-08-17 04:15:29] "POST /neutron/port HTTP/1.1" 200 1144 0.020310 10.0.0.177 - - [2026-08-17 04:15:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.009724 10.0.0.177 - - [2026-08-17 04:15:31] "POST /neutron/port HTTP/1.1" 200 1144 0.019336 10.0.0.177 - - [2026-08-17 04:15:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004982 10.0.0.177 - - [2026-08-17 04:15:33] "POST /neutron/network HTTP/1.1" 200 940 0.008127 10.0.0.177 - - [2026-08-17 04:15:41] "GET /obj-perms HTTP/1.1" 200 4519 0.004417 10.0.0.190 - - [2026-08-17 04:16:24] "GET /obj-perms HTTP/1.1" 200 4509 0.041126 10.0.0.177 - - [2026-08-17 04:16:31] "POST /neutron/network HTTP/1.1" 200 861 0.009309 10.0.0.177 - - [2026-08-17 04:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.177 - - [2026-08-17 04:16:33] "POST /neutron/port HTTP/1.1" 200 2136 0.050566 10.0.0.177 - - [2026-08-17 04:16:34] "POST /neutron/subnet HTTP/1.1" 200 708 0.011104 10.0.0.177 - - [2026-08-17 04:16:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005064 10.0.0.177 - - [2026-08-17 04:16:34] "POST /neutron/network HTTP/1.1" 200 940 0.007683 10.0.0.177 - - [2026-08-17 04:17:25] "GET /obj-perms HTTP/1.1" 200 4509 0.055067 10.0.0.177 - - [2026-08-17 04:17:33] "POST /neutron/network HTTP/1.1" 200 950 0.007741 10.0.0.177 - - [2026-08-17 04:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.001531 10.0.0.177 - - [2026-08-17 04:17:34] "POST /neutron/port HTTP/1.1" 200 1144 0.019264 10.0.0.177 - - [2026-08-17 04:17:35] "POST /neutron/subnet HTTP/1.1" 200 708 0.009744 10.0.0.38 - - [2026-08-17 04:18:26] "GET /obj-perms HTTP/1.1" 200 4509 0.058415 10.0.0.177 - - [2026-08-17 04:18:32] "POST /neutron/port HTTP/1.1" 200 1143 0.020193 10.0.0.177 - - [2026-08-17 04:18:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004570 10.0.0.177 - - [2026-08-17 04:18:33] "POST /neutron/network HTTP/1.1" 200 851 0.007898 10.0.0.177 - - [2026-08-17 04:18:35] "POST /neutron/network HTTP/1.1" 200 950 0.008157 10.0.0.177 - - [2026-08-17 04:18:35] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.38 - - [2026-08-17 04:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000485 10.0.0.38 - - [2026-08-17 04:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.177 - - [2026-08-17 04:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.177 - - [2026-08-17 04:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.190 - - [2026-08-17 04:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.190 - - [2026-08-17 04:18:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.38 - - [2026-08-17 04:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.38 - - [2026-08-17 04:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.177 - - [2026-08-17 04:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.177 - - [2026-08-17 04:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000529 10.0.0.190 - - [2026-08-17 04:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.190 - - [2026-08-17 04:18:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.177 - - [2026-08-17 04:19:03] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.029252 10.0.0.177 - - [2026-08-17 04:19:04] "POST /neutron/network HTTP/1.1" 200 846 0.134731 10.0.0.190 - - [2026-08-17 04:19:04] "DELETE /access-control-list/68a7a621-f885-493a-bfbf-6b902b1b3b1c HTTP/1.1" 200 115 0.099336 10.0.0.177 - - [2026-08-17 04:19:04] "GET /virtual-network/08b72b96-e8f0-4d25-856e-2a4126c150cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007868 10.0.0.177 - - [2026-08-17 04:19:04] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005893 10.0.0.177 - - [2026-08-17 04:19:04] "POST /neutron/network HTTP/1.1" 200 846 0.147773 10.0.0.177 - - [2026-08-17 04:19:04] "GET /virtual-network/d8ab9996-ead1-4586-af8d-4b114fa08bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008185 10.0.0.177 - - [2026-08-17 04:19:04] "DELETE /network-policy/d02329b5-f3c6-4aca-a5a9-7d9b828f4416 HTTP/1.1" 200 115 0.036883 10.0.0.177 - - [2026-08-17 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006085 10.0.0.177 - - [2026-08-17 04:19:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.005442 10.0.0.177 - - [2026-08-17 04:19:04] "PUT /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb HTTP/1.1" 200 276 0.016626 10.0.0.190 - - [2026-08-17 04:19:04] "DELETE /access-control-list/ba3f7990-fde9-4235-97a9-a70552fd5940 HTTP/1.1" 200 115 0.039156 10.0.0.177 - - [2026-08-17 04:19:06] "POST /neutron/network HTTP/1.1" 400 204 0.017442 10.0.0.177 - - [2026-08-17 04:19:08] "POST /neutron/port HTTP/1.1" 200 1133 0.015748 10.0.0.177 - - [2026-08-17 04:19:08] "POST /neutron/port HTTP/1.1" 200 1144 0.025045 10.0.0.177 - - [2026-08-17 04:19:08] "POST /neutron/port HTTP/1.1" 200 1134 0.043321 10.0.0.177 - - [2026-08-17 04:19:08] "POST /neutron/port HTTP/1.1" 200 151 0.371232 10.0.0.190 - - [2026-08-17 04:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005836 10.0.0.38 - - [2026-08-17 04:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.048301 10.0.0.38 - - [2026-08-17 04:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004429 10.0.0.177 - - [2026-08-17 04:19:10] "POST /neutron/network HTTP/1.1" 200 151 0.214198 10.0.0.190 - - [2026-08-17 04:19:10] "DELETE /route-target/d7205266-2207-414e-88db-f00730b905af HTTP/1.1" 200 115 0.034719 10.0.0.177 - - [2026-08-17 04:19:11] "POST /neutron/network HTTP/1.1" 200 846 0.008672 10.0.0.177 - - [2026-08-17 04:19:13] "POST /neutron/port HTTP/1.1" 200 1134 0.017930 10.0.0.177 - - [2026-08-17 04:19:13] "POST /neutron/port HTTP/1.1" 200 1134 0.040811 10.0.0.177 - - [2026-08-17 04:19:13] "POST /neutron/network HTTP/1.1" 400 204 0.038409 10.0.0.38 - - [2026-08-17 04:19:16] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001129 10.0.0.177 - - [2026-08-17 04:19:16] "GET /project/5d8d48de-f61c-47c5-9947-de516b4daabf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.085099 10.0.0.38 - - [2026-08-17 04:19:16] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001069 10.0.0.177 - - [2026-08-17 04:19:16] "GET /project/5d8d48de-f61c-47c5-9947-de516b4daabf?fields=virtual_networks HTTP/1.1" 200 1069 0.050320 10.0.0.38 - - [2026-08-17 04:19:16] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001252 10.0.0.177 - - [2026-08-17 04:19:16] "GET /project/5d8d48de-f61c-47c5-9947-de516b4daabf?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.064647 10.0.0.38 - - [2026-08-17 04:19:16] "GET /projects?obj_uuids=5d8d48de-f61c-47c5-9947-de516b4daabf&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002461 10.0.0.177 - - [2026-08-17 04:19:16] "GET /project/5d8d48de-f61c-47c5-9947-de516b4daabf?fields=security_groups HTTP/1.1" 200 1313 0.062052 10.0.0.177 - - [2026-08-17 04:19:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.041154 10.0.0.38 - - [2026-08-17 04:19:17] "GET /projects?obj_uuids=dbf429a1-97a0-45d6-b874-7a17f9c86a39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003078 10.0.0.38 - - [2026-08-17 04:19:17] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002052 10.0.0.38 - - [2026-08-17 04:19:17] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048095 10.0.0.38 - - [2026-08-17 04:19:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.004132 10.0.0.38 - - [2026-08-17 04:19:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.009735 10.0.0.38 - - [2026-08-17 04:19:18] "POST /security-groups HTTP/1.1" 200 586 0.034514 10.0.0.190 - - [2026-08-17 04:19:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.003531 10.0.0.38 - - [2026-08-17 04:19:18] "POST /projects HTTP/1.1" 200 575 0.275031 10.0.0.38 - - [2026-08-17 04:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.330161 10.0.0.177 - - [2026-08-17 04:19:18] "GET /project/dbf429a1-97a0-45d6-b874-7a17f9c86a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.542284 10.0.0.190 - - [2026-08-17 04:19:18] "POST /access-control-lists HTTP/1.1" 200 589 0.077441 10.0.0.177 - - [2026-08-17 04:19:19] "GET / HTTP/1.1" 200 35931 0.006696 10.0.0.38 - - [2026-08-17 04:19:20] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001111 10.0.0.177 - - [2026-08-17 04:19:20] "GET /project/38f2d47a-4d2b-4755-b0bf-580f1498ad5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.059653 10.0.0.177 - - [2026-08-17 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.177 - - [2026-08-17 04:19:21] "GET /security-group/6f4d0fef-00dd-4ec1-9c84-0cbc03d0b49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004599 10.0.0.177 - - [2026-08-17 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.38 - - [2026-08-17 04:19:21] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001349 10.0.0.177 - - [2026-08-17 04:19:21] "GET /project/38f2d47a-4d2b-4755-b0bf-580f1498ad5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.050301 10.0.0.177 - - [2026-08-17 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.177 - - [2026-08-17 04:19:21] "GET /security-group/6f4d0fef-00dd-4ec1-9c84-0cbc03d0b49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.005120 10.0.0.177 - - [2026-08-17 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.177 - - [2026-08-17 04:19:21] "PUT /security-group/6f4d0fef-00dd-4ec1-9c84-0cbc03d0b49c HTTP/1.1" 200 262 0.020463 10.0.0.38 - - [2026-08-17 04:19:24] "GET /projects?obj_uuids=dbf429a1-97a0-45d6-b874-7a17f9c86a39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001420 10.0.0.177 - - [2026-08-17 04:19:24] "GET /project/dbf429a1-97a0-45d6-b874-7a17f9c86a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.062610 10.0.0.38 - - [2026-08-17 04:19:24] "GET /projects?obj_uuids=dbf429a1-97a0-45d6-b874-7a17f9c86a39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000980 10.0.0.177 - - [2026-08-17 04:19:24] "GET /project/dbf429a1-97a0-45d6-b874-7a17f9c86a39?fields=virtual_networks HTTP/1.1" 200 1024 0.046875 10.0.0.38 - - [2026-08-17 04:19:24] "GET /projects?obj_uuids=dbf429a1-97a0-45d6-b874-7a17f9c86a39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.177 - - [2026-08-17 04:19:24] "GET /project/dbf429a1-97a0-45d6-b874-7a17f9c86a39?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.047283 10.0.0.38 - - [2026-08-17 04:19:24] "GET /projects?obj_uuids=dbf429a1-97a0-45d6-b874-7a17f9c86a39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001222 10.0.0.177 - - [2026-08-17 04:19:24] "GET /project/dbf429a1-97a0-45d6-b874-7a17f9c86a39?fields=security_groups HTTP/1.1" 200 1245 0.057033 10.0.0.177 - - [2026-08-17 04:19:25] "POST /fqname-to-id HTTP/1.1" 404 192 0.071467 10.0.0.38 - - [2026-08-17 04:19:25] "GET /projects?obj_uuids=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003915 10.0.0.38 - - [2026-08-17 04:19:25] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.38 - - [2026-08-17 04:19:25] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011487 10.0.0.38 - - [2026-08-17 04:19:26] "POST /id-to-fqname HTTP/1.1" 200 194 0.001343 10.0.0.38 - - [2026-08-17 04:19:26] "POST /fqname-to-id HTTP/1.1" 404 203 0.005645 10.0.0.38 - - [2026-08-17 04:19:26] "POST /security-groups HTTP/1.1" 200 595 0.081685 10.0.0.190 - - [2026-08-17 04:19:26] "POST /fqname-to-id HTTP/1.1" 404 238 0.003674 10.0.0.38 - - [2026-08-17 04:19:26] "POST /projects HTTP/1.1" 200 593 0.355164 10.0.0.38 - - [2026-08-17 04:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.400990 10.0.0.177 - - [2026-08-17 04:19:26] "GET /project/4e25f528-1883-439f-85f1-98c923975ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.608659 10.0.0.190 - - [2026-08-17 04:19:26] "POST /access-control-lists HTTP/1.1" 200 598 0.063906 10.0.0.190 - - [2026-08-17 04:19:27] "GET /obj-perms HTTP/1.1" 200 4509 0.140958 10.0.0.177 - - [2026-08-17 04:19:28] "GET / HTTP/1.1" 200 35931 0.002246 10.0.0.177 - - [2026-08-17 04:19:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000556 10.0.0.177 - - [2026-08-17 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.054327 10.0.0.38 - - [2026-08-17 04:19:30] "GET /projects?obj_uuids=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000988 10.0.0.177 - - [2026-08-17 04:19:30] "GET /project/4e25f528-1883-439f-85f1-98c923975ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.072493 10.0.0.177 - - [2026-08-17 04:19:31] "POST /neutron/network HTTP/1.1" 200 117 0.038769 10.0.0.177 - - [2026-08-17 04:19:31] "POST /neutron/network HTTP/1.1" 200 843 0.009231 10.0.0.177 - - [2026-08-17 04:19:31] "POST /id-to-fqname HTTP/1.1" 200 231 0.001182 10.0.0.177 - - [2026-08-17 04:19:31] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005910 10.0.0.177 - - [2026-08-17 04:19:31] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006215 10.0.0.177 - - [2026-08-17 04:19:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.009788 10.0.0.177 - - [2026-08-17 04:19:31] "POST /id-to-fqname HTTP/1.1" 200 231 0.001372 10.0.0.38 - - [2026-08-17 04:19:32] "GET /projects?obj_uuids=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001143 10.0.0.177 - - [2026-08-17 04:19:32] "GET /project/4e25f528-1883-439f-85f1-98c923975ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.128150 10.0.0.177 - - [2026-08-17 04:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.008801 10.0.0.177 - - [2026-08-17 04:19:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001430 10.0.0.177 - - [2026-08-17 04:19:36] "POST /neutron/network HTTP/1.1" 200 853 0.008428 10.0.0.177 - - [2026-08-17 04:19:37] "POST /neutron/port HTTP/1.1" 200 1065 0.024113 10.0.0.177 - - [2026-08-17 04:19:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005782 10.0.0.177 - - [2026-08-17 04:19:38] "POST /neutron/network HTTP/1.1" 200 843 0.007969 10.0.0.177 - - [2026-08-17 04:19:56] "POST /neutron/port HTTP/1.1" 200 1129 0.023981 10.0.0.177 - - [2026-08-17 04:19:56] "POST /neutron/port HTTP/1.1" 200 1129 0.018756 10.0.0.177 - - [2026-08-17 04:19:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010223 10.0.0.177 - - [2026-08-17 04:19:56] "GET /virtual-machine/6d1c56dd-592b-44d3-8f74-31a8670999af HTTP/1.1" 401 293 0.000569 10.0.0.177 - - [2026-08-17 04:19:56] "GET /virtual-machine/6d1c56dd-592b-44d3-8f74-31a8670999af HTTP/1.1" 200 1296 0.029748 10.0.0.177 - - [2026-08-17 04:19:56] "GET /virtual-machine-interface/84995082-d020-4080-9b0a-9a89b2951fa7 HTTP/1.1" 200 2982 0.005738 10.0.0.177 - - [2026-08-17 04:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.177 - - [2026-08-17 04:19:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004229 10.0.0.177 - - [2026-08-17 04:19:57] "GET /virtual-networks?parent_id=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003520 10.0.0.177 - - [2026-08-17 04:19:57] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007714 10.0.0.177 - - [2026-08-17 04:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.177 - - [2026-08-17 04:20:00] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006509 10.0.0.177 - - [2026-08-17 04:20:00] "POST /neutron/network HTTP/1.1" 200 853 0.008000 10.0.0.177 - - [2026-08-17 04:20:00] "POST /neutron/port HTTP/1.1" 200 1065 0.043938 10.0.0.177 - - [2026-08-17 04:20:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009466 10.0.0.190 - - [2026-08-17 04:20:02] "DELETE /access-control-list/e0f85755-be98-484c-8245-1d84d6180fa7 HTTP/1.1" 200 115 0.058494 10.0.0.177 - - [2026-08-17 04:20:02] "POST /neutron/network HTTP/1.1" 200 843 0.015550 10.0.0.177 - - [2026-08-17 04:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.177 - - [2026-08-17 04:20:04] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007812 10.0.0.177 - - [2026-08-17 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005462 10.0.0.177 - - [2026-08-17 04:20:06] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006447 10.0.0.177 - - [2026-08-17 04:20:06] "GET /virtual-networks?parent_id=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005468 10.0.0.177 - - [2026-08-17 04:20:06] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007995 10.0.0.177 - - [2026-08-17 04:20:06] "POST /neutron/port HTTP/1.1" 200 1129 0.033611 10.0.0.177 - - [2026-08-17 04:20:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009991 10.0.0.38 - - [2026-08-17 04:20:12] "DELETE /project/5d8d48de-f61c-47c5-9947-de516b4daabf HTTP/1.1" 404 177 0.004385 10.0.0.38 - - [2026-08-17 04:20:12] "DELETE /project/dbf429a197a045d6b8747a17f9c86a39 HTTP/1.1" 404 173 0.006096 10.0.0.38 - - [2026-08-17 04:20:12] "GET /projects?obj_uuids=dbf429a1-97a0-45d6-b874-7a17f9c86a39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.38 - - [2026-08-17 04:20:12] "DELETE /project/4e25f5281883439f85f198c923975ed7 HTTP/1.1" 404 173 0.013932 10.0.0.38 - - [2026-08-17 04:20:12] "GET /project/dbf429a1-97a0-45d6-b874-7a17f9c86a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.080195 10.0.0.38 - - [2026-08-17 04:20:12] "GET /projects?obj_uuids=dbf429a1-97a0-45d6-b874-7a17f9c86a39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.38 - - [2026-08-17 04:20:12] "GET /project/dbf429a1-97a0-45d6-b874-7a17f9c86a39?fields=security_groups HTTP/1.1" 200 1350 0.052357 10.0.0.38 - - [2026-08-17 04:20:12] "DELETE /security-group/80fd438b-1895-4b7d-97d5-83da1b38d6cb HTTP/1.1" 200 115 0.077864 10.0.0.38 - - [2026-08-17 04:20:12] "GET /projects?obj_uuids=dbf429a1-97a0-45d6-b874-7a17f9c86a39&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.38 - - [2026-08-17 04:20:13] "GET /project/dbf429a1-97a0-45d6-b874-7a17f9c86a39?fields=application_policy_sets HTTP/1.1" 200 1389 0.055721 10.0.0.190 - - [2026-08-17 04:20:13] "DELETE /access-control-list/9f07fba4-a664-48db-8335-3878ca4aec0c HTTP/1.1" 200 115 0.053091 10.0.0.38 - - [2026-08-17 04:20:13] "DELETE /project/dbf429a1-97a0-45d6-b874-7a17f9c86a39 HTTP/1.1" 200 115 0.495169 10.0.0.177 - - [2026-08-17 04:20:22] "POST /neutron/port HTTP/1.1" 200 1129 0.023022 10.0.0.177 - - [2026-08-17 04:20:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009660 10.0.0.177 - - [2026-08-17 04:20:28] "GET /obj-perms HTTP/1.1" 200 4509 0.049485 10.0.0.177 - - [2026-08-17 04:20:34] "POST /neutron/port HTTP/1.1" 200 1129 0.018584 10.0.0.177 - - [2026-08-17 04:20:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004355 10.0.0.177 - - [2026-08-17 04:20:36] "POST /neutron/network HTTP/1.1" 200 843 0.007712 10.0.0.177 - - [2026-08-17 04:20:42] "POST /neutron/port HTTP/1.1" 200 1129 0.021308 10.0.0.177 - - [2026-08-17 04:20:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007545 10.0.0.177 - - [2026-08-17 04:20:52] "POST /neutron/port HTTP/1.1" 200 1129 0.019083 10.0.0.177 - - [2026-08-17 04:20:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008906 10.0.0.177 - - [2026-08-17 04:20:52] "GET /virtual-machine/b6c7a412-1f71-4adf-9983-0b5aa57a6c11 HTTP/1.1" 200 1297 0.008044 10.0.0.177 - - [2026-08-17 04:20:52] "GET /virtual-machine-interface/c641646c-4b6a-48e1-b54c-42c454bb5a14 HTTP/1.1" 200 2983 0.007410 10.0.0.177 - - [2026-08-17 04:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.177 - - [2026-08-17 04:20:52] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004428 10.0.0.177 - - [2026-08-17 04:20:53] "GET /virtual-networks?parent_id=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003612 10.0.0.177 - - [2026-08-17 04:20:53] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006464 10.0.0.177 - - [2026-08-17 04:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.177 - - [2026-08-17 04:20:56] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006201 10.0.0.177 - - [2026-08-17 04:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.177 - - [2026-08-17 04:21:00] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006840 10.0.0.177 - - [2026-08-17 04:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.177 - - [2026-08-17 04:21:04] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006144 10.0.0.177 - - [2026-08-17 04:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.177 - - [2026-08-17 04:21:08] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006029 10.0.0.177 - - [2026-08-17 04:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.177 - - [2026-08-17 04:21:12] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006509 10.0.0.177 - - [2026-08-17 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.177 - - [2026-08-17 04:21:16] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008591 10.0.0.177 - - [2026-08-17 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.177 - - [2026-08-17 04:21:20] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006059 10.0.0.177 - - [2026-08-17 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.177 - - [2026-08-17 04:21:24] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005735 10.0.0.177 - - [2026-08-17 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.177 - - [2026-08-17 04:21:28] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005505 10.0.0.177 - - [2026-08-17 04:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005732 10.0.0.177 - - [2026-08-17 04:21:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004755 10.0.0.177 - - [2026-08-17 04:21:33] "GET /virtual-networks?parent_id=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003522 10.0.0.177 - - [2026-08-17 04:21:33] "GET /virtual-network/2886bd7f-b08f-4734-8f56-1e6d0b0636ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006987 10.0.0.177 - - [2026-08-17 04:21:34] "POST /neutron/port HTTP/1.1" 200 1129 0.018358 10.0.0.177 - - [2026-08-17 04:21:36] "POST /neutron/network HTTP/1.1" 200 853 0.006733 10.0.0.177 - - [2026-08-17 04:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.009060 10.0.0.177 - - [2026-08-17 04:21:37] "POST /neutron/network HTTP/1.1" 200 853 0.043854 10.0.0.177 - - [2026-08-17 04:21:37] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.177 - - [2026-08-17 04:21:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008625 10.0.0.177 - - [2026-08-17 04:21:43] "POST /neutron/port HTTP/1.1" 200 1129 0.043232 10.0.0.177 - - [2026-08-17 04:21:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008218 10.0.0.177 - - [2026-08-17 04:21:59] "POST /neutron/port HTTP/1.1" 200 1129 0.021100 10.0.0.177 - - [2026-08-17 04:22:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009112 10.0.0.177 - - [2026-08-17 04:22:09] "POST /fqname-to-id HTTP/1.1" 404 240 0.004179 10.0.0.177 - - [2026-08-17 04:22:09] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.040394 10.0.0.177 - - [2026-08-17 04:22:10] "GET /bgp-as-a-service/21cf6e5a-5a78-4f5f-a657-53175aaf8212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.008993 10.0.0.177 - - [2026-08-17 04:22:10] "GET /virtual-machine-interface/c641646c-4b6a-48e1-b54c-42c454bb5a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006643 10.0.0.177 - - [2026-08-17 04:22:10] "POST /ref-update HTTP/1.1" 200 156 0.022121 10.0.0.177 - - [2026-08-17 04:22:10] "POST /neutron/network HTTP/1.1" 200 843 0.008123 10.0.0.190 - - [2026-08-17 04:22:10] "POST /ref-update HTTP/1.1" 200 156 0.039844 10.0.0.177 - - [2026-08-17 04:22:30] "GET /bgp-as-a-service/21cf6e5a-5a78-4f5f-a657-53175aaf8212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008411 10.0.0.177 - - [2026-08-17 04:22:30] "GET /virtual-machine-interface/c641646c-4b6a-48e1-b54c-42c454bb5a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.008052 10.0.0.177 - - [2026-08-17 04:22:31] "POST /ref-update HTTP/1.1" 200 156 0.016176 10.0.0.190 - - [2026-08-17 04:22:31] "POST /ref-update HTTP/1.1" 200 156 0.018185 10.0.0.177 - - [2026-08-17 04:22:31] "DELETE /bgp-as-a-service/21cf6e5a-5a78-4f5f-a657-53175aaf8212 HTTP/1.1" 200 115 0.054517 10.0.0.177 - - [2026-08-17 04:22:31] "POST /neutron/network HTTP/1.1" 400 204 0.014839 10.0.0.177 - - [2026-08-17 04:22:33] "POST /neutron/port HTTP/1.1" 200 151 0.261997 10.0.0.177 - - [2026-08-17 04:22:33] "POST /neutron/port HTTP/1.1" 200 151 0.290068 10.0.0.177 - - [2026-08-17 04:22:35] "POST /neutron/network HTTP/1.1" 200 843 0.011077 10.0.0.190 - - [2026-08-17 04:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.177 - - [2026-08-17 04:22:36] "POST /neutron/port HTTP/1.1" 200 117 0.006874 10.0.0.38 - - [2026-08-17 04:22:37] "GET /projects?obj_uuids=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001086 10.0.0.177 - - [2026-08-17 04:22:37] "GET /project/4e25f528-1883-439f-85f1-98c923975ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046964 10.0.0.38 - - [2026-08-17 04:22:37] "GET /projects?obj_uuids=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003097 10.0.0.177 - - [2026-08-17 04:22:37] "GET /project/4e25f528-1883-439f-85f1-98c923975ed7?fields=virtual_networks HTTP/1.1" 200 1040 0.086720 10.0.0.38 - - [2026-08-17 04:22:37] "GET /projects?obj_uuids=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001188 10.0.0.177 - - [2026-08-17 04:22:37] "GET /project/4e25f528-1883-439f-85f1-98c923975ed7?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.051726 10.0.0.38 - - [2026-08-17 04:22:37] "GET /projects?obj_uuids=4e25f528-1883-439f-85f1-98c923975ed7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001112 10.0.0.177 - - [2026-08-17 04:22:37] "GET /project/4e25f528-1883-439f-85f1-98c923975ed7?fields=security_groups HTTP/1.1" 200 1270 0.054727 10.0.0.177 - - [2026-08-17 04:22:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.037207 10.0.0.38 - - [2026-08-17 04:22:38] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004175 10.0.0.38 - - [2026-08-17 04:22:38] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.38 - - [2026-08-17 04:22:38] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008040 10.0.0.38 - - [2026-08-17 04:22:38] "POST /id-to-fqname HTTP/1.1" 200 191 0.004475 10.0.0.38 - - [2026-08-17 04:22:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.007121 10.0.0.38 - - [2026-08-17 04:22:38] "POST /security-groups HTTP/1.1" 200 592 0.044956 10.0.0.38 - - [2026-08-17 04:22:39] "POST /projects HTTP/1.1" 200 587 0.268458 10.0.0.190 - - [2026-08-17 04:22:39] "POST /access-control-lists HTTP/1.1" 200 597 0.030019 10.0.0.38 - - [2026-08-17 04:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.345200 10.0.0.177 - - [2026-08-17 04:22:39] "GET /project/3fd31d2e-98d5-4a93-b830-48d601b87793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.560961 10.0.0.177 - - [2026-08-17 04:22:40] "GET / HTTP/1.1" 200 35931 0.001563 10.0.0.177 - - [2026-08-17 04:22:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000589 10.0.0.177 - - [2026-08-17 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.061549 10.0.0.38 - - [2026-08-17 04:22:43] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.177 - - [2026-08-17 04:22:43] "GET /project/3fd31d2e-98d5-4a93-b830-48d601b87793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054097 10.0.0.177 - - [2026-08-17 04:22:43] "POST /neutron/network HTTP/1.1" 200 117 0.031171 10.0.0.190 - - [2026-08-17 04:22:43] "POST /route-targets HTTP/1.1" 200 327 0.022101 10.0.0.177 - - [2026-08-17 04:22:43] "POST /neutron/network HTTP/1.1" 200 832 0.010518 10.0.0.177 - - [2026-08-17 04:22:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.001586 10.0.0.177 - - [2026-08-17 04:22:43] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007401 10.0.0.177 - - [2026-08-17 04:22:43] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006942 10.0.0.177 - - [2026-08-17 04:22:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.011117 10.0.0.177 - - [2026-08-17 04:22:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001191 10.0.0.177 - - [2026-08-17 04:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.006936 10.0.0.177 - - [2026-08-17 04:22:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001548 10.0.0.177 - - [2026-08-17 04:22:44] "POST /neutron/network HTTP/1.1" 200 842 0.007624 10.0.0.38 - - [2026-08-17 04:22:44] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000994 10.0.0.177 - - [2026-08-17 04:22:44] "GET /project/3fd31d2e-98d5-4a93-b830-48d601b87793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054201 10.0.0.177 - - [2026-08-17 04:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.007349 10.0.0.177 - - [2026-08-17 04:22:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.001629 10.0.0.177 - - [2026-08-17 04:22:45] "POST /neutron/network HTTP/1.1" 200 832 0.026202 10.0.0.177 - - [2026-08-17 04:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.006587 10.0.0.177 - - [2026-08-17 04:22:49] "POST /neutron/port HTTP/1.1" 200 1060 0.019317 10.0.0.177 - - [2026-08-17 04:22:49] "POST /neutron/network HTTP/1.1" 200 842 0.025437 10.0.0.177 - - [2026-08-17 04:22:49] "POST /neutron/port HTTP/1.1" 200 1060 0.020267 10.0.0.177 - - [2026-08-17 04:22:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005179 10.0.0.177 - - [2026-08-17 04:22:50] "POST /neutron/network HTTP/1.1" 200 832 0.007824 10.0.0.177 - - [2026-08-17 04:22:50] "POST /neutron/network HTTP/1.1" 200 842 0.008834 10.0.0.177 - - [2026-08-17 04:22:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014378 10.0.0.177 - - [2026-08-17 04:22:51] "POST /neutron/network HTTP/1.1" 200 832 0.006513 10.0.0.177 - - [2026-08-17 04:22:54] "POST /neutron/port HTTP/1.1" 200 1114 0.157365 10.0.0.177 - - [2026-08-17 04:22:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.010906 10.0.0.177 - - [2026-08-17 04:22:55] "POST /neutron/port HTTP/1.1" 200 1124 0.018886 10.0.0.177 - - [2026-08-17 04:23:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008761 10.0.0.177 - - [2026-08-17 04:23:11] "POST /neutron/port HTTP/1.1" 200 1124 0.020573 10.0.0.190 - - [2026-08-17 04:23:13] "DELETE /access-control-list/167a1e5b-0d3f-41d7-b226-5f403a587ef6 HTTP/1.1" 200 115 0.079009 10.0.0.38 - - [2026-08-17 04:23:13] "DELETE /project/3fd31d2e98d54a93b83048d601b87793 HTTP/1.1" 404 173 0.004260 10.0.0.38 - - [2026-08-17 04:23:13] "DELETE /project/4e25f528-1883-439f-85f1-98c923975ed7 HTTP/1.1" 404 177 0.003857 10.0.0.177 - - [2026-08-17 04:23:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007613 10.0.0.177 - - [2026-08-17 04:23:26] "POST /neutron/port HTTP/1.1" 200 1124 0.018839 10.0.0.38 - - [2026-08-17 04:23:31] "GET /obj-perms HTTP/1.1" 200 4509 0.051972 10.0.0.177 - - [2026-08-17 04:23:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008080 10.0.0.177 - - [2026-08-17 04:23:36] "POST /neutron/port HTTP/1.1" 200 1124 0.021356 10.0.0.177 - - [2026-08-17 04:23:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004431 10.0.0.177 - - [2026-08-17 04:23:38] "POST /neutron/network HTTP/1.1" 200 832 0.009089 10.0.0.38 - - [2026-08-17 04:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.38 - - [2026-08-17 04:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.177 - - [2026-08-17 04:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.177 - - [2026-08-17 04:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000523 10.0.0.190 - - [2026-08-17 04:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.190 - - [2026-08-17 04:23:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.177 - - [2026-08-17 04:23:46] "POST /neutron/port HTTP/1.1" 200 1124 0.018971 10.0.0.38 - - [2026-08-17 04:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000624 10.0.0.38 - - [2026-08-17 04:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000493 10.0.0.177 - - [2026-08-17 04:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.177 - - [2026-08-17 04:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.190 - - [2026-08-17 04:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000647 10.0.0.190 - - [2026-08-17 04:23:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.177 - - [2026-08-17 04:23:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009313 10.0.0.177 - - [2026-08-17 04:23:57] "POST /neutron/port HTTP/1.1" 200 1124 0.021160 10.0.0.177 - - [2026-08-17 04:23:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009624 10.0.0.177 - - [2026-08-17 04:23:57] "GET /virtual-machine/3cda91ca-6707-498e-b97d-27bbc692fe1b HTTP/1.1" 401 293 0.000509 10.0.0.177 - - [2026-08-17 04:23:57] "GET /virtual-machine/3cda91ca-6707-498e-b97d-27bbc692fe1b HTTP/1.1" 200 1293 0.027460 10.0.0.177 - - [2026-08-17 04:23:57] "GET /virtual-machine-interface/e3d0bab2-0383-41c9-a31f-222292aa3eb8 HTTP/1.1" 200 2959 0.005577 10.0.0.177 - - [2026-08-17 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.177 - - [2026-08-17 04:23:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004135 10.0.0.177 - - [2026-08-17 04:23:57] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003209 10.0.0.177 - - [2026-08-17 04:23:57] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006244 10.0.0.177 - - [2026-08-17 04:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.177 - - [2026-08-17 04:24:00] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005965 10.0.0.177 - - [2026-08-17 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.177 - - [2026-08-17 04:24:04] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006468 10.0.0.177 - - [2026-08-17 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.177 - - [2026-08-17 04:24:08] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006173 10.0.0.177 - - [2026-08-17 04:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.177 - - [2026-08-17 04:24:13] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006670 10.0.0.177 - - [2026-08-17 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.177 - - [2026-08-17 04:24:17] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007616 10.0.0.177 - - [2026-08-17 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.177 - - [2026-08-17 04:24:21] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006077 10.0.0.177 - - [2026-08-17 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.177 - - [2026-08-17 04:24:25] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009269 10.0.0.177 - - [2026-08-17 04:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.177 - - [2026-08-17 04:24:29] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006005 10.0.0.190 - - [2026-08-17 04:24:31] "GET /obj-perms HTTP/1.1" 200 4509 0.044238 10.0.0.177 - - [2026-08-17 04:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.177 - - [2026-08-17 04:24:33] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009658 10.0.0.177 - - [2026-08-17 04:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.177 - - [2026-08-17 04:24:37] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006923 10.0.0.177 - - [2026-08-17 04:24:38] "POST /neutron/port HTTP/1.1" 200 1124 0.019978 10.0.0.177 - - [2026-08-17 04:24:39] "POST /neutron/network HTTP/1.1" 200 842 0.007937 10.0.0.177 - - [2026-08-17 04:24:39] "POST /neutron/port HTTP/1.1" 200 117 0.001928 10.0.0.177 - - [2026-08-17 04:24:41] "POST /neutron/network HTTP/1.1" 200 842 0.007180 10.0.0.177 - - [2026-08-17 04:24:41] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.177 - - [2026-08-17 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.177 - - [2026-08-17 04:24:41] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008187 10.0.0.177 - - [2026-08-17 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.177 - - [2026-08-17 04:24:45] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006850 10.0.0.177 - - [2026-08-17 04:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.177 - - [2026-08-17 04:24:49] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005900 10.0.0.177 - - [2026-08-17 04:24:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007676 10.0.0.177 - - [2026-08-17 04:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.177 - - [2026-08-17 04:24:54] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006107 10.0.0.177 - - [2026-08-17 04:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.177 - - [2026-08-17 04:24:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004516 10.0.0.177 - - [2026-08-17 04:24:58] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003181 10.0.0.177 - - [2026-08-17 04:24:58] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006816 10.0.0.177 - - [2026-08-17 04:25:03] "POST /neutron/port HTTP/1.1" 200 1124 0.021444 10.0.0.177 - - [2026-08-17 04:25:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008120 10.0.0.177 - - [2026-08-17 04:25:13] "POST /neutron/port HTTP/1.1" 200 1124 0.023033 10.0.0.177 - - [2026-08-17 04:25:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008224 10.0.0.177 - - [2026-08-17 04:25:29] "POST /neutron/port HTTP/1.1" 200 1124 0.017992 10.0.0.177 - - [2026-08-17 04:25:32] "GET /obj-perms HTTP/1.1" 200 4509 0.043167 10.0.0.177 - - [2026-08-17 04:25:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008980 10.0.0.177 - - [2026-08-17 04:25:34] "POST /neutron/port HTTP/1.1" 200 1124 0.022907 10.0.0.177 - - [2026-08-17 04:25:34] "GET /virtual-machine/4e5f3c6d-3c7a-4924-8462-0b9d730c6224 HTTP/1.1" 200 1292 0.006712 10.0.0.177 - - [2026-08-17 04:25:34] "GET /virtual-machine-interface/9d2696ab-29e6-49e2-b6a0-dbbbfe26366a HTTP/1.1" 200 2959 0.006272 10.0.0.177 - - [2026-08-17 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.177 - - [2026-08-17 04:25:34] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004140 10.0.0.177 - - [2026-08-17 04:25:34] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.009437 10.0.0.177 - - [2026-08-17 04:25:34] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006745 10.0.0.177 - - [2026-08-17 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.177 - - [2026-08-17 04:25:36] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004360 10.0.0.177 - - [2026-08-17 04:25:36] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003483 10.0.0.177 - - [2026-08-17 04:25:36] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006423 10.0.0.177 - - [2026-08-17 04:25:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008003 10.0.0.177 - - [2026-08-17 04:25:36] "POST /neutron/port HTTP/1.1" 200 1124 0.019375 10.0.0.177 - - [2026-08-17 04:25:36] "GET /virtual-machine/54ca493c-7749-4808-90c5-c60e163381c9 HTTP/1.1" 200 1293 0.006550 10.0.0.177 - - [2026-08-17 04:25:36] "GET /virtual-machine-interface/4ea3ea6a-33aa-4583-b0f1-a1968890631c HTTP/1.1" 200 2958 0.006298 10.0.0.177 - - [2026-08-17 04:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.177 - - [2026-08-17 04:25:36] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003919 10.0.0.177 - - [2026-08-17 04:25:36] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003326 10.0.0.177 - - [2026-08-17 04:25:36] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006384 10.0.0.177 - - [2026-08-17 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.177 - - [2026-08-17 04:25:37] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004410 10.0.0.177 - - [2026-08-17 04:25:37] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003571 10.0.0.177 - - [2026-08-17 04:25:37] "GET /virtual-network/c306e193-fa2d-440b-99bf-e938ddf2bdec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007142 10.0.0.177 - - [2026-08-17 04:25:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.003785 10.0.0.177 - - [2026-08-17 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.177 - - [2026-08-17 04:25:38] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007515 10.0.0.177 - - [2026-08-17 04:25:38] "POST /control-node-zones HTTP/1.1" 200 569 0.027987 10.0.0.177 - - [2026-08-17 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.028687 10.0.0.177 - - [2026-08-17 04:25:38] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005210 10.0.0.177 - - [2026-08-17 04:25:38] "GET /control-node-zone/1453605e-43f6-450d-9ee5-c82cd4651fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005229 10.0.0.177 - - [2026-08-17 04:25:38] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.023534 10.0.0.177 - - [2026-08-17 04:25:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.003213 10.0.0.177 - - [2026-08-17 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.177 - - [2026-08-17 04:25:38] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007318 10.0.0.177 - - [2026-08-17 04:25:38] "POST /control-node-zones HTTP/1.1" 200 569 0.035813 10.0.0.177 - - [2026-08-17 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.177 - - [2026-08-17 04:25:38] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005126 10.0.0.177 - - [2026-08-17 04:25:38] "GET /control-node-zone/91306a72-30e1-4a06-bc34-a59c41dac91d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006573 10.0.0.177 - - [2026-08-17 04:25:38] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.023044 10.0.0.177 - - [2026-08-17 04:25:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.003377 10.0.0.177 - - [2026-08-17 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.177 - - [2026-08-17 04:25:38] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007159 10.0.0.177 - - [2026-08-17 04:25:38] "POST /control-node-zones HTTP/1.1" 200 569 0.026628 10.0.0.177 - - [2026-08-17 04:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.177 - - [2026-08-17 04:25:38] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006202 10.0.0.177 - - [2026-08-17 04:25:38] "GET /control-node-zone/369240e6-a660-4105-bbb9-3d15cfe83e94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005655 10.0.0.177 - - [2026-08-17 04:25:39] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.028329 10.0.0.177 - - [2026-08-17 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.177 - - [2026-08-17 04:25:39] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006833 10.0.0.177 - - [2026-08-17 04:25:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.003004 10.0.0.177 - - [2026-08-17 04:25:39] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.034392 10.0.0.177 - - [2026-08-17 04:25:39] "POST /neutron/network HTTP/1.1" 200 832 0.008727 10.0.0.177 - - [2026-08-17 04:25:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.010123 10.0.0.177 - - [2026-08-17 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.177 - - [2026-08-17 04:25:39] "GET /bgp-as-a-service/30672093-bc77-4405-a084-35719bc86643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005741 10.0.0.177 - - [2026-08-17 04:25:39] "GET /control-node-zone/1453605e-43f6-450d-9ee5-c82cd4651fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006109 10.0.0.177 - - [2026-08-17 04:25:39] "POST /ref-update HTTP/1.1" 200 156 0.016880 10.0.0.177 - - [2026-08-17 04:25:40] "POST /neutron/port HTTP/1.1" 200 1124 0.064236 10.0.0.177 - - [2026-08-17 04:25:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.010593 10.0.0.177 - - [2026-08-17 04:25:41] "POST /neutron/network HTTP/1.1" 200 842 0.007181 10.0.0.177 - - [2026-08-17 04:25:41] "POST /neutron/port HTTP/1.1" 200 117 0.001554 10.0.0.177 - - [2026-08-17 04:25:45] "GET /bgp-as-a-service/30672093-bc77-4405-a084-35719bc86643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007019 10.0.0.177 - - [2026-08-17 04:25:45] "GET /virtual-machine-interface/e3d0bab2-0383-41c9-a31f-222292aa3eb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006562 10.0.0.177 - - [2026-08-17 04:25:45] "POST /ref-update HTTP/1.1" 200 156 0.015447 10.0.0.190 - - [2026-08-17 04:25:45] "POST /ref-update HTTP/1.1" 200 156 0.046774 10.0.0.177 - - [2026-08-17 04:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.177 - - [2026-08-17 04:25:46] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006767 10.0.0.177 - - [2026-08-17 04:25:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.003709 10.0.0.177 - - [2026-08-17 04:25:46] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.034110 10.0.0.177 - - [2026-08-17 04:25:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.010305 10.0.0.177 - - [2026-08-17 04:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.177 - - [2026-08-17 04:25:46] "GET /bgp-as-a-service/c6b55574-e13f-4908-a9fb-8b4c37fceaef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006942 10.0.0.177 - - [2026-08-17 04:25:46] "GET /control-node-zone/91306a72-30e1-4a06-bc34-a59c41dac91d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004736 10.0.0.177 - - [2026-08-17 04:25:46] "POST /ref-update HTTP/1.1" 200 156 0.016084 10.0.0.177 - - [2026-08-17 04:25:51] "GET /bgp-as-a-service/c6b55574-e13f-4908-a9fb-8b4c37fceaef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.007235 10.0.0.177 - - [2026-08-17 04:25:51] "GET /virtual-machine-interface/9d2696ab-29e6-49e2-b6a0-dbbbfe26366a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006604 10.0.0.177 - - [2026-08-17 04:25:51] "POST /ref-update HTTP/1.1" 200 156 0.014969 10.0.0.190 - - [2026-08-17 04:25:51] "POST /bgp-routers HTTP/1.1" 200 640 0.038932 10.0.0.190 - - [2026-08-17 04:25:51] "PUT /bgp-router/377357e9-ce86-4a62-9aff-babedd9b706e HTTP/1.1" 200 254 0.037323 10.0.0.177 - - [2026-08-17 04:26:07] "GET /control-node-zone/1453605e-43f6-450d-9ee5-c82cd4651fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005327 10.0.0.177 - - [2026-08-17 04:26:07] "POST /ref-update HTTP/1.1" 200 156 0.024677 10.0.0.177 - - [2026-08-17 04:26:07] "GET /control-node-zone/91306a72-30e1-4a06-bc34-a59c41dac91d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005091 10.0.0.177 - - [2026-08-17 04:26:07] "POST /ref-update HTTP/1.1" 200 156 0.020525 10.0.0.177 - - [2026-08-17 04:26:07] "GET /control-node-zone/369240e6-a660-4105-bbb9-3d15cfe83e94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005057 10.0.0.177 - - [2026-08-17 04:26:08] "POST /ref-update HTTP/1.1" 200 156 0.021461 10.0.0.177 - - [2026-08-17 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.177 - - [2026-08-17 04:26:08] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005327 10.0.0.177 - - [2026-08-17 04:26:08] "GET /control-node-zone/1453605e-43f6-450d-9ee5-c82cd4651fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004339 10.0.0.177 - - [2026-08-17 04:26:08] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.023728 10.0.0.177 - - [2026-08-17 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.177 - - [2026-08-17 04:26:08] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006886 10.0.0.177 - - [2026-08-17 04:26:08] "GET /control-node-zone/91306a72-30e1-4a06-bc34-a59c41dac91d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004393 10.0.0.177 - - [2026-08-17 04:26:08] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.025091 10.0.0.177 - - [2026-08-17 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.177 - - [2026-08-17 04:26:08] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004995 10.0.0.177 - - [2026-08-17 04:26:08] "GET /control-node-zone/369240e6-a660-4105-bbb9-3d15cfe83e94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004559 10.0.0.177 - - [2026-08-17 04:26:08] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.026141 10.0.0.177 - - [2026-08-17 04:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006174 10.0.0.177 - - [2026-08-17 04:26:24] "GET /bgp-as-a-service/30672093-bc77-4405-a084-35719bc86643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006256 10.0.0.177 - - [2026-08-17 04:26:24] "GET /control-node-zone/1453605e-43f6-450d-9ee5-c82cd4651fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005136 10.0.0.177 - - [2026-08-17 04:26:24] "POST /ref-update HTTP/1.1" 200 156 0.023390 10.0.0.177 - - [2026-08-17 04:26:24] "GET /control-node-zone/1453605e-43f6-450d-9ee5-c82cd4651fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004474 10.0.0.177 - - [2026-08-17 04:26:24] "POST /ref-update HTTP/1.1" 200 156 0.029885 10.0.0.177 - - [2026-08-17 04:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.177 - - [2026-08-17 04:26:24] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008000 10.0.0.177 - - [2026-08-17 04:26:24] "POST /neutron/network HTTP/1.1" 200 832 0.007473 10.0.0.177 - - [2026-08-17 04:26:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.011413 10.0.0.177 - - [2026-08-17 04:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.177 - - [2026-08-17 04:26:24] "GET /bgp-as-a-service/30672093-bc77-4405-a084-35719bc86643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006314 10.0.0.177 - - [2026-08-17 04:26:24] "GET /control-node-zone/369240e6-a660-4105-bbb9-3d15cfe83e94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003689 10.0.0.177 - - [2026-08-17 04:26:24] "POST /ref-update HTTP/1.1" 200 156 0.019471 10.0.0.177 - - [2026-08-17 04:26:26] "GET /bgp-as-a-service/30672093-bc77-4405-a084-35719bc86643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006934 10.0.0.177 - - [2026-08-17 04:26:26] "GET /virtual-machine-interface/e3d0bab2-0383-41c9-a31f-222292aa3eb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.008232 10.0.0.177 - - [2026-08-17 04:26:36] "GET /bgp-as-a-service/30672093-bc77-4405-a084-35719bc86643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.004904 10.0.0.177 - - [2026-08-17 04:26:36] "GET /virtual-machine-interface/e3d0bab2-0383-41c9-a31f-222292aa3eb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.006635 10.0.0.177 - - [2026-08-17 04:26:36] "POST /ref-update HTTP/1.1" 200 156 0.018233 10.0.0.177 - - [2026-08-17 04:26:36] "GET /bgp-as-a-service/c6b55574-e13f-4908-a9fb-8b4c37fceaef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2448 0.013556 10.0.0.177 - - [2026-08-17 04:26:36] "GET /virtual-machine-interface/9d2696ab-29e6-49e2-b6a0-dbbbfe26366a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.009705 10.0.0.177 - - [2026-08-17 04:26:36] "POST /ref-update HTTP/1.1" 200 156 0.038412 10.0.0.190 - - [2026-08-17 04:26:36] "DELETE /bgp-router/b162a5ff-e3d1-4bc3-a8ad-07a85ee35ba7 HTTP/1.1" 200 115 0.086563 10.0.0.177 - - [2026-08-17 04:26:36] "DELETE /bgp-as-a-service/c6b55574-e13f-4908-a9fb-8b4c37fceaef HTTP/1.1" 200 115 0.158769 10.0.0.177 - - [2026-08-17 04:26:36] "GET /bgp-as-a-service/30672093-bc77-4405-a084-35719bc86643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.009006 10.0.0.177 - - [2026-08-17 04:26:36] "GET /virtual-machine-interface/e3d0bab2-0383-41c9-a31f-222292aa3eb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.042640 10.0.0.190 - - [2026-08-17 04:26:36] "DELETE /bgp-router/377357e9-ce86-4a62-9aff-babedd9b706e HTTP/1.1" 200 115 0.114141 10.0.0.177 - - [2026-08-17 04:26:36] "DELETE /bgp-as-a-service/30672093-bc77-4405-a084-35719bc86643 HTTP/1.1" 200 115 0.079050 10.0.0.177 - - [2026-08-17 04:26:36] "GET /control-node-zone/369240e6-a660-4105-bbb9-3d15cfe83e94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.024017 10.0.0.177 - - [2026-08-17 04:26:36] "POST /ref-update HTTP/1.1" 200 156 0.020351 10.0.0.177 - - [2026-08-17 04:26:36] "DELETE /control-node-zone/369240e6-a660-4105-bbb9-3d15cfe83e94 HTTP/1.1" 200 115 0.046127 10.0.0.177 - - [2026-08-17 04:26:36] "GET /control-node-zone/91306a72-30e1-4a06-bc34-a59c41dac91d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004538 10.0.0.177 - - [2026-08-17 04:26:37] "POST /ref-update HTTP/1.1" 200 156 0.020962 10.0.0.177 - - [2026-08-17 04:26:37] "DELETE /control-node-zone/91306a72-30e1-4a06-bc34-a59c41dac91d HTTP/1.1" 200 115 0.035698 10.0.0.177 - - [2026-08-17 04:26:37] "GET /control-node-zone/1453605e-43f6-450d-9ee5-c82cd4651fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008792 10.0.0.177 - - [2026-08-17 04:26:37] "DELETE /control-node-zone/1453605e-43f6-450d-9ee5-c82cd4651fe1 HTTP/1.1" 200 115 0.030997 10.0.0.177 - - [2026-08-17 04:26:39] "POST /neutron/port HTTP/1.1" 200 1124 0.019074 10.0.0.177 - - [2026-08-17 04:26:39] "POST /neutron/port HTTP/1.1" 200 1124 0.019462 10.0.0.177 - - [2026-08-17 04:26:39] "POST /neutron/port HTTP/1.1" 200 1124 0.023488 10.0.0.177 - - [2026-08-17 04:26:39] "POST /neutron/port HTTP/1.1" 200 151 0.360480 10.0.0.38 - - [2026-08-17 04:26:41] "POST /useragent-kv HTTP/1.1" 200 115 0.064775 10.0.0.38 - - [2026-08-17 04:26:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.177 - - [2026-08-17 04:26:41] "POST /neutron/network HTTP/1.1" 200 151 0.246062 10.0.0.177 - - [2026-08-17 04:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.38 - - [2026-08-17 04:26:44] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001018 10.0.0.177 - - [2026-08-17 04:26:44] "GET /project/3fd31d2e-98d5-4a93-b830-48d601b87793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054435 10.0.0.190 - - [2026-08-17 04:26:44] "POST /route-targets HTTP/1.1" 200 327 0.017109 10.0.0.38 - - [2026-08-17 04:26:45] "POST /useragent-kv HTTP/1.1" 200 115 0.010504 10.0.0.177 - - [2026-08-17 04:26:45] "POST /neutron/subnet HTTP/1.1" 200 719 0.273126 10.0.0.177 - - [2026-08-17 04:26:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.001432 10.0.0.177 - - [2026-08-17 04:26:45] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005884 10.0.0.177 - - [2026-08-17 04:26:45] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006839 10.0.0.177 - - [2026-08-17 04:26:45] "POST /neutron/network HTTP/1.1" 200 832 0.007868 10.0.0.177 - - [2026-08-17 04:26:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.001569 10.0.0.177 - - [2026-08-17 04:26:45] "POST /neutron/network HTTP/1.1" 200 832 0.008650 10.0.0.177 - - [2026-08-17 04:26:45] "POST /id-to-fqname HTTP/1.1" 200 225 0.001407 10.0.0.177 - - [2026-08-17 04:26:45] "POST /neutron/port HTTP/1.1" 200 117 0.007177 10.0.0.38 - - [2026-08-17 04:26:46] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001104 10.0.0.177 - - [2026-08-17 04:26:46] "GET /project/3fd31d2e-98d5-4a93-b830-48d601b87793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.084147 10.0.0.177 - - [2026-08-17 04:26:46] "POST /neutron/port HTTP/1.1" 200 117 0.011081 10.0.0.177 - - [2026-08-17 04:26:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001469 10.0.0.177 - - [2026-08-17 04:26:46] "POST /neutron/network HTTP/1.1" 200 842 0.007471 10.0.0.177 - - [2026-08-17 04:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.012841 10.0.0.38 - - [2026-08-17 04:26:50] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001227 10.0.0.177 - - [2026-08-17 04:26:50] "POST /neutron/port HTTP/1.1" 200 1060 0.342594 10.0.0.177 - - [2026-08-17 04:26:50] "POST /neutron/port HTTP/1.1" 200 1114 0.136403 10.0.0.177 - - [2026-08-17 04:26:51] "POST /neutron/port HTTP/1.1" 200 1060 0.037682 10.0.0.177 - - [2026-08-17 04:26:51] "POST /neutron/port HTTP/1.1" 200 1124 0.021919 10.0.0.177 - - [2026-08-17 04:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.001455 10.0.0.38 - - [2026-08-17 04:26:52] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001291 10.0.0.177 - - [2026-08-17 04:26:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.024049 10.0.0.177 - - [2026-08-17 04:26:52] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.177 - - [2026-08-17 04:26:52] "POST /neutron/port HTTP/1.1" 200 1060 0.349925 10.0.0.177 - - [2026-08-17 04:26:52] "POST /neutron/port HTTP/1.1" 200 1060 0.014209 10.0.0.177 - - [2026-08-17 04:26:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004757 10.0.0.177 - - [2026-08-17 04:26:53] "POST /neutron/network HTTP/1.1" 200 832 0.006931 10.0.0.177 - - [2026-08-17 04:27:02] "POST /neutron/port HTTP/1.1" 200 1124 0.024215 10.0.0.177 - - [2026-08-17 04:27:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009208 10.0.0.177 - - [2026-08-17 04:27:17] "POST /neutron/port HTTP/1.1" 200 1124 0.019974 10.0.0.177 - - [2026-08-17 04:27:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007451 10.0.0.177 - - [2026-08-17 04:27:23] "POST /neutron/port HTTP/1.1" 200 1124 0.017338 10.0.0.177 - - [2026-08-17 04:27:23] "GET /virtual-machine/aff7e0c9-91eb-4491-8170-2eb0396e0bda HTTP/1.1" 200 1293 0.006953 10.0.0.177 - - [2026-08-17 04:27:23] "GET /virtual-machine-interface/2f42221e-b043-4f79-855a-6f2c8ddb8c87 HTTP/1.1" 200 2957 0.006070 10.0.0.177 - - [2026-08-17 04:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.177 - - [2026-08-17 04:27:23] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003827 10.0.0.177 - - [2026-08-17 04:27:23] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003575 10.0.0.177 - - [2026-08-17 04:27:23] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007414 10.0.0.177 - - [2026-08-17 04:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.018049 10.0.0.177 - - [2026-08-17 04:27:26] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006754 10.0.0.177 - - [2026-08-17 04:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.177 - - [2026-08-17 04:27:30] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006333 10.0.0.177 - - [2026-08-17 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.177 - - [2026-08-17 04:27:34] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008135 10.0.0.38 - - [2026-08-17 04:27:34] "GET /obj-perms HTTP/1.1" 200 4509 0.047581 10.0.0.177 - - [2026-08-17 04:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.177 - - [2026-08-17 04:27:38] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005981 10.0.0.177 - - [2026-08-17 04:27:41] "POST /neutron/port HTTP/1.1" 200 1124 0.021780 10.0.0.177 - - [2026-08-17 04:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.177 - - [2026-08-17 04:27:42] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005674 10.0.0.177 - - [2026-08-17 04:27:43] "POST /neutron/network HTTP/1.1" 200 842 0.007960 10.0.0.177 - - [2026-08-17 04:27:43] "POST /neutron/port HTTP/1.1" 200 117 0.001412 10.0.0.177 - - [2026-08-17 04:27:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005775 10.0.0.177 - - [2026-08-17 04:27:43] "POST /neutron/network HTTP/1.1" 200 832 0.016114 10.0.0.177 - - [2026-08-17 04:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.022321 10.0.0.177 - - [2026-08-17 04:27:46] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008504 10.0.0.177 - - [2026-08-17 04:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.177 - - [2026-08-17 04:27:50] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005805 10.0.0.177 - - [2026-08-17 04:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.177 - - [2026-08-17 04:27:55] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006246 10.0.0.177 - - [2026-08-17 04:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.177 - - [2026-08-17 04:27:59] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005896 10.0.0.177 - - [2026-08-17 04:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.177 - - [2026-08-17 04:28:03] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006961 10.0.0.177 - - [2026-08-17 04:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.177 - - [2026-08-17 04:28:07] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006255 10.0.0.177 - - [2026-08-17 04:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.177 - - [2026-08-17 04:28:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004864 10.0.0.177 - - [2026-08-17 04:28:09] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003824 10.0.0.177 - - [2026-08-17 04:28:09] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006294 10.0.0.177 - - [2026-08-17 04:28:09] "POST /neutron/port HTTP/1.1" 200 1124 0.043490 10.0.0.177 - - [2026-08-17 04:28:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008032 10.0.0.177 - - [2026-08-17 04:28:20] "POST /neutron/port HTTP/1.1" 200 1124 0.020205 10.0.0.177 - - [2026-08-17 04:28:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008001 10.0.0.177 - - [2026-08-17 04:28:35] "POST /neutron/port HTTP/1.1" 200 1124 0.356878 10.0.0.177 - - [2026-08-17 04:28:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009599 10.0.0.190 - - [2026-08-17 04:28:35] "GET /obj-perms HTTP/1.1" 200 4509 0.042047 10.0.0.177 - - [2026-08-17 04:28:42] "POST /neutron/port HTTP/1.1" 200 1124 0.021909 10.0.0.177 - - [2026-08-17 04:28:43] "POST /neutron/port HTTP/1.1" 200 1124 0.021199 10.0.0.177 - - [2026-08-17 04:28:44] "POST /neutron/subnet HTTP/1.1" 200 693 0.010064 10.0.0.177 - - [2026-08-17 04:28:44] "POST /neutron/network HTTP/1.1" 200 832 0.007411 10.0.0.177 - - [2026-08-17 04:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.177 - - [2026-08-17 04:28:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010016 10.0.0.177 - - [2026-08-17 04:28:46] "POST /neutron/port HTTP/1.1" 200 1124 0.020890 10.0.0.177 - - [2026-08-17 04:28:46] "GET /virtual-machine/dfd2a5cd-a6c5-4634-bb29-b17a0aa86906 HTTP/1.1" 200 1294 0.007492 10.0.0.177 - - [2026-08-17 04:28:46] "GET /virtual-machine-interface/59119e05-b7cc-433a-848a-4b70fa740873 HTTP/1.1" 200 2957 0.005999 10.0.0.177 - - [2026-08-17 04:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.177 - - [2026-08-17 04:28:46] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004047 10.0.0.177 - - [2026-08-17 04:28:46] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003461 10.0.0.177 - - [2026-08-17 04:28:46] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006884 10.0.0.38 - - [2026-08-17 04:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000578 10.0.0.38 - - [2026-08-17 04:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.177 - - [2026-08-17 04:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.177 - - [2026-08-17 04:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000490 10.0.0.190 - - [2026-08-17 04:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.190 - - [2026-08-17 04:28:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.38 - - [2026-08-17 04:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000750 10.0.0.38 - - [2026-08-17 04:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.177 - - [2026-08-17 04:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.177 - - [2026-08-17 04:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.177 - - [2026-08-17 04:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.177 - - [2026-08-17 04:28:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004006 10.0.0.177 - - [2026-08-17 04:28:47] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003625 10.0.0.177 - - [2026-08-17 04:28:47] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006655 10.0.0.190 - - [2026-08-17 04:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.190 - - [2026-08-17 04:28:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.177 - - [2026-08-17 04:28:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008588 10.0.0.177 - - [2026-08-17 04:28:47] "POST /neutron/port HTTP/1.1" 200 1124 0.019526 10.0.0.177 - - [2026-08-17 04:28:48] "GET /virtual-machine/cd4a5a7d-b372-48b1-92e3-bc3dad376747 HTTP/1.1" 200 1294 0.007448 10.0.0.177 - - [2026-08-17 04:28:48] "GET /virtual-machine-interface/f00c5f30-bc12-43f7-a0af-6f480a1af4e5 HTTP/1.1" 200 2959 0.005702 10.0.0.177 - - [2026-08-17 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.177 - - [2026-08-17 04:28:48] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004094 10.0.0.177 - - [2026-08-17 04:28:48] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003150 10.0.0.177 - - [2026-08-17 04:28:48] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006547 10.0.0.177 - - [2026-08-17 04:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.177 - - [2026-08-17 04:28:49] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004744 10.0.0.177 - - [2026-08-17 04:28:49] "GET /virtual-networks?parent_id=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003225 10.0.0.177 - - [2026-08-17 04:28:49] "GET /virtual-network/374fdce5-b553-44be-afc5-cf070ebb9519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006874 10.0.0.177 - - [2026-08-17 04:28:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008636 10.0.0.177 - - [2026-08-17 04:28:59] "POST /neutron/port HTTP/1.1" 200 1124 0.018082 10.0.0.177 - - [2026-08-17 04:29:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.003716 10.0.0.177 - - [2026-08-17 04:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.177 - - [2026-08-17 04:29:05] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007092 10.0.0.177 - - [2026-08-17 04:29:05] "POST /control-node-zones HTTP/1.1" 200 569 0.027277 10.0.0.177 - - [2026-08-17 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.177 - - [2026-08-17 04:29:05] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004972 10.0.0.177 - - [2026-08-17 04:29:05] "GET /control-node-zone/76fe7d50-2995-4770-8ba6-353747cc1bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005964 10.0.0.177 - - [2026-08-17 04:29:05] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.024085 10.0.0.177 - - [2026-08-17 04:29:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.005001 10.0.0.177 - - [2026-08-17 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.177 - - [2026-08-17 04:29:05] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008107 10.0.0.177 - - [2026-08-17 04:29:05] "POST /control-node-zones HTTP/1.1" 200 569 0.028379 10.0.0.177 - - [2026-08-17 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.177 - - [2026-08-17 04:29:05] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010121 10.0.0.177 - - [2026-08-17 04:29:05] "GET /control-node-zone/896ee049-3ecf-447d-8bb0-0352cad0b7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007688 10.0.0.177 - - [2026-08-17 04:29:05] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.027687 10.0.0.177 - - [2026-08-17 04:29:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.003562 10.0.0.177 - - [2026-08-17 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.177 - - [2026-08-17 04:29:05] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008742 10.0.0.177 - - [2026-08-17 04:29:05] "POST /control-node-zones HTTP/1.1" 200 569 0.034440 10.0.0.177 - - [2026-08-17 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.177 - - [2026-08-17 04:29:05] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005220 10.0.0.177 - - [2026-08-17 04:29:05] "GET /control-node-zone/c54d35b1-eef5-461a-afc9-db27624bda99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006714 10.0.0.177 - - [2026-08-17 04:29:05] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.026033 10.0.0.177 - - [2026-08-17 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.177 - - [2026-08-17 04:29:06] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008637 10.0.0.177 - - [2026-08-17 04:29:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.003735 10.0.0.177 - - [2026-08-17 04:29:06] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.036430 10.0.0.177 - - [2026-08-17 04:29:06] "POST /neutron/subnet HTTP/1.1" 200 719 0.012715 10.0.0.177 - - [2026-08-17 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.177 - - [2026-08-17 04:29:06] "GET /bgp-as-a-service/b717b4b3-ed83-4442-8960-9026fa5621cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007886 10.0.0.177 - - [2026-08-17 04:29:06] "GET /control-node-zone/76fe7d50-2995-4770-8ba6-353747cc1bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005524 10.0.0.177 - - [2026-08-17 04:29:06] "POST /ref-update HTTP/1.1" 200 156 0.023571 10.0.0.177 - - [2026-08-17 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.177 - - [2026-08-17 04:29:06] "GET /bgp-as-a-service/b717b4b3-ed83-4442-8960-9026fa5621cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007534 10.0.0.177 - - [2026-08-17 04:29:06] "GET /control-node-zone/896ee049-3ecf-447d-8bb0-0352cad0b7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004382 10.0.0.177 - - [2026-08-17 04:29:06] "POST /ref-update HTTP/1.1" 200 156 0.019146 10.0.0.177 - - [2026-08-17 04:29:11] "GET /bgp-as-a-service/b717b4b3-ed83-4442-8960-9026fa5621cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008575 10.0.0.177 - - [2026-08-17 04:29:11] "GET /virtual-machine-interface/2f42221e-b043-4f79-855a-6f2c8ddb8c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006795 10.0.0.177 - - [2026-08-17 04:29:11] "POST /ref-update HTTP/1.1" 200 156 0.014556 10.0.0.190 - - [2026-08-17 04:29:11] "POST /bgp-routers HTTP/1.1" 200 640 0.067750 10.0.0.190 - - [2026-08-17 04:29:11] "PUT /bgp-router/fa3cbcf6-0c7d-4115-aba5-9563d5b58532 HTTP/1.1" 200 254 0.038679 10.0.0.177 - - [2026-08-17 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.177 - - [2026-08-17 04:29:11] "GET /global-system-config/4c16c603-ef49-4837-9ad0-223f3cb48023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006256 10.0.0.177 - - [2026-08-17 04:29:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002938 10.0.0.177 - - [2026-08-17 04:29:11] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.035049 10.0.0.177 - - [2026-08-17 04:29:11] "POST /neutron/network HTTP/1.1" 200 832 0.009282 10.0.0.177 - - [2026-08-17 04:29:12] "POST /neutron/subnet HTTP/1.1" 200 719 0.008955 10.0.0.177 - - [2026-08-17 04:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.177 - - [2026-08-17 04:29:12] "GET /bgp-as-a-service/e0904615-c741-4413-898b-7ba5b683872a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005940 10.0.0.177 - - [2026-08-17 04:29:12] "GET /control-node-zone/76fe7d50-2995-4770-8ba6-353747cc1bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004251 10.0.0.177 - - [2026-08-17 04:29:12] "POST /ref-update HTTP/1.1" 200 156 0.020177 10.0.0.177 - - [2026-08-17 04:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.177 - - [2026-08-17 04:29:12] "GET /bgp-as-a-service/e0904615-c741-4413-898b-7ba5b683872a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006897 10.0.0.177 - - [2026-08-17 04:29:12] "GET /control-node-zone/896ee049-3ecf-447d-8bb0-0352cad0b7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004702 10.0.0.177 - - [2026-08-17 04:29:12] "POST /ref-update HTTP/1.1" 200 156 0.015616 10.0.0.177 - - [2026-08-17 04:29:17] "GET /bgp-as-a-service/e0904615-c741-4413-898b-7ba5b683872a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007251 10.0.0.177 - - [2026-08-17 04:29:17] "GET /virtual-machine-interface/59119e05-b7cc-433a-848a-4b70fa740873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006388 10.0.0.177 - - [2026-08-17 04:29:17] "POST /ref-update HTTP/1.1" 200 156 0.015023 10.0.0.190 - - [2026-08-17 04:29:17] "POST /ref-update HTTP/1.1" 200 156 0.024141 10.0.0.177 - - [2026-08-17 04:29:36] "GET /bgp-as-a-service/e0904615-c741-4413-898b-7ba5b683872a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.007102 10.0.0.177 - - [2026-08-17 04:29:36] "GET /virtual-machine-interface/59119e05-b7cc-433a-848a-4b70fa740873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.013062 10.0.0.177 - - [2026-08-17 04:29:36] "POST /ref-update HTTP/1.1" 200 156 0.021876 10.0.0.190 - - [2026-08-17 04:29:36] "POST /ref-update HTTP/1.1" 200 156 0.039432 10.0.0.177 - - [2026-08-17 04:29:36] "DELETE /bgp-as-a-service/e0904615-c741-4413-898b-7ba5b683872a HTTP/1.1" 200 115 0.105396 10.0.0.177 - - [2026-08-17 04:29:36] "GET /bgp-as-a-service/b717b4b3-ed83-4442-8960-9026fa5621cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.006405 10.0.0.177 - - [2026-08-17 04:29:36] "GET /virtual-machine-interface/2f42221e-b043-4f79-855a-6f2c8ddb8c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.013994 10.0.0.177 - - [2026-08-17 04:29:36] "POST /ref-update HTTP/1.1" 200 156 0.027310 10.0.0.190 - - [2026-08-17 04:29:36] "POST /ref-update HTTP/1.1" 200 156 0.026982 10.0.0.177 - - [2026-08-17 04:29:36] "DELETE /bgp-as-a-service/b717b4b3-ed83-4442-8960-9026fa5621cb HTTP/1.1" 200 115 0.099164 10.0.0.177 - - [2026-08-17 04:29:36] "GET /control-node-zone/c54d35b1-eef5-461a-afc9-db27624bda99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004870 10.0.0.177 - - [2026-08-17 04:29:36] "POST /ref-update HTTP/1.1" 200 156 0.038174 10.0.0.177 - - [2026-08-17 04:29:36] "DELETE /control-node-zone/c54d35b1-eef5-461a-afc9-db27624bda99 HTTP/1.1" 200 115 0.033836 10.0.0.177 - - [2026-08-17 04:29:36] "GET /control-node-zone/896ee049-3ecf-447d-8bb0-0352cad0b7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008985 10.0.0.177 - - [2026-08-17 04:29:37] "POST /ref-update HTTP/1.1" 200 156 0.031019 10.0.0.177 - - [2026-08-17 04:29:37] "DELETE /control-node-zone/896ee049-3ecf-447d-8bb0-0352cad0b7ae HTTP/1.1" 200 115 0.047940 10.0.0.177 - - [2026-08-17 04:29:37] "GET /control-node-zone/76fe7d50-2995-4770-8ba6-353747cc1bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005408 10.0.0.177 - - [2026-08-17 04:29:37] "GET /obj-perms HTTP/1.1" 200 4509 0.093790 10.0.0.177 - - [2026-08-17 04:29:37] "POST /ref-update HTTP/1.1" 200 156 0.028157 10.0.0.177 - - [2026-08-17 04:29:37] "DELETE /control-node-zone/76fe7d50-2995-4770-8ba6-353747cc1bb9 HTTP/1.1" 200 115 0.034479 10.0.0.177 - - [2026-08-17 04:29:39] "POST /neutron/port HTTP/1.1" 200 1124 0.023876 10.0.0.177 - - [2026-08-17 04:29:39] "POST /neutron/port HTTP/1.1" 200 1114 0.020102 10.0.0.177 - - [2026-08-17 04:29:39] "POST /neutron/port HTTP/1.1" 200 1124 0.036521 10.0.0.177 - - [2026-08-17 04:29:39] "POST /neutron/network HTTP/1.1" 400 204 0.020840 10.0.0.38 - - [2026-08-17 04:29:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006720 10.0.0.38 - - [2026-08-17 04:29:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002828 10.0.0.177 - - [2026-08-17 04:29:41] "POST /neutron/network HTTP/1.1" 200 151 0.196560 10.0.0.190 - - [2026-08-17 04:29:41] "DELETE /route-target/5749b322-e6a7-4378-a249-07f8c73e2c0d HTTP/1.1" 200 115 0.031934 10.0.0.38 - - [2026-08-17 04:29:43] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001154 10.0.0.177 - - [2026-08-17 04:29:43] "GET /project/3fd31d2e-98d5-4a93-b830-48d601b87793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.074034 10.0.0.38 - - [2026-08-17 04:29:43] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001279 10.0.0.177 - - [2026-08-17 04:29:43] "GET /project/3fd31d2e-98d5-4a93-b830-48d601b87793?fields=virtual_networks HTTP/1.1" 200 1035 0.060795 10.0.0.38 - - [2026-08-17 04:29:43] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001674 10.0.0.177 - - [2026-08-17 04:29:43] "GET /project/3fd31d2e-98d5-4a93-b830-48d601b87793?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.067679 10.0.0.38 - - [2026-08-17 04:29:43] "GET /projects?obj_uuids=3fd31d2e-98d5-4a93-b830-48d601b87793&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001169 10.0.0.177 - - [2026-08-17 04:29:43] "GET /project/3fd31d2e-98d5-4a93-b830-48d601b87793?fields=security_groups HTTP/1.1" 200 1262 0.086936 10.0.0.177 - - [2026-08-17 04:29:43] "POST /neutron/port HTTP/1.1" 200 117 0.007120 10.0.0.177 - - [2026-08-17 04:29:44] "POST /fqname-to-id HTTP/1.1" 404 181 0.067114 10.0.0.38 - - [2026-08-17 04:29:44] "GET /projects?obj_uuids=8ef2aa8b-dc0c-497c-abdf-8bba55fc3411&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003872 10.0.0.38 - - [2026-08-17 04:29:44] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001090 10.0.0.38 - - [2026-08-17 04:29:44] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043171 10.0.0.38 - - [2026-08-17 04:29:45] "POST /id-to-fqname HTTP/1.1" 200 183 0.006706 10.0.0.38 - - [2026-08-17 04:29:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.009363 10.0.0.177 - - [2026-08-17 04:29:45] "POST /neutron/port HTTP/1.1" 200 117 0.019136 10.0.0.38 - - [2026-08-17 04:29:45] "POST /security-groups HTTP/1.1" 200 584 0.073785 10.0.0.38 - - [2026-08-17 04:29:45] "POST /projects HTTP/1.1" 200 571 0.337881 10.0.0.190 - - [2026-08-17 04:29:45] "POST /fqname-to-id HTTP/1.1" 404 226 0.010112 10.0.0.38 - - [2026-08-17 04:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.416507 10.0.0.177 - - [2026-08-17 04:29:45] "GET /project/8ef2aa8b-dc0c-497c-abdf-8bba55fc3411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.640599 10.0.0.177 - - [2026-08-17 04:29:46] "GET / HTTP/1.1" 200 35931 0.002126 10.0.0.38 - - [2026-08-17 04:29:49] "GET /projects?obj_uuids=8ef2aa8b-dc0c-497c-abdf-8bba55fc3411&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001482 10.0.0.177 - - [2026-08-17 04:29:49] "GET /project/8ef2aa8b-dc0c-497c-abdf-8bba55fc3411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.058838 10.0.0.38 - - [2026-08-17 04:29:49] "GET /projects?obj_uuids=8ef2aa8b-dc0c-497c-abdf-8bba55fc3411&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001024 10.0.0.177 - - [2026-08-17 04:29:49] "GET /project/8ef2aa8b-dc0c-497c-abdf-8bba55fc3411?fields=virtual_networks HTTP/1.1" 200 1020 0.051725 10.0.0.38 - - [2026-08-17 04:29:49] "GET /projects?obj_uuids=8ef2aa8b-dc0c-497c-abdf-8bba55fc3411&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001431 10.0.0.177 - - [2026-08-17 04:29:49] "GET /project/8ef2aa8b-dc0c-497c-abdf-8bba55fc3411?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.052655 10.0.0.38 - - [2026-08-17 04:29:49] "GET /projects?obj_uuids=8ef2aa8b-dc0c-497c-abdf-8bba55fc3411&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001096 10.0.0.177 - - [2026-08-17 04:29:50] "GET /project/8ef2aa8b-dc0c-497c-abdf-8bba55fc3411?fields=security_groups HTTP/1.1" 200 1239 0.061470 10.0.0.177 - - [2026-08-17 04:29:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.038244 10.0.0.38 - - [2026-08-17 04:29:51] "GET /projects?obj_uuids=1184ad1e-565b-482a-992b-6e91dd4c527e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004091 10.0.0.38 - - [2026-08-17 04:29:51] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.38 - - [2026-08-17 04:29:51] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007997 10.0.0.38 - - [2026-08-17 04:29:51] "POST /id-to-fqname HTTP/1.1" 200 191 0.006018 10.0.0.38 - - [2026-08-17 04:29:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.011224 10.0.0.38 - - [2026-08-17 04:29:51] "POST /security-groups HTTP/1.1" 200 592 0.032233 10.0.0.38 - - [2026-08-17 04:29:51] "POST /projects HTTP/1.1" 200 587 0.277440 10.0.0.190 - - [2026-08-17 04:29:51] "POST /access-control-lists HTTP/1.1" 200 597 0.030258 10.0.0.38 - - [2026-08-17 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.360154 10.0.0.177 - - [2026-08-17 04:29:51] "GET /project/1184ad1e-565b-482a-992b-6e91dd4c527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.515205 10.0.0.177 - - [2026-08-17 04:29:52] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.38 - - [2026-08-17 04:29:56] "GET /projects?obj_uuids=1184ad1e-565b-482a-992b-6e91dd4c527e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.177 - - [2026-08-17 04:29:56] "GET /project/1184ad1e-565b-482a-992b-6e91dd4c527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.097753 10.0.0.38 - - [2026-08-17 04:29:56] "GET /projects?obj_uuids=1184ad1e-565b-482a-992b-6e91dd4c527e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005175 10.0.0.177 - - [2026-08-17 04:29:56] "GET /project/1184ad1e-565b-482a-992b-6e91dd4c527e?fields=virtual_networks HTTP/1.1" 200 1035 0.068834 10.0.0.38 - - [2026-08-17 04:29:56] "GET /projects?obj_uuids=1184ad1e-565b-482a-992b-6e91dd4c527e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.177 - - [2026-08-17 04:29:56] "GET /project/1184ad1e-565b-482a-992b-6e91dd4c527e?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.048695 10.0.0.38 - - [2026-08-17 04:29:56] "GET /projects?obj_uuids=1184ad1e-565b-482a-992b-6e91dd4c527e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.177 - - [2026-08-17 04:29:56] "GET /project/1184ad1e-565b-482a-992b-6e91dd4c527e?fields=security_groups HTTP/1.1" 200 1262 0.051800 10.0.0.177 - - [2026-08-17 04:29:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.031220 10.0.0.38 - - [2026-08-17 04:29:57] "GET /projects?obj_uuids=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003672 10.0.0.38 - - [2026-08-17 04:29:57] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.38 - - [2026-08-17 04:29:57] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007417 10.0.0.38 - - [2026-08-17 04:29:57] "POST /id-to-fqname HTTP/1.1" 200 197 0.009048 10.0.0.38 - - [2026-08-17 04:29:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.009241 10.0.0.38 - - [2026-08-17 04:29:57] "POST /security-groups HTTP/1.1" 200 598 0.077338 10.0.0.190 - - [2026-08-17 04:29:57] "POST /fqname-to-id HTTP/1.1" 404 241 0.004353 10.0.0.38 - - [2026-08-17 04:29:57] "POST /projects HTTP/1.1" 200 599 0.330027 10.0.0.38 - - [2026-08-17 04:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.366683 10.0.0.177 - - [2026-08-17 04:29:57] "GET /project/9a4aeef8-9255-44ce-96fa-a34bf8f61bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.531585 10.0.0.190 - - [2026-08-17 04:29:58] "POST /access-control-lists HTTP/1.1" 200 601 0.065408 10.0.0.177 - - [2026-08-17 04:29:59] "GET / HTTP/1.1" 200 35931 0.003262 10.0.0.177 - - [2026-08-17 04:30:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000559 10.0.0.177 - - [2026-08-17 04:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.068094 10.0.0.177 - - [2026-08-17 04:30:01] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005158 10.0.0.177 - - [2026-08-17 04:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.177 - - [2026-08-17 04:30:01] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005159 10.0.0.177 - - [2026-08-17 04:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.177 - - [2026-08-17 04:30:01] "PUT /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb HTTP/1.1" 200 276 0.016454 10.0.0.177 - - [2026-08-17 04:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.38 - - [2026-08-17 04:30:01] "GET /projects?obj_uuids=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001329 10.0.0.177 - - [2026-08-17 04:30:01] "GET /project/9a4aeef8-9255-44ce-96fa-a34bf8f61bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.052288 10.0.0.177 - - [2026-08-17 04:30:02] "POST /neutron/network HTTP/1.1" 200 117 0.037499 10.0.0.177 - - [2026-08-17 04:30:02] "POST /neutron/network HTTP/1.1" 200 808 0.010638 10.0.0.177 - - [2026-08-17 04:30:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001311 10.0.0.177 - - [2026-08-17 04:30:02] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006701 10.0.0.177 - - [2026-08-17 04:30:02] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006076 10.0.0.177 - - [2026-08-17 04:30:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.024687 10.0.0.177 - - [2026-08-17 04:30:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001653 10.0.0.177 - - [2026-08-17 04:30:03] "POST /neutron/port HTTP/1.1" 200 117 0.008495 10.0.0.177 - - [2026-08-17 04:30:03] "POST /id-to-fqname HTTP/1.1" 200 218 0.001532 10.0.0.177 - - [2026-08-17 04:30:03] "POST /neutron/network HTTP/1.1" 200 818 0.022225 10.0.0.38 - - [2026-08-17 04:30:03] "GET /projects?obj_uuids=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002016 10.0.0.190 - - [2026-08-17 04:30:03] "DELETE /access-control-list/6f319963-290c-4287-8ca9-e67c93b3e9a3 HTTP/1.1" 200 115 0.069307 10.0.0.177 - - [2026-08-17 04:30:03] "GET /project/9a4aeef8-9255-44ce-96fa-a34bf8f61bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.077293 10.0.0.177 - - [2026-08-17 04:30:04] "POST /neutron/port HTTP/1.1" 200 117 0.007826 10.0.0.177 - - [2026-08-17 04:30:05] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007472 10.0.0.38 - - [2026-08-17 04:30:07] "GET /projects?obj_uuids=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001266 10.0.0.177 - - [2026-08-17 04:30:08] "POST /neutron/port HTTP/1.1" 200 1062 0.383395 10.0.0.177 - - [2026-08-17 04:30:08] "POST /neutron/port HTTP/1.1" 200 1116 0.152041 10.0.0.177 - - [2026-08-17 04:30:08] "POST /neutron/port HTTP/1.1" 200 1062 0.019813 10.0.0.177 - - [2026-08-17 04:30:09] "POST /neutron/port HTTP/1.1" 200 1126 0.021401 10.0.0.177 - - [2026-08-17 04:30:09] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.177 - - [2026-08-17 04:30:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004837 10.0.0.177 - - [2026-08-17 04:30:10] "POST /neutron/network HTTP/1.1" 200 808 0.010215 10.0.0.38 - - [2026-08-17 04:30:14] "DELETE /project/9a4aeef8925544ce96faa34bf8f61bc1 HTTP/1.1" 404 173 0.010420 10.0.0.38 - - [2026-08-17 04:30:14] "DELETE /project/3fd31d2e-98d5-4a93-b830-48d601b87793 HTTP/1.1" 404 177 0.009675 10.0.0.38 - - [2026-08-17 04:30:14] "DELETE /project/8ef2aa8bdc0c497cabdf8bba55fc3411 HTTP/1.1" 404 173 0.012475 10.0.0.38 - - [2026-08-17 04:30:14] "DELETE /project/1184ad1e565b482a992b6e91dd4c527e HTTP/1.1" 404 173 0.007718 10.0.0.38 - - [2026-08-17 04:30:14] "GET /projects?obj_uuids=1184ad1e-565b-482a-992b-6e91dd4c527e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000870 10.0.0.38 - - [2026-08-17 04:30:14] "GET /projects?obj_uuids=8ef2aa8b-dc0c-497c-abdf-8bba55fc3411&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000930 10.0.0.38 - - [2026-08-17 04:30:14] "GET /project/1184ad1e-565b-482a-992b-6e91dd4c527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.074890 10.0.0.38 - - [2026-08-17 04:30:14] "GET /project/8ef2aa8b-dc0c-497c-abdf-8bba55fc3411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1442 0.102403 10.0.0.38 - - [2026-08-17 04:30:14] "GET /projects?obj_uuids=1184ad1e-565b-482a-992b-6e91dd4c527e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001729 10.0.0.38 - - [2026-08-17 04:30:14] "GET /projects?obj_uuids=8ef2aa8b-dc0c-497c-abdf-8bba55fc3411&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001268 10.0.0.38 - - [2026-08-17 04:30:14] "GET /project/8ef2aa8b-dc0c-497c-abdf-8bba55fc3411?fields=security_groups HTTP/1.1" 200 1344 0.065286 10.0.0.38 - - [2026-08-17 04:30:14] "GET /project/1184ad1e-565b-482a-992b-6e91dd4c527e?fields=security_groups HTTP/1.1" 200 1367 0.086863 10.0.0.38 - - [2026-08-17 04:30:14] "DELETE /security-group/bc050304-74e6-4985-9b13-f742799bf579 HTTP/1.1" 200 115 0.075147 10.0.0.38 - - [2026-08-17 04:30:14] "GET /projects?obj_uuids=8ef2aa8b-dc0c-497c-abdf-8bba55fc3411&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001052 10.0.0.38 - - [2026-08-17 04:30:14] "DELETE /security-group/cc436660-0ad8-4953-882a-d73df7da1cfb HTTP/1.1" 200 115 0.097630 10.0.0.38 - - [2026-08-17 04:30:14] "GET /projects?obj_uuids=1184ad1e-565b-482a-992b-6e91dd4c527e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001168 10.0.0.38 - - [2026-08-17 04:30:14] "GET /project/8ef2aa8b-dc0c-497c-abdf-8bba55fc3411?fields=application_policy_sets HTTP/1.1" 200 1383 0.096013 10.0.0.190 - - [2026-08-17 04:30:14] "DELETE /access-control-list/5e304725-cf77-4ab4-a76c-5417793dfc88 HTTP/1.1" 200 115 0.102904 10.0.0.38 - - [2026-08-17 04:30:14] "GET /project/1184ad1e-565b-482a-992b-6e91dd4c527e?fields=application_policy_sets HTTP/1.1" 200 1406 0.109871 10.0.0.38 - - [2026-08-17 04:30:14] "DELETE /project/8ef2aa8b-dc0c-497c-abdf-8bba55fc3411 HTTP/1.1" 200 115 0.726424 10.0.0.38 - - [2026-08-17 04:30:14] "DELETE /project/1184ad1e-565b-482a-992b-6e91dd4c527e HTTP/1.1" 200 115 0.764552 10.0.0.177 - - [2026-08-17 04:30:16] "POST /neutron/port HTTP/1.1" 200 1126 0.021605 10.0.0.177 - - [2026-08-17 04:30:22] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010181 10.0.0.177 - - [2026-08-17 04:30:32] "POST /neutron/port HTTP/1.1" 200 1126 0.025373 10.0.0.177 - - [2026-08-17 04:30:32] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009583 10.0.0.177 - - [2026-08-17 04:30:32] "POST /neutron/port HTTP/1.1" 200 1126 0.021729 10.0.0.177 - - [2026-08-17 04:30:32] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 401 293 0.000669 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 200 1299 0.031553 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 200 1299 0.004730 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-machine-interface/aef94100-cb58-4d7d-93a1-26076444f006 HTTP/1.1" 200 2950 0.006212 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 200 1299 0.005012 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-machine-interface/aef94100-cb58-4d7d-93a1-26076444f006 HTTP/1.1" 200 2950 0.005866 10.0.0.177 - - [2026-08-17 04:30:33] "GET /instance-ip/f0180734-9b5e-4e42-99c9-31f6d12b4d86 HTTP/1.1" 200 1621 0.006360 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 200 1299 0.005544 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-machine-interface/aef94100-cb58-4d7d-93a1-26076444f006 HTTP/1.1" 200 2950 0.006061 10.0.0.177 - - [2026-08-17 04:30:33] "GET /instance-ip/f0180734-9b5e-4e42-99c9-31f6d12b4d86 HTTP/1.1" 200 1621 0.005162 10.0.0.177 - - [2026-08-17 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.177 - - [2026-08-17 04:30:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004341 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003890 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006816 10.0.0.177 - - [2026-08-17 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.177 - - [2026-08-17 04:30:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004932 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003573 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006383 10.0.0.177 - - [2026-08-17 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.177 - - [2026-08-17 04:30:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003897 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003181 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006753 10.0.0.177 - - [2026-08-17 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.177 - - [2026-08-17 04:30:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005091 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003982 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006618 10.0.0.177 - - [2026-08-17 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.177 - - [2026-08-17 04:30:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004822 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003615 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007609 10.0.0.177 - - [2026-08-17 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.177 - - [2026-08-17 04:30:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003499 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006729 10.0.0.177 - - [2026-08-17 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.177 - - [2026-08-17 04:30:33] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004709 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003705 10.0.0.177 - - [2026-08-17 04:30:33] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007326 10.0.0.177 - - [2026-08-17 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.177 - - [2026-08-17 04:30:37] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006983 10.0.0.38 - - [2026-08-17 04:30:38] "GET /obj-perms HTTP/1.1" 200 4509 0.051243 10.0.0.177 - - [2026-08-17 04:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.177 - - [2026-08-17 04:30:41] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006979 10.0.0.177 - - [2026-08-17 04:30:44] "POST /neutron/port HTTP/1.1" 200 1126 0.030313 10.0.0.177 - - [2026-08-17 04:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.177 - - [2026-08-17 04:30:45] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008313 10.0.0.177 - - [2026-08-17 04:30:46] "POST /neutron/network HTTP/1.1" 200 818 0.027543 10.0.0.177 - - [2026-08-17 04:30:46] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.177 - - [2026-08-17 04:30:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005597 10.0.0.177 - - [2026-08-17 04:30:46] "POST /neutron/network HTTP/1.1" 200 808 0.007380 10.0.0.177 - - [2026-08-17 04:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.177 - - [2026-08-17 04:30:49] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006017 10.0.0.177 - - [2026-08-17 04:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.177 - - [2026-08-17 04:30:53] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007881 10.0.0.177 - - [2026-08-17 04:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.177 - - [2026-08-17 04:30:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004054 10.0.0.177 - - [2026-08-17 04:30:57] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003913 10.0.0.177 - - [2026-08-17 04:30:57] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006217 10.0.0.177 - - [2026-08-17 04:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.177 - - [2026-08-17 04:30:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004343 10.0.0.177 - - [2026-08-17 04:30:58] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003001 10.0.0.177 - - [2026-08-17 04:30:58] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006263 10.0.0.177 - - [2026-08-17 04:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.177 - - [2026-08-17 04:30:58] "GET /routing-instance/9586324f-7547-4164-8d4e-3278a0434a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.007429 10.0.0.177 - - [2026-08-17 04:30:58] "GET /route-target/43dae4e0-42da-492a-8e46-d4525f8ab768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004798 10.0.0.177 - - [2026-08-17 04:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.177 - - [2026-08-17 04:30:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004486 10.0.0.177 - - [2026-08-17 04:30:58] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004072 10.0.0.177 - - [2026-08-17 04:30:58] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006371 10.0.0.177 - - [2026-08-17 04:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.177 - - [2026-08-17 04:30:58] "GET /routing-instance/9586324f-7547-4164-8d4e-3278a0434a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005533 10.0.0.177 - - [2026-08-17 04:30:58] "GET /route-target/43dae4e0-42da-492a-8e46-d4525f8ab768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005196 10.0.0.177 - - [2026-08-17 04:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.177 - - [2026-08-17 04:30:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005551 10.0.0.177 - - [2026-08-17 04:30:58] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003886 10.0.0.177 - - [2026-08-17 04:30:58] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006767 10.0.0.177 - - [2026-08-17 04:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.177 - - [2026-08-17 04:30:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005043 10.0.0.177 - - [2026-08-17 04:30:58] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003060 10.0.0.177 - - [2026-08-17 04:30:58] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006549 10.0.0.177 - - [2026-08-17 04:30:58] "GET /obj-perms HTTP/1.1" 200 4497 0.042710 10.0.0.38 - - [2026-08-17 04:30:59] "GET /obj-perms HTTP/1.1" 200 4497 0.042846 10.0.0.177 - - [2026-08-17 04:30:59] "GET /obj-perms HTTP/1.1" 200 4497 0.004254 10.0.0.190 - - [2026-08-17 04:30:59] "GET /obj-perms HTTP/1.1" 200 4497 0.049284 10.0.0.177 - - [2026-08-17 04:30:59] "POST /neutron/port HTTP/1.1" 200 1126 0.021686 10.0.0.177 - - [2026-08-17 04:30:59] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009420 10.0.0.177 - - [2026-08-17 04:30:59] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.006878 10.0.0.177 - - [2026-08-17 04:30:59] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.003981 10.0.0.177 - - [2026-08-17 04:30:59] "GET /virtual-machine-interface/5ec10ea6-49f0-4297-9dce-2125bdbb54df HTTP/1.1" 200 2949 0.006447 10.0.0.177 - - [2026-08-17 04:30:59] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.005020 10.0.0.177 - - [2026-08-17 04:30:59] "GET /virtual-machine-interface/5ec10ea6-49f0-4297-9dce-2125bdbb54df HTTP/1.1" 200 2949 0.006670 10.0.0.177 - - [2026-08-17 04:30:59] "GET /instance-ip/04340d90-de5c-4512-b093-c4826dfe6f81 HTTP/1.1" 200 1619 0.008853 10.0.0.177 - - [2026-08-17 04:30:59] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.005439 10.0.0.177 - - [2026-08-17 04:30:59] "GET /virtual-machine-interface/5ec10ea6-49f0-4297-9dce-2125bdbb54df HTTP/1.1" 200 2949 0.006014 10.0.0.177 - - [2026-08-17 04:30:59] "GET /instance-ip/04340d90-de5c-4512-b093-c4826dfe6f81 HTTP/1.1" 200 1619 0.004454 10.0.0.177 - - [2026-08-17 04:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.177 - - [2026-08-17 04:30:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004169 10.0.0.177 - - [2026-08-17 04:30:59] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003352 10.0.0.177 - - [2026-08-17 04:30:59] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006042 10.0.0.177 - - [2026-08-17 04:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.177 - - [2026-08-17 04:31:00] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004699 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003388 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007881 10.0.0.177 - - [2026-08-17 04:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005499 10.0.0.177 - - [2026-08-17 04:31:00] "POST /neutron/port HTTP/1.1" 200 1126 0.021226 10.0.0.177 - - [2026-08-17 04:31:00] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006695 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003520 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007331 10.0.0.177 - - [2026-08-17 04:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005253 10.0.0.177 - - [2026-08-17 04:31:00] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004992 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004394 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007155 10.0.0.177 - - [2026-08-17 04:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.177 - - [2026-08-17 04:31:00] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010078 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.017903 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006518 10.0.0.177 - - [2026-08-17 04:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.177 - - [2026-08-17 04:31:00] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004876 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003971 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007512 10.0.0.177 - - [2026-08-17 04:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.177 - - [2026-08-17 04:31:00] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005227 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003253 10.0.0.177 - - [2026-08-17 04:31:00] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006799 10.0.0.177 - - [2026-08-17 04:31:01] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008780 10.0.0.177 - - [2026-08-17 04:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.177 - - [2026-08-17 04:31:01] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004523 10.0.0.177 - - [2026-08-17 04:31:01] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004227 10.0.0.177 - - [2026-08-17 04:31:02] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006836 10.0.0.177 - - [2026-08-17 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141 10.0.0.177 - - [2026-08-17 04:31:02] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005513 10.0.0.177 - - [2026-08-17 04:31:02] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003666 10.0.0.177 - - [2026-08-17 04:31:02] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006256 10.0.0.177 - - [2026-08-17 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.177 - - [2026-08-17 04:31:02] "GET /routing-instance/9586324f-7547-4164-8d4e-3278a0434a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005496 10.0.0.177 - - [2026-08-17 04:31:02] "GET /route-target/43dae4e0-42da-492a-8e46-d4525f8ab768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004885 10.0.0.177 - - [2026-08-17 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.177 - - [2026-08-17 04:31:02] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004909 10.0.0.177 - - [2026-08-17 04:31:02] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003563 10.0.0.177 - - [2026-08-17 04:31:02] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007709 10.0.0.177 - - [2026-08-17 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.177 - - [2026-08-17 04:31:02] "GET /routing-instance/9586324f-7547-4164-8d4e-3278a0434a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005384 10.0.0.177 - - [2026-08-17 04:31:02] "GET /route-target/43dae4e0-42da-492a-8e46-d4525f8ab768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004586 10.0.0.177 - - [2026-08-17 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.177 - - [2026-08-17 04:31:02] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004765 10.0.0.177 - - [2026-08-17 04:31:02] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003160 10.0.0.177 - - [2026-08-17 04:31:02] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006869 10.0.0.177 - - [2026-08-17 04:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.177 - - [2026-08-17 04:31:03] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004889 10.0.0.177 - - [2026-08-17 04:31:03] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004024 10.0.0.177 - - [2026-08-17 04:31:03] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.010446 10.0.0.177 - - [2026-08-17 04:31:03] "GET /obj-perms HTTP/1.1" 200 4497 0.004716 10.0.0.38 - - [2026-08-17 04:31:03] "GET /obj-perms HTTP/1.1" 200 4497 0.004671 10.0.0.177 - - [2026-08-17 04:31:03] "GET /obj-perms HTTP/1.1" 200 4497 0.004392 10.0.0.190 - - [2026-08-17 04:31:03] "GET /obj-perms HTTP/1.1" 200 4497 0.005270 10.0.0.177 - - [2026-08-17 04:31:03] "GET /obj-perms HTTP/1.1" 200 4497 0.004483 10.0.0.177 - - [2026-08-17 04:31:03] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 200 1299 0.005502 10.0.0.177 - - [2026-08-17 04:31:03] "GET /virtual-machine-interface/aef94100-cb58-4d7d-93a1-26076444f006 HTTP/1.1" 200 2950 0.007110 10.0.0.177 - - [2026-08-17 04:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.177 - - [2026-08-17 04:31:03] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004346 10.0.0.177 - - [2026-08-17 04:31:03] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003181 10.0.0.177 - - [2026-08-17 04:31:03] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.009315 10.0.0.177 - - [2026-08-17 04:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.177 - - [2026-08-17 04:31:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005387 10.0.0.177 - - [2026-08-17 04:31:04] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004896 10.0.0.177 - - [2026-08-17 04:31:04] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006622 10.0.0.177 - - [2026-08-17 04:31:10] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.004871 10.0.0.177 - - [2026-08-17 04:31:10] "GET /virtual-machine-interface/5ec10ea6-49f0-4297-9dce-2125bdbb54df HTTP/1.1" 200 2949 0.007060 10.0.0.177 - - [2026-08-17 04:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.177 - - [2026-08-17 04:31:10] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004377 10.0.0.177 - - [2026-08-17 04:31:10] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003832 10.0.0.177 - - [2026-08-17 04:31:10] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006692 10.0.0.177 - - [2026-08-17 04:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.177 - - [2026-08-17 04:31:11] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005596 10.0.0.177 - - [2026-08-17 04:31:11] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003254 10.0.0.177 - - [2026-08-17 04:31:11] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006110 10.0.0.190 - - [2026-08-17 04:31:39] "GET /obj-perms HTTP/1.1" 200 4509 0.065045 10.0.0.177 - - [2026-08-17 04:31:44] "POST /neutron/port HTTP/1.1" 200 1126 0.020449 10.0.0.177 - - [2026-08-17 04:31:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006266 10.0.0.177 - - [2026-08-17 04:31:46] "POST /neutron/network HTTP/1.1" 200 808 0.008326 10.0.0.177 - - [2026-08-17 04:31:48] "POST /neutron/network HTTP/1.1" 200 818 0.011093 10.0.0.177 - - [2026-08-17 04:31:48] "POST /neutron/port HTTP/1.1" 200 117 0.001285 10.0.0.38 - - [2026-08-17 04:32:39] "GET /obj-perms HTTP/1.1" 200 4509 0.049412 10.0.0.190 - - [2026-08-17 04:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.020119 10.0.0.190 - - [2026-08-17 04:32:40] "GET /virtual-router/6e9e64e4-a327-407d-907b-16d4c4a28f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.007507 10.0.0.177 - - [2026-08-17 04:32:47] "POST /neutron/port HTTP/1.1" 200 1126 0.021076 10.0.0.177 - - [2026-08-17 04:32:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004554 10.0.0.177 - - [2026-08-17 04:32:48] "POST /neutron/network HTTP/1.1" 200 808 0.007416 10.0.0.177 - - [2026-08-17 04:32:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.031441 10.0.0.177 - - [2026-08-17 04:32:49] "POST /neutron/network HTTP/1.1" 200 808 0.008040 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 200 1299 0.004756 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-machine-interface/aef94100-cb58-4d7d-93a1-26076444f006 HTTP/1.1" 200 2950 0.006527 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 200 1299 0.004791 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-machine-interface/aef94100-cb58-4d7d-93a1-26076444f006 HTTP/1.1" 200 2950 0.005841 10.0.0.177 - - [2026-08-17 04:32:56] "GET /instance-ip/f0180734-9b5e-4e42-99c9-31f6d12b4d86 HTTP/1.1" 200 1621 0.005537 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 200 1299 0.004504 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-machine-interface/aef94100-cb58-4d7d-93a1-26076444f006 HTTP/1.1" 200 2950 0.006089 10.0.0.177 - - [2026-08-17 04:32:56] "GET /instance-ip/f0180734-9b5e-4e42-99c9-31f6d12b4d86 HTTP/1.1" 200 1621 0.005514 10.0.0.177 - - [2026-08-17 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.177 - - [2026-08-17 04:32:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004464 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003575 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006510 10.0.0.177 - - [2026-08-17 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.177 - - [2026-08-17 04:32:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004702 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003309 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006797 10.0.0.177 - - [2026-08-17 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.177 - - [2026-08-17 04:32:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006058 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003626 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006795 10.0.0.177 - - [2026-08-17 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.177 - - [2026-08-17 04:32:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004467 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003872 10.0.0.177 - - [2026-08-17 04:32:56] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006293 10.0.0.177 - - [2026-08-17 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.177 - - [2026-08-17 04:32:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004689 10.0.0.177 - - [2026-08-17 04:32:57] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007293 10.0.0.177 - - [2026-08-17 04:32:57] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007092 10.0.0.177 - - [2026-08-17 04:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.177 - - [2026-08-17 04:32:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004501 10.0.0.177 - - [2026-08-17 04:32:57] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003753 10.0.0.177 - - [2026-08-17 04:32:57] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007177 10.0.0.177 - - [2026-08-17 04:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.177 - - [2026-08-17 04:32:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004909 10.0.0.177 - - [2026-08-17 04:32:57] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004258 10.0.0.177 - - [2026-08-17 04:32:57] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006281 10.0.0.177 - - [2026-08-17 04:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.177 - - [2026-08-17 04:32:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004604 10.0.0.177 - - [2026-08-17 04:32:58] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004043 10.0.0.177 - - [2026-08-17 04:32:58] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007230 10.0.0.177 - - [2026-08-17 04:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.177 - - [2026-08-17 04:32:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004187 10.0.0.177 - - [2026-08-17 04:32:58] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004102 10.0.0.177 - - [2026-08-17 04:32:58] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006868 10.0.0.177 - - [2026-08-17 04:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.177 - - [2026-08-17 04:32:58] "GET /routing-instance/9586324f-7547-4164-8d4e-3278a0434a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005162 10.0.0.177 - - [2026-08-17 04:32:58] "GET /route-target/43dae4e0-42da-492a-8e46-d4525f8ab768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004989 10.0.0.177 - - [2026-08-17 04:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.177 - - [2026-08-17 04:32:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003825 10.0.0.177 - - [2026-08-17 04:32:59] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003141 10.0.0.177 - - [2026-08-17 04:32:59] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006249 10.0.0.177 - - [2026-08-17 04:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.177 - - [2026-08-17 04:32:59] "GET /routing-instance/9586324f-7547-4164-8d4e-3278a0434a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005376 10.0.0.177 - - [2026-08-17 04:32:59] "GET /route-target/43dae4e0-42da-492a-8e46-d4525f8ab768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004543 10.0.0.177 - - [2026-08-17 04:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.177 - - [2026-08-17 04:32:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004169 10.0.0.177 - - [2026-08-17 04:32:59] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003223 10.0.0.177 - - [2026-08-17 04:32:59] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007667 10.0.0.177 - - [2026-08-17 04:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.177 - - [2026-08-17 04:32:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004894 10.0.0.177 - - [2026-08-17 04:32:59] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003448 10.0.0.177 - - [2026-08-17 04:32:59] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007616 10.0.0.177 - - [2026-08-17 04:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005448 10.0.0.177 - - [2026-08-17 04:32:59] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005537 10.0.0.177 - - [2026-08-17 04:32:59] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004031 10.0.0.177 - - [2026-08-17 04:32:59] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006389 10.0.0.38 - - [2026-08-17 04:33:03] "GET /obj-perms HTTP/1.1" 200 4497 0.003996 10.0.0.177 - - [2026-08-17 04:33:03] "GET /obj-perms HTTP/1.1" 200 4497 0.004540 10.0.0.177 - - [2026-08-17 04:33:03] "GET /obj-perms HTTP/1.1" 200 4497 0.004175 10.0.0.38 - - [2026-08-17 04:33:03] "GET /obj-perms HTTP/1.1" 200 4497 0.005493 10.0.0.177 - - [2026-08-17 04:33:03] "GET /obj-perms HTTP/1.1" 200 4497 0.004378 10.0.0.177 - - [2026-08-17 04:33:04] "POST /neutron/port HTTP/1.1" 200 1126 0.018272 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.004565 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-machine-interface/5ec10ea6-49f0-4297-9dce-2125bdbb54df HTTP/1.1" 200 2949 0.007768 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.004374 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-machine-interface/5ec10ea6-49f0-4297-9dce-2125bdbb54df HTTP/1.1" 200 2949 0.006254 10.0.0.177 - - [2026-08-17 04:33:04] "GET /instance-ip/04340d90-de5c-4512-b093-c4826dfe6f81 HTTP/1.1" 200 1619 0.005614 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.004153 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-machine-interface/5ec10ea6-49f0-4297-9dce-2125bdbb54df HTTP/1.1" 200 2949 0.006088 10.0.0.177 - - [2026-08-17 04:33:04] "GET /instance-ip/04340d90-de5c-4512-b093-c4826dfe6f81 HTTP/1.1" 200 1619 0.005033 10.0.0.177 - - [2026-08-17 04:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005387 10.0.0.177 - - [2026-08-17 04:33:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004457 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004090 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007604 10.0.0.177 - - [2026-08-17 04:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.177 - - [2026-08-17 04:33:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005134 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003999 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006522 10.0.0.177 - - [2026-08-17 04:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.177 - - [2026-08-17 04:33:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004712 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003685 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007915 10.0.0.177 - - [2026-08-17 04:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.177 - - [2026-08-17 04:33:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004548 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003726 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.009557 10.0.0.177 - - [2026-08-17 04:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005418 10.0.0.177 - - [2026-08-17 04:33:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004879 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003914 10.0.0.177 - - [2026-08-17 04:33:04] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006838 10.0.0.177 - - [2026-08-17 04:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.177 - - [2026-08-17 04:33:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004982 10.0.0.177 - - [2026-08-17 04:33:05] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003273 10.0.0.177 - - [2026-08-17 04:33:05] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006707 10.0.0.177 - - [2026-08-17 04:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.177 - - [2026-08-17 04:33:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004662 10.0.0.177 - - [2026-08-17 04:33:05] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004844 10.0.0.177 - - [2026-08-17 04:33:05] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006462 10.0.0.177 - - [2026-08-17 04:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.177 - - [2026-08-17 04:33:06] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004790 10.0.0.177 - - [2026-08-17 04:33:06] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003849 10.0.0.177 - - [2026-08-17 04:33:06] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008110 10.0.0.177 - - [2026-08-17 04:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.177 - - [2026-08-17 04:33:06] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004108 10.0.0.177 - - [2026-08-17 04:33:06] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003133 10.0.0.177 - - [2026-08-17 04:33:06] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007337 10.0.0.177 - - [2026-08-17 04:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.177 - - [2026-08-17 04:33:06] "GET /routing-instance/9586324f-7547-4164-8d4e-3278a0434a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004705 10.0.0.177 - - [2026-08-17 04:33:06] "GET /route-target/43dae4e0-42da-492a-8e46-d4525f8ab768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004589 10.0.0.177 - - [2026-08-17 04:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.177 - - [2026-08-17 04:33:06] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004225 10.0.0.177 - - [2026-08-17 04:33:06] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003392 10.0.0.177 - - [2026-08-17 04:33:06] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006147 10.0.0.177 - - [2026-08-17 04:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.177 - - [2026-08-17 04:33:07] "GET /routing-instance/9586324f-7547-4164-8d4e-3278a0434a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005287 10.0.0.177 - - [2026-08-17 04:33:07] "GET /route-target/43dae4e0-42da-492a-8e46-d4525f8ab768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004736 10.0.0.177 - - [2026-08-17 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.177 - - [2026-08-17 04:33:07] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004732 10.0.0.177 - - [2026-08-17 04:33:07] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003433 10.0.0.177 - - [2026-08-17 04:33:07] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008757 10.0.0.177 - - [2026-08-17 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.177 - - [2026-08-17 04:33:07] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004875 10.0.0.177 - - [2026-08-17 04:33:07] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003533 10.0.0.177 - - [2026-08-17 04:33:07] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006682 10.0.0.177 - - [2026-08-17 04:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.177 - - [2026-08-17 04:33:07] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004597 10.0.0.177 - - [2026-08-17 04:33:07] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003929 10.0.0.177 - - [2026-08-17 04:33:07] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006345 10.0.0.38 - - [2026-08-17 04:33:07] "GET /obj-perms HTTP/1.1" 200 4497 0.004167 10.0.0.38 - - [2026-08-17 04:33:13] "GET /obj-perms HTTP/1.1" 200 4497 0.004898 10.0.0.177 - - [2026-08-17 04:33:13] "GET /obj-perms HTTP/1.1" 200 4497 0.004413 10.0.0.177 - - [2026-08-17 04:33:13] "GET /obj-perms HTTP/1.1" 200 4497 0.004246 10.0.0.190 - - [2026-08-17 04:33:13] "GET /obj-perms HTTP/1.1" 200 4497 0.004685 10.0.0.38 - - [2026-08-17 04:33:14] "GET /obj-perms HTTP/1.1" 200 4497 0.004982 10.0.0.177 - - [2026-08-17 04:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.177 - - [2026-08-17 04:33:34] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004745 10.0.0.177 - - [2026-08-17 04:33:34] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003339 10.0.0.177 - - [2026-08-17 04:33:34] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006258 10.0.0.177 - - [2026-08-17 04:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.177 - - [2026-08-17 04:33:35] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004349 10.0.0.177 - - [2026-08-17 04:33:35] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003493 10.0.0.177 - - [2026-08-17 04:33:35] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007497 10.0.0.38 - - [2026-08-17 04:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.38 - - [2026-08-17 04:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.177 - - [2026-08-17 04:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.177 - - [2026-08-17 04:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.190 - - [2026-08-17 04:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.190 - - [2026-08-17 04:33:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.38 - - [2026-08-17 04:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.38 - - [2026-08-17 04:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.177 - - [2026-08-17 04:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000620 10.0.0.177 - - [2026-08-17 04:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000558 10.0.0.190 - - [2026-08-17 04:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.190 - - [2026-08-17 04:33:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.177 - - [2026-08-17 04:33:47] "POST /neutron/port HTTP/1.1" 200 1126 0.019127 10.0.0.177 - - [2026-08-17 04:33:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004166 10.0.0.177 - - [2026-08-17 04:33:48] "POST /neutron/network HTTP/1.1" 200 808 0.007786 10.0.0.177 - - [2026-08-17 04:33:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004640 10.0.0.177 - - [2026-08-17 04:33:49] "POST /neutron/network HTTP/1.1" 200 808 0.007528 10.0.0.177 - - [2026-08-17 04:33:50] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.004740 10.0.0.177 - - [2026-08-17 04:33:50] "GET /virtual-machine-interface/5ec10ea6-49f0-4297-9dce-2125bdbb54df HTTP/1.1" 200 2949 0.006772 10.0.0.177 - - [2026-08-17 04:33:50] "GET /instance-ip/04340d90-de5c-4512-b093-c4826dfe6f81 HTTP/1.1" 200 1619 0.005264 10.0.0.177 - - [2026-08-17 04:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.177 - - [2026-08-17 04:33:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004627 10.0.0.177 - - [2026-08-17 04:33:50] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003186 10.0.0.177 - - [2026-08-17 04:33:50] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.007161 10.0.0.177 - - [2026-08-17 04:33:53] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.004946 10.0.0.177 - - [2026-08-17 04:33:55] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 200 1299 0.003865 10.0.0.177 - - [2026-08-17 04:33:56] "POST /neutron/port HTTP/1.1" 200 151 0.216926 10.0.0.177 - - [2026-08-17 04:33:57] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003713 10.0.0.177 - - [2026-08-17 04:33:57] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003208 10.0.0.177 - - [2026-08-17 04:33:57] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003559 10.0.0.177 - - [2026-08-17 04:33:58] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003699 10.0.0.177 - - [2026-08-17 04:33:59] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.004036 10.0.0.177 - - [2026-08-17 04:34:00] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.004312 10.0.0.177 - - [2026-08-17 04:34:01] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003989 10.0.0.177 - - [2026-08-17 04:34:02] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003405 10.0.0.177 - - [2026-08-17 04:34:03] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003974 10.0.0.177 - - [2026-08-17 04:34:03] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003563 10.0.0.177 - - [2026-08-17 04:34:05] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003555 10.0.0.177 - - [2026-08-17 04:34:06] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.005609 10.0.0.177 - - [2026-08-17 04:34:07] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003371 10.0.0.177 - - [2026-08-17 04:34:08] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.010177 10.0.0.177 - - [2026-08-17 04:34:09] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003854 10.0.0.177 - - [2026-08-17 04:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.177 - - [2026-08-17 04:34:09] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004096 10.0.0.177 - - [2026-08-17 04:34:09] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003516 10.0.0.177 - - [2026-08-17 04:34:09] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.008188 10.0.0.177 - - [2026-08-17 04:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.177 - - [2026-08-17 04:34:09] "GET /routing-instance/9586324f-7547-4164-8d4e-3278a0434a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004872 10.0.0.177 - - [2026-08-17 04:34:09] "GET /route-target/43dae4e0-42da-492a-8e46-d4525f8ab768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004848 10.0.0.177 - - [2026-08-17 04:34:09] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003440 10.0.0.177 - - [2026-08-17 04:34:10] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003677 10.0.0.177 - - [2026-08-17 04:34:11] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003645 10.0.0.177 - - [2026-08-17 04:34:12] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.004228 10.0.0.177 - - [2026-08-17 04:34:13] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.004215 10.0.0.177 - - [2026-08-17 04:34:14] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003709 10.0.0.177 - - [2026-08-17 04:34:14] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.002844 10.0.0.177 - - [2026-08-17 04:34:15] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003675 10.0.0.177 - - [2026-08-17 04:34:16] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.004352 10.0.0.177 - - [2026-08-17 04:34:17] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.004320 10.0.0.177 - - [2026-08-17 04:34:18] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003886 10.0.0.177 - - [2026-08-17 04:34:19] "GET /virtual-machine/58eea11f-efb3-43cd-b111-8ee93a1bdfbe HTTP/1.1" 404 171 0.003697 10.0.0.190 - - [2026-08-17 04:34:19] "GET /obj-perms HTTP/1.1" 200 4497 0.003980 10.0.0.177 - - [2026-08-17 04:34:19] "GET /obj-perms HTTP/1.1" 200 4497 0.004243 10.0.0.177 - - [2026-08-17 04:34:19] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 200 1299 0.005507 10.0.0.177 - - [2026-08-17 04:34:21] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 200 1299 0.004371 10.0.0.177 - - [2026-08-17 04:34:21] "POST /neutron/port HTTP/1.1" 200 151 0.232654 10.0.0.177 - - [2026-08-17 04:34:23] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.003760 10.0.0.177 - - [2026-08-17 04:34:23] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.003823 10.0.0.177 - - [2026-08-17 04:34:23] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.004237 10.0.0.177 - - [2026-08-17 04:34:23] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.003751 10.0.0.177 - - [2026-08-17 04:34:24] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.005924 10.0.0.177 - - [2026-08-17 04:34:25] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.004363 10.0.0.177 - - [2026-08-17 04:34:26] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.003729 10.0.0.177 - - [2026-08-17 04:34:27] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.003992 10.0.0.177 - - [2026-08-17 04:34:28] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.004160 10.0.0.177 - - [2026-08-17 04:34:28] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.003011 10.0.0.177 - - [2026-08-17 04:34:29] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.003717 10.0.0.177 - - [2026-08-17 04:34:30] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.004037 10.0.0.177 - - [2026-08-17 04:34:32] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.003480 10.0.0.177 - - [2026-08-17 04:34:33] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.003891 10.0.0.177 - - [2026-08-17 04:34:34] "GET /virtual-machine/14747c7d-3c64-4fb0-b0f6-4a084a1bc17f HTTP/1.1" 404 171 0.004251 10.0.0.177 - - [2026-08-17 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.177 - - [2026-08-17 04:34:34] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004152 10.0.0.177 - - [2026-08-17 04:34:34] "GET /virtual-networks?parent_id=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003236 10.0.0.177 - - [2026-08-17 04:34:34] "GET /virtual-network/0bc5454a-1d54-4caa-829e-f17b70873793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006692 10.0.0.177 - - [2026-08-17 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.177 - - [2026-08-17 04:34:34] "GET /routing-instance/9586324f-7547-4164-8d4e-3278a0434a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004945 10.0.0.177 - - [2026-08-17 04:34:34] "GET /route-target/43dae4e0-42da-492a-8e46-d4525f8ab768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004313 10.0.0.38 - - [2026-08-17 04:34:34] "GET /obj-perms HTTP/1.1" 200 4497 0.004469 10.0.0.177 - - [2026-08-17 04:34:34] "GET /obj-perms HTTP/1.1" 200 4497 0.005149 10.0.0.190 - - [2026-08-17 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.051840 10.0.0.177 - - [2026-08-17 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.177 - - [2026-08-17 04:34:34] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004615 10.0.0.177 - - [2026-08-17 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.177 - - [2026-08-17 04:34:35] "PUT /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb HTTP/1.1" 200 276 0.014532 10.0.0.38 - - [2026-08-17 04:34:37] "GET /projects?obj_uuids=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.032113 10.0.0.177 - - [2026-08-17 04:34:37] "GET /project/9a4aeef8-9255-44ce-96fa-a34bf8f61bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.094890 10.0.0.38 - - [2026-08-17 04:34:37] "GET /projects?obj_uuids=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003463 10.0.0.177 - - [2026-08-17 04:34:37] "GET /project/9a4aeef8-9255-44ce-96fa-a34bf8f61bc1?fields=virtual_networks HTTP/1.1" 200 1048 0.082821 10.0.0.38 - - [2026-08-17 04:34:37] "GET /projects?obj_uuids=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001020 10.0.0.177 - - [2026-08-17 04:34:37] "GET /project/9a4aeef8-9255-44ce-96fa-a34bf8f61bc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.051479 10.0.0.38 - - [2026-08-17 04:34:37] "GET /projects?obj_uuids=9a4aeef8-9255-44ce-96fa-a34bf8f61bc1&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003040 10.0.0.177 - - [2026-08-17 04:34:37] "GET /project/9a4aeef8-9255-44ce-96fa-a34bf8f61bc1?fields=security_groups HTTP/1.1" 200 1281 0.067101 10.0.0.177 - - [2026-08-17 04:34:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.038867 10.0.0.38 - - [2026-08-17 04:34:38] "GET /projects?obj_uuids=5776b198-e6b5-45bb-86a6-2594a442a75b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002973 10.0.0.38 - - [2026-08-17 04:34:39] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.38 - - [2026-08-17 04:34:39] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008030 10.0.0.38 - - [2026-08-17 04:34:39] "POST /id-to-fqname HTTP/1.1" 200 196 0.007175 10.0.0.38 - - [2026-08-17 04:34:39] "POST /fqname-to-id HTTP/1.1" 404 205 0.006075 10.0.0.38 - - [2026-08-17 04:34:39] "POST /security-groups HTTP/1.1" 200 597 0.047409 10.0.0.38 - - [2026-08-17 04:34:39] "POST /projects HTTP/1.1" 200 597 0.258245 10.0.0.38 - - [2026-08-17 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.330721 10.0.0.190 - - [2026-08-17 04:34:39] "POST /access-control-lists HTTP/1.1" 200 602 0.034405 10.0.0.177 - - [2026-08-17 04:34:39] "GET /project/5776b198-e6b5-45bb-86a6-2594a442a75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.506963 10.0.0.177 - - [2026-08-17 04:34:40] "GET / HTTP/1.1" 200 35931 0.001945 10.0.0.190 - - [2026-08-17 04:34:42] "GET /obj-perms HTTP/1.1" 200 4509 0.055444 10.0.0.38 - - [2026-08-17 04:34:44] "GET /projects?obj_uuids=5776b198-e6b5-45bb-86a6-2594a442a75b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001401 10.0.0.177 - - [2026-08-17 04:34:44] "GET /project/5776b198-e6b5-45bb-86a6-2594a442a75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.075317 10.0.0.38 - - [2026-08-17 04:34:44] "GET /projects?obj_uuids=5776b198-e6b5-45bb-86a6-2594a442a75b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001165 10.0.0.177 - - [2026-08-17 04:34:44] "GET /project/5776b198-e6b5-45bb-86a6-2594a442a75b?fields=virtual_networks HTTP/1.1" 200 1044 0.062019 10.0.0.38 - - [2026-08-17 04:34:44] "GET /projects?obj_uuids=5776b198-e6b5-45bb-86a6-2594a442a75b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001137 10.0.0.177 - - [2026-08-17 04:34:44] "GET /project/5776b198-e6b5-45bb-86a6-2594a442a75b?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.062627 10.0.0.38 - - [2026-08-17 04:34:44] "GET /projects?obj_uuids=5776b198-e6b5-45bb-86a6-2594a442a75b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001141 10.0.0.177 - - [2026-08-17 04:34:44] "GET /project/5776b198-e6b5-45bb-86a6-2594a442a75b?fields=security_groups HTTP/1.1" 200 1276 0.058432 10.0.0.177 - - [2026-08-17 04:34:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.027512 10.0.0.38 - - [2026-08-17 04:34:45] "GET /projects?obj_uuids=9192df3e-3134-46b0-a898-ddd2812a7b1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003905 10.0.0.38 - - [2026-08-17 04:34:45] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.38 - - [2026-08-17 04:34:45] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039408 10.0.0.38 - - [2026-08-17 04:34:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.006387 10.0.0.38 - - [2026-08-17 04:34:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.006514 10.0.0.38 - - [2026-08-17 04:34:46] "POST /security-groups HTTP/1.1" 200 591 0.073124 10.0.0.38 - - [2026-08-17 04:34:46] "POST /projects HTTP/1.1" 200 585 0.303638 10.0.0.190 - - [2026-08-17 04:34:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.003789 10.0.0.38 - - [2026-08-17 04:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.372540 10.0.0.190 - - [2026-08-17 04:34:46] "POST /access-control-lists HTTP/1.1" 200 594 0.048508 10.0.0.177 - - [2026-08-17 04:34:46] "GET /project/9192df3e-3134-46b0-a898-ddd2812a7b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.582286 10.0.0.177 - - [2026-08-17 04:34:47] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.38 - - [2026-08-17 04:34:50] "GET /projects?obj_uuids=9192df3e-3134-46b0-a898-ddd2812a7b1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.177 - - [2026-08-17 04:34:50] "GET /project/9192df3e-3134-46b0-a898-ddd2812a7b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.058742 10.0.0.38 - - [2026-08-17 04:34:50] "GET /projects?obj_uuids=9192df3e-3134-46b0-a898-ddd2812a7b1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.177 - - [2026-08-17 04:34:50] "GET /project/9192df3e-3134-46b0-a898-ddd2812a7b1f?fields=virtual_networks HTTP/1.1" 200 1034 0.062321 10.0.0.38 - - [2026-08-17 04:34:50] "GET /projects?obj_uuids=9192df3e-3134-46b0-a898-ddd2812a7b1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001382 10.0.0.177 - - [2026-08-17 04:34:50] "GET /project/9192df3e-3134-46b0-a898-ddd2812a7b1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.059858 10.0.0.38 - - [2026-08-17 04:34:51] "GET /projects?obj_uuids=9192df3e-3134-46b0-a898-ddd2812a7b1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.177 - - [2026-08-17 04:34:51] "GET /project/9192df3e-3134-46b0-a898-ddd2812a7b1f?fields=security_groups HTTP/1.1" 200 1260 0.064287 10.0.0.177 - - [2026-08-17 04:34:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.029283 10.0.0.38 - - [2026-08-17 04:34:52] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005161 10.0.0.38 - - [2026-08-17 04:34:52] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.38 - - [2026-08-17 04:34:52] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008766 10.0.0.38 - - [2026-08-17 04:34:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.004282 10.0.0.38 - - [2026-08-17 04:34:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.008072 10.0.0.38 - - [2026-08-17 04:34:52] "POST /security-groups HTTP/1.1" 200 599 0.039882 10.0.0.38 - - [2026-08-17 04:34:52] "POST /projects HTTP/1.1" 200 601 0.254231 10.0.0.190 - - [2026-08-17 04:34:52] "POST /fqname-to-id HTTP/1.1" 404 241 0.008465 10.0.0.38 - - [2026-08-17 04:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.329421 10.0.0.177 - - [2026-08-17 04:34:52] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.520442 10.0.0.177 - - [2026-08-17 04:34:53] "GET / HTTP/1.1" 200 35931 0.002427 10.0.0.177 - - [2026-08-17 04:34:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000531 10.0.0.177 - - [2026-08-17 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.061977 10.0.0.38 - - [2026-08-17 04:34:54] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001540 10.0.0.177 - - [2026-08-17 04:34:54] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.055027 10.0.0.177 - - [2026-08-17 04:34:54] "POST /neutron/network HTTP/1.1" 200 117 0.034596 10.0.0.190 - - [2026-08-17 04:34:55] "POST /ref-update HTTP/1.1" 200 156 0.030908 10.0.0.38 - - [2026-08-17 04:34:55] "POST /useragent-kv HTTP/1.1" 200 115 0.015094 10.0.0.177 - - [2026-08-17 04:34:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.217623 10.0.0.177 - - [2026-08-17 04:34:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001488 10.0.0.177 - - [2026-08-17 04:34:55] "GET /virtual-network/8faa79cb-5b88-451a-8e38-5ca2371929dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006132 10.0.0.177 - - [2026-08-17 04:34:55] "GET /virtual-network/8faa79cb-5b88-451a-8e38-5ca2371929dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006515 10.0.0.177 - - [2026-08-17 04:34:55] "POST /neutron/network HTTP/1.1" 200 975 0.011318 10.0.0.177 - - [2026-08-17 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006379 10.0.0.38 - - [2026-08-17 04:34:55] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.177 - - [2026-08-17 04:34:55] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.059919 10.0.0.177 - - [2026-08-17 04:34:55] "POST /neutron/network HTTP/1.1" 200 117 0.017370 10.0.0.190 - - [2026-08-17 04:34:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.034941 10.0.0.38 - - [2026-08-17 04:34:56] "POST /useragent-kv HTTP/1.1" 200 115 0.010020 10.0.0.177 - - [2026-08-17 04:34:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.215635 10.0.0.177 - - [2026-08-17 04:34:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001506 10.0.0.177 - - [2026-08-17 04:34:56] "GET /virtual-network/23b291ad-884a-4bdb-8706-bf5aca024dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006577 10.0.0.177 - - [2026-08-17 04:34:56] "GET /virtual-network/23b291ad-884a-4bdb-8706-bf5aca024dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006938 10.0.0.177 - - [2026-08-17 04:34:56] "POST /neutron/network HTTP/1.1" 200 974 0.011567 10.0.0.177 - - [2026-08-17 04:34:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001548 10.0.0.177 - - [2026-08-17 04:34:56] "POST /neutron/network HTTP/1.1" 200 985 0.009682 10.0.0.177 - - [2026-08-17 04:34:57] "POST /neutron/port HTTP/1.1" 200 117 0.007775 10.0.0.177 - - [2026-08-17 04:34:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001418 10.0.0.177 - - [2026-08-17 04:34:57] "POST /neutron/network HTTP/1.1" 200 974 0.038757 10.0.0.177 - - [2026-08-17 04:34:58] "POST /neutron/port HTTP/1.1" 200 117 0.007618 10.0.0.177 - - [2026-08-17 04:35:02] "POST /neutron/port HTTP/1.1" 200 1153 0.025880 10.0.0.38 - - [2026-08-17 04:35:02] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.177 - - [2026-08-17 04:35:02] "POST /neutron/port HTTP/1.1" 200 1152 0.506950 10.0.0.177 - - [2026-08-17 04:35:02] "POST /neutron/port HTTP/1.1" 200 1152 0.021868 10.0.0.177 - - [2026-08-17 04:35:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008832 10.0.0.177 - - [2026-08-17 04:35:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005002 10.0.0.177 - - [2026-08-17 04:35:03] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.177 - - [2026-08-17 04:35:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004456 10.0.0.177 - - [2026-08-17 04:35:04] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.177 - - [2026-08-17 04:35:08] "POST /neutron/port HTTP/1.1" 200 1217 0.023934 10.0.0.177 - - [2026-08-17 04:35:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008790 10.0.0.190 - - [2026-08-17 04:35:14] "DELETE /access-control-list/e4a44be1-d451-41a2-915b-df6a85999e60 HTTP/1.1" 200 115 0.039135 10.0.0.38 - - [2026-08-17 04:35:15] "DELETE /project/9a4aeef8-9255-44ce-96fa-a34bf8f61bc1 HTTP/1.1" 404 177 0.012406 10.0.0.38 - - [2026-08-17 04:35:15] "DELETE /project/bfa01bec78dc4b6ab248461d94ab33f0 HTTP/1.1" 404 173 0.015668 10.0.0.38 - - [2026-08-17 04:35:15] "DELETE /project/5776b198e6b545bb86a62594a442a75b HTTP/1.1" 404 173 0.014050 10.0.0.38 - - [2026-08-17 04:35:15] "DELETE /project/9192df3e313446b0a898ddd2812a7b1f HTTP/1.1" 404 173 0.012284 10.0.0.38 - - [2026-08-17 04:35:15] "GET /projects?obj_uuids=9192df3e-3134-46b0-a898-ddd2812a7b1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.38 - - [2026-08-17 04:35:15] "GET /projects?obj_uuids=5776b198-e6b5-45bb-86a6-2594a442a75b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000802 10.0.0.38 - - [2026-08-17 04:35:15] "GET /project/5776b198-e6b5-45bb-86a6-2594a442a75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.060767 10.0.0.38 - - [2026-08-17 04:35:15] "GET /project/9192df3e-3134-46b0-a898-ddd2812a7b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.073576 10.0.0.38 - - [2026-08-17 04:35:15] "GET /projects?obj_uuids=5776b198-e6b5-45bb-86a6-2594a442a75b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001731 10.0.0.38 - - [2026-08-17 04:35:15] "GET /projects?obj_uuids=9192df3e-3134-46b0-a898-ddd2812a7b1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002087 10.0.0.38 - - [2026-08-17 04:35:15] "GET /project/5776b198-e6b5-45bb-86a6-2594a442a75b?fields=security_groups HTTP/1.1" 200 1381 0.063057 10.0.0.38 - - [2026-08-17 04:35:15] "GET /project/9192df3e-3134-46b0-a898-ddd2812a7b1f?fields=security_groups HTTP/1.1" 200 1365 0.103457 10.0.0.38 - - [2026-08-17 04:35:15] "DELETE /security-group/e7e4f4ae-ece3-4d3d-af1e-7e64cbd1c9d0 HTTP/1.1" 200 115 0.086667 10.0.0.38 - - [2026-08-17 04:35:15] "GET /projects?obj_uuids=5776b198-e6b5-45bb-86a6-2594a442a75b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001347 10.0.0.38 - - [2026-08-17 04:35:15] "GET /project/5776b198-e6b5-45bb-86a6-2594a442a75b?fields=application_policy_sets HTTP/1.1" 200 1420 0.074297 10.0.0.190 - - [2026-08-17 04:35:15] "DELETE /access-control-list/3f6bc60a-327b-4d38-9e84-20082ef09310 HTTP/1.1" 200 115 0.053555 10.0.0.38 - - [2026-08-17 04:35:15] "DELETE /security-group/9222d1fb-47e8-408b-a437-d699830c9063 HTTP/1.1" 200 115 0.114966 10.0.0.38 - - [2026-08-17 04:35:15] "GET /projects?obj_uuids=9192df3e-3134-46b0-a898-ddd2812a7b1f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.38 - - [2026-08-17 04:35:15] "GET /project/9192df3e-3134-46b0-a898-ddd2812a7b1f?fields=application_policy_sets HTTP/1.1" 200 1404 0.086840 10.0.0.38 - - [2026-08-17 04:35:15] "DELETE /project/5776b198-e6b5-45bb-86a6-2594a442a75b HTTP/1.1" 200 115 0.560132 10.0.0.38 - - [2026-08-17 04:35:15] "DELETE /project/9192df3e-3134-46b0-a898-ddd2812a7b1f HTTP/1.1" 200 115 0.677796 10.0.0.177 - - [2026-08-17 04:35:23] "POST /neutron/port HTTP/1.1" 200 1217 0.021204 10.0.0.177 - - [2026-08-17 04:35:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007879 10.0.0.177 - - [2026-08-17 04:35:23] "GET /virtual-machine/0aa0eeac-8133-460c-a814-44a4af9b499f HTTP/1.1" 401 293 0.000484 10.0.0.177 - - [2026-08-17 04:35:24] "GET /virtual-machine/0aa0eeac-8133-460c-a814-44a4af9b499f HTTP/1.1" 200 1299 0.026779 10.0.0.177 - - [2026-08-17 04:35:24] "GET /virtual-machine-interface/feba5928-d9d2-4946-a960-2225a275f7fc HTTP/1.1" 200 3158 0.006171 10.0.0.177 - - [2026-08-17 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.177 - - [2026-08-17 04:35:24] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004048 10.0.0.177 - - [2026-08-17 04:35:24] "GET /virtual-networks?parent_id=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003221 10.0.0.177 - - [2026-08-17 04:35:24] "GET /virtual-network/8faa79cb-5b88-451a-8e38-5ca2371929dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006857 10.0.0.177 - - [2026-08-17 04:35:27] "POST /neutron/port HTTP/1.1" 200 1217 0.058434 10.0.0.177 - - [2026-08-17 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.177 - - [2026-08-17 04:35:27] "GET /virtual-network/8faa79cb-5b88-451a-8e38-5ca2371929dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005930 10.0.0.177 - - [2026-08-17 04:35:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007765 10.0.0.177 - - [2026-08-17 04:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.177 - - [2026-08-17 04:35:29] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006429 10.0.0.177 - - [2026-08-17 04:35:29] "GET /virtual-networks?parent_id=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004468 10.0.0.177 - - [2026-08-17 04:35:29] "GET /virtual-network/8faa79cb-5b88-451a-8e38-5ca2371929dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006729 10.0.0.177 - - [2026-08-17 04:35:29] "POST /neutron/port HTTP/1.1" 200 1216 0.022149 10.0.0.177 - - [2026-08-17 04:35:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007760 10.0.0.177 - - [2026-08-17 04:35:29] "GET /virtual-machine/ceaa76b3-a151-460d-91b3-ea8ac40fad9c HTTP/1.1" 200 1301 0.007166 10.0.0.177 - - [2026-08-17 04:35:30] "GET /virtual-machine-interface/919eaf88-b91b-4daa-8cd0-8e241cb050cb HTTP/1.1" 200 3158 0.005827 10.0.0.177 - - [2026-08-17 04:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.177 - - [2026-08-17 04:35:30] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003958 10.0.0.177 - - [2026-08-17 04:35:30] "GET /virtual-networks?parent_id=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003771 10.0.0.177 - - [2026-08-17 04:35:30] "GET /virtual-network/23b291ad-884a-4bdb-8706-bf5aca024dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006676 10.0.0.177 - - [2026-08-17 04:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.177 - - [2026-08-17 04:35:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004497 10.0.0.177 - - [2026-08-17 04:35:31] "GET /virtual-networks?parent_id=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003103 10.0.0.177 - - [2026-08-17 04:35:31] "GET /virtual-network/23b291ad-884a-4bdb-8706-bf5aca024dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006178 10.0.0.177 - - [2026-08-17 04:35:31] "POST /fqname-to-id HTTP/1.1" 404 209 0.007188 10.0.0.177 - - [2026-08-17 04:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005906 10.0.0.38 - - [2026-08-17 04:35:31] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.177 - - [2026-08-17 04:35:31] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.066909 10.0.0.177 - - [2026-08-17 04:35:31] "POST /network-policys HTTP/1.1" 200 533 0.040869 10.0.0.177 - - [2026-08-17 04:35:31] "GET /network-policy/12766c66-93f6-41dc-875a-64a1b5de6bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008273 10.0.0.177 - - [2026-08-17 04:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.177 - - [2026-08-17 04:35:31] "GET /virtual-network/8faa79cb-5b88-451a-8e38-5ca2371929dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006173 10.0.0.177 - - [2026-08-17 04:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.177 - - [2026-08-17 04:35:31] "GET /network-policy/12766c66-93f6-41dc-875a-64a1b5de6bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004245 10.0.0.190 - - [2026-08-17 04:35:31] "POST /fqname-to-id HTTP/1.1" 404 230 0.010281 10.0.0.177 - - [2026-08-17 04:35:31] "POST /ref-update HTTP/1.1" 200 156 0.079345 10.0.0.177 - - [2026-08-17 04:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.177 - - [2026-08-17 04:35:31] "GET /network-policy/12766c66-93f6-41dc-875a-64a1b5de6bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006630 10.0.0.177 - - [2026-08-17 04:35:31] "GET /virtual-network/8faa79cb-5b88-451a-8e38-5ca2371929dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.009615 10.0.0.177 - - [2026-08-17 04:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.177 - - [2026-08-17 04:35:32] "GET /network-policy/12766c66-93f6-41dc-875a-64a1b5de6bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004555 10.0.0.177 - - [2026-08-17 04:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.177 - - [2026-08-17 04:35:32] "GET /virtual-network/23b291ad-884a-4bdb-8706-bf5aca024dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006450 10.0.0.177 - - [2026-08-17 04:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.177 - - [2026-08-17 04:35:32] "GET /network-policy/12766c66-93f6-41dc-875a-64a1b5de6bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004408 10.0.0.190 - - [2026-08-17 04:35:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.011987 10.0.0.177 - - [2026-08-17 04:35:32] "POST /ref-update HTTP/1.1" 200 156 0.067578 10.0.0.177 - - [2026-08-17 04:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.190 - - [2026-08-17 04:35:32] "POST /access-control-lists HTTP/1.1" 200 578 0.094703 10.0.0.177 - - [2026-08-17 04:35:32] "GET /network-policy/12766c66-93f6-41dc-875a-64a1b5de6bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008870 10.0.0.177 - - [2026-08-17 04:35:32] "GET /virtual-network/23b291ad-884a-4bdb-8706-bf5aca024dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.043827 10.0.0.177 - - [2026-08-17 04:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.177 - - [2026-08-17 04:35:32] "GET /network-policy/12766c66-93f6-41dc-875a-64a1b5de6bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004628 10.0.0.177 - - [2026-08-17 04:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.38 - - [2026-08-17 04:35:32] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.177 - - [2026-08-17 04:35:32] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057397 10.0.0.177 - - [2026-08-17 04:35:32] "POST /neutron/network HTTP/1.1" 200 117 0.017441 10.0.0.190 - - [2026-08-17 04:35:32] "POST /ref-update HTTP/1.1" 200 156 0.033178 10.0.0.177 - - [2026-08-17 04:35:33] "POST /neutron/network HTTP/1.1" 200 799 0.010302 10.0.0.177 - - [2026-08-17 04:35:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.001439 10.0.0.177 - - [2026-08-17 04:35:33] "GET /virtual-network/240f3439-8fea-4148-a6b4-cfd218d3a684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006749 10.0.0.177 - - [2026-08-17 04:35:33] "GET /virtual-network/240f3439-8fea-4148-a6b4-cfd218d3a684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006572 10.0.0.177 - - [2026-08-17 04:35:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.009485 10.0.0.177 - - [2026-08-17 04:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.38 - - [2026-08-17 04:35:33] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.177 - - [2026-08-17 04:35:33] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.063560 10.0.0.38 - - [2026-08-17 04:35:33] "POST /useragent-kv HTTP/1.1" 200 115 0.015539 10.0.0.177 - - [2026-08-17 04:35:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.268455 10.0.0.177 - - [2026-08-17 04:35:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.001467 10.0.0.177 - - [2026-08-17 04:35:33] "GET /virtual-network/c0862ff3-2f2c-4565-b051-7969fed3edf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005920 10.0.0.177 - - [2026-08-17 04:35:33] "GET /virtual-network/c0862ff3-2f2c-4565-b051-7969fed3edf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006999 10.0.0.177 - - [2026-08-17 04:35:33] "POST /neutron/network HTTP/1.1" 200 799 0.007142 10.0.0.177 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 404 239 0.004086 10.0.0.177 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.38 - - [2026-08-17 04:35:34] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.177 - - [2026-08-17 04:35:34] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.061849 10.0.0.177 - - [2026-08-17 04:35:34] "POST /network-policys HTTP/1.1" 200 587 0.031563 10.0.0.177 - - [2026-08-17 04:35:34] "GET /network-policy/d2f32ffc-afe7-4f30-a60d-2b8fcfe5db91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007252 10.0.0.177 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.177 - - [2026-08-17 04:35:34] "GET /virtual-network/240f3439-8fea-4148-a6b4-cfd218d3a684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006191 10.0.0.177 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.177 - - [2026-08-17 04:35:34] "GET /network-policy/d2f32ffc-afe7-4f30-a60d-2b8fcfe5db91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004247 10.0.0.190 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.006049 10.0.0.177 - - [2026-08-17 04:35:34] "POST /ref-update HTTP/1.1" 200 156 0.070559 10.0.0.177 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496 10.0.0.177 - - [2026-08-17 04:35:34] "GET /network-policy/d2f32ffc-afe7-4f30-a60d-2b8fcfe5db91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.015460 10.0.0.177 - - [2026-08-17 04:35:34] "GET /virtual-network/240f3439-8fea-4148-a6b4-cfd218d3a684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008972 10.0.0.177 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.177 - - [2026-08-17 04:35:34] "GET /network-policy/d2f32ffc-afe7-4f30-a60d-2b8fcfe5db91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004959 10.0.0.177 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.177 - - [2026-08-17 04:35:34] "GET /virtual-network/c0862ff3-2f2c-4565-b051-7969fed3edf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006393 10.0.0.177 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.177 - - [2026-08-17 04:35:34] "GET /network-policy/d2f32ffc-afe7-4f30-a60d-2b8fcfe5db91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005236 10.0.0.177 - - [2026-08-17 04:35:34] "POST /ref-update HTTP/1.1" 200 156 0.076961 10.0.0.190 - - [2026-08-17 04:35:34] "POST /access-control-lists HTTP/1.1" 200 554 0.046777 10.0.0.177 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008487 10.0.0.177 - - [2026-08-17 04:35:34] "GET /network-policy/d2f32ffc-afe7-4f30-a60d-2b8fcfe5db91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004152 10.0.0.177 - - [2026-08-17 04:35:34] "POST /neutron/network HTTP/1.1" 200 912 0.014930 10.0.0.177 - - [2026-08-17 04:35:34] "GET /virtual-network/c0862ff3-2f2c-4565-b051-7969fed3edf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.005851 10.0.0.177 - - [2026-08-17 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.177 - - [2026-08-17 04:35:35] "GET /network-policy/d2f32ffc-afe7-4f30-a60d-2b8fcfe5db91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004543 10.0.0.177 - - [2026-08-17 04:35:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001264 10.0.0.177 - - [2026-08-17 04:35:35] "POST /neutron/network HTTP/1.1" 200 922 0.008192 10.0.0.38 - - [2026-08-17 04:35:35] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.177 - - [2026-08-17 04:35:35] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.069889 10.0.0.177 - - [2026-08-17 04:35:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008361 10.0.0.177 - - [2026-08-17 04:35:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001587 10.0.0.177 - - [2026-08-17 04:35:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008209 10.0.0.177 - - [2026-08-17 04:35:36] "POST /neutron/port HTTP/1.1" 200 2279 0.030722 10.0.0.177 - - [2026-08-17 04:35:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003565 10.0.0.177 - - [2026-08-17 04:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.177 - - [2026-08-17 04:35:36] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005630 10.0.0.177 - - [2026-08-17 04:35:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003670 10.0.0.177 - - [2026-08-17 04:35:37] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004493 10.0.0.177 - - [2026-08-17 04:35:37] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004580 10.0.0.177 - - [2026-08-17 04:35:37] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.033803 10.0.0.177 - - [2026-08-17 04:35:37] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.052628 10.0.0.177 - - [2026-08-17 04:35:37] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005605 10.0.0.177 - - [2026-08-17 04:35:37] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010976 10.0.0.177 - - [2026-08-17 04:35:37] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.058200 10.0.0.177 - - [2026-08-17 04:35:38] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.063751 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008193 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012567 10.0.0.177 - - [2026-08-17 04:35:38] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.039893 10.0.0.177 - - [2026-08-17 04:35:38] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.045778 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007927 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.010734 10.0.0.177 - - [2026-08-17 04:35:38] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.025586 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004170 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006153 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006865 10.0.0.177 - - [2026-08-17 04:35:38] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.038951 10.0.0.177 - - [2026-08-17 04:35:38] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.049476 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.020773 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004713 10.0.0.177 - - [2026-08-17 04:35:38] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.039346 10.0.0.177 - - [2026-08-17 04:35:38] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.040940 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009476 10.0.0.177 - - [2026-08-17 04:35:38] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005195 10.0.0.177 - - [2026-08-17 04:35:38] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.036973 10.0.0.177 - - [2026-08-17 04:35:39] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.039705 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008787 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006111 10.0.0.177 - - [2026-08-17 04:35:39] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.041123 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005387 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005975 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004241 10.0.0.177 - - [2026-08-17 04:35:39] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.032270 10.0.0.177 - - [2026-08-17 04:35:39] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.051808 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005887 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009240 10.0.0.177 - - [2026-08-17 04:35:39] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.047932 10.0.0.177 - - [2026-08-17 04:35:39] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.054110 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006178 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015083 10.0.0.177 - - [2026-08-17 04:35:39] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.030313 10.0.0.177 - - [2026-08-17 04:35:39] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.036000 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006208 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005168 10.0.0.177 - - [2026-08-17 04:35:39] "POST /neutron/network HTTP/1.1" 200 922 0.013824 10.0.0.177 - - [2026-08-17 04:35:39] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.037429 10.0.0.177 - - [2026-08-17 04:35:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004295 10.0.0.177 - - [2026-08-17 04:35:40] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007266 10.0.0.177 - - [2026-08-17 04:35:40] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.013862 10.0.0.177 - - [2026-08-17 04:35:40] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.043843 10.0.0.177 - - [2026-08-17 04:35:40] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.098320 10.0.0.177 - - [2026-08-17 04:35:40] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.017036 10.0.0.177 - - [2026-08-17 04:35:40] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006339 10.0.0.177 - - [2026-08-17 04:35:40] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.072732 10.0.0.177 - - [2026-08-17 04:35:40] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.048402 10.0.0.177 - - [2026-08-17 04:35:40] "POST /neutron/network HTTP/1.1" 200 922 0.022333 10.0.0.177 - - [2026-08-17 04:35:40] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007591 10.0.0.177 - - [2026-08-17 04:35:40] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009378 10.0.0.177 - - [2026-08-17 04:35:40] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.052242 10.0.0.177 - - [2026-08-17 04:35:40] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.124567 10.0.0.177 - - [2026-08-17 04:35:40] "POST /neutron/port HTTP/1.1" 200 1117 0.323342 10.0.0.177 - - [2026-08-17 04:35:41] "POST /neutron/port HTTP/1.1" 200 1117 0.158505 10.0.0.177 - - [2026-08-17 04:35:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.011152 10.0.0.177 - - [2026-08-17 04:35:42] "POST /neutron/port HTTP/1.1" 200 1127 0.021116 10.0.0.177 - - [2026-08-17 04:35:42] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.177 - - [2026-08-17 04:35:43] "GET /obj-perms HTTP/1.1" 200 4509 0.062389 10.0.0.177 - - [2026-08-17 04:35:49] "POST /neutron/port HTTP/1.1" 200 1216 0.057507 10.0.0.177 - - [2026-08-17 04:35:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005142 10.0.0.177 - - [2026-08-17 04:35:50] "POST /neutron/port HTTP/1.1" 200 117 0.002002 10.0.0.177 - - [2026-08-17 04:35:50] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003829 10.0.0.177 - - [2026-08-17 04:35:50] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005149 10.0.0.177 - - [2026-08-17 04:35:50] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004531 10.0.0.177 - - [2026-08-17 04:35:50] "POST /neutron/port HTTP/1.1" 200 1217 0.019149 10.0.0.177 - - [2026-08-17 04:35:50] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.036138 10.0.0.177 - - [2026-08-17 04:35:51] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.060992 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006297 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.013528 10.0.0.177 - - [2026-08-17 04:35:51] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.045235 10.0.0.177 - - [2026-08-17 04:35:51] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.060474 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.016507 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.018749 10.0.0.177 - - [2026-08-17 04:35:51] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.031787 10.0.0.177 - - [2026-08-17 04:35:51] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.047781 10.0.0.177 - - [2026-08-17 04:35:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004891 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006725 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.014218 10.0.0.177 - - [2026-08-17 04:35:51] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.027744 10.0.0.177 - - [2026-08-17 04:35:51] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003320 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004958 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005085 10.0.0.177 - - [2026-08-17 04:35:51] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.028132 10.0.0.177 - - [2026-08-17 04:35:51] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.043768 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006925 10.0.0.177 - - [2026-08-17 04:35:51] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008076 10.0.0.177 - - [2026-08-17 04:35:51] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.050987 10.0.0.177 - - [2026-08-17 04:35:52] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.051194 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015078 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012788 10.0.0.177 - - [2026-08-17 04:35:52] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.062532 10.0.0.177 - - [2026-08-17 04:35:52] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.052768 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006503 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007059 10.0.0.177 - - [2026-08-17 04:35:52] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.024014 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003822 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004942 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004947 10.0.0.177 - - [2026-08-17 04:35:52] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.032425 10.0.0.177 - - [2026-08-17 04:35:52] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.046271 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005901 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006571 10.0.0.177 - - [2026-08-17 04:35:52] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.040611 10.0.0.177 - - [2026-08-17 04:35:52] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.044217 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008922 10.0.0.177 - - [2026-08-17 04:35:52] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010520 10.0.0.177 - - [2026-08-17 04:35:52] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.047935 10.0.0.177 - - [2026-08-17 04:35:52] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.058942 10.0.0.177 - - [2026-08-17 04:35:53] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012025 10.0.0.177 - - [2026-08-17 04:35:53] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008106 10.0.0.177 - - [2026-08-17 04:35:53] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.034707 10.0.0.177 - - [2026-08-17 04:35:53] "POST /ref-update HTTP/1.1" 200 156 0.061243 10.0.0.177 - - [2026-08-17 04:35:53] "GET /virtual-network/c0862ff3-2f2c-4565-b051-7969fed3edf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.029567 10.0.0.177 - - [2026-08-17 04:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.190 - - [2026-08-17 04:35:53] "POST /ref-update HTTP/1.1" 200 156 0.033634 10.0.0.177 - - [2026-08-17 04:35:53] "GET /network-policy/d2f32ffc-afe7-4f30-a60d-2b8fcfe5db91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004877 10.0.0.177 - - [2026-08-17 04:35:53] "POST /ref-update HTTP/1.1" 200 156 0.071438 10.0.0.177 - - [2026-08-17 04:35:53] "POST /neutron/network HTTP/1.1" 200 799 0.017666 10.0.0.177 - - [2026-08-17 04:35:53] "GET /virtual-network/240f3439-8fea-4148-a6b4-cfd218d3a684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007077 10.0.0.177 - - [2026-08-17 04:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.014453 10.0.0.177 - - [2026-08-17 04:35:53] "GET /network-policy/d2f32ffc-afe7-4f30-a60d-2b8fcfe5db91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006701 10.0.0.177 - - [2026-08-17 04:35:53] "DELETE /network-policy/d2f32ffc-afe7-4f30-a60d-2b8fcfe5db91 HTTP/1.1" 200 115 0.047590 10.0.0.177 - - [2026-08-17 04:35:55] "POST /neutron/network HTTP/1.1" 200 799 0.008010 10.0.0.177 - - [2026-08-17 04:35:57] "POST /neutron/network HTTP/1.1" 400 204 0.016003 10.0.0.177 - - [2026-08-17 04:36:01] "POST /neutron/port HTTP/1.1" 200 1127 0.019905 10.0.0.177 - - [2026-08-17 04:36:02] "POST /neutron/network HTTP/1.1" 200 799 0.008419 10.0.0.177 - - [2026-08-17 04:36:02] "POST /neutron/port HTTP/1.1" 200 1117 0.020325 10.0.0.38 - - [2026-08-17 04:36:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007414 10.0.0.190 - - [2026-08-17 04:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.38 - - [2026-08-17 04:36:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002973 10.0.0.177 - - [2026-08-17 04:36:04] "POST /neutron/network HTTP/1.1" 200 151 0.143840 10.0.0.190 - - [2026-08-17 04:36:04] "DELETE /route-target/d568727f-f4fa-45c9-a641-d4bbfc346400 HTTP/1.1" 200 115 0.039197 10.0.0.177 - - [2026-08-17 04:36:04] "POST /ref-update HTTP/1.1" 200 156 0.085276 10.0.0.177 - - [2026-08-17 04:36:04] "POST /neutron/network HTTP/1.1" 200 974 0.015660 10.0.0.177 - - [2026-08-17 04:36:04] "GET /virtual-network/23b291ad-884a-4bdb-8706-bf5aca024dc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.009191 10.0.0.177 - - [2026-08-17 04:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008452 10.0.0.177 - - [2026-08-17 04:36:04] "GET /network-policy/12766c66-93f6-41dc-875a-64a1b5de6bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008338 10.0.0.177 - - [2026-08-17 04:36:04] "POST /ref-update HTTP/1.1" 200 156 0.081496 10.0.0.190 - - [2026-08-17 04:36:04] "DELETE /access-control-list/b80b21d1-7e7e-4bfe-be43-e9b6e33fb44c HTTP/1.1" 200 115 0.054887 10.0.0.177 - - [2026-08-17 04:36:04] "GET /virtual-network/8faa79cb-5b88-451a-8e38-5ca2371929dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008420 10.0.0.177 - - [2026-08-17 04:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005555 10.0.0.177 - - [2026-08-17 04:36:04] "GET /network-policy/12766c66-93f6-41dc-875a-64a1b5de6bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004065 10.0.0.177 - - [2026-08-17 04:36:05] "DELETE /network-policy/12766c66-93f6-41dc-875a-64a1b5de6bb5 HTTP/1.1" 200 115 0.045232 10.0.0.177 - - [2026-08-17 04:36:05] "POST /neutron/network HTTP/1.1" 400 204 0.015150 10.0.0.177 - - [2026-08-17 04:36:07] "POST /neutron/port HTTP/1.1" 200 1216 0.019053 10.0.0.177 - - [2026-08-17 04:36:07] "POST /neutron/port HTTP/1.1" 200 1217 0.017665 10.0.0.177 - - [2026-08-17 04:36:07] "POST /neutron/port HTTP/1.1" 200 151 0.354082 10.0.0.38 - - [2026-08-17 04:36:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004488 10.0.0.38 - - [2026-08-17 04:36:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005171 10.0.0.38 - - [2026-08-17 04:36:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002797 10.0.0.38 - - [2026-08-17 04:36:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004546 10.0.0.177 - - [2026-08-17 04:36:09] "POST /neutron/network HTTP/1.1" 200 151 0.172202 10.0.0.190 - - [2026-08-17 04:36:09] "DELETE /route-target/e56ce185-7c42-4e91-b476-a6b34693eb0f HTTP/1.1" 200 115 0.038593 10.0.0.177 - - [2026-08-17 04:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.38 - - [2026-08-17 04:36:11] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.177 - - [2026-08-17 04:36:11] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048538 10.0.0.177 - - [2026-08-17 04:36:11] "POST /neutron/network HTTP/1.1" 200 117 0.012927 10.0.0.190 - - [2026-08-17 04:36:11] "POST /route-targets HTTP/1.1" 200 327 0.015392 10.0.0.190 - - [2026-08-17 04:36:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.010271 10.0.0.38 - - [2026-08-17 04:36:12] "POST /useragent-kv HTTP/1.1" 200 115 0.014768 10.0.0.177 - - [2026-08-17 04:36:12] "POST /neutron/subnet HTTP/1.1" 200 719 0.265560 10.0.0.177 - - [2026-08-17 04:36:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001365 10.0.0.177 - - [2026-08-17 04:36:12] "GET /virtual-network/5449933b-d588-46ee-ad96-db13550d887c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005820 10.0.0.177 - - [2026-08-17 04:36:12] "GET /virtual-network/5449933b-d588-46ee-ad96-db13550d887c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007685 10.0.0.177 - - [2026-08-17 04:36:12] "POST /neutron/network HTTP/1.1" 200 974 0.013346 10.0.0.177 - - [2026-08-17 04:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.38 - - [2026-08-17 04:36:12] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.177 - - [2026-08-17 04:36:12] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.070266 10.0.0.177 - - [2026-08-17 04:36:12] "POST /neutron/network HTTP/1.1" 200 117 0.015522 10.0.0.190 - - [2026-08-17 04:36:12] "POST /ref-update HTTP/1.1" 200 156 0.031244 10.0.0.190 - - [2026-08-17 04:36:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.010913 10.0.0.38 - - [2026-08-17 04:36:13] "POST /useragent-kv HTTP/1.1" 200 115 0.016502 10.0.0.177 - - [2026-08-17 04:36:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.275450 10.0.0.177 - - [2026-08-17 04:36:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001347 10.0.0.177 - - [2026-08-17 04:36:13] "GET /virtual-network/568acf36-dd58-404e-8112-e5bdf754f4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007646 10.0.0.177 - - [2026-08-17 04:36:13] "GET /virtual-network/568acf36-dd58-404e-8112-e5bdf754f4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006174 10.0.0.177 - - [2026-08-17 04:36:13] "POST /neutron/network HTTP/1.1" 200 977 0.009834 10.0.0.177 - - [2026-08-17 04:36:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001719 10.0.0.177 - - [2026-08-17 04:36:13] "POST /neutron/network HTTP/1.1" 200 984 0.011055 10.0.0.177 - - [2026-08-17 04:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.005830 10.0.0.177 - - [2026-08-17 04:36:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001417 10.0.0.38 - - [2026-08-17 04:36:13] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.177 - - [2026-08-17 04:36:13] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.065613 10.0.0.177 - - [2026-08-17 04:36:14] "POST /neutron/network HTTP/1.1" 200 977 0.010305 10.0.0.177 - - [2026-08-17 04:36:14] "POST /neutron/port HTTP/1.1" 200 117 0.007735 10.0.0.177 - - [2026-08-17 04:36:18] "POST /neutron/network HTTP/1.1" 200 987 0.014230 10.0.0.177 - - [2026-08-17 04:36:18] "POST /neutron/port HTTP/1.1" 200 1152 0.020338 10.0.0.177 - - [2026-08-17 04:36:18] "POST /neutron/port HTTP/1.1" 200 1155 0.024051 10.0.0.177 - - [2026-08-17 04:36:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009892 10.0.0.177 - - [2026-08-17 04:36:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004270 10.0.0.177 - - [2026-08-17 04:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.177 - - [2026-08-17 04:36:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004753 10.0.0.177 - - [2026-08-17 04:36:20] "POST /neutron/port HTTP/1.1" 200 117 0.001497 10.0.0.177 - - [2026-08-17 04:36:24] "POST /neutron/port HTTP/1.1" 200 1216 0.024013 10.0.0.177 - - [2026-08-17 04:36:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009271 10.0.0.177 - - [2026-08-17 04:36:39] "POST /neutron/port HTTP/1.1" 200 1216 0.020558 10.0.0.177 - - [2026-08-17 04:36:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007798 10.0.0.177 - - [2026-08-17 04:36:39] "GET /virtual-machine/550bc9f5-a8eb-4046-a974-a84391fbea09 HTTP/1.1" 200 1300 0.007148 10.0.0.177 - - [2026-08-17 04:36:40] "GET /virtual-machine-interface/65ac57cd-e5aa-45a6-b8c5-785bc8da4218 HTTP/1.1" 200 3157 0.007013 10.0.0.177 - - [2026-08-17 04:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.177 - - [2026-08-17 04:36:40] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004145 10.0.0.177 - - [2026-08-17 04:36:40] "GET /virtual-networks?parent_id=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004107 10.0.0.177 - - [2026-08-17 04:36:40] "GET /virtual-network/5449933b-d588-46ee-ad96-db13550d887c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008765 10.0.0.177 - - [2026-08-17 04:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.177 - - [2026-08-17 04:36:43] "GET /virtual-network/5449933b-d588-46ee-ad96-db13550d887c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006539 10.0.0.38 - - [2026-08-17 04:36:44] "GET /obj-perms HTTP/1.1" 200 4509 0.056234 10.0.0.177 - - [2026-08-17 04:36:44] "POST /neutron/port HTTP/1.1" 200 1219 0.022239 10.0.0.177 - - [2026-08-17 04:36:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007783 10.0.0.177 - - [2026-08-17 04:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.177 - - [2026-08-17 04:36:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003729 10.0.0.177 - - [2026-08-17 04:36:47] "GET /virtual-networks?parent_id=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003307 10.0.0.177 - - [2026-08-17 04:36:47] "GET /virtual-network/5449933b-d588-46ee-ad96-db13550d887c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006069 10.0.0.177 - - [2026-08-17 04:36:47] "POST /neutron/port HTTP/1.1" 200 1219 0.019883 10.0.0.177 - - [2026-08-17 04:36:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008250 10.0.0.177 - - [2026-08-17 04:36:47] "GET /virtual-machine/49ad5014-33d8-45cb-a332-ec62dee7c96c HTTP/1.1" 200 1300 0.006841 10.0.0.177 - - [2026-08-17 04:36:47] "GET /virtual-machine-interface/de2c86e0-d5c1-4c51-aa3d-89a3326d7078 HTTP/1.1" 200 3158 0.005804 10.0.0.177 - - [2026-08-17 04:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.177 - - [2026-08-17 04:36:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003840 10.0.0.177 - - [2026-08-17 04:36:47] "GET /virtual-networks?parent_id=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003006 10.0.0.177 - - [2026-08-17 04:36:47] "GET /virtual-network/568acf36-dd58-404e-8112-e5bdf754f4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006946 10.0.0.177 - - [2026-08-17 04:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.177 - - [2026-08-17 04:36:48] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004942 10.0.0.177 - - [2026-08-17 04:36:48] "GET /virtual-networks?parent_id=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003577 10.0.0.177 - - [2026-08-17 04:36:49] "GET /virtual-network/568acf36-dd58-404e-8112-e5bdf754f4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006776 10.0.0.177 - - [2026-08-17 04:36:49] "POST /fqname-to-id HTTP/1.1" 404 209 0.004159 10.0.0.177 - - [2026-08-17 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.38 - - [2026-08-17 04:36:49] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001491 10.0.0.177 - - [2026-08-17 04:36:49] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.054236 10.0.0.177 - - [2026-08-17 04:36:49] "POST /network-policys HTTP/1.1" 200 533 0.034710 10.0.0.177 - - [2026-08-17 04:36:49] "GET /network-policy/c31fa51f-1d71-43d8-b3e3-6ddc31e68096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006931 10.0.0.177 - - [2026-08-17 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.177 - - [2026-08-17 04:36:49] "GET /virtual-network/5449933b-d588-46ee-ad96-db13550d887c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006231 10.0.0.177 - - [2026-08-17 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.177 - - [2026-08-17 04:36:49] "GET /network-policy/c31fa51f-1d71-43d8-b3e3-6ddc31e68096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005024 10.0.0.177 - - [2026-08-17 04:36:49] "POST /ref-update HTTP/1.1" 200 156 0.068147 10.0.0.177 - - [2026-08-17 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.177 - - [2026-08-17 04:36:49] "GET /network-policy/c31fa51f-1d71-43d8-b3e3-6ddc31e68096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005910 10.0.0.177 - - [2026-08-17 04:36:49] "GET /virtual-network/5449933b-d588-46ee-ad96-db13550d887c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.010827 10.0.0.177 - - [2026-08-17 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.177 - - [2026-08-17 04:36:49] "GET /network-policy/c31fa51f-1d71-43d8-b3e3-6ddc31e68096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004342 10.0.0.177 - - [2026-08-17 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.177 - - [2026-08-17 04:36:49] "GET /virtual-network/568acf36-dd58-404e-8112-e5bdf754f4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006429 10.0.0.177 - - [2026-08-17 04:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.177 - - [2026-08-17 04:36:49] "GET /network-policy/c31fa51f-1d71-43d8-b3e3-6ddc31e68096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005205 10.0.0.190 - - [2026-08-17 04:36:50] "POST /fqname-to-id HTTP/1.1" 404 230 0.015860 10.0.0.177 - - [2026-08-17 04:36:50] "POST /ref-update HTTP/1.1" 200 156 0.065153 10.0.0.177 - - [2026-08-17 04:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.177 - - [2026-08-17 04:36:50] "GET /network-policy/c31fa51f-1d71-43d8-b3e3-6ddc31e68096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.021447 10.0.0.177 - - [2026-08-17 04:36:50] "POST /neutron/network HTTP/1.1" 200 1063 0.013759 10.0.0.177 - - [2026-08-17 04:36:50] "GET /virtual-network/568acf36-dd58-404e-8112-e5bdf754f4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005805 10.0.0.177 - - [2026-08-17 04:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009298 10.0.0.177 - - [2026-08-17 04:36:50] "GET /network-policy/c31fa51f-1d71-43d8-b3e3-6ddc31e68096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004586 10.0.0.177 - - [2026-08-17 04:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.38 - - [2026-08-17 04:36:50] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.177 - - [2026-08-17 04:36:50] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.039474 10.0.0.190 - - [2026-08-17 04:36:50] "POST /route-targets HTTP/1.1" 200 327 0.016585 10.0.0.38 - - [2026-08-17 04:36:50] "POST /useragent-kv HTTP/1.1" 200 115 0.103335 10.0.0.177 - - [2026-08-17 04:36:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.309519 10.0.0.177 - - [2026-08-17 04:36:50] "POST /neutron/network HTTP/1.1" 200 799 0.007100 10.0.0.177 - - [2026-08-17 04:36:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001124 10.0.0.177 - - [2026-08-17 04:36:50] "GET /virtual-network/7fb46197-ba96-403d-9247-0b4a0aebed6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005600 10.0.0.177 - - [2026-08-17 04:36:51] "GET /virtual-network/7fb46197-ba96-403d-9247-0b4a0aebed6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006104 10.0.0.177 - - [2026-08-17 04:36:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.010024 10.0.0.177 - - [2026-08-17 04:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.38 - - [2026-08-17 04:36:51] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001340 10.0.0.177 - - [2026-08-17 04:36:51] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057793 10.0.0.190 - - [2026-08-17 04:36:51] "POST /ref-update HTTP/1.1" 200 156 0.036761 10.0.0.177 - - [2026-08-17 04:36:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003912 10.0.0.38 - - [2026-08-17 04:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.010609 10.0.0.177 - - [2026-08-17 04:36:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.224209 10.0.0.177 - - [2026-08-17 04:36:51] "POST /neutron/network HTTP/1.1" 200 799 0.007060 10.0.0.177 - - [2026-08-17 04:36:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001171 10.0.0.177 - - [2026-08-17 04:36:51] "GET /virtual-network/51a02b48-1e3b-4b39-adce-a67c856673b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006337 10.0.0.177 - - [2026-08-17 04:36:51] "POST /neutron/network HTTP/1.1" 200 799 0.008250 10.0.0.177 - - [2026-08-17 04:36:51] "GET /virtual-network/51a02b48-1e3b-4b39-adce-a67c856673b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007523 10.0.0.177 - - [2026-08-17 04:36:51] "POST /fqname-to-id HTTP/1.1" 404 239 0.004169 10.0.0.177 - - [2026-08-17 04:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.38 - - [2026-08-17 04:36:51] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.177 - - [2026-08-17 04:36:51] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.050847 10.0.0.177 - - [2026-08-17 04:36:51] "POST /neutron/port HTTP/1.1" 200 1219 0.017774 10.0.0.177 - - [2026-08-17 04:36:51] "POST /network-policys HTTP/1.1" 200 587 0.038248 10.0.0.177 - - [2026-08-17 04:36:51] "GET /network-policy/3f69f5f7-6409-4470-abce-2d230f172358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006408 10.0.0.177 - - [2026-08-17 04:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.177 - - [2026-08-17 04:36:52] "GET /virtual-network/7fb46197-ba96-403d-9247-0b4a0aebed6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006120 10.0.0.177 - - [2026-08-17 04:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.177 - - [2026-08-17 04:36:52] "GET /network-policy/3f69f5f7-6409-4470-abce-2d230f172358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004648 10.0.0.177 - - [2026-08-17 04:36:52] "POST /ref-update HTTP/1.1" 200 156 0.057465 10.0.0.177 - - [2026-08-17 04:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.177 - - [2026-08-17 04:36:52] "GET /network-policy/3f69f5f7-6409-4470-abce-2d230f172358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005468 10.0.0.177 - - [2026-08-17 04:36:52] "GET /virtual-network/7fb46197-ba96-403d-9247-0b4a0aebed6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.009042 10.0.0.177 - - [2026-08-17 04:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.177 - - [2026-08-17 04:36:52] "GET /network-policy/3f69f5f7-6409-4470-abce-2d230f172358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004647 10.0.0.177 - - [2026-08-17 04:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.177 - - [2026-08-17 04:36:52] "GET /virtual-network/51a02b48-1e3b-4b39-adce-a67c856673b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006604 10.0.0.177 - - [2026-08-17 04:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.177 - - [2026-08-17 04:36:52] "GET /network-policy/3f69f5f7-6409-4470-abce-2d230f172358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005592 10.0.0.190 - - [2026-08-17 04:36:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.007376 10.0.0.177 - - [2026-08-17 04:36:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006352 10.0.0.177 - - [2026-08-17 04:36:52] "POST /ref-update HTTP/1.1" 200 156 0.066344 10.0.0.177 - - [2026-08-17 04:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.177 - - [2026-08-17 04:36:52] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.177 - - [2026-08-17 04:36:52] "GET /network-policy/3f69f5f7-6409-4470-abce-2d230f172358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004375 10.0.0.177 - - [2026-08-17 04:36:52] "POST /neutron/network HTTP/1.1" 200 1063 0.013047 10.0.0.177 - - [2026-08-17 04:36:52] "GET /virtual-network/51a02b48-1e3b-4b39-adce-a67c856673b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.018119 10.0.0.177 - - [2026-08-17 04:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006446 10.0.0.177 - - [2026-08-17 04:36:52] "GET /network-policy/3f69f5f7-6409-4470-abce-2d230f172358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004960 10.0.0.177 - - [2026-08-17 04:36:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001323 10.0.0.177 - - [2026-08-17 04:36:53] "POST /neutron/network HTTP/1.1" 200 922 0.007596 10.0.0.177 - - [2026-08-17 04:36:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011639 10.0.0.177 - - [2026-08-17 04:36:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001523 10.0.0.177 - - [2026-08-17 04:36:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008719 10.0.0.177 - - [2026-08-17 04:36:54] "POST /neutron/port HTTP/1.1" 200 2281 0.046062 10.0.0.177 - - [2026-08-17 04:36:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003786 10.0.0.177 - - [2026-08-17 04:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.177 - - [2026-08-17 04:36:54] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004904 10.0.0.177 - - [2026-08-17 04:36:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004992 10.0.0.177 - - [2026-08-17 04:36:55] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005525 10.0.0.177 - - [2026-08-17 04:36:55] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004257 10.0.0.177 - - [2026-08-17 04:36:55] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.026629 10.0.0.177 - - [2026-08-17 04:36:55] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.052649 10.0.0.177 - - [2026-08-17 04:36:55] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012640 10.0.0.177 - - [2026-08-17 04:36:55] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010766 10.0.0.177 - - [2026-08-17 04:36:55] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.036242 10.0.0.177 - - [2026-08-17 04:36:55] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.044246 10.0.0.177 - - [2026-08-17 04:36:55] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008836 10.0.0.177 - - [2026-08-17 04:36:55] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011032 10.0.0.177 - - [2026-08-17 04:36:55] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.045476 10.0.0.177 - - [2026-08-17 04:36:56] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.038678 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004938 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004276 10.0.0.177 - - [2026-08-17 04:36:56] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.024227 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004462 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005325 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004847 10.0.0.177 - - [2026-08-17 04:36:56] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.029159 10.0.0.177 - - [2026-08-17 04:36:56] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.055071 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004652 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009166 10.0.0.177 - - [2026-08-17 04:36:56] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.035529 10.0.0.177 - - [2026-08-17 04:36:56] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.035303 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009266 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007639 10.0.0.177 - - [2026-08-17 04:36:56] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.040372 10.0.0.177 - - [2026-08-17 04:36:56] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.051161 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015661 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008343 10.0.0.177 - - [2026-08-17 04:36:56] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.025449 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003765 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005269 10.0.0.177 - - [2026-08-17 04:36:56] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004103 10.0.0.177 - - [2026-08-17 04:36:56] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.026478 10.0.0.177 - - [2026-08-17 04:36:57] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.041435 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004845 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003874 10.0.0.177 - - [2026-08-17 04:36:57] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.033962 10.0.0.177 - - [2026-08-17 04:36:57] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.035251 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008473 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006965 10.0.0.177 - - [2026-08-17 04:36:57] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.036649 10.0.0.177 - - [2026-08-17 04:36:57] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.053375 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006012 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004745 10.0.0.177 - - [2026-08-17 04:36:57] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.024394 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005419 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004524 10.0.0.177 - - [2026-08-17 04:36:57] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.022093 10.0.0.177 - - [2026-08-17 04:36:57] "POST /neutron/network HTTP/1.1" 200 922 0.022714 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009354 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005799 10.0.0.177 - - [2026-08-17 04:36:57] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.029453 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006431 10.0.0.177 - - [2026-08-17 04:36:57] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006713 10.0.0.177 - - [2026-08-17 04:36:57] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.028200 10.0.0.177 - - [2026-08-17 04:36:58] "POST /neutron/port HTTP/1.1" 200 1063 0.020882 10.0.0.38 - - [2026-08-17 04:36:58] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.177 - - [2026-08-17 04:36:58] "POST /neutron/port HTTP/1.1" 200 1063 0.388622 10.0.0.177 - - [2026-08-17 04:36:58] "POST /neutron/port HTTP/1.1" 200 1117 0.125120 10.0.0.177 - - [2026-08-17 04:36:59] "POST /neutron/subnet HTTP/1.1" 200 675 0.009073 10.0.0.177 - - [2026-08-17 04:36:59] "POST /neutron/port HTTP/1.1" 200 1127 0.018390 10.0.0.177 - - [2026-08-17 04:36:59] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.177 - - [2026-08-17 04:37:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004115 10.0.0.177 - - [2026-08-17 04:37:07] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004503 10.0.0.177 - - [2026-08-17 04:37:07] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004048 10.0.0.177 - - [2026-08-17 04:37:07] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.029989 10.0.0.177 - - [2026-08-17 04:37:08] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.063790 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008222 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006637 10.0.0.177 - - [2026-08-17 04:37:08] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.039076 10.0.0.177 - - [2026-08-17 04:37:08] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.056349 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009660 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004198 10.0.0.177 - - [2026-08-17 04:37:08] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.036994 10.0.0.177 - - [2026-08-17 04:37:08] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.051712 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.015584 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004201 10.0.0.177 - - [2026-08-17 04:37:08] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.033806 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005149 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.009589 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006573 10.0.0.177 - - [2026-08-17 04:37:08] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.056159 10.0.0.177 - - [2026-08-17 04:37:08] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.046759 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.010421 10.0.0.177 - - [2026-08-17 04:37:08] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009362 10.0.0.177 - - [2026-08-17 04:37:08] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.035008 10.0.0.177 - - [2026-08-17 04:37:09] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.047329 10.0.0.177 - - [2026-08-17 04:37:09] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007353 10.0.0.177 - - [2026-08-17 04:37:09] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005615 10.0.0.177 - - [2026-08-17 04:37:09] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.051301 10.0.0.177 - - [2026-08-17 04:37:09] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.072496 10.0.0.177 - - [2026-08-17 04:37:09] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006495 10.0.0.177 - - [2026-08-17 04:37:09] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.010245 10.0.0.177 - - [2026-08-17 04:37:09] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.040142 10.0.0.177 - - [2026-08-17 04:37:09] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003776 10.0.0.177 - - [2026-08-17 04:37:09] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005260 10.0.0.177 - - [2026-08-17 04:37:09] "GET /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005046 10.0.0.177 - - [2026-08-17 04:37:09] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.040122 10.0.0.177 - - [2026-08-17 04:37:09] "PUT /bgp-router/fa8384a9-64da-4028-a45d-3c69700634a2 HTTP/1.1" 200 254 0.052655 10.0.0.177 - - [2026-08-17 04:37:09] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007339 10.0.0.177 - - [2026-08-17 04:37:09] "GET /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005994 10.0.0.177 - - [2026-08-17 04:37:09] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.052790 10.0.0.177 - - [2026-08-17 04:37:09] "PUT /bgp-router/3f67a8ad-8869-4371-99c8-f9fbf646529c HTTP/1.1" 200 254 0.074984 10.0.0.177 - - [2026-08-17 04:37:09] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.011173 10.0.0.177 - - [2026-08-17 04:37:10] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.014796 10.0.0.177 - - [2026-08-17 04:37:10] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.039838 10.0.0.177 - - [2026-08-17 04:37:10] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.047158 10.0.0.177 - - [2026-08-17 04:37:10] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005949 10.0.0.177 - - [2026-08-17 04:37:10] "GET /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004850 10.0.0.177 - - [2026-08-17 04:37:10] "PUT /bgp-router/ff4a1277-f57e-409e-8a29-eb1cc2f88d2f HTTP/1.1" 200 254 0.028875 10.0.0.177 - - [2026-08-17 04:37:10] "POST /ref-update HTTP/1.1" 200 156 0.070350 10.0.0.190 - - [2026-08-17 04:37:10] "DELETE /access-control-list/859b1ad6-dc02-47af-a2be-fbbe0b1d081c HTTP/1.1" 200 115 0.070593 10.0.0.177 - - [2026-08-17 04:37:10] "GET /virtual-network/51a02b48-1e3b-4b39-adce-a67c856673b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.019511 10.0.0.177 - - [2026-08-17 04:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008208 10.0.0.177 - - [2026-08-17 04:37:10] "GET /network-policy/3f69f5f7-6409-4470-abce-2d230f172358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007485 10.0.0.177 - - [2026-08-17 04:37:10] "POST /ref-update HTTP/1.1" 200 156 0.079911 10.0.0.190 - - [2026-08-17 04:37:10] "POST /ref-update HTTP/1.1" 200 156 0.036101 10.0.0.177 - - [2026-08-17 04:37:10] "POST /neutron/network HTTP/1.1" 200 799 0.016632 10.0.0.177 - - [2026-08-17 04:37:10] "GET /virtual-network/7fb46197-ba96-403d-9247-0b4a0aebed6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011472 10.0.0.177 - - [2026-08-17 04:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007251 10.0.0.177 - - [2026-08-17 04:37:10] "GET /network-policy/3f69f5f7-6409-4470-abce-2d230f172358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007907 10.0.0.177 - - [2026-08-17 04:37:10] "DELETE /network-policy/3f69f5f7-6409-4470-abce-2d230f172358 HTTP/1.1" 200 115 0.038996 10.0.0.177 - - [2026-08-17 04:37:13] "POST /neutron/network HTTP/1.1" 200 799 0.007247 10.0.0.177 - - [2026-08-17 04:37:15] "POST /neutron/network HTTP/1.1" 400 204 0.014647 10.0.0.177 - - [2026-08-17 04:37:19] "POST /neutron/port HTTP/1.1" 200 1127 0.024476 10.0.0.177 - - [2026-08-17 04:37:19] "POST /neutron/network HTTP/1.1" 200 799 0.006592 10.0.0.177 - - [2026-08-17 04:37:20] "POST /neutron/port HTTP/1.1" 200 1117 0.014534 10.0.0.38 - - [2026-08-17 04:37:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004694 10.0.0.38 - - [2026-08-17 04:37:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002939 10.0.0.177 - - [2026-08-17 04:37:21] "POST /neutron/network HTTP/1.1" 200 151 0.153320 10.0.0.190 - - [2026-08-17 04:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.190 - - [2026-08-17 04:37:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.006094 10.0.0.177 - - [2026-08-17 04:37:21] "POST /ref-update HTTP/1.1" 200 156 0.074903 10.0.0.177 - - [2026-08-17 04:37:21] "POST /neutron/network HTTP/1.1" 200 977 0.019644 10.0.0.177 - - [2026-08-17 04:37:21] "GET /virtual-network/568acf36-dd58-404e-8112-e5bdf754f4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.009630 10.0.0.177 - - [2026-08-17 04:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.190 - - [2026-08-17 04:37:21] "POST /ref-update HTTP/1.1" 200 156 0.033788 10.0.0.177 - - [2026-08-17 04:37:21] "GET /network-policy/c31fa51f-1d71-43d8-b3e3-6ddc31e68096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006712 10.0.0.177 - - [2026-08-17 04:37:21] "POST /ref-update HTTP/1.1" 200 156 0.078361 10.0.0.177 - - [2026-08-17 04:37:21] "GET /virtual-network/5449933b-d588-46ee-ad96-db13550d887c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.021785 10.0.0.177 - - [2026-08-17 04:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009046 10.0.0.177 - - [2026-08-17 04:37:22] "GET /network-policy/c31fa51f-1d71-43d8-b3e3-6ddc31e68096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004190 10.0.0.177 - - [2026-08-17 04:37:22] "DELETE /network-policy/c31fa51f-1d71-43d8-b3e3-6ddc31e68096 HTTP/1.1" 200 115 0.035770 10.0.0.177 - - [2026-08-17 04:37:22] "POST /neutron/network HTTP/1.1" 400 204 0.015901 10.0.0.177 - - [2026-08-17 04:37:24] "POST /neutron/port HTTP/1.1" 200 1219 0.023659 10.0.0.177 - - [2026-08-17 04:37:24] "POST /neutron/port HTTP/1.1" 200 1209 0.019929 10.0.0.177 - - [2026-08-17 04:37:24] "POST /neutron/network HTTP/1.1" 400 204 0.027318 10.0.0.38 - - [2026-08-17 04:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005826 10.0.0.190 - - [2026-08-17 04:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006523 10.0.0.38 - - [2026-08-17 04:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003700 10.0.0.38 - - [2026-08-17 04:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002798 10.0.0.38 - - [2026-08-17 04:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002944 10.0.0.177 - - [2026-08-17 04:37:26] "POST /neutron/network HTTP/1.1" 200 151 0.185689 10.0.0.190 - - [2026-08-17 04:37:26] "DELETE /route-target/68b6b983-ef98-4116-a720-7f9bff355893 HTTP/1.1" 200 115 0.038100 10.0.0.38 - - [2026-08-17 04:37:28] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.177 - - [2026-08-17 04:37:28] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048473 10.0.0.38 - - [2026-08-17 04:37:28] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001217 10.0.0.177 - - [2026-08-17 04:37:28] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?fields=virtual_networks HTTP/1.1" 200 1050 0.047193 10.0.0.38 - - [2026-08-17 04:37:28] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.177 - - [2026-08-17 04:37:28] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.052041 10.0.0.38 - - [2026-08-17 04:37:28] "GET /projects?obj_uuids=bfa01bec-78dc-4b6a-b248-461d94ab33f0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.177 - - [2026-08-17 04:37:28] "GET /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0?fields=security_groups HTTP/1.1" 200 1284 0.053894 10.0.0.177 - - [2026-08-17 04:37:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.033504 10.0.0.38 - - [2026-08-17 04:37:29] "GET /projects?obj_uuids=afd2f52a-e118-4ee0-94cd-36c4e557d07b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003179 10.0.0.38 - - [2026-08-17 04:37:29] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432 10.0.0.38 - - [2026-08-17 04:37:29] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009588 10.0.0.38 - - [2026-08-17 04:37:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.001682 10.0.0.38 - - [2026-08-17 04:37:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.010184 10.0.0.38 - - [2026-08-17 04:37:29] "POST /security-groups HTTP/1.1" 200 586 0.085612 10.0.0.38 - - [2026-08-17 04:37:29] "POST /projects HTTP/1.1" 200 575 0.315678 10.0.0.190 - - [2026-08-17 04:37:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.005162 10.0.0.38 - - [2026-08-17 04:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.403098 10.0.0.177 - - [2026-08-17 04:37:29] "GET /project/afd2f52a-e118-4ee0-94cd-36c4e557d07b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.557923 10.0.0.177 - - [2026-08-17 04:37:31] "GET / HTTP/1.1" 200 35931 0.002033 10.0.0.177 - - [2026-08-17 04:37:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000507 10.0.0.177 - - [2026-08-17 04:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.030494 10.0.0.177 - - [2026-08-17 04:37:33] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003859 10.0.0.177 - - [2026-08-17 04:37:33] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004077 10.0.0.177 - - [2026-08-17 04:37:33] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003243 10.0.0.177 - - [2026-08-17 04:37:34] "PUT /api-access-list/65a124af-af17-4133-9786-1c132807fcd0 HTTP/1.1" 200 264 0.012150 10.0.0.177 - - [2026-08-17 04:37:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.024669 10.0.0.38 - - [2026-08-17 04:37:36] "GET /projects?obj_uuids=d9de7040-976f-42d4-8c8c-e55dfda9ed72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003163 10.0.0.38 - - [2026-08-17 04:37:36] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.38 - - [2026-08-17 04:37:36] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007673 10.0.0.38 - - [2026-08-17 04:37:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.001267 10.0.0.38 - - [2026-08-17 04:37:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.012249 10.0.0.38 - - [2026-08-17 04:37:36] "POST /security-groups HTTP/1.1" 200 586 0.034098 10.0.0.38 - - [2026-08-17 04:37:36] "POST /projects HTTP/1.1" 200 575 0.291653 10.0.0.190 - - [2026-08-17 04:37:36] "POST /access-control-lists HTTP/1.1" 200 591 0.029747 10.0.0.38 - - [2026-08-17 04:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.359702 10.0.0.177 - - [2026-08-17 04:37:36] "GET /project/d9de7040-976f-42d4-8c8c-e55dfda9ed72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.515263 10.0.0.177 - - [2026-08-17 04:37:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.024066 10.0.0.38 - - [2026-08-17 04:37:37] "GET /projects?obj_uuids=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003118 10.0.0.38 - - [2026-08-17 04:37:37] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.38 - - [2026-08-17 04:37:37] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007710 10.0.0.38 - - [2026-08-17 04:37:37] "POST /id-to-fqname HTTP/1.1" 200 185 0.008238 10.0.0.38 - - [2026-08-17 04:37:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.007093 10.0.0.38 - - [2026-08-17 04:37:37] "POST /security-groups HTTP/1.1" 200 586 0.083736 10.0.0.190 - - [2026-08-17 04:37:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.005967 10.0.0.38 - - [2026-08-17 04:37:37] "POST /projects HTTP/1.1" 200 575 0.326127 10.0.0.38 - - [2026-08-17 04:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.398637 10.0.0.190 - - [2026-08-17 04:37:37] "POST /access-control-lists HTTP/1.1" 200 589 0.028333 10.0.0.177 - - [2026-08-17 04:37:37] "GET /project/8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.588840 10.0.0.177 - - [2026-08-17 04:37:38] "GET / HTTP/1.1" 200 35931 0.002341 10.0.0.177 - - [2026-08-17 04:37:39] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.177 - - [2026-08-17 04:37:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.003742 10.0.0.177 - - [2026-08-17 04:37:40] "POST /api-access-lists HTTP/1.1" 200 521 0.028017 10.0.0.177 - - [2026-08-17 04:37:40] "GET /api-access-list/50158900-7ad1-4480-b2bb-6ee605bb3d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.007014 10.0.0.177 - - [2026-08-17 04:37:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000557 10.0.0.177 - - [2026-08-17 04:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.117163 10.0.0.38 - - [2026-08-17 04:37:41] "GET /projects?obj_uuids=d9de7040-976f-42d4-8c8c-e55dfda9ed72&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001168 10.0.0.177 - - [2026-08-17 04:37:41] "GET /project/d9de7040-976f-42d4-8c8c-e55dfda9ed72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.073391 10.0.0.177 - - [2026-08-17 04:37:41] "GET /virtual-networks?parent_id=d9de7040-976f-42d4-8c8c-e55dfda9ed72&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024664 10.0.0.177 - - [2026-08-17 04:37:41] "POST /virtual-networks HTTP/1.1" 200 568 0.122948 10.0.0.177 - - [2026-08-17 04:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.040803 10.0.0.177 - - [2026-08-17 04:37:41] "GET /network-ipam/acec54e2-8e8c-4f7a-afe2-da341e907021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.020491 10.0.0.38 - - [2026-08-17 04:37:41] "POST /useragent-kv HTTP/1.1" 200 115 0.012653 10.0.0.177 - - [2026-08-17 04:37:41] "POST /ref-update HTTP/1.1" 200 156 0.126065 10.0.0.177 - - [2026-08-17 04:37:42] "POST /neutron/network HTTP/1.1" 200 831 0.067059 10.0.0.177 - - [2026-08-17 04:37:42] "GET /virtual-network/ece4136e-951b-4e27-90c5-5e5d43b53d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.023536 10.0.0.177 - - [2026-08-17 04:37:42] "POST /neutron/subnet HTTP/1.1" 200 673 0.047636 10.0.0.177 - - [2026-08-17 04:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.478783 10.0.0.177 - - [2026-08-17 04:37:45] "GET /obj-perms HTTP/1.1" 200 4305 0.427866 10.0.0.177 - - [2026-08-17 04:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.177 - - [2026-08-17 04:37:46] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.047593 10.0.0.177 - - [2026-08-17 04:37:46] "POST /id-to-fqname HTTP/1.1" 401 293 0.000490 10.0.0.177 - - [2026-08-17 04:37:46] "POST /id-to-fqname HTTP/1.1" 200 230 0.046905 10.0.0.38 - - [2026-08-17 04:37:47] "GET /projects?obj_uuids=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001753 10.0.0.177 - - [2026-08-17 04:37:47] "GET /project/8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.058444 10.0.0.177 - - [2026-08-17 04:37:47] "POST /neutron/port HTTP/1.1" 200 117 0.026330 10.0.0.177 - - [2026-08-17 04:37:51] "POST /neutron/network HTTP/1.1" 200 841 0.053814 10.0.0.177 - - [2026-08-17 04:37:52] "POST /neutron/port HTTP/1.1" 200 1055 0.017538 10.0.0.177 - - [2026-08-17 04:37:52] "POST /neutron/port HTTP/1.1" 200 1119 0.025038 10.0.0.177 - - [2026-08-17 04:37:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004646 10.0.0.177 - - [2026-08-17 04:37:53] "POST /neutron/network HTTP/1.1" 200 831 0.007949 10.0.0.177 - - [2026-08-17 04:38:02] "POST /neutron/port HTTP/1.1" 200 1119 0.022279 10.0.0.190 - - [2026-08-17 04:38:05] "DELETE /access-control-list/e62bbafc-1e47-4c96-b4a2-c36c19565093 HTTP/1.1" 200 115 0.044301 10.0.0.177 - - [2026-08-17 04:38:07] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010757 10.0.0.177 - - [2026-08-17 04:38:13] "POST /neutron/port HTTP/1.1" 200 1119 0.018684 10.0.0.177 - - [2026-08-17 04:38:13] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009250 10.0.0.177 - - [2026-08-17 04:38:13] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931 HTTP/1.1" 401 293 0.000548 10.0.0.177 - - [2026-08-17 04:38:13] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931 HTTP/1.1" 200 1287 0.055607 10.0.0.177 - - [2026-08-17 04:38:13] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931 HTTP/1.1" 200 1287 0.017915 10.0.0.177 - - [2026-08-17 04:38:13] "GET /virtual-machine-interface/1c25c342-165e-4503-9619-b67aeb8278b4 HTTP/1.1" 200 2530 0.022162 10.0.0.177 - - [2026-08-17 04:38:13] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931 HTTP/1.1" 200 1287 0.025250 10.0.0.177 - - [2026-08-17 04:38:13] "GET /virtual-machine-interface/1c25c342-165e-4503-9619-b67aeb8278b4 HTTP/1.1" 200 2530 0.025581 10.0.0.177 - - [2026-08-17 04:38:13] "GET /instance-ip/1bc867a1-bc4d-4989-9b60-9b004ae8b1c5 HTTP/1.1" 200 1625 0.023533 10.0.0.177 - - [2026-08-17 04:38:13] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931 HTTP/1.1" 200 1287 0.017130 10.0.0.177 - - [2026-08-17 04:38:14] "GET /virtual-machine-interface/1c25c342-165e-4503-9619-b67aeb8278b4 HTTP/1.1" 200 2530 0.022154 10.0.0.177 - - [2026-08-17 04:38:14] "GET /instance-ip/1bc867a1-bc4d-4989-9b60-9b004ae8b1c5 HTTP/1.1" 200 1625 0.032116 10.0.0.177 - - [2026-08-17 04:38:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.016347 10.0.0.177 - - [2026-08-17 04:38:14] "GET / HTTP/1.1" 200 35931 0.001826 10.0.0.177 - - [2026-08-17 04:38:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000578 10.0.0.177 - - [2026-08-17 04:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.036269 10.0.0.177 - - [2026-08-17 04:38:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004225 10.0.0.177 - - [2026-08-17 04:38:14] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015841 10.0.0.177 - - [2026-08-17 04:38:14] "POST /fqname-to-id HTTP/1.1" 403 339 0.016002 10.0.0.177 - - [2026-08-17 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.177 - - [2026-08-17 04:38:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003756 10.0.0.177 - - [2026-08-17 04:38:15] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015238 10.0.0.177 - - [2026-08-17 04:38:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.016455 10.0.0.177 - - [2026-08-17 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.177 - - [2026-08-17 04:38:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004994 10.0.0.177 - - [2026-08-17 04:38:15] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014573 10.0.0.177 - - [2026-08-17 04:38:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.026545 10.0.0.177 - - [2026-08-17 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.177 - - [2026-08-17 04:38:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004028 10.0.0.177 - - [2026-08-17 04:38:15] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018202 10.0.0.177 - - [2026-08-17 04:38:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.017453 10.0.0.177 - - [2026-08-17 04:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.177 - - [2026-08-17 04:38:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004325 10.0.0.177 - - [2026-08-17 04:38:15] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017569 10.0.0.38 - - [2026-08-17 04:38:15] "DELETE /project/8a2a21fcee1d4bc28d0b60a6de5ce65d HTTP/1.1" 404 173 0.004526 10.0.0.38 - - [2026-08-17 04:38:15] "DELETE /project/bfa01bec-78dc-4b6a-b248-461d94ab33f0 HTTP/1.1" 404 177 0.007384 10.0.0.38 - - [2026-08-17 04:38:15] "DELETE /project/d9de7040976f42d48c8ce55dfda9ed72 HTTP/1.1" 404 173 0.004918 10.0.0.38 - - [2026-08-17 04:38:15] "DELETE /project/afd2f52ae1184ee094cd36c4e557d07b HTTP/1.1" 404 173 0.004250 10.0.0.177 - - [2026-08-17 04:38:18] "POST /neutron/port HTTP/1.1" 200 1119 0.024741 10.0.0.177 - - [2026-08-17 04:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.018054 10.0.0.177 - - [2026-08-17 04:38:18] "GET /virtual-network/ece4136e-951b-4e27-90c5-5e5d43b53d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.020252 10.0.0.177 - - [2026-08-17 04:38:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.018204 10.0.0.177 - - [2026-08-17 04:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.177 - - [2026-08-17 04:38:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003850 10.0.0.177 - - [2026-08-17 04:38:20] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.032580 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.016482 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.177 - - [2026-08-17 04:38:21] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003710 10.0.0.177 - - [2026-08-17 04:38:21] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014757 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 403 361 0.016188 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005526 10.0.0.177 - - [2026-08-17 04:38:21] "GET /routing-instance/8e26159e-564d-4efd-8c8e-8bcd15a67824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.020636 10.0.0.177 - - [2026-08-17 04:38:21] "GET /route-target/453e88a6-2330-476f-bd10-6c33c5879697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015731 10.0.0.177 - - [2026-08-17 04:38:21] "GET /route-target/453e88a6-2330-476f-bd10-6c33c5879697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007307 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.015395 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.177 - - [2026-08-17 04:38:21] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003667 10.0.0.177 - - [2026-08-17 04:38:21] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015712 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 403 361 0.015635 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.177 - - [2026-08-17 04:38:21] "GET /routing-instance/8e26159e-564d-4efd-8c8e-8bcd15a67824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005172 10.0.0.177 - - [2026-08-17 04:38:21] "GET /route-target/453e88a6-2330-476f-bd10-6c33c5879697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016216 10.0.0.177 - - [2026-08-17 04:38:21] "GET /route-target/453e88a6-2330-476f-bd10-6c33c5879697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003971 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.016998 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.177 - - [2026-08-17 04:38:21] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003908 10.0.0.177 - - [2026-08-17 04:38:21] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018208 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 403 339 0.018413 10.0.0.177 - - [2026-08-17 04:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.177 - - [2026-08-17 04:38:21] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004313 10.0.0.177 - - [2026-08-17 04:38:21] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017916 10.0.0.177 - - [2026-08-17 04:38:22] "GET /virtual-machine-interface/1c25c342-165e-4503-9619-b67aeb8278b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.020943 10.0.0.177 - - [2026-08-17 04:38:22] "GET /virtual-machine-interface/1c25c342-165e-4503-9619-b67aeb8278b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.020619 10.0.0.38 - - [2026-08-17 04:38:22] "GET /obj-perms HTTP/1.1" 200 4305 0.051666 10.0.0.177 - - [2026-08-17 04:38:22] "GET /virtual-machine-interface/1c25c342-165e-4503-9619-b67aeb8278b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.023855 10.0.0.177 - - [2026-08-17 04:38:22] "GET /virtual-network/ece4136e-951b-4e27-90c5-5e5d43b53d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.019448 10.0.0.38 - - [2026-08-17 04:38:22] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018428 10.0.0.177 - - [2026-08-17 04:38:23] "GET /obj-perms HTTP/1.1" 200 4305 0.058157 10.0.0.190 - - [2026-08-17 04:38:24] "GET /obj-perms HTTP/1.1" 200 4473 0.042774 10.0.0.177 - - [2026-08-17 04:38:24] "GET /obj-perms HTTP/1.1" 200 4305 0.022438 10.0.0.177 - - [2026-08-17 04:38:24] "GET /obj-perms HTTP/1.1" 200 4305 0.066979 10.0.0.177 - - [2026-08-17 04:38:25] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.032829 10.0.0.190 - - [2026-08-17 04:38:25] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.055361 10.0.0.177 - - [2026-08-17 04:38:25] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931 HTTP/1.1" 200 1287 0.018650 10.0.0.177 - - [2026-08-17 04:38:27] "POST /neutron/port HTTP/1.1" 200 1109 0.015387 10.0.0.177 - - [2026-08-17 04:38:27] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931 HTTP/1.1" 200 1287 0.050647 10.0.0.177 - - [2026-08-17 04:38:29] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931 HTTP/1.1" 404 171 0.015528 10.0.0.177 - - [2026-08-17 04:38:29] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931 HTTP/1.1" 404 171 0.014195 10.0.0.177 - - [2026-08-17 04:38:29] "GET /virtual-machine/392fa7d5-9ab2-4320-ac02-00cd18c87931 HTTP/1.1" 404 171 0.012703 10.0.0.177 - - [2026-08-17 04:38:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.027444 10.0.0.177 - - [2026-08-17 04:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.177 - - [2026-08-17 04:38:30] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003868 10.0.0.177 - - [2026-08-17 04:38:30] "GET /virtual-networks?parent_id=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016748 10.0.0.177 - - [2026-08-17 04:38:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.016358 10.0.0.177 - - [2026-08-17 04:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.177 - - [2026-08-17 04:38:30] "GET /routing-instance/8e26159e-564d-4efd-8c8e-8bcd15a67824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004988 10.0.0.177 - - [2026-08-17 04:38:30] "GET /route-target/453e88a6-2330-476f-bd10-6c33c5879697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015128 10.0.0.177 - - [2026-08-17 04:38:30] "GET /route-target/453e88a6-2330-476f-bd10-6c33c5879697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004148 10.0.0.177 - - [2026-08-17 04:38:31] "GET /obj-perms HTTP/1.1" 200 4305 0.087845 10.0.0.177 - - [2026-08-17 04:38:34] "GET /obj-perms HTTP/1.1" 200 4473 0.046781 10.0.0.190 - - [2026-08-17 04:38:37] "GET /obj-perms HTTP/1.1" 200 4473 0.004093 10.0.0.177 - - [2026-08-17 04:38:43] "GET /obj-perms HTTP/1.1" 200 4473 0.004763 10.0.0.190 - - [2026-08-17 04:38:43] "GET /obj-perms HTTP/1.1" 200 4473 0.004671 10.0.0.38 - - [2026-08-17 04:38:44] "GET /obj-perms HTTP/1.1" 200 4473 0.048615 10.0.0.38 - - [2026-08-17 04:38:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002917 10.0.0.38 - - [2026-08-17 04:38:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002840 10.0.0.177 - - [2026-08-17 04:38:44] "DELETE /virtual-network/ece4136e-951b-4e27-90c5-5e5d43b53d2d HTTP/1.1" 200 115 0.161500 10.0.0.190 - - [2026-08-17 04:38:44] "DELETE /route-target/453e88a6-2330-476f-bd10-6c33c5879697 HTTP/1.1" 200 115 0.030086 10.0.0.177 - - [2026-08-17 04:38:44] "DELETE /api-access-list/50158900-7ad1-4480-b2bb-6ee605bb3d21 HTTP/1.1" 200 115 0.043123 10.0.0.38 - - [2026-08-17 04:38:44] "GET /projects?obj_uuids=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001057 10.0.0.177 - - [2026-08-17 04:38:44] "GET /project/8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.054289 10.0.0.38 - - [2026-08-17 04:38:44] "GET /projects?obj_uuids=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001496 10.0.0.177 - - [2026-08-17 04:38:44] "GET /project/8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d?fields=virtual_networks HTTP/1.1" 200 1023 0.049251 10.0.0.38 - - [2026-08-17 04:38:44] "GET /projects?obj_uuids=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001164 10.0.0.177 - - [2026-08-17 04:38:44] "GET /project/8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.055682 10.0.0.38 - - [2026-08-17 04:38:44] "GET /projects?obj_uuids=8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001404 10.0.0.177 - - [2026-08-17 04:38:44] "GET /project/8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d?fields=security_groups HTTP/1.1" 200 1244 0.072979 10.0.0.38 - - [2026-08-17 04:38:45] "GET /projects?obj_uuids=d9de7040-976f-42d4-8c8c-e55dfda9ed72&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001104 10.0.0.177 - - [2026-08-17 04:38:45] "GET /project/d9de7040-976f-42d4-8c8c-e55dfda9ed72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.054860 10.0.0.38 - - [2026-08-17 04:38:45] "GET /projects?obj_uuids=d9de7040-976f-42d4-8c8c-e55dfda9ed72&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001117 10.0.0.177 - - [2026-08-17 04:38:45] "GET /project/d9de7040-976f-42d4-8c8c-e55dfda9ed72?fields=virtual_networks HTTP/1.1" 200 1024 0.055493 10.0.0.38 - - [2026-08-17 04:38:45] "GET /projects?obj_uuids=d9de7040-976f-42d4-8c8c-e55dfda9ed72&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002891 10.0.0.177 - - [2026-08-17 04:38:45] "GET /project/d9de7040-976f-42d4-8c8c-e55dfda9ed72?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.057181 10.0.0.38 - - [2026-08-17 04:38:45] "GET /projects?obj_uuids=d9de7040-976f-42d4-8c8c-e55dfda9ed72&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.177 - - [2026-08-17 04:38:45] "GET /project/d9de7040-976f-42d4-8c8c-e55dfda9ed72?fields=security_groups HTTP/1.1" 200 1245 0.094726 10.0.0.38 - - [2026-08-17 04:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.38 - - [2026-08-17 04:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.177 - - [2026-08-17 04:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000642 10.0.0.190 - - [2026-08-17 04:38:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.177 - - [2026-08-17 04:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000829 10.0.0.190 - - [2026-08-17 04:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.177 - - [2026-08-17 04:38:47] "GET /obj-perms HTTP/1.1" 200 4509 0.312387 10.0.0.38 - - [2026-08-17 04:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000578 10.0.0.38 - - [2026-08-17 04:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000642 10.0.0.177 - - [2026-08-17 04:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.177 - - [2026-08-17 04:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000544 10.0.0.190 - - [2026-08-17 04:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000532 10.0.0.190 - - [2026-08-17 04:38:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.177 - - [2026-08-17 04:38:49] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005773 10.0.0.177 - - [2026-08-17 04:38:49] "PUT /api-access-list/65a124af-af17-4133-9786-1c132807fcd0 HTTP/1.1" 200 264 0.013823 10.0.0.38 - - [2026-08-17 04:38:49] "GET /projects?obj_uuids=afd2f52a-e118-4ee0-94cd-36c4e557d07b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001776 10.0.0.177 - - [2026-08-17 04:38:49] "GET /project/afd2f52a-e118-4ee0-94cd-36c4e557d07b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.050375 10.0.0.38 - - [2026-08-17 04:38:49] "GET /projects?obj_uuids=afd2f52a-e118-4ee0-94cd-36c4e557d07b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001175 10.0.0.177 - - [2026-08-17 04:38:49] "GET /project/afd2f52a-e118-4ee0-94cd-36c4e557d07b?fields=virtual_networks HTTP/1.1" 200 1024 0.055794 10.0.0.38 - - [2026-08-17 04:38:49] "GET /projects?obj_uuids=afd2f52a-e118-4ee0-94cd-36c4e557d07b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001061 10.0.0.177 - - [2026-08-17 04:38:49] "GET /project/afd2f52a-e118-4ee0-94cd-36c4e557d07b?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.050519 10.0.0.38 - - [2026-08-17 04:38:49] "GET /projects?obj_uuids=afd2f52a-e118-4ee0-94cd-36c4e557d07b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.177 - - [2026-08-17 04:38:49] "GET /project/afd2f52a-e118-4ee0-94cd-36c4e557d07b?fields=security_groups HTTP/1.1" 200 1245 0.067583 10.0.0.177 - - [2026-08-17 04:38:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.029150 10.0.0.38 - - [2026-08-17 04:38:50] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003996 10.0.0.38 - - [2026-08-17 04:38:50] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.38 - - [2026-08-17 04:38:50] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008603 10.0.0.38 - - [2026-08-17 04:38:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.008671 10.0.0.38 - - [2026-08-17 04:38:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.003653 10.0.0.38 - - [2026-08-17 04:38:50] "POST /security-groups HTTP/1.1" 200 591 0.034394 10.0.0.38 - - [2026-08-17 04:38:50] "POST /projects HTTP/1.1" 200 585 0.268594 10.0.0.190 - - [2026-08-17 04:38:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.028987 10.0.0.38 - - [2026-08-17 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.350792 10.0.0.177 - - [2026-08-17 04:38:50] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.520196 10.0.0.177 - - [2026-08-17 04:38:52] "GET / HTTP/1.1" 200 35931 0.001617 10.0.0.177 - - [2026-08-17 04:38:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000528 10.0.0.177 - - [2026-08-17 04:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.034381 10.0.0.177 - - [2026-08-17 04:38:55] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004344 10.0.0.177 - - [2026-08-17 04:38:55] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003994 10.0.0.177 - - [2026-08-17 04:38:55] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003694 10.0.0.177 - - [2026-08-17 04:38:55] "PUT /api-access-list/65a124af-af17-4133-9786-1c132807fcd0 HTTP/1.1" 200 264 0.014217 10.0.0.177 - - [2026-08-17 04:38:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.024420 10.0.0.38 - - [2026-08-17 04:38:57] "GET /projects?obj_uuids=f58331a4-db5e-4c14-90f4-7cc5ec68c9b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003373 10.0.0.38 - - [2026-08-17 04:38:57] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.38 - - [2026-08-17 04:38:57] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008265 10.0.0.38 - - [2026-08-17 04:38:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.005587 10.0.0.38 - - [2026-08-17 04:38:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.004976 10.0.0.38 - - [2026-08-17 04:38:57] "POST /security-groups HTTP/1.1" 200 591 0.073703 10.0.0.38 - - [2026-08-17 04:38:57] "POST /projects HTTP/1.1" 200 585 0.389975 10.0.0.190 - - [2026-08-17 04:38:57] "POST /access-control-lists HTTP/1.1" 200 596 0.036512 10.0.0.38 - - [2026-08-17 04:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.467450 10.0.0.177 - - [2026-08-17 04:38:57] "GET /project/f58331a4-db5e-4c14-90f4-7cc5ec68c9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.620449 10.0.0.177 - - [2026-08-17 04:38:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.027915 10.0.0.38 - - [2026-08-17 04:38:58] "GET /projects?obj_uuids=642ccaca-d998-4037-a987-5167eb2f6b91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002840 10.0.0.38 - - [2026-08-17 04:38:58] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.38 - - [2026-08-17 04:38:58] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008085 10.0.0.38 - - [2026-08-17 04:38:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.001313 10.0.0.38 - - [2026-08-17 04:38:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.002565 10.0.0.38 - - [2026-08-17 04:38:58] "POST /security-groups HTTP/1.1" 200 591 0.037029 10.0.0.190 - - [2026-08-17 04:38:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.004991 10.0.0.38 - - [2026-08-17 04:38:58] "POST /projects HTTP/1.1" 200 585 0.264509 10.0.0.38 - - [2026-08-17 04:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.308557 10.0.0.177 - - [2026-08-17 04:38:58] "GET /project/642ccaca-d998-4037-a987-5167eb2f6b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.479591 10.0.0.190 - - [2026-08-17 04:38:58] "POST /access-control-lists HTTP/1.1" 200 594 0.066896 10.0.0.177 - - [2026-08-17 04:38:59] "GET / HTTP/1.1" 200 35931 0.002138 10.0.0.177 - - [2026-08-17 04:39:00] "GET / HTTP/1.1" 200 35931 0.001989 10.0.0.177 - - [2026-08-17 04:39:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.003536 10.0.0.177 - - [2026-08-17 04:39:00] "POST /api-access-lists HTTP/1.1" 200 521 0.026516 10.0.0.177 - - [2026-08-17 04:39:00] "GET /api-access-list/1884146c-0ce4-471d-946a-daae933c4e96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006412 10.0.0.177 - - [2026-08-17 04:39:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000532 10.0.0.177 - - [2026-08-17 04:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.059013 10.0.0.38 - - [2026-08-17 04:39:01] "GET /projects?obj_uuids=f58331a4-db5e-4c14-90f4-7cc5ec68c9b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001477 10.0.0.177 - - [2026-08-17 04:39:02] "GET /project/f58331a4-db5e-4c14-90f4-7cc5ec68c9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.082893 10.0.0.177 - - [2026-08-17 04:39:02] "GET /virtual-networks?parent_id=f58331a4-db5e-4c14-90f4-7cc5ec68c9b1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019719 10.0.0.177 - - [2026-08-17 04:39:02] "POST /virtual-networks HTTP/1.1" 200 583 0.132681 10.0.0.177 - - [2026-08-17 04:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.035421 10.0.0.177 - - [2026-08-17 04:39:02] "GET /network-ipam/acec54e2-8e8c-4f7a-afe2-da341e907021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.022617 10.0.0.38 - - [2026-08-17 04:39:02] "POST /useragent-kv HTTP/1.1" 200 115 0.011194 10.0.0.177 - - [2026-08-17 04:39:02] "POST /ref-update HTTP/1.1" 200 156 0.110461 10.0.0.177 - - [2026-08-17 04:39:02] "POST /neutron/network HTTP/1.1" 200 847 0.051607 10.0.0.177 - - [2026-08-17 04:39:02] "GET /virtual-network/06f3cf0e-72eb-41ca-abd8-cde270835fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.020371 10.0.0.177 - - [2026-08-17 04:39:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000501 10.0.0.177 - - [2026-08-17 04:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.046427 10.0.0.38 - - [2026-08-17 04:39:03] "GET /projects?obj_uuids=642ccaca-d998-4037-a987-5167eb2f6b91&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001342 10.0.0.177 - - [2026-08-17 04:39:03] "GET /project/642ccaca-d998-4037-a987-5167eb2f6b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.073336 10.0.0.177 - - [2026-08-17 04:39:03] "GET /virtual-networks?parent_id=642ccaca-d998-4037-a987-5167eb2f6b91&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021764 10.0.0.177 - - [2026-08-17 04:39:03] "POST /virtual-networks HTTP/1.1" 200 583 0.135522 10.0.0.190 - - [2026-08-17 04:39:03] "POST /route-targets HTTP/1.1" 200 327 0.016539 10.0.0.177 - - [2026-08-17 04:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.058546 10.0.0.177 - - [2026-08-17 04:39:03] "GET /network-ipam/acec54e2-8e8c-4f7a-afe2-da341e907021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.018709 10.0.0.38 - - [2026-08-17 04:39:04] "POST /useragent-kv HTTP/1.1" 200 115 0.011139 10.0.0.177 - - [2026-08-17 04:39:04] "POST /ref-update HTTP/1.1" 200 156 0.114582 10.0.0.177 - - [2026-08-17 04:39:04] "POST /neutron/network HTTP/1.1" 200 847 0.055760 10.0.0.177 - - [2026-08-17 04:39:04] "GET /virtual-network/11600da1-302d-4e43-8a20-6929a627b05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.021579 10.0.0.177 - - [2026-08-17 04:39:04] "POST /neutron/subnet HTTP/1.1" 200 674 0.040641 10.0.0.177 - - [2026-08-17 04:39:05] "GET /virtual-network/06f3cf0e-72eb-41ca-abd8-cde270835fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.045139 10.0.0.177 - - [2026-08-17 04:39:06] "GET /virtual-network/06f3cf0e-72eb-41ca-abd8-cde270835fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.086017 10.0.0.190 - - [2026-08-17 04:39:06] "DELETE /access-control-list/da5d2c34-62d8-43f8-9f0b-64a3b1dd011f HTTP/1.1" 200 115 0.034136 10.0.0.190 - - [2026-08-17 04:39:06] "DELETE /access-control-list/c7afdccc-d668-4b15-bdbf-0ab6e4c951af HTTP/1.1" 200 115 0.058458 10.0.0.190 - - [2026-08-17 04:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.044247 10.0.0.38 - - [2026-08-17 04:39:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000576 10.0.0.177 - - [2026-08-17 04:39:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.035607 10.0.0.177 - - [2026-08-17 04:39:09] "GET /obj-perms HTTP/1.1" 200 4483 0.047850 10.0.0.177 - - [2026-08-17 04:39:09] "PUT /virtual-network/06f3cf0e-72eb-41ca-abd8-cde270835fd1 HTTP/1.1" 200 264 0.073996 10.0.0.177 - - [2026-08-17 04:39:09] "GET /virtual-network/06f3cf0e-72eb-41ca-abd8-cde270835fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.015651 10.0.0.177 - - [2026-08-17 04:39:09] "GET /virtual-network/06f3cf0e-72eb-41ca-abd8-cde270835fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.048571 10.0.0.190 - - [2026-08-17 04:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.38 - - [2026-08-17 04:39:10] "GET /obj-perms HTTP/1.1" 403 257 0.050788 10.0.0.177 - - [2026-08-17 04:39:10] "GET /virtual-network/06f3cf0e-72eb-41ca-abd8-cde270835fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.030948 10.0.0.177 - - [2026-08-17 04:39:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.031761 10.0.0.177 - - [2026-08-17 04:39:11] "GET /obj-perms HTTP/1.1" 200 4483 0.004602 10.0.0.177 - - [2026-08-17 04:39:11] "PUT /virtual-network/06f3cf0e-72eb-41ca-abd8-cde270835fd1 HTTP/1.1" 200 264 0.059814 10.0.0.38 - - [2026-08-17 04:39:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003613 10.0.0.38 - - [2026-08-17 04:39:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002509 10.0.0.177 - - [2026-08-17 04:39:11] "DELETE /virtual-network/11600da1-302d-4e43-8a20-6929a627b05b HTTP/1.1" 200 115 0.162494 10.0.0.190 - - [2026-08-17 04:39:11] "DELETE /route-target/0e27252f-b483-4f74-a24a-540a8c430e5a HTTP/1.1" 200 115 0.041301 10.0.0.38 - - [2026-08-17 04:39:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004725 10.0.0.38 - - [2026-08-17 04:39:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002721 10.0.0.177 - - [2026-08-17 04:39:11] "DELETE /virtual-network/06f3cf0e-72eb-41ca-abd8-cde270835fd1 HTTP/1.1" 200 115 0.159756 10.0.0.177 - - [2026-08-17 04:39:11] "DELETE /api-access-list/1884146c-0ce4-471d-946a-daae933c4e96 HTTP/1.1" 200 115 0.052947 10.0.0.38 - - [2026-08-17 04:39:11] "GET /projects?obj_uuids=642ccaca-d998-4037-a987-5167eb2f6b91&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001297 10.0.0.177 - - [2026-08-17 04:39:11] "GET /project/642ccaca-d998-4037-a987-5167eb2f6b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059586 10.0.0.38 - - [2026-08-17 04:39:11] "GET /projects?obj_uuids=642ccaca-d998-4037-a987-5167eb2f6b91&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270 10.0.0.177 - - [2026-08-17 04:39:12] "GET /project/642ccaca-d998-4037-a987-5167eb2f6b91?fields=virtual_networks HTTP/1.1" 200 1033 0.053518 10.0.0.38 - - [2026-08-17 04:39:12] "GET /projects?obj_uuids=642ccaca-d998-4037-a987-5167eb2f6b91&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001340 10.0.0.177 - - [2026-08-17 04:39:12] "GET /project/642ccaca-d998-4037-a987-5167eb2f6b91?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.053749 10.0.0.38 - - [2026-08-17 04:39:12] "GET /projects?obj_uuids=642ccaca-d998-4037-a987-5167eb2f6b91&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001338 10.0.0.177 - - [2026-08-17 04:39:12] "GET /project/642ccaca-d998-4037-a987-5167eb2f6b91?fields=security_groups HTTP/1.1" 200 1259 0.063118 10.0.0.38 - - [2026-08-17 04:39:12] "GET /projects?obj_uuids=f58331a4-db5e-4c14-90f4-7cc5ec68c9b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001708 10.0.0.177 - - [2026-08-17 04:39:12] "GET /project/f58331a4-db5e-4c14-90f4-7cc5ec68c9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048967 10.0.0.38 - - [2026-08-17 04:39:12] "GET /projects?obj_uuids=f58331a4-db5e-4c14-90f4-7cc5ec68c9b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001931 10.0.0.177 - - [2026-08-17 04:39:12] "GET /project/f58331a4-db5e-4c14-90f4-7cc5ec68c9b1?fields=virtual_networks HTTP/1.1" 200 1034 0.059915 10.0.0.38 - - [2026-08-17 04:39:12] "GET /projects?obj_uuids=f58331a4-db5e-4c14-90f4-7cc5ec68c9b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001289 10.0.0.177 - - [2026-08-17 04:39:13] "GET /project/f58331a4-db5e-4c14-90f4-7cc5ec68c9b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.057858 10.0.0.38 - - [2026-08-17 04:39:13] "GET /projects?obj_uuids=f58331a4-db5e-4c14-90f4-7cc5ec68c9b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001543 10.0.0.177 - - [2026-08-17 04:39:13] "GET /project/f58331a4-db5e-4c14-90f4-7cc5ec68c9b1?fields=security_groups HTTP/1.1" 200 1260 0.049304 10.0.0.38 - - [2026-08-17 04:39:16] "DELETE /project/c335a6a1b6244c60bf42edae073ee0b8 HTTP/1.1" 404 173 0.013972 10.0.0.38 - - [2026-08-17 04:39:16] "DELETE /project/f58331a4db5e4c1490f47cc5ec68c9b1 HTTP/1.1" 404 173 0.017348 10.0.0.38 - - [2026-08-17 04:39:16] "DELETE /project/afd2f52a-e118-4ee0-94cd-36c4e557d07b HTTP/1.1" 404 177 0.016190 10.0.0.38 - - [2026-08-17 04:39:16] "DELETE /project/8a2a21fc-ee1d-4bc2-8d0b-60a6de5ce65d HTTP/1.1" 404 177 0.011492 10.0.0.38 - - [2026-08-17 04:39:16] "DELETE /project/d9de7040-976f-42d4-8c8c-e55dfda9ed72 HTTP/1.1" 404 177 0.014349 10.0.0.38 - - [2026-08-17 04:39:16] "DELETE /project/642ccacad9984037a9875167eb2f6b91 HTTP/1.1" 404 173 0.013363 10.0.0.38 - - [2026-08-17 04:39:16] "GET /projects?obj_uuids=f58331a4-db5e-4c14-90f4-7cc5ec68c9b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001214 10.0.0.38 - - [2026-08-17 04:39:16] "GET /projects?obj_uuids=642ccaca-d998-4037-a987-5167eb2f6b91&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.38 - - [2026-08-17 04:39:16] "GET /project/f58331a4-db5e-4c14-90f4-7cc5ec68c9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.055231 10.0.0.38 - - [2026-08-17 04:39:16] "GET /project/642ccaca-d998-4037-a987-5167eb2f6b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.068338 10.0.0.38 - - [2026-08-17 04:39:16] "GET /projects?obj_uuids=f58331a4-db5e-4c14-90f4-7cc5ec68c9b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001441 10.0.0.38 - - [2026-08-17 04:39:16] "GET /projects?obj_uuids=642ccaca-d998-4037-a987-5167eb2f6b91&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.38 - - [2026-08-17 04:39:16] "GET /project/f58331a4-db5e-4c14-90f4-7cc5ec68c9b1?fields=security_groups HTTP/1.1" 200 1365 0.081975 10.0.0.38 - - [2026-08-17 04:39:16] "GET /project/642ccaca-d998-4037-a987-5167eb2f6b91?fields=security_groups HTTP/1.1" 200 1364 0.084738 10.0.0.38 - - [2026-08-17 04:39:16] "DELETE /security-group/ef5dfa56-c3a2-4d8f-873d-ffc1b69e2608 HTTP/1.1" 200 115 0.071161 10.0.0.38 - - [2026-08-17 04:39:16] "GET /projects?obj_uuids=f58331a4-db5e-4c14-90f4-7cc5ec68c9b1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001426 10.0.0.38 - - [2026-08-17 04:39:16] "DELETE /security-group/2e3a3d9b-fe15-43c2-8755-5bbb21087860 HTTP/1.1" 200 115 0.083498 10.0.0.38 - - [2026-08-17 04:39:16] "GET /projects?obj_uuids=642ccaca-d998-4037-a987-5167eb2f6b91&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.190 - - [2026-08-17 04:39:16] "DELETE /access-control-list/79b98163-a664-4f08-959b-08163a9697f5 HTTP/1.1" 200 115 0.077788 10.0.0.38 - - [2026-08-17 04:39:16] "GET /project/f58331a4-db5e-4c14-90f4-7cc5ec68c9b1?fields=application_policy_sets HTTP/1.1" 200 1404 0.085136 10.0.0.38 - - [2026-08-17 04:39:16] "GET /project/642ccaca-d998-4037-a987-5167eb2f6b91?fields=application_policy_sets HTTP/1.1" 200 1403 0.142048 10.0.0.190 - - [2026-08-17 04:39:16] "DELETE /access-control-list/f966c952-533f-4678-981b-6e52e974aff3 HTTP/1.1" 200 115 0.072762 10.0.0.38 - - [2026-08-17 04:39:16] "DELETE /project/f58331a4-db5e-4c14-90f4-7cc5ec68c9b1 HTTP/1.1" 200 115 0.578285 10.0.0.38 - - [2026-08-17 04:39:16] "DELETE /project/642ccaca-d998-4037-a987-5167eb2f6b91 HTTP/1.1" 200 115 0.613737 10.0.0.177 - - [2026-08-17 04:39:17] "GET / HTTP/1.1" 200 35931 0.001682 10.0.0.177 - - [2026-08-17 04:39:18] "GET / HTTP/1.1" 200 35931 0.002251 10.0.0.177 - - [2026-08-17 04:39:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000669 10.0.0.177 - - [2026-08-17 04:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.085855 10.0.0.38 - - [2026-08-17 04:39:19] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.177 - - [2026-08-17 04:39:19] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.082299 10.0.0.177 - - [2026-08-17 04:39:19] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.012395 10.0.0.177 - - [2026-08-17 04:39:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.012346 10.0.0.177 - - [2026-08-17 04:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.019492 10.0.0.38 - - [2026-08-17 04:39:19] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001265 10.0.0.177 - - [2026-08-17 04:39:19] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.026614 10.0.0.177 - - [2026-08-17 04:39:19] "POST /service-templates HTTP/1.1" 403 264 0.011553 10.0.0.177 - - [2026-08-17 04:39:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.003706 10.0.0.177 - - [2026-08-17 04:39:19] "POST /api-access-lists HTTP/1.1" 200 555 0.028190 10.0.0.177 - - [2026-08-17 04:39:19] "GET /api-access-list/c87cd843-ee81-410f-a8b4-29a9fca24966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.006288 10.0.0.177 - - [2026-08-17 04:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.023107 10.0.0.38 - - [2026-08-17 04:39:19] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.177 - - [2026-08-17 04:39:19] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.075708 10.0.0.177 - - [2026-08-17 04:39:19] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020547 10.0.0.177 - - [2026-08-17 04:39:20] "POST /virtual-networks HTTP/1.1" 200 583 0.114819 10.0.0.177 - - [2026-08-17 04:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.036893 10.0.0.177 - - [2026-08-17 04:39:20] "GET /network-ipam/acec54e2-8e8c-4f7a-afe2-da341e907021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.022804 10.0.0.38 - - [2026-08-17 04:39:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008762 10.0.0.177 - - [2026-08-17 04:39:20] "POST /ref-update HTTP/1.1" 200 156 0.125825 10.0.0.177 - - [2026-08-17 04:39:20] "GET /virtual-network/436e43ec-67d9-4f40-aa29-a183fe634539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.024997 10.0.0.177 - - [2026-08-17 04:39:20] "POST /neutron/network HTTP/1.1" 200 847 0.054685 10.0.0.177 - - [2026-08-17 04:39:20] "GET /virtual-network/436e43ec-67d9-4f40-aa29-a183fe634539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006723 10.0.0.177 - - [2026-08-17 04:39:20] "GET /network-ipam/acec54e2-8e8c-4f7a-afe2-da341e907021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004236 10.0.0.177 - - [2026-08-17 04:39:21] "GET /virtual-network/436e43ec-67d9-4f40-aa29-a183fe634539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.006583 10.0.0.38 - - [2026-08-17 04:39:22] "GET /obj-perms HTTP/1.1" 200 4483 0.056608 10.0.0.177 - - [2026-08-17 04:39:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.016907 10.0.0.177 - - [2026-08-17 04:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.014930 10.0.0.38 - - [2026-08-17 04:39:22] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.177 - - [2026-08-17 04:39:22] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.023067 10.0.0.177 - - [2026-08-17 04:39:22] "POST /service-templates HTTP/1.1" 403 264 0.013522 10.0.0.177 - - [2026-08-17 04:39:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.003847 10.0.0.177 - - [2026-08-17 04:39:22] "POST /api-access-lists HTTP/1.1" 200 521 0.027120 10.0.0.177 - - [2026-08-17 04:39:22] "GET /api-access-list/c3e229e9-0760-4f64-ae57-0ab99bd29e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.006669 10.0.0.177 - - [2026-08-17 04:39:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.020441 10.0.0.177 - - [2026-08-17 04:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.017435 10.0.0.38 - - [2026-08-17 04:39:22] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001519 10.0.0.177 - - [2026-08-17 04:39:22] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.028720 10.0.0.177 - - [2026-08-17 04:39:22] "POST /service-templates HTTP/1.1" 200 551 0.062549 10.0.0.177 - - [2026-08-17 04:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.023591 10.0.0.177 - - [2026-08-17 04:39:22] "GET /service-template/072b3679-fe6d-44f7-a586-db066420c021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.018800 10.0.0.177 - - [2026-08-17 04:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.018502 10.0.0.177 - - [2026-08-17 04:39:23] "GET /service-template/072b3679-fe6d-44f7-a586-db066420c021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1852 0.020486 10.0.0.177 - - [2026-08-17 04:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.190 - - [2026-08-17 04:39:24] "GET /obj-perms HTTP/1.1" 403 257 0.046266 10.0.0.38 - - [2026-08-17 04:39:25] "GET /virtual-network/436e43ec-67d9-4f40-aa29-a183fe634539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.033566 10.0.0.177 - - [2026-08-17 04:39:25] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.050786 10.0.0.177 - - [2026-08-17 04:39:25] "GET /api-access-list/c87cd843-ee81-410f-a8b4-29a9fca24966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.009980 10.0.0.177 - - [2026-08-17 04:39:25] "PUT /api-access-list/c87cd843-ee81-410f-a8b4-29a9fca24966 HTTP/1.1" 200 264 0.015683 10.0.0.177 - - [2026-08-17 04:39:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000577 10.0.0.177 - - [2026-08-17 04:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.055797 10.0.0.38 - - [2026-08-17 04:39:26] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001582 10.0.0.177 - - [2026-08-17 04:39:26] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.071103 10.0.0.177 - - [2026-08-17 04:39:26] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.026174 10.0.0.177 - - [2026-08-17 04:39:26] "POST /virtual-networks HTTP/1.1" 403 263 0.028004 10.0.0.177 - - [2026-08-17 04:39:26] "GET /virtual-network/436e43ec-67d9-4f40-aa29-a183fe634539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.025213 10.0.0.177 - - [2026-08-17 04:39:26] "GET /api-access-list/c3e229e9-0760-4f64-ae57-0ab99bd29e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003797 10.0.0.177 - - [2026-08-17 04:39:26] "PUT /api-access-list/c3e229e9-0760-4f64-ae57-0ab99bd29e25 HTTP/1.1" 200 264 0.011246 10.0.0.177 - - [2026-08-17 04:39:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.016369 10.0.0.177 - - [2026-08-17 04:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.017476 10.0.0.38 - - [2026-08-17 04:39:27] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001277 10.0.0.177 - - [2026-08-17 04:39:27] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021831 10.0.0.177 - - [2026-08-17 04:39:27] "POST /service-templates HTTP/1.1" 403 264 0.014089 10.0.0.177 - - [2026-08-17 04:39:27] "GET /api-access-list/c87cd843-ee81-410f-a8b4-29a9fca24966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004121 10.0.0.177 - - [2026-08-17 04:39:27] "PUT /api-access-list/c87cd843-ee81-410f-a8b4-29a9fca24966 HTTP/1.1" 200 264 0.013486 10.0.0.177 - - [2026-08-17 04:39:27] "GET /api-access-list/c3e229e9-0760-4f64-ae57-0ab99bd29e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004402 10.0.0.177 - - [2026-08-17 04:39:27] "PUT /api-access-list/c3e229e9-0760-4f64-ae57-0ab99bd29e25 HTTP/1.1" 200 264 0.015278 10.0.0.177 - - [2026-08-17 04:39:28] "GET /obj-perms HTTP/1.1" 403 257 0.015473 10.0.0.177 - - [2026-08-17 04:39:28] "GET /obj-perms HTTP/1.1" 403 257 0.038628 10.0.0.190 - - [2026-08-17 04:39:28] "GET /obj-perms HTTP/1.1" 403 257 0.015247 10.0.0.190 - - [2026-08-17 04:39:29] "GET /obj-perms HTTP/1.1" 403 257 0.035375 10.0.0.38 - - [2026-08-17 04:39:29] "GET /virtual-network/436e43ec-67d9-4f40-aa29-a183fe634539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.015047 10.0.0.38 - - [2026-08-17 04:39:29] "GET /virtual-network/436e43ec-67d9-4f40-aa29-a183fe634539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.029651 10.0.0.177 - - [2026-08-17 04:39:29] "GET /obj-perms HTTP/1.1" 403 257 0.017221 10.0.0.177 - - [2026-08-17 04:39:29] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004723 10.0.0.177 - - [2026-08-17 04:39:30] "PUT /api-access-list/65a124af-af17-4133-9786-1c132807fcd0 HTTP/1.1" 200 264 0.016730 10.0.0.177 - - [2026-08-17 04:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.177 - - [2026-08-17 04:39:30] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.037353 10.0.0.177 - - [2026-08-17 04:39:30] "DELETE /api-access-list/c87cd843-ee81-410f-a8b4-29a9fca24966 HTTP/1.1" 200 115 0.043283 10.0.0.177 - - [2026-08-17 04:39:30] "DELETE /api-access-list/c3e229e9-0760-4f64-ae57-0ab99bd29e25 HTTP/1.1" 200 115 0.034698 10.0.0.177 - - [2026-08-17 04:39:31] "GET /virtual-network/436e43ec-67d9-4f40-aa29-a183fe634539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.035040 10.0.0.190 - - [2026-08-17 04:39:32] "GET /obj-perms HTTP/1.1" 403 257 0.038057 10.0.0.38 - - [2026-08-17 04:39:32] "GET /virtual-network/436e43ec-67d9-4f40-aa29-a183fe634539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.029202 10.0.0.177 - - [2026-08-17 04:39:32] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.004505 10.0.0.177 - - [2026-08-17 04:39:32] "PUT /api-access-list/65a124af-af17-4133-9786-1c132807fcd0 HTTP/1.1" 200 264 0.012946 10.0.0.177 - - [2026-08-17 04:39:32] "GET /obj-perms HTTP/1.1" 403 257 0.019494 10.0.0.177 - - [2026-08-17 04:39:32] "GET /obj-perms HTTP/1.1" 403 257 0.013191 10.0.0.177 - - [2026-08-17 04:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.020647 10.0.0.177 - - [2026-08-17 04:39:32] "DELETE /service-template/072b3679-fe6d-44f7-a586-db066420c021 HTTP/1.1" 200 115 0.044770 10.0.0.177 - - [2026-08-17 04:39:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.017297 10.0.0.38 - - [2026-08-17 04:39:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003363 10.0.0.38 - - [2026-08-17 04:39:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004385 10.0.0.177 - - [2026-08-17 04:39:33] "DELETE /virtual-network/436e43ec-67d9-4f40-aa29-a183fe634539 HTTP/1.1" 200 115 0.136909 10.0.0.190 - - [2026-08-17 04:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.177 - - [2026-08-17 04:39:33] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005264 10.0.0.177 - - [2026-08-17 04:39:33] "PUT /api-access-list/65a124af-af17-4133-9786-1c132807fcd0 HTTP/1.1" 200 264 0.012792 10.0.0.177 - - [2026-08-17 04:39:33] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004777 10.0.0.177 - - [2026-08-17 04:39:33] "PUT /api-access-list/65a124af-af17-4133-9786-1c132807fcd0 HTTP/1.1" 200 264 0.012570 10.0.0.177 - - [2026-08-17 04:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.38 - - [2026-08-17 04:39:36] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.177 - - [2026-08-17 04:39:36] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.075564 10.0.0.177 - - [2026-08-17 04:39:36] "POST /neutron/network HTTP/1.1" 200 117 0.125243 10.0.0.177 - - [2026-08-17 04:39:37] "POST /neutron/network HTTP/1.1" 200 862 0.009304 10.0.0.177 - - [2026-08-17 04:39:37] "POST /id-to-fqname HTTP/1.1" 200 240 0.001181 10.0.0.177 - - [2026-08-17 04:39:37] "GET /virtual-network/b21752eb-d03c-4045-86e0-30d82bd119aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005512 10.0.0.177 - - [2026-08-17 04:39:37] "GET /virtual-network/b21752eb-d03c-4045-86e0-30d82bd119aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006182 10.0.0.177 - - [2026-08-17 04:39:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.009967 10.0.0.177 - - [2026-08-17 04:39:37] "GET /virtual-network/b21752eb-d03c-4045-86e0-30d82bd119aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.009128 10.0.0.177 - - [2026-08-17 04:39:37] "GET /network-ipam/acec54e2-8e8c-4f7a-afe2-da341e907021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004756 10.0.0.190 - - [2026-08-17 04:39:37] "POST /ref-update HTTP/1.1" 200 156 0.063794 10.0.0.177 - - [2026-08-17 04:39:37] "GET /virtual-network/b21752eb-d03c-4045-86e0-30d82bd119aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006488 10.0.0.190 - - [2026-08-17 04:39:37] "GET /obj-perms HTTP/1.1" 200 4483 0.053503 10.0.0.177 - - [2026-08-17 04:39:38] "POST /fqname-to-id HTTP/1.1" 404 215 0.004000 10.0.0.177 - - [2026-08-17 04:39:38] "POST /api-access-lists HTTP/1.1" 200 555 0.033358 10.0.0.177 - - [2026-08-17 04:39:38] "GET /api-access-list/d24e083e-afb9-4316-9f7e-30b545de0285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.006760 10.0.0.177 - - [2026-08-17 04:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.020069 10.0.0.38 - - [2026-08-17 04:39:38] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.078660 10.0.0.177 - - [2026-08-17 04:39:38] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.152818 10.0.0.38 - - [2026-08-17 04:39:38] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001686 10.0.0.177 - - [2026-08-17 04:39:38] "POST /neutron/network HTTP/1.1" 200 645 0.230379 10.0.0.38 - - [2026-08-17 04:39:39] "POST /useragent-kv HTTP/1.1" 200 115 0.010528 10.0.0.177 - - [2026-08-17 04:39:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.293228 10.0.0.177 - - [2026-08-17 04:39:39] "POST /id-to-fqname HTTP/1.1" 200 240 0.013491 10.0.0.177 - - [2026-08-17 04:39:39] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018840 10.0.0.177 - - [2026-08-17 04:39:39] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.035708 10.0.0.177 - - [2026-08-17 04:39:39] "POST /neutron/network HTTP/1.1" 200 863 0.042206 10.0.0.177 - - [2026-08-17 04:39:39] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006265 10.0.0.177 - - [2026-08-17 04:39:39] "GET /network-ipam/acec54e2-8e8c-4f7a-afe2-da341e907021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004001 10.0.0.177 - - [2026-08-17 04:39:39] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.026878 10.0.0.177 - - [2026-08-17 04:39:40] "GET /obj-perms HTTP/1.1" 200 4483 0.004226 10.0.0.177 - - [2026-08-17 04:39:40] "POST /fqname-to-id HTTP/1.1" 404 232 0.017472 10.0.0.38 - - [2026-08-17 04:39:40] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001500 10.0.0.190 - - [2026-08-17 04:39:40] "POST /fqname-to-id HTTP/1.1" 404 264 0.006352 10.0.0.190 - - [2026-08-17 04:39:40] "POST /access-control-lists HTTP/1.1" 200 624 0.026486 10.0.0.177 - - [2026-08-17 04:39:41] "POST /neutron/security_group HTTP/1.1" 200 1426 0.582618 10.0.0.38 - - [2026-08-17 04:39:41] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001295 10.0.0.177 - - [2026-08-17 04:39:41] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.232826 10.0.0.190 - - [2026-08-17 04:39:41] "PUT /access-control-list/977084da-56c7-423b-a8ea-fb02b338edd6 HTTP/1.1" 200 272 0.023856 10.0.0.177 - - [2026-08-17 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.051426 10.0.0.177 - - [2026-08-17 04:39:42] "GET /security-group/eb3805f3-123b-4d7f-becd-b9188d5d34db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.018461 10.0.0.38 - - [2026-08-17 04:39:42] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001774 10.0.0.177 - - [2026-08-17 04:39:42] "POST /neutron/security_group_rule HTTP/1.1" 200 1749 0.094630 10.0.0.177 - - [2026-08-17 04:39:42] "POST /id-to-fqname HTTP/1.1" 200 240 0.015939 10.0.0.177 - - [2026-08-17 04:39:43] "POST /neutron/port HTTP/1.1" 200 117 0.028134 10.0.0.38 - - [2026-08-17 04:39:48] "GET /obj-perms HTTP/1.1" 200 4509 0.044202 10.0.0.177 - - [2026-08-17 04:39:48] "POST /neutron/network HTTP/1.1" 200 873 0.035655 10.0.0.177 - - [2026-08-17 04:39:48] "POST /neutron/port HTTP/1.1" 200 1059 0.019471 10.0.0.177 - - [2026-08-17 04:39:49] "POST /neutron/port HTTP/1.1" 200 1123 0.025531 10.0.0.177 - - [2026-08-17 04:39:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004272 10.0.0.177 - - [2026-08-17 04:39:50] "POST /neutron/network HTTP/1.1" 200 863 0.007131 10.0.0.177 - - [2026-08-17 04:39:59] "POST /neutron/port HTTP/1.1" 200 1123 0.017882 10.0.0.177 - - [2026-08-17 04:40:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008821 10.0.0.177 - - [2026-08-17 04:40:09] "POST /neutron/port HTTP/1.1" 200 1123 0.019277 10.0.0.177 - - [2026-08-17 04:40:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010119 10.0.0.177 - - [2026-08-17 04:40:09] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 401 293 0.000558 10.0.0.177 - - [2026-08-17 04:40:10] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 200 1292 0.054980 10.0.0.177 - - [2026-08-17 04:40:10] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 200 1292 0.028729 10.0.0.177 - - [2026-08-17 04:40:10] "GET /virtual-machine-interface/4f098028-1eb9-44c9-b0bf-93af74f623f5 HTTP/1.1" 200 3023 0.026412 10.0.0.177 - - [2026-08-17 04:40:10] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 200 1292 0.033434 10.0.0.177 - - [2026-08-17 04:40:10] "GET /virtual-machine-interface/4f098028-1eb9-44c9-b0bf-93af74f623f5 HTTP/1.1" 200 3023 0.035305 10.0.0.177 - - [2026-08-17 04:40:10] "GET /instance-ip/0179dea0-292d-4a9b-bd9d-f8eedd526c23 HTTP/1.1" 200 1638 0.044079 10.0.0.177 - - [2026-08-17 04:40:10] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 200 1292 0.020206 10.0.0.177 - - [2026-08-17 04:40:10] "GET /virtual-machine-interface/4f098028-1eb9-44c9-b0bf-93af74f623f5 HTTP/1.1" 200 3023 0.026123 10.0.0.177 - - [2026-08-17 04:40:10] "GET /instance-ip/0179dea0-292d-4a9b-bd9d-f8eedd526c23 HTTP/1.1" 200 1638 0.021371 10.0.0.177 - - [2026-08-17 04:40:10] "POST /fqname-to-id HTTP/1.1" 403 354 0.019711 10.0.0.177 - - [2026-08-17 04:40:10] "GET / HTTP/1.1" 200 35931 0.001823 10.0.0.177 - - [2026-08-17 04:40:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.177 - - [2026-08-17 04:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.026737 10.0.0.177 - - [2026-08-17 04:40:11] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005295 10.0.0.177 - - [2026-08-17 04:40:11] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023656 10.0.0.177 - - [2026-08-17 04:40:11] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019932 10.0.0.177 - - [2026-08-17 04:40:11] "POST /fqname-to-id HTTP/1.1" 403 354 0.016581 10.0.0.177 - - [2026-08-17 04:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.177 - - [2026-08-17 04:40:11] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004727 10.0.0.177 - - [2026-08-17 04:40:11] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024450 10.0.0.177 - - [2026-08-17 04:40:11] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.027669 10.0.0.177 - - [2026-08-17 04:40:11] "POST /fqname-to-id HTTP/1.1" 403 354 0.018871 10.0.0.177 - - [2026-08-17 04:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.177 - - [2026-08-17 04:40:11] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005241 10.0.0.177 - - [2026-08-17 04:40:11] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027262 10.0.0.177 - - [2026-08-17 04:40:12] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.023377 10.0.0.177 - - [2026-08-17 04:40:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.016406 10.0.0.177 - - [2026-08-17 04:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.177 - - [2026-08-17 04:40:12] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006638 10.0.0.177 - - [2026-08-17 04:40:12] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025120 10.0.0.177 - - [2026-08-17 04:40:12] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.028035 10.0.0.177 - - [2026-08-17 04:40:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.020416 10.0.0.177 - - [2026-08-17 04:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.177 - - [2026-08-17 04:40:12] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004432 10.0.0.177 - - [2026-08-17 04:40:12] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022975 10.0.0.177 - - [2026-08-17 04:40:12] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.024212 10.0.0.177 - - [2026-08-17 04:40:13] "POST /neutron/port HTTP/1.1" 200 1123 0.018438 10.0.0.177 - - [2026-08-17 04:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.018706 10.0.0.177 - - [2026-08-17 04:40:15] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.022210 10.0.0.177 - - [2026-08-17 04:40:17] "POST /fqname-to-id HTTP/1.1" 403 354 0.018195 10.0.0.177 - - [2026-08-17 04:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.177 - - [2026-08-17 04:40:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003945 10.0.0.177 - - [2026-08-17 04:40:17] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022372 10.0.0.177 - - [2026-08-17 04:40:17] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.023217 10.0.0.177 - - [2026-08-17 04:40:17] "POST /fqname-to-id HTTP/1.1" 403 354 0.019552 10.0.0.177 - - [2026-08-17 04:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.177 - - [2026-08-17 04:40:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004104 10.0.0.177 - - [2026-08-17 04:40:17] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.028098 10.0.0.177 - - [2026-08-17 04:40:18] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.021954 10.0.0.177 - - [2026-08-17 04:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.017161 10.0.0.177 - - [2026-08-17 04:40:18] "GET /routing-instance/b1d8f334-d78b-49fb-9a26-570668327315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.020786 10.0.0.177 - - [2026-08-17 04:40:18] "POST /fqname-to-id HTTP/1.1" 403 354 0.017127 10.0.0.177 - - [2026-08-17 04:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.177 - - [2026-08-17 04:40:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005771 10.0.0.177 - - [2026-08-17 04:40:18] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024090 10.0.0.177 - - [2026-08-17 04:40:18] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.038935 10.0.0.177 - - [2026-08-17 04:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.028443 10.0.0.177 - - [2026-08-17 04:40:18] "GET /routing-instance/b1d8f334-d78b-49fb-9a26-570668327315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.019522 10.0.0.177 - - [2026-08-17 04:40:18] "GET /virtual-machine-interface/4f098028-1eb9-44c9-b0bf-93af74f623f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.022353 10.0.0.177 - - [2026-08-17 04:40:18] "GET /virtual-machine-interface/4f098028-1eb9-44c9-b0bf-93af74f623f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.023855 10.0.0.38 - - [2026-08-17 04:40:18] "GET /obj-perms HTTP/1.1" 403 257 0.015165 10.0.0.177 - - [2026-08-17 04:40:18] "GET /virtual-machine-interface/4f098028-1eb9-44c9-b0bf-93af74f623f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.025649 10.0.0.177 - - [2026-08-17 04:40:18] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.024919 10.0.0.38 - - [2026-08-17 04:40:18] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020304 10.0.0.177 - - [2026-08-17 04:40:19] "GET /obj-perms HTTP/1.1" 403 257 0.041458 10.0.0.190 - - [2026-08-17 04:40:19] "GET /obj-perms HTTP/1.1" 200 4483 0.004381 10.0.0.177 - - [2026-08-17 04:40:19] "GET /obj-perms HTTP/1.1" 403 257 0.017313 10.0.0.177 - - [2026-08-17 04:40:20] "GET /obj-perms HTTP/1.1" 403 257 0.034188 10.0.0.177 - - [2026-08-17 04:40:20] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.030620 10.0.0.190 - - [2026-08-17 04:40:20] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.028059 10.0.0.177 - - [2026-08-17 04:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.018921 10.0.0.38 - - [2026-08-17 04:40:20] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001314 10.0.0.177 - - [2026-08-17 04:40:20] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.087234 10.0.0.177 - - [2026-08-17 04:40:20] "GET /virtual-network/b21752eb-d03c-4045-86e0-30d82bd119aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.022758 10.0.0.177 - - [2026-08-17 04:40:20] "GET /floating-ip-pools?parent_id=b21752eb-d03c-4045-86e0-30d82bd119aa&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.020236 10.0.0.177 - - [2026-08-17 04:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.018121 10.0.0.177 - - [2026-08-17 04:40:20] "GET /floating-ip-pool/5d14e374-2ca6-4a06-a450-3b1dfb3e71d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.020388 10.0.0.38 - - [2026-08-17 04:40:20] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001689 10.0.0.177 - - [2026-08-17 04:40:20] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.086056 10.0.0.177 - - [2026-08-17 04:40:20] "POST /floating-ips HTTP/1.1" 200 616 0.080390 10.0.0.177 - - [2026-08-17 04:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.018931 10.0.0.177 - - [2026-08-17 04:40:20] "GET /floating-ip/e5d1d4f5-42d6-424c-90f7-09e7924353d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.020009 10.0.0.177 - - [2026-08-17 04:40:21] "GET /floating-ip/e5d1d4f5-42d6-424c-90f7-09e7924353d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.019130 10.0.0.177 - - [2026-08-17 04:40:21] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018226 10.0.0.177 - - [2026-08-17 04:40:21] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.019318 10.0.0.177 - - [2026-08-17 04:40:21] "GET /virtual-machine-interface/4f098028-1eb9-44c9-b0bf-93af74f623f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.023458 10.0.0.177 - - [2026-08-17 04:40:21] "POST /ref-update HTTP/1.1" 200 156 0.028672 10.0.0.177 - - [2026-08-17 04:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.016565 10.0.0.177 - - [2026-08-17 04:40:21] "GET /routing-instance/20c42bac-85c8-4378-aa99-477e4c884e3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030054 10.0.0.177 - - [2026-08-17 04:40:21] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.020464 10.0.0.177 - - [2026-08-17 04:40:21] "POST /neutron/security_group HTTP/1.1" 200 542 0.044499 10.0.0.177 - - [2026-08-17 04:40:22] "POST /neutron/port HTTP/1.1" 200 1113 0.087815 10.0.0.177 - - [2026-08-17 04:40:22] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 200 1292 0.019948 10.0.0.177 - - [2026-08-17 04:40:22] "GET /virtual-machine-interface/4f098028-1eb9-44c9-b0bf-93af74f623f5 HTTP/1.1" 200 3585 0.024069 10.0.0.177 - - [2026-08-17 04:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.017989 10.0.0.177 - - [2026-08-17 04:40:22] "GET /security-group/eb3805f3-123b-4d7f-becd-b9188d5d34db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.019466 10.0.0.177 - - [2026-08-17 04:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.017370 10.0.0.177 - - [2026-08-17 04:40:22] "GET /security-group/eb3805f3-123b-4d7f-becd-b9188d5d34db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.016569 10.0.0.177 - - [2026-08-17 04:40:22] "DELETE /floating-ip/e5d1d4f5-42d6-424c-90f7-09e7924353d4 HTTP/1.1" 200 115 0.089837 10.0.0.177 - - [2026-08-17 04:40:22] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 200 1292 0.021894 10.0.0.177 - - [2026-08-17 04:40:24] "POST /neutron/port HTTP/1.1" 200 1164 0.023653 10.0.0.177 - - [2026-08-17 04:40:24] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 200 1292 0.020778 10.0.0.177 - - [2026-08-17 04:40:26] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 404 171 0.016278 10.0.0.177 - - [2026-08-17 04:40:27] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 404 171 0.017246 10.0.0.177 - - [2026-08-17 04:40:27] "GET /virtual-machine/2e82434c-f404-4295-92d1-8c0ec29de887 HTTP/1.1" 404 171 0.012338 10.0.0.177 - - [2026-08-17 04:40:27] "POST /fqname-to-id HTTP/1.1" 403 354 0.033901 10.0.0.177 - - [2026-08-17 04:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.177 - - [2026-08-17 04:40:27] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003683 10.0.0.177 - - [2026-08-17 04:40:27] "GET /virtual-networks?parent_id=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.029492 10.0.0.177 - - [2026-08-17 04:40:27] "GET /virtual-network/19c3ad2e-8317-4046-973b-247a2213e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.025585 10.0.0.177 - - [2026-08-17 04:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.024144 10.0.0.177 - - [2026-08-17 04:40:27] "GET /routing-instance/b1d8f334-d78b-49fb-9a26-570668327315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.026567 10.0.0.177 - - [2026-08-17 04:40:27] "GET /obj-perms HTTP/1.1" 403 257 0.014068 10.0.0.177 - - [2026-08-17 04:40:28] "GET /obj-perms HTTP/1.1" 403 257 0.034146 10.0.0.177 - - [2026-08-17 04:40:34] "GET /obj-perms HTTP/1.1" 200 4483 0.005048 10.0.0.190 - - [2026-08-17 04:40:34] "GET /obj-perms HTTP/1.1" 200 4483 0.004169 10.0.0.177 - - [2026-08-17 04:40:43] "GET /obj-perms HTTP/1.1" 200 4483 0.004849 10.0.0.190 - - [2026-08-17 04:40:43] "GET /obj-perms HTTP/1.1" 200 4483 0.004156 10.0.0.38 - - [2026-08-17 04:40:43] "GET /obj-perms HTTP/1.1" 200 4483 0.004201 10.0.0.177 - - [2026-08-17 04:40:43] "POST /neutron/security_group HTTP/1.1" 200 568 0.017561 10.0.0.177 - - [2026-08-17 04:40:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.048519 10.0.0.190 - - [2026-08-17 04:40:43] "DELETE /access-control-list/977084da-56c7-423b-a8ea-fb02b338edd6 HTTP/1.1" 200 115 0.054316 10.0.0.38 - - [2026-08-17 04:40:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005135 10.0.0.38 - - [2026-08-17 04:40:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007065 10.0.0.177 - - [2026-08-17 04:40:44] "POST /neutron/network HTTP/1.1" 200 151 0.183792 10.0.0.177 - - [2026-08-17 04:40:44] "DELETE /api-access-list/d24e083e-afb9-4316-9f7e-30b545de0285 HTTP/1.1" 200 115 0.055979 10.0.0.190 - - [2026-08-17 04:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005315 10.0.0.177 - - [2026-08-17 04:40:46] "GET /api-access-list/65a124af-af17-4133-9786-1c132807fcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004475 10.0.0.177 - - [2026-08-17 04:40:46] "PUT /api-access-list/65a124af-af17-4133-9786-1c132807fcd0 HTTP/1.1" 200 264 0.012498 10.0.0.38 - - [2026-08-17 04:40:47] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.177 - - [2026-08-17 04:40:47] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.114701 10.0.0.38 - - [2026-08-17 04:40:47] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.177 - - [2026-08-17 04:40:47] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?fields=virtual_networks HTTP/1.1" 200 1034 0.056592 10.0.0.38 - - [2026-08-17 04:40:47] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.177 - - [2026-08-17 04:40:47] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.050663 10.0.0.38 - - [2026-08-17 04:40:47] "GET /projects?obj_uuids=c335a6a1-b624-4c60-bf42-edae073ee0b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001646 10.0.0.177 - - [2026-08-17 04:40:47] "GET /project/c335a6a1-b624-4c60-bf42-edae073ee0b8?fields=security_groups HTTP/1.1" 200 1260 0.042897 10.0.0.38 - - [2026-08-17 04:40:48] "GET /projects?obj_uuids=38f2d47a-4d2b-4755-b0bf-580f1498ad5e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001296 10.0.0.177 - - [2026-08-17 04:40:48] "GET /project/38f2d47a-4d2b-4755-b0bf-580f1498ad5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.052103 10.0.0.177 - - [2026-08-17 04:40:48] "GET /obj-perms HTTP/1.1" 200 4509 0.061731 [Introspect:8084]10.0.0.177 - - [2026-08-17 04:40:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001497 10.0.0.177 - - [2026-08-17 04:40:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.029666 10.0.0.38 - - [2026-08-17 04:40:51] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003847 10.0.0.38 - - [2026-08-17 04:40:51] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001398 10.0.0.38 - - [2026-08-17 04:40:51] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035157 10.0.0.38 - - [2026-08-17 04:40:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.003561 10.0.0.38 - - [2026-08-17 04:40:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.007822 10.0.0.38 - - [2026-08-17 04:40:52] "POST /security-groups HTTP/1.1" 200 592 0.032041 10.0.0.38 - - [2026-08-17 04:40:52] "POST /projects HTTP/1.1" 200 587 0.262288 10.0.0.190 - - [2026-08-17 04:40:52] "POST /access-control-lists HTTP/1.1" 200 597 0.036562 10.0.0.38 - - [2026-08-17 04:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.340347 10.0.0.177 - - [2026-08-17 04:40:52] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.535699 10.0.0.177 - - [2026-08-17 04:40:53] "GET / HTTP/1.1" 200 35931 0.002337 10.0.0.177 - - [2026-08-17 04:40:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000643 10.0.0.177 - - [2026-08-17 04:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.057630 10.0.0.38 - - [2026-08-17 04:40:55] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.177 - - [2026-08-17 04:40:55] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048306 10.0.0.177 - - [2026-08-17 04:40:56] "POST /neutron/network HTTP/1.1" 200 117 0.031762 10.0.0.190 - - [2026-08-17 04:40:56] "POST /route-targets HTTP/1.1" 200 327 0.018450 10.0.0.177 - - [2026-08-17 04:40:56] "POST /neutron/network HTTP/1.1" 200 825 0.008982 10.0.0.177 - - [2026-08-17 04:40:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001160 10.0.0.177 - - [2026-08-17 04:40:56] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005757 10.0.0.177 - - [2026-08-17 04:40:56] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008169 10.0.0.177 - - [2026-08-17 04:40:56] "POST /neutron/subnet HTTP/1.1" 200 716 0.009604 10.0.0.177 - - [2026-08-17 04:40:57] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006596 10.0.0.190 - - [2026-08-17 04:40:58] "GET /obj-perms HTTP/1.1" 200 4485 0.047705 10.0.0.177 - - [2026-08-17 04:40:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001472 10.0.0.177 - - [2026-08-17 04:40:59] "POST /neutron/port HTTP/1.1" 200 117 0.006559 10.0.0.177 - - [2026-08-17 04:40:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001463 10.0.0.177 - - [2026-08-17 04:40:59] "POST /neutron/network HTTP/1.1" 200 835 0.007123 10.0.0.38 - - [2026-08-17 04:40:59] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.177 - - [2026-08-17 04:40:59] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.084945 10.0.0.177 - - [2026-08-17 04:41:00] "POST /neutron/port HTTP/1.1" 200 117 0.007973 10.0.0.38 - - [2026-08-17 04:41:03] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001080 10.0.0.177 - - [2026-08-17 04:41:04] "POST /neutron/port HTTP/1.1" 200 1059 0.373452 10.0.0.38 - - [2026-08-17 04:41:04] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001268 10.0.0.177 - - [2026-08-17 04:41:04] "POST /neutron/port HTTP/1.1" 200 1059 0.420244 10.0.0.177 - - [2026-08-17 04:41:04] "POST /neutron/port HTTP/1.1" 200 1059 0.038282 10.0.0.177 - - [2026-08-17 04:41:05] "POST /neutron/port HTTP/1.1" 200 1123 0.023784 10.0.0.177 - - [2026-08-17 04:41:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.023525 10.0.0.177 - - [2026-08-17 04:41:05] "POST /neutron/network HTTP/1.1" 200 825 0.007579 10.0.0.177 - - [2026-08-17 04:41:05] "POST /neutron/subnet HTTP/1.1" 200 690 0.010408 10.0.0.190 - - [2026-08-17 04:41:07] "DELETE /access-control-list/e569c58b-917f-4e6f-9a29-4e61d3748164 HTTP/1.1" 200 115 0.057680 10.0.0.177 - - [2026-08-17 04:41:10] "POST /neutron/port HTTP/1.1" 200 1123 0.025512 10.0.0.177 - - [2026-08-17 04:41:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007590 10.0.0.38 - - [2026-08-17 04:41:16] "DELETE /project/99b16a26affd40da86aef0a90884492c HTTP/1.1" 404 173 0.005080 10.0.0.38 - - [2026-08-17 04:41:16] "DELETE /project/c335a6a1-b624-4c60-bf42-edae073ee0b8 HTTP/1.1" 404 177 0.004462 10.0.0.177 - - [2026-08-17 04:41:25] "POST /neutron/port HTTP/1.1" 200 1123 0.018611 10.0.0.177 - - [2026-08-17 04:41:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008405 10.0.0.177 - - [2026-08-17 04:41:25] "GET /virtual-machine/cc391964-8fc2-40a4-920e-9fc8a7ae8215 HTTP/1.1" 401 293 0.000478 10.0.0.177 - - [2026-08-17 04:41:26] "GET /virtual-machine/cc391964-8fc2-40a4-920e-9fc8a7ae8215 HTTP/1.1" 200 1294 0.033800 10.0.0.177 - - [2026-08-17 04:41:26] "GET /virtual-machine-interface/d3d50da6-68e7-413f-a1e9-2f04d22f98e4 HTTP/1.1" 200 2950 0.006454 10.0.0.177 - - [2026-08-17 04:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.177 - - [2026-08-17 04:41:26] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003896 10.0.0.177 - - [2026-08-17 04:41:26] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003978 10.0.0.177 - - [2026-08-17 04:41:26] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006548 10.0.0.177 - - [2026-08-17 04:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006042 10.0.0.177 - - [2026-08-17 04:41:29] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008084 10.0.0.177 - - [2026-08-17 04:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.177 - - [2026-08-17 04:41:33] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005841 10.0.0.177 - - [2026-08-17 04:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.177 - - [2026-08-17 04:41:37] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006759 10.0.0.177 - - [2026-08-17 04:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.177 - - [2026-08-17 04:41:41] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008084 10.0.0.177 - - [2026-08-17 04:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.177 - - [2026-08-17 04:41:45] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005899 10.0.0.177 - - [2026-08-17 04:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.177 - - [2026-08-17 04:41:49] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006087 10.0.0.177 - - [2026-08-17 04:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.177 - - [2026-08-17 04:41:52] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004329 10.0.0.177 - - [2026-08-17 04:41:52] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002938 10.0.0.177 - - [2026-08-17 04:41:52] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006304 10.0.0.177 - - [2026-08-17 04:41:52] "POST /neutron/port HTTP/1.1" 200 1123 0.018055 10.0.0.177 - - [2026-08-17 04:41:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.024365 10.0.0.177 - - [2026-08-17 04:41:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008930 10.0.0.177 - - [2026-08-17 04:41:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007356 10.0.0.177 - - [2026-08-17 04:41:58] "POST /neutron/subnet HTTP/1.1" 200 690 0.009594 10.0.0.177 - - [2026-08-17 04:42:00] "POST /neutron/port HTTP/1.1" 200 1123 0.020664 10.0.0.177 - - [2026-08-17 04:42:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004597 10.0.0.177 - - [2026-08-17 04:42:02] "POST /neutron/network HTTP/1.1" 200 825 0.007468 10.0.0.177 - - [2026-08-17 04:42:02] "POST /neutron/port HTTP/1.1" 200 1123 0.037954 10.0.0.177 - - [2026-08-17 04:42:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007970 10.0.0.177 - - [2026-08-17 04:42:02] "GET /virtual-machine/454dd7a9-3e3b-44b8-9d1e-bdc4f113462a HTTP/1.1" 200 1293 0.006555 10.0.0.177 - - [2026-08-17 04:42:02] "GET /virtual-machine-interface/65b7f99e-00ce-433b-82d2-9eb769c1f9f5 HTTP/1.1" 200 2948 0.005746 10.0.0.177 - - [2026-08-17 04:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.177 - - [2026-08-17 04:42:02] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004421 10.0.0.177 - - [2026-08-17 04:42:02] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002898 10.0.0.177 - - [2026-08-17 04:42:03] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009643 10.0.0.177 - - [2026-08-17 04:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.177 - - [2026-08-17 04:42:04] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004103 10.0.0.177 - - [2026-08-17 04:42:04] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003414 10.0.0.177 - - [2026-08-17 04:42:04] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006659 10.0.0.38 - - [2026-08-17 04:42:50] "GET /obj-perms HTTP/1.1" 200 4509 0.044803 10.0.0.177 - - [2026-08-17 04:42:59] "POST /neutron/port HTTP/1.1" 200 1123 0.020268 10.0.0.177 - - [2026-08-17 04:43:00] "POST /neutron/subnet HTTP/1.1" 200 690 0.009751 10.0.0.177 - - [2026-08-17 04:43:00] "POST /neutron/port HTTP/1.1" 200 1123 0.021835 10.0.0.177 - - [2026-08-17 04:43:01] "POST /neutron/subnet HTTP/1.1" 200 690 0.010553 10.0.0.177 - - [2026-08-17 04:43:13] "POST /neutron/port HTTP/1.1" 200 1123 0.020401 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-machine/cc391964-8fc2-40a4-920e-9fc8a7ae8215 HTTP/1.1" 200 1294 0.005527 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-machine-interface/d3d50da6-68e7-413f-a1e9-2f04d22f98e4 HTTP/1.1" 200 2950 0.005838 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-machine/cc391964-8fc2-40a4-920e-9fc8a7ae8215 HTTP/1.1" 200 1294 0.003913 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-machine-interface/d3d50da6-68e7-413f-a1e9-2f04d22f98e4 HTTP/1.1" 200 2950 0.006267 10.0.0.177 - - [2026-08-17 04:43:13] "GET /instance-ip/bcda28b7-4f04-4b4e-99f2-283bdd0f3901 HTTP/1.1" 200 1622 0.006351 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-machine/cc391964-8fc2-40a4-920e-9fc8a7ae8215 HTTP/1.1" 200 1294 0.003853 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-machine-interface/d3d50da6-68e7-413f-a1e9-2f04d22f98e4 HTTP/1.1" 200 2950 0.006742 10.0.0.177 - - [2026-08-17 04:43:13] "GET /instance-ip/bcda28b7-4f04-4b4e-99f2-283bdd0f3901 HTTP/1.1" 200 1622 0.005843 10.0.0.177 - - [2026-08-17 04:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.177 - - [2026-08-17 04:43:13] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004439 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003517 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007229 10.0.0.177 - - [2026-08-17 04:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.177 - - [2026-08-17 04:43:13] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003712 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006756 10.0.0.177 - - [2026-08-17 04:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.177 - - [2026-08-17 04:43:13] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005389 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003742 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006919 10.0.0.177 - - [2026-08-17 04:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.177 - - [2026-08-17 04:43:13] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004658 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003511 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007060 10.0.0.177 - - [2026-08-17 04:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.177 - - [2026-08-17 04:43:13] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004456 10.0.0.177 - - [2026-08-17 04:43:13] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004853 10.0.0.177 - - [2026-08-17 04:43:14] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007512 10.0.0.177 - - [2026-08-17 04:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.177 - - [2026-08-17 04:43:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005305 10.0.0.177 - - [2026-08-17 04:43:14] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003682 10.0.0.177 - - [2026-08-17 04:43:14] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006414 10.0.0.177 - - [2026-08-17 04:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.177 - - [2026-08-17 04:43:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004856 10.0.0.177 - - [2026-08-17 04:43:14] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003578 10.0.0.177 - - [2026-08-17 04:43:14] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006498 10.0.0.177 - - [2026-08-17 04:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.177 - - [2026-08-17 04:43:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008238 10.0.0.177 - - [2026-08-17 04:43:14] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004128 10.0.0.177 - - [2026-08-17 04:43:14] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006190 10.0.0.177 - - [2026-08-17 04:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.177 - - [2026-08-17 04:43:14] "GET /routing-instance/8d01c468-b435-45e6-a2a8-20573c320129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.007020 10.0.0.177 - - [2026-08-17 04:43:14] "GET /route-target/5560ced8-51b8-4258-b4f1-23a8cc27f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005124 10.0.0.177 - - [2026-08-17 04:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.177 - - [2026-08-17 04:43:14] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004094 10.0.0.177 - - [2026-08-17 04:43:14] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003543 10.0.0.177 - - [2026-08-17 04:43:14] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006654 10.0.0.177 - - [2026-08-17 04:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.177 - - [2026-08-17 04:43:14] "GET /routing-instance/8d01c468-b435-45e6-a2a8-20573c320129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004772 10.0.0.177 - - [2026-08-17 04:43:15] "GET /route-target/5560ced8-51b8-4258-b4f1-23a8cc27f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004822 10.0.0.177 - - [2026-08-17 04:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.177 - - [2026-08-17 04:43:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005076 10.0.0.177 - - [2026-08-17 04:43:15] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003964 10.0.0.177 - - [2026-08-17 04:43:15] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006841 10.0.0.177 - - [2026-08-17 04:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.177 - - [2026-08-17 04:43:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005112 10.0.0.177 - - [2026-08-17 04:43:15] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004137 10.0.0.177 - - [2026-08-17 04:43:15] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006974 10.0.0.177 - - [2026-08-17 04:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.177 - - [2026-08-17 04:43:15] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004959 10.0.0.177 - - [2026-08-17 04:43:15] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003520 10.0.0.177 - - [2026-08-17 04:43:15] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006301 10.0.0.177 - - [2026-08-17 04:43:15] "GET /obj-perms HTTP/1.1" 200 4485 0.043873 10.0.0.177 - - [2026-08-17 04:43:15] "GET /obj-perms HTTP/1.1" 200 4485 0.009590 10.0.0.38 - - [2026-08-17 04:43:15] "GET /obj-perms HTTP/1.1" 200 4485 0.064550 10.0.0.177 - - [2026-08-17 04:43:16] "GET /obj-perms HTTP/1.1" 200 4485 0.004657 10.0.0.38 - - [2026-08-17 04:43:16] "GET /obj-perms HTTP/1.1" 200 4485 0.005155 10.0.0.177 - - [2026-08-17 04:43:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009161 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-machine/454dd7a9-3e3b-44b8-9d1e-bdc4f113462a HTTP/1.1" 200 1293 0.005213 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-machine-interface/65b7f99e-00ce-433b-82d2-9eb769c1f9f5 HTTP/1.1" 200 2948 0.063998 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-machine/454dd7a9-3e3b-44b8-9d1e-bdc4f113462a HTTP/1.1" 200 1293 0.004325 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-machine-interface/65b7f99e-00ce-433b-82d2-9eb769c1f9f5 HTTP/1.1" 200 2948 0.005936 10.0.0.177 - - [2026-08-17 04:43:16] "GET /instance-ip/04f33a19-83a0-499c-919a-c79dd178ea39 HTTP/1.1" 200 1620 0.007972 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-machine/454dd7a9-3e3b-44b8-9d1e-bdc4f113462a HTTP/1.1" 200 1293 0.004846 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-machine-interface/65b7f99e-00ce-433b-82d2-9eb769c1f9f5 HTTP/1.1" 200 2948 0.006878 10.0.0.177 - - [2026-08-17 04:43:16] "GET /instance-ip/04f33a19-83a0-499c-919a-c79dd178ea39 HTTP/1.1" 200 1620 0.005322 10.0.0.177 - - [2026-08-17 04:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.177 - - [2026-08-17 04:43:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004995 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003300 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006500 10.0.0.177 - - [2026-08-17 04:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.177 - - [2026-08-17 04:43:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005047 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003532 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006639 10.0.0.177 - - [2026-08-17 04:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.177 - - [2026-08-17 04:43:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004591 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004436 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007700 10.0.0.177 - - [2026-08-17 04:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.177 - - [2026-08-17 04:43:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005003 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004003 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006277 10.0.0.177 - - [2026-08-17 04:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.177 - - [2026-08-17 04:43:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004769 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003513 10.0.0.177 - - [2026-08-17 04:43:16] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007119 10.0.0.177 - - [2026-08-17 04:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.177 - - [2026-08-17 04:43:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004577 10.0.0.177 - - [2026-08-17 04:43:17] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004595 10.0.0.177 - - [2026-08-17 04:43:17] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007364 10.0.0.177 - - [2026-08-17 04:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.177 - - [2026-08-17 04:43:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005036 10.0.0.177 - - [2026-08-17 04:43:17] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003282 10.0.0.177 - - [2026-08-17 04:43:17] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006343 10.0.0.177 - - [2026-08-17 04:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.177 - - [2026-08-17 04:43:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004995 10.0.0.177 - - [2026-08-17 04:43:17] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003133 10.0.0.177 - - [2026-08-17 04:43:17] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006972 10.0.0.177 - - [2026-08-17 04:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.177 - - [2026-08-17 04:43:17] "GET /routing-instance/8d01c468-b435-45e6-a2a8-20573c320129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004904 10.0.0.177 - - [2026-08-17 04:43:17] "GET /route-target/5560ced8-51b8-4258-b4f1-23a8cc27f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005274 10.0.0.177 - - [2026-08-17 04:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.177 - - [2026-08-17 04:43:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004406 10.0.0.177 - - [2026-08-17 04:43:17] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003548 10.0.0.177 - - [2026-08-17 04:43:17] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006908 10.0.0.177 - - [2026-08-17 04:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.177 - - [2026-08-17 04:43:17] "GET /routing-instance/8d01c468-b435-45e6-a2a8-20573c320129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004947 10.0.0.177 - - [2026-08-17 04:43:17] "GET /route-target/5560ced8-51b8-4258-b4f1-23a8cc27f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004853 10.0.0.177 - - [2026-08-17 04:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.177 - - [2026-08-17 04:43:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005098 10.0.0.177 - - [2026-08-17 04:43:18] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004109 10.0.0.177 - - [2026-08-17 04:43:18] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007724 10.0.0.177 - - [2026-08-17 04:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.177 - - [2026-08-17 04:43:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004656 10.0.0.177 - - [2026-08-17 04:43:18] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003549 10.0.0.177 - - [2026-08-17 04:43:18] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006773 10.0.0.177 - - [2026-08-17 04:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005592 10.0.0.177 - - [2026-08-17 04:43:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004937 10.0.0.177 - - [2026-08-17 04:43:18] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004014 10.0.0.177 - - [2026-08-17 04:43:18] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008131 10.0.0.177 - - [2026-08-17 04:43:18] "GET /obj-perms HTTP/1.1" 200 4485 0.004049 10.0.0.38 - - [2026-08-17 04:43:18] "GET /obj-perms HTTP/1.1" 200 4485 0.004179 10.0.0.190 - - [2026-08-17 04:43:18] "GET /obj-perms HTTP/1.1" 200 4485 0.005346 10.0.0.177 - - [2026-08-17 04:43:18] "GET /obj-perms HTTP/1.1" 200 4485 0.004073 10.0.0.177 - - [2026-08-17 04:43:23] "GET /virtual-machine/454dd7a9-3e3b-44b8-9d1e-bdc4f113462a HTTP/1.1" 200 1293 0.004844 10.0.0.177 - - [2026-08-17 04:43:25] "GET /virtual-machine/454dd7a9-3e3b-44b8-9d1e-bdc4f113462a HTTP/1.1" 200 1293 0.004524 10.0.0.177 - - [2026-08-17 04:43:25] "POST /neutron/port HTTP/1.1" 200 151 0.260180 10.0.0.177 - - [2026-08-17 04:43:27] "GET /virtual-machine/454dd7a9-3e3b-44b8-9d1e-bdc4f113462a HTTP/1.1" 404 171 0.003587 10.0.0.177 - - [2026-08-17 04:43:27] "GET /virtual-machine/454dd7a9-3e3b-44b8-9d1e-bdc4f113462a HTTP/1.1" 404 171 0.004007 10.0.0.177 - - [2026-08-17 04:43:27] "GET /virtual-machine/454dd7a9-3e3b-44b8-9d1e-bdc4f113462a HTTP/1.1" 404 171 0.003876 10.0.0.177 - - [2026-08-17 04:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005672 10.0.0.177 - - [2026-08-17 04:43:27] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004672 10.0.0.177 - - [2026-08-17 04:43:27] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004000 10.0.0.177 - - [2026-08-17 04:43:27] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006537 10.0.0.177 - - [2026-08-17 04:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.177 - - [2026-08-17 04:43:27] "GET /routing-instance/8d01c468-b435-45e6-a2a8-20573c320129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005341 10.0.0.177 - - [2026-08-17 04:43:27] "GET /route-target/5560ced8-51b8-4258-b4f1-23a8cc27f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005124 10.0.0.190 - - [2026-08-17 04:43:28] "GET /obj-perms HTTP/1.1" 200 4485 0.004398 10.0.0.177 - - [2026-08-17 04:43:31] "GET /obj-perms HTTP/1.1" 200 4485 0.004585 10.0.0.190 - - [2026-08-17 04:43:37] "GET /obj-perms HTTP/1.1" 200 4485 0.005488 10.0.0.177 - - [2026-08-17 04:43:40] "GET /obj-perms HTTP/1.1" 200 4485 0.004169 10.0.0.177 - - [2026-08-17 04:43:43] "GET /obj-perms HTTP/1.1" 200 4485 0.004483 10.0.0.190 - - [2026-08-17 04:43:43] "GET /obj-perms HTTP/1.1" 200 4485 0.004249 10.0.0.177 - - [2026-08-17 04:43:43] "GET /virtual-machine/cc391964-8fc2-40a4-920e-9fc8a7ae8215 HTTP/1.1" 200 1294 0.004323 10.0.0.177 - - [2026-08-17 04:43:45] "GET /virtual-machine/cc391964-8fc2-40a4-920e-9fc8a7ae8215 HTTP/1.1" 200 1294 0.005363 10.0.0.177 - - [2026-08-17 04:43:45] "POST /neutron/port HTTP/1.1" 200 151 0.245170 10.0.0.38 - - [2026-08-17 04:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000546 10.0.0.38 - - [2026-08-17 04:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.177 - - [2026-08-17 04:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.177 - - [2026-08-17 04:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.190 - - [2026-08-17 04:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.190 - - [2026-08-17 04:43:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.38 - - [2026-08-17 04:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.38 - - [2026-08-17 04:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.177 - - [2026-08-17 04:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.177 - - [2026-08-17 04:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.177 - - [2026-08-17 04:43:47] "GET /virtual-machine/cc391964-8fc2-40a4-920e-9fc8a7ae8215 HTTP/1.1" 404 171 0.003982 10.0.0.177 - - [2026-08-17 04:43:47] "GET /virtual-machine/cc391964-8fc2-40a4-920e-9fc8a7ae8215 HTTP/1.1" 404 171 0.003129 10.0.0.177 - - [2026-08-17 04:43:47] "GET /virtual-machine/cc391964-8fc2-40a4-920e-9fc8a7ae8215 HTTP/1.1" 404 171 0.003210 10.0.0.190 - - [2026-08-17 04:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.190 - - [2026-08-17 04:43:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.177 - - [2026-08-17 04:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.177 - - [2026-08-17 04:43:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006169 10.0.0.177 - - [2026-08-17 04:43:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.009495 10.0.0.177 - - [2026-08-17 04:43:47] "GET /virtual-network/d0522b7f-2349-4849-8659-d7ac1bf99821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006838 10.0.0.177 - - [2026-08-17 04:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.177 - - [2026-08-17 04:43:47] "GET /routing-instance/8d01c468-b435-45e6-a2a8-20573c320129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004933 10.0.0.177 - - [2026-08-17 04:43:48] "GET /route-target/5560ced8-51b8-4258-b4f1-23a8cc27f54c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005405 10.0.0.38 - - [2026-08-17 04:43:48] "GET /obj-perms HTTP/1.1" 200 4485 0.004148 10.0.0.177 - - [2026-08-17 04:43:51] "GET /obj-perms HTTP/1.1" 200 4485 0.004008 10.0.0.38 - - [2026-08-17 04:43:57] "GET /obj-perms HTTP/1.1" 200 4485 0.005082 10.0.0.177 - - [2026-08-17 04:44:00] "GET /obj-perms HTTP/1.1" 200 4485 0.004457 10.0.0.177 - - [2026-08-17 04:44:03] "GET /obj-perms HTTP/1.1" 200 4485 0.003973 10.0.0.38 - - [2026-08-17 04:44:03] "GET /obj-perms HTTP/1.1" 200 4485 0.004261 10.0.0.177 - - [2026-08-17 04:44:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.003661 10.0.0.177 - - [2026-08-17 04:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.38 - - [2026-08-17 04:44:06] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.177 - - [2026-08-17 04:44:06] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045811 10.0.0.177 - - [2026-08-17 04:44:06] "POST /network-policys HTTP/1.1" 200 522 0.033628 10.0.0.177 - - [2026-08-17 04:44:06] "GET /network-policy/006fb7fc-6d96-4362-9beb-8d4d4a9745bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006896 10.0.0.177 - - [2026-08-17 04:44:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.003266 10.0.0.177 - - [2026-08-17 04:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.38 - - [2026-08-17 04:44:06] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001360 10.0.0.177 - - [2026-08-17 04:44:07] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049869 10.0.0.177 - - [2026-08-17 04:44:07] "POST /network-policys HTTP/1.1" 200 522 0.040568 10.0.0.177 - - [2026-08-17 04:44:07] "GET /network-policy/c5f486b0-18c8-4204-b384-19b02ebc1588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006652 10.0.0.177 - - [2026-08-17 04:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.38 - - [2026-08-17 04:44:07] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001269 10.0.0.177 - - [2026-08-17 04:44:07] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.064714 10.0.0.177 - - [2026-08-17 04:44:07] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009789 10.0.0.177 - - [2026-08-17 04:44:07] "POST /virtual-networks HTTP/1.1" 200 546 0.099845 10.0.0.177 - - [2026-08-17 04:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005612 10.0.0.190 - - [2026-08-17 04:44:07] "POST /route-targets HTTP/1.1" 200 327 0.017646 10.0.0.177 - - [2026-08-17 04:44:07] "GET /network-ipam/acec54e2-8e8c-4f7a-afe2-da341e907021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.007814 10.0.0.38 - - [2026-08-17 04:44:07] "POST /useragent-kv HTTP/1.1" 200 115 0.010413 10.0.0.177 - - [2026-08-17 04:44:07] "POST /ref-update HTTP/1.1" 200 156 0.097342 10.0.0.177 - - [2026-08-17 04:44:07] "POST /neutron/network HTTP/1.1" 200 809 0.007759 10.0.0.177 - - [2026-08-17 04:44:07] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005901 10.0.0.177 - - [2026-08-17 04:44:07] "POST /neutron/subnet HTTP/1.1" 200 672 0.011286 10.0.0.177 - - [2026-08-17 04:44:08] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006345 10.0.0.190 - - [2026-08-17 04:44:08] "GET /obj-perms HTTP/1.1" 200 4485 0.004114 10.0.0.177 - - [2026-08-17 04:44:08] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006835 10.0.0.177 - - [2026-08-17 04:44:08] "PUT /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7 HTTP/1.1" 200 264 0.054629 10.0.0.177 - - [2026-08-17 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.177 - - [2026-08-17 04:44:08] "GET /network-policy/006fb7fc-6d96-4362-9beb-8d4d4a9745bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004451 10.0.0.177 - - [2026-08-17 04:44:08] "POST /ref-update HTTP/1.1" 200 156 0.074814 10.0.0.190 - - [2026-08-17 04:44:08] "POST /access-control-lists HTTP/1.1" 200 592 0.058186 10.0.0.177 - - [2026-08-17 04:44:08] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008038 10.0.0.177 - - [2026-08-17 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.177 - - [2026-08-17 04:44:08] "GET /network-policy/006fb7fc-6d96-4362-9beb-8d4d4a9745bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004408 10.0.0.177 - - [2026-08-17 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.38 - - [2026-08-17 04:44:08] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001145 10.0.0.177 - - [2026-08-17 04:44:08] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.058256 10.0.0.177 - - [2026-08-17 04:44:08] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004054 10.0.0.177 - - [2026-08-17 04:44:09] "POST /virtual-networks HTTP/1.1" 200 546 0.088848 10.0.0.177 - - [2026-08-17 04:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.177 - - [2026-08-17 04:44:09] "GET /network-ipam/acec54e2-8e8c-4f7a-afe2-da341e907021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004971 10.0.0.38 - - [2026-08-17 04:44:09] "POST /useragent-kv HTTP/1.1" 200 115 0.009381 10.0.0.177 - - [2026-08-17 04:44:09] "POST /ref-update HTTP/1.1" 200 156 0.091056 10.0.0.177 - - [2026-08-17 04:44:09] "POST /neutron/network HTTP/1.1" 200 809 0.008647 10.0.0.177 - - [2026-08-17 04:44:09] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006083 10.0.0.177 - - [2026-08-17 04:44:09] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007724 10.0.0.177 - - [2026-08-17 04:44:10] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007372 10.0.0.177 - - [2026-08-17 04:44:10] "PUT /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235 HTTP/1.1" 200 264 0.059567 10.0.0.177 - - [2026-08-17 04:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.177 - - [2026-08-17 04:44:10] "GET /network-policy/c5f486b0-18c8-4204-b384-19b02ebc1588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004630 10.0.0.190 - - [2026-08-17 04:44:10] "POST /fqname-to-id HTTP/1.1" 404 237 0.003110 10.0.0.177 - - [2026-08-17 04:44:10] "POST /ref-update HTTP/1.1" 200 156 0.072634 10.0.0.177 - - [2026-08-17 04:44:10] "POST /neutron/network HTTP/1.1" 200 886 0.016665 10.0.0.177 - - [2026-08-17 04:44:10] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.012278 10.0.0.177 - - [2026-08-17 04:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006632 10.0.0.177 - - [2026-08-17 04:44:10] "GET /network-policy/c5f486b0-18c8-4204-b384-19b02ebc1588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004727 10.0.0.177 - - [2026-08-17 04:44:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001276 10.0.0.177 - - [2026-08-17 04:44:10] "POST /neutron/port HTTP/1.1" 200 117 0.007150 10.0.0.177 - - [2026-08-17 04:44:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001426 10.0.0.177 - - [2026-08-17 04:44:11] "POST /neutron/network HTTP/1.1" 200 896 0.008402 10.0.0.177 - - [2026-08-17 04:44:11] "POST /neutron/port HTTP/1.1" 200 117 0.006800 10.0.0.38 - - [2026-08-17 04:44:15] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.177 - - [2026-08-17 04:44:15] "POST /neutron/port HTTP/1.1" 200 1061 0.327659 10.0.0.177 - - [2026-08-17 04:44:15] "POST /neutron/port HTTP/1.1" 200 1115 0.129496 10.0.0.177 - - [2026-08-17 04:44:16] "POST /neutron/port HTTP/1.1" 200 1061 0.018484 10.0.0.177 - - [2026-08-17 04:44:16] "POST /neutron/port HTTP/1.1" 200 1125 0.021213 10.0.0.177 - - [2026-08-17 04:44:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004423 10.0.0.177 - - [2026-08-17 04:44:16] "POST /neutron/network HTTP/1.1" 200 886 0.010778 10.0.0.177 - - [2026-08-17 04:44:17] "POST /neutron/subnet HTTP/1.1" 200 646 0.010385 10.0.0.177 - - [2026-08-17 04:44:21] "POST /neutron/port HTTP/1.1" 200 1125 0.020802 10.0.0.177 - - [2026-08-17 04:44:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011076 10.0.0.177 - - [2026-08-17 04:44:37] "POST /neutron/port HTTP/1.1" 200 1125 0.024029 10.0.0.177 - - [2026-08-17 04:44:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008457 10.0.0.177 - - [2026-08-17 04:44:37] "GET /virtual-machine/f63d9a36-d3c2-464d-8ae2-150fac3a34d5 HTTP/1.1" 200 1294 0.006880 10.0.0.177 - - [2026-08-17 04:44:37] "GET /virtual-machine-interface/7b99b402-0b4d-4b9f-8aa3-2617ad8035dd HTTP/1.1" 200 2948 0.006528 10.0.0.177 - - [2026-08-17 04:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.177 - - [2026-08-17 04:44:37] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005252 10.0.0.177 - - [2026-08-17 04:44:37] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004118 10.0.0.177 - - [2026-08-17 04:44:37] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006467 10.0.0.177 - - [2026-08-17 04:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.177 - - [2026-08-17 04:44:40] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006442 10.0.0.177 - - [2026-08-17 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.177 - - [2026-08-17 04:44:44] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009022 10.0.0.177 - - [2026-08-17 04:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.177 - - [2026-08-17 04:44:48] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006364 10.0.0.38 - - [2026-08-17 04:44:52] "GET /obj-perms HTTP/1.1" 200 4509 0.044253 10.0.0.177 - - [2026-08-17 04:44:52] "GET /obj-perms HTTP/1.1" 200 4509 0.047343 10.0.0.177 - - [2026-08-17 04:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.177 - - [2026-08-17 04:44:52] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008530 10.0.0.177 - - [2026-08-17 04:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.177 - - [2026-08-17 04:44:56] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006299 10.0.0.177 - - [2026-08-17 04:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.177 - - [2026-08-17 04:45:01] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006397 10.0.0.177 - - [2026-08-17 04:45:01] "POST /neutron/port HTTP/1.1" 200 1125 0.021918 10.0.0.177 - - [2026-08-17 04:45:02] "POST /neutron/port HTTP/1.1" 200 1125 0.023097 10.0.0.177 - - [2026-08-17 04:45:03] "POST /neutron/subnet HTTP/1.1" 200 646 0.011418 10.0.0.177 - - [2026-08-17 04:45:03] "POST /neutron/network HTTP/1.1" 200 896 0.008274 10.0.0.177 - - [2026-08-17 04:45:03] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.177 - - [2026-08-17 04:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.177 - - [2026-08-17 04:45:05] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004139 10.0.0.177 - - [2026-08-17 04:45:05] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003753 10.0.0.177 - - [2026-08-17 04:45:05] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007763 10.0.0.177 - - [2026-08-17 04:45:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009236 10.0.0.177 - - [2026-08-17 04:45:10] "POST /neutron/port HTTP/1.1" 200 1125 0.021150 10.0.0.177 - - [2026-08-17 04:45:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008407 10.0.0.177 - - [2026-08-17 04:45:15] "POST /neutron/port HTTP/1.1" 200 1125 0.017791 10.0.0.177 - - [2026-08-17 04:45:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009415 10.0.0.177 - - [2026-08-17 04:45:16] "GET /virtual-machine/38237a6c-a4a8-47b3-a5a7-29e1532b317c HTTP/1.1" 200 1293 0.006020 10.0.0.177 - - [2026-08-17 04:45:16] "GET /virtual-machine-interface/1af3d973-3d9e-4bfa-be99-44383d13acea HTTP/1.1" 200 2949 0.007004 10.0.0.177 - - [2026-08-17 04:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.177 - - [2026-08-17 04:45:16] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004086 10.0.0.177 - - [2026-08-17 04:45:16] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004097 10.0.0.177 - - [2026-08-17 04:45:16] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006903 10.0.0.177 - - [2026-08-17 04:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.177 - - [2026-08-17 04:45:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004520 10.0.0.177 - - [2026-08-17 04:45:17] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004348 10.0.0.177 - - [2026-08-17 04:45:17] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006262 10.0.0.190 - - [2026-08-17 04:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.022073 10.0.0.177 - - [2026-08-17 04:46:01] "POST /neutron/network HTTP/1.1" 200 896 0.007286 10.0.0.177 - - [2026-08-17 04:46:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004990 10.0.0.177 - - [2026-08-17 04:46:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.012546 10.0.0.177 - - [2026-08-17 04:46:01] "POST /neutron/port HTTP/1.1" 200 117 0.001632 10.0.0.177 - - [2026-08-17 04:46:01] "POST /neutron/network HTTP/1.1" 200 886 0.009500 10.0.0.177 - - [2026-08-17 04:46:01] "POST /neutron/port HTTP/1.1" 200 1125 0.025111 10.0.0.177 - - [2026-08-17 04:46:02] "POST /neutron/port HTTP/1.1" 200 1125 0.021568 10.0.0.177 - - [2026-08-17 04:46:03] "POST /neutron/network HTTP/1.1" 200 896 0.008132 10.0.0.177 - - [2026-08-17 04:46:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004797 10.0.0.177 - - [2026-08-17 04:46:03] "POST /neutron/subnet HTTP/1.1" 200 646 0.014853 10.0.0.177 - - [2026-08-17 04:46:03] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.177 - - [2026-08-17 04:46:03] "POST /neutron/network HTTP/1.1" 200 886 0.008069 ++ 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: =================== Mon Aug 17 04:46:34 AM UTC 2026 ===================' INFO: =================== Mon Aug 17 04:46:34 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=enp1s0 ++++ [[ enp1s0 == \l\o ]] ++++ echo enp1s0 +++ local nic=enp1s0 +++ get_ip_for_nic enp1s0 +++ local nic=enp1s0 +++ cut -d / -f 1 +++ get_cidr_for_nic enp1s0 +++ command -v ip +++ local nic=enp1s0 +++ ip addr show dev enp1s0 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ 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.177,10.0.0.190,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.177:8081 10.0.0.190:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.177:8081 10.0.0.190:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.177:8081 10.0.0.190:8081 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.177:9042 10.0.0.190:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.177:8086 10.0.0.190:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.177:8086 10.0.0.190:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.177:8086 10.0.0.190:8086 10.0.0.38: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.177,10.0.0.190,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.177:8082 10.0.0.190:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.177:8082 10.0.0.190:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.177:8082 10.0.0.190:8082 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.177:9161 10.0.0.190:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.177:9161 10.0.0.190:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.177:9161 10.0.0.190:9161 10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.177:9041 10.0.0.190:9041 10.0.0.38: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.254,10.20.0.14,10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+=10.0.0.177:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+=10.0.0.190:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.177:2181,10.0.0.190:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.177:2181,10.0.0.190:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.177:2181,10.0.0.190:2181,10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.177:2181 10.0.0.190:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+=10.0.0.177:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+=10.0.0.190:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.177:5673,10.0.0.190:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.177:5673,10.0.0.190:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.177:5673,10.0.0.190:5673,10.0.0.38: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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.177:6379 10.0.0.190:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.177:6379 10.0.0.190:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.177:6379 10.0.0.190:6379 10.0.0.38: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.177,10.0.0.190,10.0.0.38 ++ 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.177 +++ local server_address=10.0.0.177 +++ extended_server_list+='10.0.0.177:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.190 +++ local server_address=10.0.0.190 +++ extended_server_list+='10.0.0.190:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.177:9092 10.0.0.190:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.177:9092 10.0.0.190:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.177:9092 10.0.0.190:9092 10.0.0.38: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.177 ++ 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.177,10.0.0.190,10.0.0.38 ++ 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.177,10.0.0.190,10.0.0.38 ++ 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.177,10.0.0.190,10.0.0.38 ++ cut -d , -f 1 + local cassandra=10.0.0.177 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.177 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.177,10.0.0.190,10.0.0.38 +++ local servers=10.0.0.177,10.0.0.190,10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq +++ cut -d ' ' -f 1 ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , +++ local local_ips=,10.0.0.38,10.20.0.25,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.177'\''))' +++ local server_ip=10.0.0.177 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.177 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.177, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.190'\''))' +++ local server_ip=10.0.0.190 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.190 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.190, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 3 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + [[ cql == \c\q\l ]] ++ echo 10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.177:9041 10.0.0.190:9041 10.0.0.38:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.38: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: 08/17/2026 04:46:43.254 7faa3ffce300 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/17/2026 04:46:43.416 7faa3ffce300 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/17/2026 04:46:43.429 7faa3ffce300 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/17/2026 04:46:43.429 7faa3ffce300 [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.38:8082/ Hit Ctrl-C to quit. 10.0.0.38 - - [2026-08-17 04:46:44] "GET / HTTP/1.1" 503 181 0.000312 10.0.0.38 - - [2026-08-17 04:46:44] "GET / HTTP/1.1" 503 181 0.000173 [Introspect:8084]10.0.0.177 - - [2026-08-17 04:46:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3226 0.001639 10.0.0.38 - - [2026-08-17 04:46:45] "GET / HTTP/1.1" 200 45871 0.001497 10.0.0.38 - - [2026-08-17 04:46:45] "GET / HTTP/1.1" 200 45871 0.001038 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.38 - - [2026-08-17 04:46:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000612 10.0.0.38 - - [2026-08-17 04:46:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000264 10.0.0.38 - - [2026-08-17 04:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.776109 10.0.0.38 - - [2026-08-17 04:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.38 - - [2026-08-17 04:46:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.422537 10.0.0.38 - - [2026-08-17 04:46:46] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003639 /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.38 - - [2026-08-17 04:46:46] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001045 10.0.0.38 - - [2026-08-17 04:46:46] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.060163 10.0.0.38 - - [2026-08-17 04:46:46] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001518 10.0.0.38 - - [2026-08-17 04:46:47] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?fields=security_groups HTTP/1.1" 200 1089 0.051210 10.0.0.38 - - [2026-08-17 04:46:47] "GET /projects?obj_uuids=87445b8a-19d4-4574-a46b-33e442331ff5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001049 10.0.0.38 - - [2026-08-17 04:46:47] "GET /project/87445b8a-19d4-4574-a46b-33e442331ff5?fields=application_policy_sets HTTP/1.1" 200 1382 0.059333 10.0.0.38 - - [2026-08-17 04:46:47] "DELETE /project/87445b8a-19d4-4574-a46b-33e442331ff5 HTTP/1.1" 409 278 0.278911 [Introspect:8084]10.0.0.177 - - [2026-08-17 04:46:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001266 [Introspect:8084]10.0.0.177 - - [2026-08-17 04:46:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.002047 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.177 - - [2026-08-17 04:46:51] "GET /obj-perms HTTP/1.1" 200 4485 0.428120 10.0.0.177 - - [2026-08-17 04:46:51] "GET /obj-perms HTTP/1.1" 200 4485 0.004339 10.0.0.177 - - [2026-08-17 04:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.025081 10.0.0.38 - - [2026-08-17 04:46:51] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000987 10.0.0.177 - - [2026-08-17 04:46:51] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046328 10.0.0.177 - - [2026-08-17 04:46:51] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003792 10.0.0.177 - - [2026-08-17 04:46:51] "POST /virtual-networks HTTP/1.1" 200 546 0.095467 10.0.0.177 - - [2026-08-17 04:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.177 - - [2026-08-17 04:46:52] "GET /network-ipam/acec54e2-8e8c-4f7a-afe2-da341e907021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004797 10.0.0.38 - - [2026-08-17 04:46:52] "POST /useragent-kv HTTP/1.1" 200 115 0.009974 10.0.0.177 - - [2026-08-17 04:46:52] "POST /ref-update HTTP/1.1" 200 156 0.096388 10.0.0.177 - - [2026-08-17 04:46:52] "POST /neutron/network HTTP/1.1" 200 809 0.044911 10.0.0.177 - - [2026-08-17 04:46:52] "GET /virtual-network/b72fff2f-606c-4fb8-9a5c-779e0a51474c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006337 10.0.0.177 - - [2026-08-17 04:46:52] "POST /neutron/subnet HTTP/1.1" 200 672 0.013667 10.0.0.190 - - [2026-08-17 04:46:52] "POST /route-targets HTTP/1.1" 200 327 0.051266 10.0.0.177 - - [2026-08-17 04:46:52] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007195 10.0.0.190 - - [2026-08-17 04:46:53] "GET /obj-perms HTTP/1.1" 200 4485 0.041060 10.0.0.177 - - [2026-08-17 04:46:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001504 10.0.0.177 - - [2026-08-17 04:46:53] "POST /neutron/network HTTP/1.1" 200 896 0.008877 10.0.0.38 - - [2026-08-17 04:46:53] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001324 10.0.0.177 - - [2026-08-17 04:46:53] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.064144 10.0.0.177 - - [2026-08-17 04:46:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008143 10.0.0.177 - - [2026-08-17 04:46:54] "GET /obj-perms HTTP/1.1" 200 4509 0.078953 10.0.0.177 - - [2026-08-17 04:46:58] "POST /neutron/network HTTP/1.1" 200 896 0.008875 10.0.0.177 - - [2026-08-17 04:46:58] "POST /neutron/port HTTP/1.1" 200 1061 0.042407 10.0.0.177 - - [2026-08-17 04:46:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009595 10.0.0.177 - - [2026-08-17 04:47:00] "POST /neutron/subnet HTTP/1.1" 200 646 0.010459 10.0.0.177 - - [2026-08-17 04:47:01] "POST /neutron/port HTTP/1.1" 200 1125 0.041555 10.0.0.177 - - [2026-08-17 04:47:02] "POST /neutron/port HTTP/1.1" 200 1125 0.023658 10.0.0.177 - - [2026-08-17 04:47:03] "POST /neutron/subnet HTTP/1.1" 200 646 0.011878 10.0.0.177 - - [2026-08-17 04:47:03] "POST /neutron/network HTTP/1.1" 200 896 0.007672 10.0.0.177 - - [2026-08-17 04:47:03] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.177 - - [2026-08-17 04:47:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008363 10.0.0.177 - - [2026-08-17 04:47:14] "POST /neutron/port HTTP/1.1" 200 1125 0.020723 10.0.0.177 - - [2026-08-17 04:47:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007918 10.0.0.177 - - [2026-08-17 04:47:24] "POST /neutron/port HTTP/1.1" 200 1125 0.018296 10.0.0.177 - - [2026-08-17 04:47:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008164 10.0.0.177 - - [2026-08-17 04:47:24] "GET /virtual-machine/16068a26-6a27-43d3-9170-95f444ae69f7 HTTP/1.1" 200 1293 0.024359 10.0.0.177 - - [2026-08-17 04:47:24] "GET /virtual-machine/16068a26-6a27-43d3-9170-95f444ae69f7 HTTP/1.1" 200 1293 0.005201 10.0.0.177 - - [2026-08-17 04:47:24] "GET /virtual-machine-interface/8fcb1afe-fbcd-4d10-a5a5-acff7ab57c44 HTTP/1.1" 200 2950 0.006120 10.0.0.177 - - [2026-08-17 04:47:24] "GET /virtual-machine/16068a26-6a27-43d3-9170-95f444ae69f7 HTTP/1.1" 200 1293 0.003828 10.0.0.177 - - [2026-08-17 04:47:24] "GET /virtual-machine-interface/8fcb1afe-fbcd-4d10-a5a5-acff7ab57c44 HTTP/1.1" 200 2950 0.006572 10.0.0.177 - - [2026-08-17 04:47:24] "GET /instance-ip/fe8fda3d-018c-41a8-93cb-bc944f8ce2f0 HTTP/1.1" 200 1624 0.007389 10.0.0.177 - - [2026-08-17 04:47:24] "GET /virtual-machine/16068a26-6a27-43d3-9170-95f444ae69f7 HTTP/1.1" 200 1293 0.005050 10.0.0.177 - - [2026-08-17 04:47:24] "GET /virtual-machine-interface/8fcb1afe-fbcd-4d10-a5a5-acff7ab57c44 HTTP/1.1" 200 2950 0.011332 10.0.0.177 - - [2026-08-17 04:47:24] "GET /instance-ip/fe8fda3d-018c-41a8-93cb-bc944f8ce2f0 HTTP/1.1" 200 1624 0.005307 10.0.0.177 - - [2026-08-17 04:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.177 - - [2026-08-17 04:47:24] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006675 10.0.0.177 - - [2026-08-17 04:47:24] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004024 10.0.0.177 - - [2026-08-17 04:47:24] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006803 10.0.0.177 - - [2026-08-17 04:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.177 - - [2026-08-17 04:47:24] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006025 10.0.0.177 - - [2026-08-17 04:47:24] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003744 10.0.0.177 - - [2026-08-17 04:47:25] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006099 10.0.0.177 - - [2026-08-17 04:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.177 - - [2026-08-17 04:47:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004265 10.0.0.177 - - [2026-08-17 04:47:25] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003364 10.0.0.177 - - [2026-08-17 04:47:25] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006260 10.0.0.177 - - [2026-08-17 04:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.177 - - [2026-08-17 04:47:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004326 10.0.0.177 - - [2026-08-17 04:47:25] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003541 10.0.0.177 - - [2026-08-17 04:47:25] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006599 10.0.0.177 - - [2026-08-17 04:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.177 - - [2026-08-17 04:47:25] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004435 10.0.0.177 - - [2026-08-17 04:47:25] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003763 10.0.0.177 - - [2026-08-17 04:47:25] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008173 10.0.0.177 - - [2026-08-17 04:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.177 - - [2026-08-17 04:47:28] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006786 10.0.0.177 - - [2026-08-17 04:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.177 - - [2026-08-17 04:47:32] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007720 10.0.0.177 - - [2026-08-17 04:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.177 - - [2026-08-17 04:47:36] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005775 10.0.0.177 - - [2026-08-17 04:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.177 - - [2026-08-17 04:47:40] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006676 10.0.0.177 - - [2026-08-17 04:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.177 - - [2026-08-17 04:47:44] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005831 10.0.0.177 - - [2026-08-17 04:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.177 - - [2026-08-17 04:47:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004267 10.0.0.177 - - [2026-08-17 04:47:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003561 10.0.0.177 - - [2026-08-17 04:47:47] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006753 10.0.0.177 - - [2026-08-17 04:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007000 10.0.0.177 - - [2026-08-17 04:47:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004672 10.0.0.177 - - [2026-08-17 04:47:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003688 10.0.0.177 - - [2026-08-17 04:47:47] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007042 10.0.0.177 - - [2026-08-17 04:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011209 10.0.0.177 - - [2026-08-17 04:47:47] "GET /routing-instance/b3c02f83-4850-44f6-9189-6e8a4a17153c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.024925 10.0.0.177 - - [2026-08-17 04:47:47] "GET /route-target/363b95a1-021f-4d50-8bd5-9dfa89df83d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005125 10.0.0.177 - - [2026-08-17 04:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.177 - - [2026-08-17 04:47:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004129 10.0.0.177 - - [2026-08-17 04:47:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003508 10.0.0.177 - - [2026-08-17 04:47:47] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006248 10.0.0.177 - - [2026-08-17 04:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.177 - - [2026-08-17 04:47:47] "GET /routing-instance/b3c02f83-4850-44f6-9189-6e8a4a17153c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005064 10.0.0.177 - - [2026-08-17 04:47:47] "GET /route-target/363b95a1-021f-4d50-8bd5-9dfa89df83d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003736 10.0.0.177 - - [2026-08-17 04:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.177 - - [2026-08-17 04:47:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004988 10.0.0.177 - - [2026-08-17 04:47:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003549 10.0.0.177 - - [2026-08-17 04:47:47] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007312 10.0.0.177 - - [2026-08-17 04:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.177 - - [2026-08-17 04:47:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003804 10.0.0.177 - - [2026-08-17 04:47:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003730 10.0.0.177 - - [2026-08-17 04:47:48] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006929 10.0.0.177 - - [2026-08-17 04:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.177 - - [2026-08-17 04:47:48] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004799 10.0.0.177 - - [2026-08-17 04:47:48] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003655 10.0.0.177 - - [2026-08-17 04:47:48] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006299 10.0.0.38 - - [2026-08-17 04:47:48] "GET /obj-perms HTTP/1.1" 200 4485 0.041698 10.0.0.177 - - [2026-08-17 04:47:48] "GET /obj-perms HTTP/1.1" 200 4485 0.004953 10.0.0.38 - - [2026-08-17 04:47:48] "GET /obj-perms HTTP/1.1" 200 4485 0.004518 10.0.0.177 - - [2026-08-17 04:47:48] "GET /obj-perms HTTP/1.1" 200 4485 0.004874 10.0.0.177 - - [2026-08-17 04:47:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001659 10.0.0.177 - - [2026-08-17 04:47:48] "POST /neutron/port HTTP/1.1" 200 3070 0.027940 10.0.0.177 - - [2026-08-17 04:47:49] "POST /neutron/network HTTP/1.1" 200 886 0.030083 10.0.0.177 - - [2026-08-17 04:47:49] "POST /neutron/port HTTP/1.1" 200 117 0.006457 10.0.0.177 - - [2026-08-17 04:47:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.027752 10.0.0.177 - - [2026-08-17 04:47:53] "POST /neutron/port HTTP/1.1" 200 1061 0.021042 10.0.0.177 - - [2026-08-17 04:47:54] "POST /neutron/port HTTP/1.1" 200 1125 0.022488 10.0.0.38 - - [2026-08-17 04:47:55] "GET /obj-perms HTTP/1.1" 200 4509 0.045306 10.0.0.177 - - [2026-08-17 04:47:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004897 10.0.0.177 - - [2026-08-17 04:47:55] "POST /neutron/network HTTP/1.1" 200 886 0.008173 10.0.0.177 - - [2026-08-17 04:48:02] "POST /neutron/port HTTP/1.1" 200 1125 0.018460 10.0.0.177 - - [2026-08-17 04:48:04] "POST /neutron/network HTTP/1.1" 200 896 0.007547 10.0.0.177 - - [2026-08-17 04:48:04] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.177 - - [2026-08-17 04:48:04] "POST /neutron/port HTTP/1.1" 200 1125 0.027451 10.0.0.177 - - [2026-08-17 04:48:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004604 10.0.0.177 - - [2026-08-17 04:48:05] "POST /neutron/network HTTP/1.1" 200 886 0.009417 10.0.0.177 - - [2026-08-17 04:48:14] "POST /neutron/port HTTP/1.1" 200 1125 0.019333 10.0.0.177 - - [2026-08-17 04:48:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.038743 10.0.0.177 - - [2026-08-17 04:48:20] "POST /neutron/port HTTP/1.1" 200 1125 0.019928 10.0.0.177 - - [2026-08-17 04:48:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009579 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-machine/2d18df46-b3cc-4755-8b08-dc8a73bb4c0f HTTP/1.1" 200 1293 0.007627 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-machine/2d18df46-b3cc-4755-8b08-dc8a73bb4c0f HTTP/1.1" 200 1293 0.026016 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-machine-interface/a3e6f29d-bbc1-413d-8ebe-daeec77c697b HTTP/1.1" 200 2950 0.007606 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-machine/2d18df46-b3cc-4755-8b08-dc8a73bb4c0f HTTP/1.1" 200 1293 0.004911 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-machine-interface/a3e6f29d-bbc1-413d-8ebe-daeec77c697b HTTP/1.1" 200 2950 0.005898 10.0.0.177 - - [2026-08-17 04:48:20] "GET /instance-ip/6fff33a7-dbed-4152-b242-9ef08c060c86 HTTP/1.1" 200 1623 0.008079 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-machine/2d18df46-b3cc-4755-8b08-dc8a73bb4c0f HTTP/1.1" 200 1293 0.004670 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-machine-interface/a3e6f29d-bbc1-413d-8ebe-daeec77c697b HTTP/1.1" 200 2950 0.006762 10.0.0.177 - - [2026-08-17 04:48:20] "GET /instance-ip/6fff33a7-dbed-4152-b242-9ef08c060c86 HTTP/1.1" 200 1623 0.004882 10.0.0.177 - - [2026-08-17 04:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.177 - - [2026-08-17 04:48:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003808 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003293 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007006 10.0.0.177 - - [2026-08-17 04:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.177 - - [2026-08-17 04:48:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005973 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003748 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006071 10.0.0.177 - - [2026-08-17 04:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.177 - - [2026-08-17 04:48:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004377 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003295 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008012 10.0.0.177 - - [2026-08-17 04:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.177 - - [2026-08-17 04:48:20] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004486 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004063 10.0.0.177 - - [2026-08-17 04:48:20] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007019 10.0.0.177 - - [2026-08-17 04:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.177 - - [2026-08-17 04:48:21] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004685 10.0.0.177 - - [2026-08-17 04:48:21] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003706 10.0.0.177 - - [2026-08-17 04:48:21] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006380 10.0.0.177 - - [2026-08-17 04:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.177 - - [2026-08-17 04:48:24] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006020 10.0.0.177 - - [2026-08-17 04:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.177 - - [2026-08-17 04:48:28] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005969 10.0.0.177 - - [2026-08-17 04:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.177 - - [2026-08-17 04:48:32] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006256 10.0.0.177 - - [2026-08-17 04:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.177 - - [2026-08-17 04:48:36] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006524 10.0.0.177 - - [2026-08-17 04:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.177 - - [2026-08-17 04:48:40] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005744 10.0.0.177 - - [2026-08-17 04:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.177 - - [2026-08-17 04:48:44] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005920 10.0.0.38 - - [2026-08-17 04:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.38 - - [2026-08-17 04:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.177 - - [2026-08-17 04:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.177 - - [2026-08-17 04:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.190 - - [2026-08-17 04:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000603 10.0.0.190 - - [2026-08-17 04:48:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000615 10.0.0.177 - - [2026-08-17 04:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.177 - - [2026-08-17 04:48:46] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005072 10.0.0.177 - - [2026-08-17 04:48:46] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004086 10.0.0.177 - - [2026-08-17 04:48:46] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006101 10.0.0.177 - - [2026-08-17 04:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.177 - - [2026-08-17 04:48:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003780 10.0.0.177 - - [2026-08-17 04:48:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004005 10.0.0.177 - - [2026-08-17 04:48:47] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006069 10.0.0.177 - - [2026-08-17 04:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.177 - - [2026-08-17 04:48:47] "GET /routing-instance/14b11130-7cb1-4ef0-8cb3-97dac82b56cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004643 10.0.0.177 - - [2026-08-17 04:48:47] "GET /route-target/3df17595-579a-4e8a-b880-a1417d91e182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004143 10.0.0.38 - - [2026-08-17 04:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.38 - - [2026-08-17 04:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.177 - - [2026-08-17 04:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.177 - - [2026-08-17 04:48:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004543 10.0.0.177 - - [2026-08-17 04:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000300 10.0.0.177 - - [2026-08-17 04:48:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003112 10.0.0.177 - - [2026-08-17 04:48:47] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006210 10.0.0.177 - - [2026-08-17 04:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.177 - - [2026-08-17 04:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.001147 10.0.0.177 - - [2026-08-17 04:48:47] "GET /routing-instance/14b11130-7cb1-4ef0-8cb3-97dac82b56cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004632 10.0.0.177 - - [2026-08-17 04:48:47] "GET /route-target/3df17595-579a-4e8a-b880-a1417d91e182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003967 10.0.0.177 - - [2026-08-17 04:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.177 - - [2026-08-17 04:48:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004578 10.0.0.177 - - [2026-08-17 04:48:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003462 10.0.0.177 - - [2026-08-17 04:48:47] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007223 10.0.0.190 - - [2026-08-17 04:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.177 - - [2026-08-17 04:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.177 - - [2026-08-17 04:48:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004053 10.0.0.177 - - [2026-08-17 04:48:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003316 10.0.0.190 - - [2026-08-17 04:48:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.177 - - [2026-08-17 04:48:47] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006441 10.0.0.177 - - [2026-08-17 04:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.177 - - [2026-08-17 04:48:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005427 10.0.0.177 - - [2026-08-17 04:48:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003543 10.0.0.177 - - [2026-08-17 04:48:47] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007912 10.0.0.177 - - [2026-08-17 04:48:47] "GET /obj-perms HTTP/1.1" 200 4485 0.005238 10.0.0.177 - - [2026-08-17 04:48:48] "GET /obj-perms HTTP/1.1" 200 4485 0.003985 10.0.0.38 - - [2026-08-17 04:48:48] "GET /obj-perms HTTP/1.1" 200 4485 0.004059 10.0.0.177 - - [2026-08-17 04:48:48] "GET /obj-perms HTTP/1.1" 200 4485 0.004012 10.0.0.190 - - [2026-08-17 04:48:48] "GET /obj-perms HTTP/1.1" 200 4485 0.066412 10.0.0.177 - - [2026-08-17 04:48:48] "GET /virtual-machine/16068a26-6a27-43d3-9170-95f444ae69f7 HTTP/1.1" 200 1293 0.004843 10.0.0.177 - - [2026-08-17 04:48:48] "GET /virtual-machine-interface/8fcb1afe-fbcd-4d10-a5a5-acff7ab57c44 HTTP/1.1" 200 2950 0.006482 10.0.0.177 - - [2026-08-17 04:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.177 - - [2026-08-17 04:48:48] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003607 10.0.0.177 - - [2026-08-17 04:48:48] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003016 10.0.0.177 - - [2026-08-17 04:48:48] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006204 10.0.0.177 - - [2026-08-17 04:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.177 - - [2026-08-17 04:48:49] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004318 10.0.0.177 - - [2026-08-17 04:48:49] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003525 10.0.0.177 - - [2026-08-17 04:48:49] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006313 10.0.0.177 - - [2026-08-17 04:48:49] "GET /virtual-machine/2d18df46-b3cc-4755-8b08-dc8a73bb4c0f HTTP/1.1" 200 1293 0.004820 10.0.0.177 - - [2026-08-17 04:48:49] "GET /virtual-machine-interface/a3e6f29d-bbc1-413d-8ebe-daeec77c697b HTTP/1.1" 200 2950 0.006572 10.0.0.177 - - [2026-08-17 04:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.177 - - [2026-08-17 04:48:49] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004322 10.0.0.177 - - [2026-08-17 04:48:49] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003586 10.0.0.177 - - [2026-08-17 04:48:49] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007227 10.0.0.177 - - [2026-08-17 04:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.177 - - [2026-08-17 04:48:51] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004547 10.0.0.177 - - [2026-08-17 04:48:51] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003527 10.0.0.177 - - [2026-08-17 04:48:51] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006215 10.0.0.177 - - [2026-08-17 04:48:51] "POST /neutron/port HTTP/1.1" 200 1125 0.021941 10.0.0.177 - - [2026-08-17 04:48:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007747 10.0.0.177 - - [2026-08-17 04:49:05] "POST /neutron/port HTTP/1.1" 200 1125 0.020288 10.0.0.177 - - [2026-08-17 04:49:06] "POST /neutron/subnet HTTP/1.1" 200 646 0.009796 10.0.0.177 - - [2026-08-17 04:49:06] "POST /neutron/port HTTP/1.1" 200 1125 0.018358 10.0.0.177 - - [2026-08-17 04:49:07] "POST /neutron/subnet HTTP/1.1" 200 646 0.011146 10.0.0.177 - - [2026-08-17 04:49:43] "GET /virtual-machine/2d18df46-b3cc-4755-8b08-dc8a73bb4c0f HTTP/1.1" 200 1293 0.004483 10.0.0.177 - - [2026-08-17 04:49:44] "POST /neutron/port HTTP/1.1" 200 1125 0.021075 10.0.0.177 - - [2026-08-17 04:49:45] "GET /virtual-machine/2d18df46-b3cc-4755-8b08-dc8a73bb4c0f HTTP/1.1" 200 1293 0.004321 10.0.0.177 - - [2026-08-17 04:49:47] "GET /virtual-machine/2d18df46-b3cc-4755-8b08-dc8a73bb4c0f HTTP/1.1" 404 171 0.003475 10.0.0.177 - - [2026-08-17 04:49:47] "GET /virtual-machine/2d18df46-b3cc-4755-8b08-dc8a73bb4c0f HTTP/1.1" 404 171 0.003062 10.0.0.177 - - [2026-08-17 04:49:47] "GET /virtual-machine/2d18df46-b3cc-4755-8b08-dc8a73bb4c0f HTTP/1.1" 404 171 0.002925 10.0.0.177 - - [2026-08-17 04:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.177 - - [2026-08-17 04:49:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003829 10.0.0.177 - - [2026-08-17 04:49:47] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003283 10.0.0.177 - - [2026-08-17 04:49:47] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006205 10.0.0.177 - - [2026-08-17 04:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.177 - - [2026-08-17 04:49:47] "GET /routing-instance/14b11130-7cb1-4ef0-8cb3-97dac82b56cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005086 10.0.0.177 - - [2026-08-17 04:49:47] "GET /route-target/3df17595-579a-4e8a-b880-a1417d91e182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004314 10.0.0.177 - - [2026-08-17 04:49:47] "GET /obj-perms HTTP/1.1" 200 4485 0.003847 10.0.0.177 - - [2026-08-17 04:49:50] "GET /obj-perms HTTP/1.1" 200 4485 0.004153 10.0.0.177 - - [2026-08-17 04:49:56] "GET /obj-perms HTTP/1.1" 200 4509 0.047630 10.0.0.177 - - [2026-08-17 04:50:00] "GET /obj-perms HTTP/1.1" 200 4485 0.005187 10.0.0.177 - - [2026-08-17 04:50:03] "GET /obj-perms HTTP/1.1" 200 4485 0.004216 10.0.0.177 - - [2026-08-17 04:50:05] "POST /neutron/port HTTP/1.1" 200 1125 0.022586 10.0.0.177 - - [2026-08-17 04:50:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004442 10.0.0.177 - - [2026-08-17 04:50:07] "POST /neutron/network HTTP/1.1" 200 886 0.008795 10.0.0.177 - - [2026-08-17 04:50:09] "GET /obj-perms HTTP/1.1" 200 4485 0.004387 10.0.0.177 - - [2026-08-17 04:50:12] "GET /obj-perms HTTP/1.1" 200 4485 0.004589 10.0.0.190 - - [2026-08-17 04:50:12] "GET /obj-perms HTTP/1.1" 200 4485 0.004637 10.0.0.38 - - [2026-08-17 04:50:12] "GET /obj-perms HTTP/1.1" 200 4485 0.004063 10.0.0.177 - - [2026-08-17 04:50:12] "GET /virtual-machine/16068a26-6a27-43d3-9170-95f444ae69f7 HTTP/1.1" 200 1293 0.004729 10.0.0.177 - - [2026-08-17 04:50:14] "GET /virtual-machine/16068a26-6a27-43d3-9170-95f444ae69f7 HTTP/1.1" 200 1293 0.004404 10.0.0.177 - - [2026-08-17 04:50:14] "POST /neutron/port HTTP/1.1" 200 151 0.263775 10.0.0.177 - - [2026-08-17 04:50:16] "GET /virtual-machine/16068a26-6a27-43d3-9170-95f444ae69f7 HTTP/1.1" 404 171 0.004467 10.0.0.177 - - [2026-08-17 04:50:16] "GET /virtual-machine/16068a26-6a27-43d3-9170-95f444ae69f7 HTTP/1.1" 404 171 0.003173 10.0.0.177 - - [2026-08-17 04:50:16] "GET /virtual-machine/16068a26-6a27-43d3-9170-95f444ae69f7 HTTP/1.1" 404 171 0.003313 10.0.0.177 - - [2026-08-17 04:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.177 - - [2026-08-17 04:50:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004268 10.0.0.177 - - [2026-08-17 04:50:17] "GET /virtual-networks?parent_id=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003815 10.0.0.177 - - [2026-08-17 04:50:17] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006590 10.0.0.177 - - [2026-08-17 04:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.177 - - [2026-08-17 04:50:17] "GET /routing-instance/b3c02f83-4850-44f6-9189-6e8a4a17153c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005180 10.0.0.177 - - [2026-08-17 04:50:17] "GET /route-target/363b95a1-021f-4d50-8bd5-9dfa89df83d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003973 10.0.0.177 - - [2026-08-17 04:50:17] "GET /obj-perms HTTP/1.1" 200 4485 0.004259 10.0.0.38 - - [2026-08-17 04:50:23] "GET /obj-perms HTTP/1.1" 200 4485 0.004042 10.0.0.177 - - [2026-08-17 04:50:26] "GET /obj-perms HTTP/1.1" 200 4485 0.003980 10.0.0.38 - - [2026-08-17 04:50:32] "GET /obj-perms HTTP/1.1" 200 4485 0.004294 10.0.0.177 - - [2026-08-17 04:50:32] "GET /obj-perms HTTP/1.1" 200 4485 0.005304 10.0.0.38 - - [2026-08-17 04:50:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008636 10.0.0.38 - - [2026-08-17 04:50:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002959 10.0.0.177 - - [2026-08-17 04:50:33] "DELETE /virtual-network/b72fff2f-606c-4fb8-9a5c-779e0a51474c HTTP/1.1" 200 115 0.177666 10.0.0.190 - - [2026-08-17 04:50:33] "DELETE /route-target/c5d47bb6-048f-4e3e-8f25-44ca5a020b52 HTTP/1.1" 200 115 0.024397 10.0.0.177 - - [2026-08-17 04:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.177 - - [2026-08-17 04:50:33] "GET /network-policy/c5f486b0-18c8-4204-b384-19b02ebc1588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004945 10.0.0.177 - - [2026-08-17 04:50:33] "POST /ref-update HTTP/1.1" 200 156 0.063122 10.0.0.177 - - [2026-08-17 04:50:33] "GET /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.012911 10.0.0.177 - - [2026-08-17 04:50:33] "DELETE /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235 HTTP/1.1" 409 234 0.028334 10.0.0.177 - - [2026-08-17 04:50:35] "POST /neutron/port HTTP/1.1" 200 1125 0.018067 10.0.0.177 - - [2026-08-17 04:50:35] "POST /neutron/port HTTP/1.1" 200 151 0.292230 10.0.0.38 - - [2026-08-17 04:50:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004184 10.0.0.190 - - [2026-08-17 04:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005150 10.0.0.38 - - [2026-08-17 04:50:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002423 10.0.0.177 - - [2026-08-17 04:50:35] "DELETE /virtual-network/01f52d3e-b9f3-46f6-b336-a5e0e5f99235 HTTP/1.1" 200 115 0.133725 10.0.0.177 - - [2026-08-17 04:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.177 - - [2026-08-17 04:50:35] "GET /network-policy/006fb7fc-6d96-4362-9beb-8d4d4a9745bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004447 10.0.0.177 - - [2026-08-17 04:50:35] "POST /ref-update HTTP/1.1" 200 156 0.099189 10.0.0.177 - - [2026-08-17 04:50:36] "GET /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.009170 10.0.0.190 - - [2026-08-17 04:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006551 10.0.0.38 - - [2026-08-17 04:50:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002815 10.0.0.38 - - [2026-08-17 04:50:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005611 10.0.0.177 - - [2026-08-17 04:50:36] "DELETE /virtual-network/98e31890-2017-4c1c-9f07-bb2bb1d7e7c7 HTTP/1.1" 200 115 0.156381 10.0.0.177 - - [2026-08-17 04:50:36] "DELETE /network-policy/c5f486b0-18c8-4204-b384-19b02ebc1588 HTTP/1.1" 200 115 0.050803 10.0.0.177 - - [2026-08-17 04:50:36] "DELETE /network-policy/006fb7fc-6d96-4362-9beb-8d4d4a9745bc HTTP/1.1" 200 115 0.041197 10.0.0.38 - - [2026-08-17 04:51:05] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001862 10.0.0.177 - - [2026-08-17 04:51:05] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.081093 10.0.0.38 - - [2026-08-17 04:51:05] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001485 10.0.0.177 - - [2026-08-17 04:51:05] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?fields=virtual_networks HTTP/1.1" 200 1035 0.154341 10.0.0.38 - - [2026-08-17 04:51:05] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001333 10.0.0.177 - - [2026-08-17 04:51:05] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.065578 10.0.0.38 - - [2026-08-17 04:51:05] "GET /projects?obj_uuids=99b16a26-affd-40da-86ae-f0a90884492c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.177 - - [2026-08-17 04:51:05] "GET /project/99b16a26-affd-40da-86ae-f0a90884492c?fields=security_groups HTTP/1.1" 200 1262 0.045886 10.0.0.177 - - [2026-08-17 04:51:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.033950 10.0.0.38 - - [2026-08-17 04:51:06] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003492 10.0.0.38 - - [2026-08-17 04:51:06] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.38 - - [2026-08-17 04:51:06] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007799 10.0.0.38 - - [2026-08-17 04:51:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.017668 10.0.0.38 - - [2026-08-17 04:51:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.005252 10.0.0.38 - - [2026-08-17 04:51:06] "POST /security-groups HTTP/1.1" 200 591 0.045344 10.0.0.38 - - [2026-08-17 04:51:06] "POST /projects HTTP/1.1" 200 585 0.286759 10.0.0.190 - - [2026-08-17 04:51:06] "POST /access-control-lists HTTP/1.1" 200 596 0.028995 10.0.0.38 - - [2026-08-17 04:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.364256 10.0.0.177 - - [2026-08-17 04:51:06] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.522555 10.0.0.177 - - [2026-08-17 04:51:08] "GET / HTTP/1.1" 200 35931 0.001883 10.0.0.177 - - [2026-08-17 04:51:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000597 10.0.0.177 - - [2026-08-17 04:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.060487 10.0.0.38 - - [2026-08-17 04:51:10] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001400 10.0.0.177 - - [2026-08-17 04:51:10] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059877 10.0.0.177 - - [2026-08-17 04:51:10] "POST /neutron/network HTTP/1.1" 200 117 0.033788 10.0.0.190 - - [2026-08-17 04:51:11] "POST /route-targets HTTP/1.1" 200 327 0.023954 10.0.0.177 - - [2026-08-17 04:51:11] "POST /neutron/network HTTP/1.1" 200 823 0.009605 10.0.0.177 - - [2026-08-17 04:51:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001508 10.0.0.177 - - [2026-08-17 04:51:11] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006369 10.0.0.177 - - [2026-08-17 04:51:11] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007100 10.0.0.177 - - [2026-08-17 04:51:11] "POST /neutron/subnet HTTP/1.1" 200 719 0.009209 10.0.0.177 - - [2026-08-17 04:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.38 - - [2026-08-17 04:51:11] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001274 10.0.0.177 - - [2026-08-17 04:51:11] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054437 10.0.0.190 - - [2026-08-17 04:51:11] "POST /ref-update HTTP/1.1" 200 156 0.035517 10.0.0.38 - - [2026-08-17 04:51:11] "POST /useragent-kv HTTP/1.1" 200 115 0.014065 10.0.0.177 - - [2026-08-17 04:51:11] "POST /neutron/subnet HTTP/1.1" 200 710 0.222572 10.0.0.177 - - [2026-08-17 04:51:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001551 10.0.0.177 - - [2026-08-17 04:51:12] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005851 10.0.0.177 - - [2026-08-17 04:51:12] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006480 10.0.0.177 - - [2026-08-17 04:51:12] "POST /neutron/network HTTP/1.1" 200 821 0.007115 10.0.0.177 - - [2026-08-17 04:51:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001575 10.0.0.177 - - [2026-08-17 04:51:12] "POST /neutron/network HTTP/1.1" 200 823 0.007713 10.0.0.177 - - [2026-08-17 04:51:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001457 10.0.0.177 - - [2026-08-17 04:51:12] "POST /neutron/port HTTP/1.1" 200 117 0.006620 10.0.0.38 - - [2026-08-17 04:51:13] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.177 - - [2026-08-17 04:51:13] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046634 10.0.0.177 - - [2026-08-17 04:51:13] "POST /neutron/port HTTP/1.1" 200 117 0.007510 10.0.0.177 - - [2026-08-17 04:51:16] "POST /neutron/network HTTP/1.1" 200 833 0.007461 10.0.0.177 - - [2026-08-17 04:51:17] "POST /neutron/port HTTP/1.1" 200 1059 0.019108 10.0.0.38 - - [2026-08-17 04:51:17] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.177 - - [2026-08-17 04:51:17] "POST /neutron/port HTTP/1.1" 200 1057 0.344369 10.0.0.177 - - [2026-08-17 04:51:18] "POST /neutron/port HTTP/1.1" 200 1111 0.127846 10.0.0.177 - - [2026-08-17 04:51:18] "POST /neutron/port HTTP/1.1" 200 1123 0.020471 10.0.0.177 - - [2026-08-17 04:51:18] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.177 - - [2026-08-17 04:51:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004261 10.0.0.177 - - [2026-08-17 04:51:19] "POST /neutron/network HTTP/1.1" 200 821 0.010916 10.0.0.177 - - [2026-08-17 04:51:28] "POST /neutron/port HTTP/1.1" 200 1123 0.017746 10.0.0.177 - - [2026-08-17 04:51:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009173 10.0.0.177 - - [2026-08-17 04:51:38] "POST /neutron/port HTTP/1.1" 200 1123 0.022070 10.0.0.177 - - [2026-08-17 04:51:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008866 10.0.0.177 - - [2026-08-17 04:51:39] "GET /virtual-machine/d749a7b4-d046-468d-95f3-a1937a699e0c HTTP/1.1" 401 293 0.000483 10.0.0.177 - - [2026-08-17 04:51:39] "GET /virtual-machine/d749a7b4-d046-468d-95f3-a1937a699e0c HTTP/1.1" 200 1293 0.028570 10.0.0.177 - - [2026-08-17 04:51:39] "GET /virtual-machine-interface/f4e3536b-7583-48bd-91e5-b63a1364f6de HTTP/1.1" 200 2942 0.005672 10.0.0.177 - - [2026-08-17 04:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.177 - - [2026-08-17 04:51:39] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.019747 10.0.0.177 - - [2026-08-17 04:51:39] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004689 10.0.0.177 - - [2026-08-17 04:51:39] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006620 10.0.0.177 - - [2026-08-17 04:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.177 - - [2026-08-17 04:51:42] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006068 10.0.0.177 - - [2026-08-17 04:51:43] "POST /neutron/port HTTP/1.1" 200 1121 0.020859 10.0.0.177 - - [2026-08-17 04:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.177 - - [2026-08-17 04:51:44] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004284 10.0.0.177 - - [2026-08-17 04:51:44] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003876 10.0.0.177 - - [2026-08-17 04:51:44] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006443 10.0.0.177 - - [2026-08-17 04:51:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008427 10.0.0.177 - - [2026-08-17 04:51:45] "POST /neutron/port HTTP/1.1" 200 1121 0.019053 10.0.0.177 - - [2026-08-17 04:51:45] "GET /virtual-machine/36188c05-85c4-46fb-817b-5eddf68ac31c HTTP/1.1" 200 1291 0.006266 10.0.0.177 - - [2026-08-17 04:51:45] "GET /virtual-machine-interface/d626eb69-5b62-406a-916f-fab26222020f HTTP/1.1" 200 2942 0.006041 10.0.0.177 - - [2026-08-17 04:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.177 - - [2026-08-17 04:51:45] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003731 10.0.0.177 - - [2026-08-17 04:51:45] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003760 10.0.0.177 - - [2026-08-17 04:51:45] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007021 10.0.0.177 - - [2026-08-17 04:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.177 - - [2026-08-17 04:51:46] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004436 10.0.0.177 - - [2026-08-17 04:51:46] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003385 10.0.0.177 - - [2026-08-17 04:51:46] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006722 10.0.0.177 - - [2026-08-17 04:51:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009912 10.0.0.177 - - [2026-08-17 04:51:46] "GET /virtual-machine/d749a7b4-d046-468d-95f3-a1937a699e0c HTTP/1.1" 200 1293 0.004416 10.0.0.177 - - [2026-08-17 04:51:46] "GET /virtual-machine-interface/f4e3536b-7583-48bd-91e5-b63a1364f6de HTTP/1.1" 200 2942 0.005959 10.0.0.177 - - [2026-08-17 04:51:46] "GET /virtual-machine/d749a7b4-d046-468d-95f3-a1937a699e0c HTTP/1.1" 200 1293 0.004353 10.0.0.177 - - [2026-08-17 04:51:46] "GET /virtual-machine-interface/f4e3536b-7583-48bd-91e5-b63a1364f6de HTTP/1.1" 200 2942 0.006917 10.0.0.177 - - [2026-08-17 04:51:46] "GET /instance-ip/dad05c8d-9c65-45e6-8150-f2fef9562cb9 HTTP/1.1" 200 1619 0.007475 10.0.0.177 - - [2026-08-17 04:51:46] "GET /virtual-machine/d749a7b4-d046-468d-95f3-a1937a699e0c HTTP/1.1" 200 1293 0.004039 10.0.0.177 - - [2026-08-17 04:51:46] "GET /virtual-machine-interface/f4e3536b-7583-48bd-91e5-b63a1364f6de HTTP/1.1" 200 2942 0.006253 10.0.0.177 - - [2026-08-17 04:51:46] "GET /instance-ip/dad05c8d-9c65-45e6-8150-f2fef9562cb9 HTTP/1.1" 200 1619 0.004691 10.0.0.177 - - [2026-08-17 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.177 - - [2026-08-17 04:51:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006097 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003435 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007717 10.0.0.177 - - [2026-08-17 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.177 - - [2026-08-17 04:51:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004629 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003619 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006777 10.0.0.177 - - [2026-08-17 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.177 - - [2026-08-17 04:51:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004605 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003915 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007590 10.0.0.177 - - [2026-08-17 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.177 - - [2026-08-17 04:51:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005684 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003565 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006552 10.0.0.177 - - [2026-08-17 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006211 10.0.0.177 - - [2026-08-17 04:51:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003519 10.0.0.38 - - [2026-08-17 04:51:47] "DELETE /project/29c6a20a896846dca0fc797dcbf3d005 HTTP/1.1" 404 173 0.029554 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005806 10.0.0.38 - - [2026-08-17 04:51:47] "DELETE /project/99b16a26-affd-40da-86ae-f0a90884492c HTTP/1.1" 404 177 0.041094 10.0.0.177 - - [2026-08-17 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.177 - - [2026-08-17 04:51:47] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005123 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003404 10.0.0.177 - - [2026-08-17 04:51:47] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007011 10.0.0.177 - - [2026-08-17 04:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.177 - - [2026-08-17 04:51:47] "GET /routing-instance/d950e6a5-ad44-4327-886d-61722b4b21e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.007145 10.0.0.177 - - [2026-08-17 04:51:47] "GET /route-target/92928b36-9564-448b-906b-5a33d9e120a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004607 10.0.0.177 - - [2026-08-17 04:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.177 - - [2026-08-17 04:51:48] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004793 10.0.0.177 - - [2026-08-17 04:51:48] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003400 10.0.0.177 - - [2026-08-17 04:51:48] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007224 10.0.0.177 - - [2026-08-17 04:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.177 - - [2026-08-17 04:51:48] "GET /routing-instance/d950e6a5-ad44-4327-886d-61722b4b21e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006080 10.0.0.177 - - [2026-08-17 04:51:48] "GET /route-target/92928b36-9564-448b-906b-5a33d9e120a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004698 10.0.0.177 - - [2026-08-17 04:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.052133 10.0.0.177 - - [2026-08-17 04:51:48] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004461 10.0.0.177 - - [2026-08-17 04:51:48] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003784 10.0.0.177 - - [2026-08-17 04:51:48] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006923 10.0.0.177 - - [2026-08-17 04:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.177 - - [2026-08-17 04:51:48] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004709 10.0.0.177 - - [2026-08-17 04:51:48] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.013872 10.0.0.177 - - [2026-08-17 04:51:48] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006114 10.0.0.38 - - [2026-08-17 04:51:49] "GET /obj-perms HTTP/1.1" 200 4483 0.051114 10.0.0.177 - - [2026-08-17 04:51:49] "GET /obj-perms HTTP/1.1" 200 4483 0.048485 10.0.0.177 - - [2026-08-17 04:51:49] "GET /obj-perms HTTP/1.1" 200 4483 0.004196 10.0.0.38 - - [2026-08-17 04:51:49] "GET /obj-perms HTTP/1.1" 200 4483 0.004107 10.0.0.177 - - [2026-08-17 04:51:49] "GET /obj-perms HTTP/1.1" 200 4483 0.004393 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-machine/36188c05-85c4-46fb-817b-5eddf68ac31c HTTP/1.1" 200 1291 0.004540 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-machine-interface/d626eb69-5b62-406a-916f-fab26222020f HTTP/1.1" 200 2942 0.006856 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-machine/36188c05-85c4-46fb-817b-5eddf68ac31c HTTP/1.1" 200 1291 0.005365 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-machine-interface/d626eb69-5b62-406a-916f-fab26222020f HTTP/1.1" 200 2942 0.006697 10.0.0.177 - - [2026-08-17 04:51:50] "GET /instance-ip/e2952161-b5a1-4f8d-a15a-797bac07efc1 HTTP/1.1" 200 1618 0.020495 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-machine/36188c05-85c4-46fb-817b-5eddf68ac31c HTTP/1.1" 200 1291 0.004528 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-machine-interface/d626eb69-5b62-406a-916f-fab26222020f HTTP/1.1" 200 2942 0.006311 10.0.0.177 - - [2026-08-17 04:51:50] "GET /instance-ip/e2952161-b5a1-4f8d-a15a-797bac07efc1 HTTP/1.1" 200 1618 0.004934 10.0.0.177 - - [2026-08-17 04:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.177 - - [2026-08-17 04:51:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003865 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003349 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.008838 10.0.0.177 - - [2026-08-17 04:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.177 - - [2026-08-17 04:51:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004400 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003412 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006373 10.0.0.177 - - [2026-08-17 04:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.177 - - [2026-08-17 04:51:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004951 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003585 10.0.0.177 - - [2026-08-17 04:51:50] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.008642 10.0.0.177 - - [2026-08-17 04:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.177 - - [2026-08-17 04:51:51] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004354 10.0.0.177 - - [2026-08-17 04:51:51] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003796 10.0.0.177 - - [2026-08-17 04:51:51] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006324 10.0.0.177 - - [2026-08-17 04:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.177 - - [2026-08-17 04:51:51] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004337 10.0.0.177 - - [2026-08-17 04:51:51] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003374 10.0.0.177 - - [2026-08-17 04:51:51] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006167 10.0.0.177 - - [2026-08-17 04:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.177 - - [2026-08-17 04:51:51] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004429 10.0.0.177 - - [2026-08-17 04:51:51] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.016040 10.0.0.177 - - [2026-08-17 04:51:51] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006738 10.0.0.177 - - [2026-08-17 04:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.177 - - [2026-08-17 04:51:51] "GET /routing-instance/38011093-c0e1-4208-be31-1d5cc2509b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004813 10.0.0.177 - - [2026-08-17 04:51:51] "GET /route-target/ad8db5b0-9249-4d7c-9dcc-7adc074b6e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004829 10.0.0.177 - - [2026-08-17 04:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.177 - - [2026-08-17 04:51:51] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003882 10.0.0.177 - - [2026-08-17 04:51:51] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003124 10.0.0.177 - - [2026-08-17 04:51:51] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007840 10.0.0.177 - - [2026-08-17 04:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.177 - - [2026-08-17 04:51:51] "GET /routing-instance/38011093-c0e1-4208-be31-1d5cc2509b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005873 10.0.0.177 - - [2026-08-17 04:51:51] "GET /route-target/ad8db5b0-9249-4d7c-9dcc-7adc074b6e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004503 10.0.0.177 - - [2026-08-17 04:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.177 - - [2026-08-17 04:51:51] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004538 10.0.0.177 - - [2026-08-17 04:51:51] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004640 10.0.0.177 - - [2026-08-17 04:51:51] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007417 10.0.0.177 - - [2026-08-17 04:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.177 - - [2026-08-17 04:51:52] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004638 10.0.0.177 - - [2026-08-17 04:51:52] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003283 10.0.0.177 - - [2026-08-17 04:51:52] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006401 10.0.0.38 - - [2026-08-17 04:51:52] "GET /obj-perms HTTP/1.1" 200 4483 0.004165 10.0.0.177 - - [2026-08-17 04:51:52] "GET /obj-perms HTTP/1.1" 200 4483 0.004002 10.0.0.177 - - [2026-08-17 04:51:52] "GET /obj-perms HTTP/1.1" 200 4483 0.004770 10.0.0.177 - - [2026-08-17 04:51:52] "GET /obj-perms HTTP/1.1" 200 4483 0.004454 10.0.0.190 - - [2026-08-17 04:51:52] "GET /obj-perms HTTP/1.1" 200 4483 0.041701 10.0.0.38 - - [2026-08-17 04:51:52] "GET /obj-perms HTTP/1.1" 200 4483 0.004060 10.0.0.177 - - [2026-08-17 04:51:52] "GET /virtual-machine/36188c05-85c4-46fb-817b-5eddf68ac31c HTTP/1.1" 200 1291 0.004934 10.0.0.177 - - [2026-08-17 04:51:54] "POST /neutron/port HTTP/1.1" 200 1121 0.019979 10.0.0.177 - - [2026-08-17 04:51:54] "GET /virtual-machine/36188c05-85c4-46fb-817b-5eddf68ac31c HTTP/1.1" 200 1291 0.004985 10.0.0.177 - - [2026-08-17 04:51:56] "GET /virtual-machine/36188c05-85c4-46fb-817b-5eddf68ac31c HTTP/1.1" 404 171 0.003692 10.0.0.177 - - [2026-08-17 04:51:56] "GET /virtual-machine/36188c05-85c4-46fb-817b-5eddf68ac31c HTTP/1.1" 404 171 0.002936 10.0.0.177 - - [2026-08-17 04:51:56] "GET /virtual-machine/36188c05-85c4-46fb-817b-5eddf68ac31c HTTP/1.1" 404 171 0.002674 10.0.0.177 - - [2026-08-17 04:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.177 - - [2026-08-17 04:51:56] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003931 10.0.0.177 - - [2026-08-17 04:51:56] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003581 10.0.0.177 - - [2026-08-17 04:51:56] "GET /virtual-network/01b287a6-7fd7-4d70-8579-a2c49ca8eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006730 10.0.0.177 - - [2026-08-17 04:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.177 - - [2026-08-17 04:51:57] "GET /routing-instance/38011093-c0e1-4208-be31-1d5cc2509b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004608 10.0.0.177 - - [2026-08-17 04:51:57] "GET /route-target/ad8db5b0-9249-4d7c-9dcc-7adc074b6e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004583 10.0.0.177 - - [2026-08-17 04:52:00] "GET /obj-perms HTTP/1.1" 200 4483 0.004318 10.0.0.177 - - [2026-08-17 04:52:03] "GET /obj-perms HTTP/1.1" 200 4483 0.004869 10.0.0.177 - - [2026-08-17 04:52:09] "GET /obj-perms HTTP/1.1" 200 4483 0.004600 10.0.0.177 - - [2026-08-17 04:52:09] "POST /neutron/port HTTP/1.1" 200 1123 0.049889 10.0.0.177 - - [2026-08-17 04:52:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004483 10.0.0.177 - - [2026-08-17 04:52:11] "POST /neutron/network HTTP/1.1" 200 823 0.006978 10.0.0.177 - - [2026-08-17 04:52:12] "GET /obj-perms HTTP/1.1" 200 4483 0.004141 10.0.0.177 - - [2026-08-17 04:52:12] "GET /virtual-machine/d749a7b4-d046-468d-95f3-a1937a699e0c HTTP/1.1" 200 1293 0.004524 10.0.0.177 - - [2026-08-17 04:52:14] "GET /virtual-machine/d749a7b4-d046-468d-95f3-a1937a699e0c HTTP/1.1" 200 1293 0.005826 10.0.0.177 - - [2026-08-17 04:52:15] "POST /neutron/port HTTP/1.1" 200 151 0.259421 10.0.0.177 - - [2026-08-17 04:52:16] "GET /virtual-machine/d749a7b4-d046-468d-95f3-a1937a699e0c HTTP/1.1" 404 171 0.003557 10.0.0.177 - - [2026-08-17 04:52:16] "GET /virtual-machine/d749a7b4-d046-468d-95f3-a1937a699e0c HTTP/1.1" 404 171 0.003086 10.0.0.177 - - [2026-08-17 04:52:16] "GET /virtual-machine/d749a7b4-d046-468d-95f3-a1937a699e0c HTTP/1.1" 404 171 0.004345 10.0.0.177 - - [2026-08-17 04:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.177 - - [2026-08-17 04:52:17] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003752 10.0.0.177 - - [2026-08-17 04:52:17] "GET /virtual-networks?parent_id=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003014 10.0.0.177 - - [2026-08-17 04:52:17] "GET /virtual-network/d6f23deb-0920-4ebc-a19c-d4472872acd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005866 10.0.0.177 - - [2026-08-17 04:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.177 - - [2026-08-17 04:52:17] "GET /routing-instance/d950e6a5-ad44-4327-886d-61722b4b21e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004621 10.0.0.177 - - [2026-08-17 04:52:17] "GET /route-target/92928b36-9564-448b-906b-5a33d9e120a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004244 10.0.0.177 - - [2026-08-17 04:52:17] "GET /obj-perms HTTP/1.1" 200 4483 0.004796 10.0.0.38 - - [2026-08-17 04:52:17] "GET /obj-perms HTTP/1.1" 200 4483 0.004141 10.0.0.177 - - [2026-08-17 04:52:26] "GET /obj-perms HTTP/1.1" 200 4483 0.005983 10.0.0.38 - - [2026-08-17 04:52:26] "GET /obj-perms HTTP/1.1" 200 4483 0.004069 10.0.0.177 - - [2026-08-17 04:52:32] "GET /obj-perms HTTP/1.1" 200 4483 0.004136 10.0.0.190 - - [2026-08-17 04:52:32] "GET /obj-perms HTTP/1.1" 200 4483 0.004380 10.0.0.38 - - [2026-08-17 04:52:32] "GET /obj-perms HTTP/1.1" 200 4483 0.004306 10.0.0.190 - - [2026-08-17 04:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.034640 10.0.0.177 - - [2026-08-17 04:52:33] "POST /neutron/network HTTP/1.1" 200 823 0.007355 10.0.0.190 - - [2026-08-17 04:52:33] "DELETE /route-target/92928b36-9564-448b-906b-5a33d9e120a2 HTTP/1.1" 200 115 0.028094 10.0.0.38 - - [2026-08-17 04:52:34] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.030811 10.0.0.177 - - [2026-08-17 04:52:34] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.073921 10.0.0.38 - - [2026-08-17 04:52:34] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.177 - - [2026-08-17 04:52:34] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?fields=virtual_networks HTTP/1.1" 200 1033 0.063559 10.0.0.38 - - [2026-08-17 04:52:34] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.177 - - [2026-08-17 04:52:34] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.057055 10.0.0.38 - - [2026-08-17 04:52:34] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001319 10.0.0.177 - - [2026-08-17 04:52:34] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?fields=security_groups HTTP/1.1" 200 1259 0.048394 10.0.0.177 - - [2026-08-17 04:52:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.036940 10.0.0.38 - - [2026-08-17 04:52:35] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004223 10.0.0.38 - - [2026-08-17 04:52:36] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.38 - - [2026-08-17 04:52:36] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009155 10.0.0.38 - - [2026-08-17 04:52:36] "POST /id-to-fqname HTTP/1.1" 200 198 0.004777 10.0.0.38 - - [2026-08-17 04:52:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.028176 10.0.0.38 - - [2026-08-17 04:52:36] "POST /security-groups HTTP/1.1" 200 599 0.034095 10.0.0.38 - - [2026-08-17 04:52:36] "POST /projects HTTP/1.1" 200 601 0.304250 10.0.0.38 - - [2026-08-17 04:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.342101 10.0.0.190 - - [2026-08-17 04:52:36] "POST /fqname-to-id HTTP/1.1" 404 241 0.006582 10.0.0.177 - - [2026-08-17 04:52:36] "GET /project/521f8c6f-f3ee-43c0-9d45-14f8d8c32fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.518778 10.0.0.177 - - [2026-08-17 04:52:37] "GET / HTTP/1.1" 200 35931 0.001939 10.0.0.177 - - [2026-08-17 04:52:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000634 10.0.0.177 - - [2026-08-17 04:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.121846 10.0.0.38 - - [2026-08-17 04:52:41] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.177 - - [2026-08-17 04:52:41] "GET /project/521f8c6f-f3ee-43c0-9d45-14f8d8c32fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052685 10.0.0.38 - - [2026-08-17 04:52:41] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001542 10.0.0.177 - - [2026-08-17 04:52:41] "POST /neutron/network HTTP/1.1" 200 613 0.185532 10.0.0.190 - - [2026-08-17 04:52:42] "POST /ref-update HTTP/1.1" 200 156 0.031449 10.0.0.177 - - [2026-08-17 04:52:42] "POST /neutron/network HTTP/1.1" 200 1007 0.011232 10.0.0.177 - - [2026-08-17 04:52:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001193 10.0.0.177 - - [2026-08-17 04:52:42] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006641 10.0.0.177 - - [2026-08-17 04:52:42] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006044 10.0.0.177 - - [2026-08-17 04:52:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.009499 10.0.0.177 - - [2026-08-17 04:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.38 - - [2026-08-17 04:52:42] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.177 - - [2026-08-17 04:52:42] "GET /project/521f8c6f-f3ee-43c0-9d45-14f8d8c32fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060945 10.0.0.38 - - [2026-08-17 04:52:42] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.177 - - [2026-08-17 04:52:43] "POST /neutron/network HTTP/1.1" 200 613 0.149664 10.0.0.190 - - [2026-08-17 04:52:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.042141 10.0.0.177 - - [2026-08-17 04:52:43] "POST /neutron/network HTTP/1.1" 200 1008 0.018680 10.0.0.177 - - [2026-08-17 04:52:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001247 10.0.0.177 - - [2026-08-17 04:52:43] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005618 10.0.0.177 - - [2026-08-17 04:52:43] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006144 10.0.0.177 - - [2026-08-17 04:52:43] "POST /neutron/subnet HTTP/1.1" 200 734 0.011762 10.0.0.177 - - [2026-08-17 04:52:44] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005798 10.0.0.177 - - [2026-08-17 04:52:46] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006167 10.0.0.177 - - [2026-08-17 04:52:46] "GET /obj-perms HTTP/1.1" 200 4499 0.045235 10.0.0.177 - - [2026-08-17 04:52:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.010069 10.0.0.177 - - [2026-08-17 04:52:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001406 10.0.0.177 - - [2026-08-17 04:52:47] "POST /neutron/network HTTP/1.1" 200 1007 0.011310 10.0.0.177 - - [2026-08-17 04:52:47] "POST /neutron/port HTTP/1.1" 200 117 0.007744 10.0.0.38 - - [2026-08-17 04:52:47] "DELETE /project/521f8c6ff3ee43c09d4514f8d8c32fae HTTP/1.1" 404 173 0.004227 10.0.0.38 - - [2026-08-17 04:52:47] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000898 10.0.0.38 - - [2026-08-17 04:52:47] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.049912 10.0.0.38 - - [2026-08-17 04:52:47] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.38 - - [2026-08-17 04:52:47] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?fields=security_groups HTTP/1.1" 200 1364 0.060553 10.0.0.38 - - [2026-08-17 04:52:47] "DELETE /security-group/c76b6989-5c26-47d5-ab5c-6382ba3f0a6d HTTP/1.1" 200 115 0.059654 10.0.0.38 - - [2026-08-17 04:52:47] "GET /projects?obj_uuids=29c6a20a-8968-46dc-a0fc-797dcbf3d005&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001406 10.0.0.190 - - [2026-08-17 04:52:47] "DELETE /access-control-list/ebaa33f4-3a25-4bfa-b6f3-236ec79bc88e HTTP/1.1" 200 115 0.046911 10.0.0.38 - - [2026-08-17 04:52:47] "GET /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005?fields=application_policy_sets HTTP/1.1" 200 1403 0.084373 10.0.0.38 - - [2026-08-17 04:52:48] "DELETE /project/29c6a20a-8968-46dc-a0fc-797dcbf3d005 HTTP/1.1" 200 115 0.476964 10.0.0.177 - - [2026-08-17 04:52:51] "POST /neutron/port HTTP/1.1" 200 1176 0.023589 10.0.0.177 - - [2026-08-17 04:52:52] "POST /neutron/port HTTP/1.1" 200 1240 0.026107 10.0.0.177 - - [2026-08-17 04:52:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004171 10.0.0.177 - - [2026-08-17 04:52:53] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.177 - - [2026-08-17 04:52:57] "POST /neutron/port HTTP/1.1" 200 1240 0.022117 10.0.0.190 - - [2026-08-17 04:52:59] "GET /obj-perms HTTP/1.1" 200 4509 0.044603 10.0.0.177 - - [2026-08-17 04:53:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008504 10.0.0.177 - - [2026-08-17 04:53:12] "POST /neutron/port HTTP/1.1" 200 1240 0.021859 10.0.0.177 - - [2026-08-17 04:53:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007533 10.0.0.177 - - [2026-08-17 04:53:18] "POST /neutron/port HTTP/1.1" 200 1240 0.026414 10.0.0.177 - - [2026-08-17 04:53:18] "GET /virtual-machine/e9fbc405-98bd-499b-b7b1-dc94f5aa5237 HTTP/1.1" 401 293 0.000586 10.0.0.177 - - [2026-08-17 04:53:18] "GET /virtual-machine/e9fbc405-98bd-499b-b7b1-dc94f5aa5237 HTTP/1.1" 200 1301 0.041532 10.0.0.177 - - [2026-08-17 04:53:18] "GET /virtual-machine-interface/c263864f-03e0-47b2-ad73-27422d58e633 HTTP/1.1" 200 3176 0.007222 10.0.0.177 - - [2026-08-17 04:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.177 - - [2026-08-17 04:53:18] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006630 10.0.0.177 - - [2026-08-17 04:53:18] "GET /virtual-networks?parent_id=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003139 10.0.0.177 - - [2026-08-17 04:53:18] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006815 10.0.0.177 - - [2026-08-17 04:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.177 - - [2026-08-17 04:53:21] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005583 10.0.0.177 - - [2026-08-17 04:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.177 - - [2026-08-17 04:53:25] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007535 10.0.0.177 - - [2026-08-17 04:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.177 - - [2026-08-17 04:53:29] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005912 10.0.0.177 - - [2026-08-17 04:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.177 - - [2026-08-17 04:53:33] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006492 10.0.0.177 - - [2026-08-17 04:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.177 - - [2026-08-17 04:53:38] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006458 10.0.0.177 - - [2026-08-17 04:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.177 - - [2026-08-17 04:53:40] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004451 10.0.0.177 - - [2026-08-17 04:53:40] "GET /virtual-networks?parent_id=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003924 10.0.0.177 - - [2026-08-17 04:53:40] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006679 10.0.0.177 - - [2026-08-17 04:53:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009718 10.0.0.177 - - [2026-08-17 04:53:45] "POST /neutron/port HTTP/1.1" 200 1240 0.020322 10.0.0.38 - - [2026-08-17 04:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.38 - - [2026-08-17 04:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000575 10.0.0.177 - - [2026-08-17 04:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000627 10.0.0.177 - - [2026-08-17 04:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.190 - - [2026-08-17 04:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000613 10.0.0.190 - - [2026-08-17 04:53:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.38 - - [2026-08-17 04:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.38 - - [2026-08-17 04:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.177 - - [2026-08-17 04:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.177 - - [2026-08-17 04:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.190 - - [2026-08-17 04:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.190 - - [2026-08-17 04:53:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.177 - - [2026-08-17 04:53:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007460 10.0.0.177 - - [2026-08-17 04:53:50] "POST /neutron/port HTTP/1.1" 200 1240 0.023640 10.0.0.177 - - [2026-08-17 04:53:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007746 10.0.0.177 - - [2026-08-17 04:53:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001557 10.0.0.177 - - [2026-08-17 04:53:51] "GET /virtual-machine/e9fbc405-98bd-499b-b7b1-dc94f5aa5237 HTTP/1.1" 200 1301 0.004460 10.0.0.177 - - [2026-08-17 04:53:51] "GET /virtual-machine-interface/c263864f-03e0-47b2-ad73-27422d58e633 HTTP/1.1" 200 3176 0.006509 10.0.0.177 - - [2026-08-17 04:53:51] "GET /instance-ip/62cbfdf6-7bcb-4ca1-9ad2-8a5011267185 HTTP/1.1" 200 1637 0.006571 10.0.0.177 - - [2026-08-17 04:53:51] "GET /instance-ip/efcd418a-9927-485c-a079-bb468285a998 HTTP/1.1" 200 1657 0.005816 10.0.0.177 - - [2026-08-17 04:53:51] "POST /fqname-to-id HTTP/1.1" 404 218 0.004090 10.0.0.177 - - [2026-08-17 04:53:51] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005831 10.0.0.38 - - [2026-08-17 04:53:51] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.177 - - [2026-08-17 04:53:51] "GET /project/521f8c6f-f3ee-43c0-9d45-14f8d8c32fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060838 10.0.0.177 - - [2026-08-17 04:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.177 - - [2026-08-17 04:53:51] "GET /security-group/9b33ad7d-4b06-4d14-8922-77926270f128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005245 10.0.0.177 - - [2026-08-17 04:53:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.092201 10.0.0.177 - - [2026-08-17 04:53:51] "POST /instance-ips HTTP/1.1" 200 357 0.093721 10.0.0.177 - - [2026-08-17 04:53:51] "GET /instance-ip/ed3a4a7f-8291-4c36-8c45-36e975158f7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.007723 10.0.0.177 - - [2026-08-17 04:53:51] "POST /instance-ips HTTP/1.1" 200 357 0.039649 10.0.0.177 - - [2026-08-17 04:53:51] "GET /instance-ip/1a66f2b9-9c37-4365-b37b-b6dd1053b11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006659 10.0.0.177 - - [2026-08-17 04:53:51] "GET /virtual-machine-interface/18d04839-4696-4996-b141-dcd141d8c941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005472 10.0.0.177 - - [2026-08-17 04:53:51] "GET /virtual-machine-interface/18d04839-4696-4996-b141-dcd141d8c941?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.007720 10.0.0.177 - - [2026-08-17 04:53:51] "GET /instance-ip/1a66f2b9-9c37-4365-b37b-b6dd1053b11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004754 10.0.0.177 - - [2026-08-17 04:53:51] "GET /instance-ip/ed3a4a7f-8291-4c36-8c45-36e975158f7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004972 10.0.0.177 - - [2026-08-17 04:53:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001581 10.0.0.177 - - [2026-08-17 04:53:52] "POST /neutron/port HTTP/1.1" 200 1240 0.029582 10.0.0.177 - - [2026-08-17 04:53:52] "POST /neutron/port HTTP/1.1" 200 1082 0.032492 10.0.0.177 - - [2026-08-17 04:53:52] "POST /neutron/port HTTP/1.1" 200 1082 0.015077 10.0.0.177 - - [2026-08-17 04:53:52] "POST /neutron/port HTTP/1.1" 200 117 0.007042 10.0.0.177 - - [2026-08-17 04:53:56] "POST /neutron/network HTTP/1.1" 200 1017 0.006891 10.0.0.177 - - [2026-08-17 04:53:57] "POST /neutron/port HTTP/1.1" 200 1175 0.189502 10.0.0.177 - - [2026-08-17 04:53:58] "POST /neutron/port HTTP/1.1" 200 1185 0.017513 10.0.0.177 - - [2026-08-17 04:53:58] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013139 10.0.0.177 - - [2026-08-17 04:53:58] "POST /neutron/network HTTP/1.1" 200 1007 0.009325 10.0.0.38 - - [2026-08-17 04:54:00] "GET /obj-perms HTTP/1.1" 200 4509 0.046576 10.0.0.177 - - [2026-08-17 04:54:08] "POST /neutron/port HTTP/1.1" 200 1185 0.023296 10.0.0.177 - - [2026-08-17 04:54:12] "POST /neutron/port HTTP/1.1" 200 1240 0.019646 10.0.0.177 - - [2026-08-17 04:54:13] "POST /neutron/network HTTP/1.1" 200 1017 0.007164 10.0.0.177 - - [2026-08-17 04:54:13] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016958 10.0.0.177 - - [2026-08-17 04:54:13] "POST /neutron/network HTTP/1.1" 200 1007 0.025491 10.0.0.177 - - [2026-08-17 04:54:23] "POST /neutron/port HTTP/1.1" 200 1185 0.020473 10.0.0.177 - - [2026-08-17 04:54:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008105 10.0.0.177 - - [2026-08-17 04:54:23] "GET /virtual-machine/ffff9163-a44d-458d-8571-b593d9cab3e5 HTTP/1.1" 200 1278 0.006224 10.0.0.177 - - [2026-08-17 04:54:23] "GET /virtual-machine-interface/18d04839-4696-4996-b141-dcd141d8c941 HTTP/1.1" 200 3225 0.006901 10.0.0.177 - - [2026-08-17 04:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.177 - - [2026-08-17 04:54:23] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003593 10.0.0.177 - - [2026-08-17 04:54:23] "GET /virtual-networks?parent_id=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003088 10.0.0.177 - - [2026-08-17 04:54:23] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006654 10.0.0.177 - - [2026-08-17 04:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009890 10.0.0.177 - - [2026-08-17 04:54:26] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006957 10.0.0.177 - - [2026-08-17 04:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.177 - - [2026-08-17 04:54:30] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005841 10.0.0.177 - - [2026-08-17 04:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.177 - - [2026-08-17 04:54:35] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005888 10.0.0.177 - - [2026-08-17 04:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.177 - - [2026-08-17 04:54:39] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005425 10.0.0.177 - - [2026-08-17 04:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.177 - - [2026-08-17 04:54:43] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005755 10.0.0.177 - - [2026-08-17 04:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912 10.0.0.177 - - [2026-08-17 04:54:47] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007119 10.0.0.177 - - [2026-08-17 04:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.177 - - [2026-08-17 04:54:49] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003899 10.0.0.177 - - [2026-08-17 04:54:49] "GET /virtual-networks?parent_id=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003526 10.0.0.177 - - [2026-08-17 04:54:49] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006333 10.0.0.177 - - [2026-08-17 04:54:49] "POST /neutron/port HTTP/1.1" 200 1185 0.018058 10.0.0.177 - - [2026-08-17 04:54:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027130 10.0.0.177 - - [2026-08-17 04:54:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001545 10.0.0.177 - - [2026-08-17 04:55:00] "POST /neutron/port HTTP/1.1" 200 2271 0.022127 10.0.0.177 - - [2026-08-17 04:55:00] "POST /neutron/network HTTP/1.1" 200 1008 0.009720 10.0.0.177 - - [2026-08-17 04:55:00] "POST /neutron/port HTTP/1.1" 200 117 0.006963 10.0.0.38 - - [2026-08-17 04:55:04] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001411 10.0.0.177 - - [2026-08-17 04:55:05] "POST /neutron/port HTTP/1.1" 200 1177 0.401113 10.0.0.177 - - [2026-08-17 04:55:05] "POST /neutron/port HTTP/1.1" 200 1231 0.170047 10.0.0.177 - - [2026-08-17 04:55:06] "POST /neutron/port HTTP/1.1" 200 1241 0.021707 10.0.0.177 - - [2026-08-17 04:55:06] "POST /neutron/subnet HTTP/1.1" 200 1394 0.016432 10.0.0.177 - - [2026-08-17 04:55:06] "POST /neutron/network HTTP/1.1" 200 1008 0.009964 10.0.0.177 - - [2026-08-17 04:55:13] "POST /neutron/port HTTP/1.1" 200 1240 0.023988 10.0.0.177 - - [2026-08-17 04:55:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004785 10.0.0.177 - - [2026-08-17 04:55:15] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.177 - - [2026-08-17 04:55:15] "POST /neutron/port HTTP/1.1" 200 1241 0.021086 10.0.0.177 - - [2026-08-17 04:55:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007966 10.0.0.177 - - [2026-08-17 04:55:31] "POST /neutron/port HTTP/1.1" 200 1241 0.018697 10.0.0.177 - - [2026-08-17 04:55:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008327 10.0.0.177 - - [2026-08-17 04:55:31] "GET /virtual-machine/37c8a743-0439-404d-884a-27fa5925b2f3 HTTP/1.1" 200 1299 0.006658 10.0.0.177 - - [2026-08-17 04:55:31] "GET /virtual-machine-interface/70331a24-3629-49cf-b973-9064d693e05c HTTP/1.1" 200 3175 0.008809 10.0.0.177 - - [2026-08-17 04:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.177 - - [2026-08-17 04:55:31] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004475 10.0.0.177 - - [2026-08-17 04:55:31] "GET /virtual-networks?parent_id=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003206 10.0.0.177 - - [2026-08-17 04:55:31] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007455 10.0.0.177 - - [2026-08-17 04:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.177 - - [2026-08-17 04:55:34] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005577 10.0.0.177 - - [2026-08-17 04:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.177 - - [2026-08-17 04:55:38] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005347 10.0.0.177 - - [2026-08-17 04:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.177 - - [2026-08-17 04:55:42] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006724 10.0.0.177 - - [2026-08-17 04:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.177 - - [2026-08-17 04:55:46] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006457 10.0.0.177 - - [2026-08-17 04:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.177 - - [2026-08-17 04:55:51] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005929 10.0.0.177 - - [2026-08-17 04:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.177 - - [2026-08-17 04:55:55] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005785 10.0.0.177 - - [2026-08-17 04:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.177 - - [2026-08-17 04:55:57] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004176 10.0.0.177 - - [2026-08-17 04:55:57] "GET /virtual-networks?parent_id=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003262 10.0.0.177 - - [2026-08-17 04:55:57] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006278 10.0.0.177 - - [2026-08-17 04:55:57] "POST /neutron/port HTTP/1.1" 200 1241 0.020342 10.0.0.177 - - [2026-08-17 04:56:02] "GET /obj-perms HTTP/1.1" 200 4509 0.042078 10.0.0.177 - - [2026-08-17 04:56:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008056 10.0.0.177 - - [2026-08-17 04:56:07] "POST /neutron/port HTTP/1.1" 200 1241 0.020341 10.0.0.177 - - [2026-08-17 04:56:13] "POST /neutron/port HTTP/1.1" 200 1241 0.022265 10.0.0.177 - - [2026-08-17 04:56:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009109 10.0.0.177 - - [2026-08-17 04:56:13] "POST /neutron/port HTTP/1.1" 200 1241 0.020797 10.0.0.177 - - [2026-08-17 04:56:13] "POST /neutron/network HTTP/1.1" 200 1008 0.010585 10.0.0.177 - - [2026-08-17 04:56:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001232 10.0.0.177 - - [2026-08-17 04:56:13] "GET /virtual-machine/37c8a743-0439-404d-884a-27fa5925b2f3 HTTP/1.1" 200 1299 0.004434 10.0.0.177 - - [2026-08-17 04:56:13] "GET /virtual-machine-interface/70331a24-3629-49cf-b973-9064d693e05c HTTP/1.1" 200 3175 0.005808 10.0.0.177 - - [2026-08-17 04:56:13] "GET /instance-ip/243bfe62-7a2f-479a-b4af-7ac00391772e HTTP/1.1" 200 1638 0.007077 10.0.0.177 - - [2026-08-17 04:56:13] "GET /instance-ip/af8a0279-c36e-4388-9f30-203f4c7c8ee8 HTTP/1.1" 200 1657 0.007918 10.0.0.177 - - [2026-08-17 04:56:13] "POST /fqname-to-id HTTP/1.1" 404 230 0.004129 10.0.0.177 - - [2026-08-17 04:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.38 - - [2026-08-17 04:56:13] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.177 - - [2026-08-17 04:56:13] "GET /project/521f8c6f-f3ee-43c0-9d45-14f8d8c32fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053485 10.0.0.177 - - [2026-08-17 04:56:13] "POST /network-policys HTTP/1.1" 200 569 0.091283 10.0.0.177 - - [2026-08-17 04:56:13] "GET /network-policy/5bd8e693-87b1-4e05-97ec-45d40405b93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006100 10.0.0.177 - - [2026-08-17 04:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.177 - - [2026-08-17 04:56:13] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005999 10.0.0.177 - - [2026-08-17 04:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.177 - - [2026-08-17 04:56:13] "GET /network-policy/5bd8e693-87b1-4e05-97ec-45d40405b93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005881 10.0.0.177 - - [2026-08-17 04:56:14] "POST /ref-update HTTP/1.1" 200 156 0.092729 10.0.0.177 - - [2026-08-17 04:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006155 10.0.0.177 - - [2026-08-17 04:56:14] "GET /network-policy/5bd8e693-87b1-4e05-97ec-45d40405b93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005440 10.0.0.177 - - [2026-08-17 04:56:14] "POST /neutron/network HTTP/1.1" 200 1111 0.012749 10.0.0.177 - - [2026-08-17 04:56:14] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006221 10.0.0.177 - - [2026-08-17 04:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.177 - - [2026-08-17 04:56:14] "GET /network-policy/5bd8e693-87b1-4e05-97ec-45d40405b93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005243 10.0.0.177 - - [2026-08-17 04:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.177 - - [2026-08-17 04:56:14] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006253 10.0.0.177 - - [2026-08-17 04:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.177 - - [2026-08-17 04:56:14] "GET /network-policy/5bd8e693-87b1-4e05-97ec-45d40405b93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004416 10.0.0.177 - - [2026-08-17 04:56:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004525 10.0.0.190 - - [2026-08-17 04:56:14] "POST /access-control-lists HTTP/1.1" 200 596 0.076027 10.0.0.177 - - [2026-08-17 04:56:14] "POST /ref-update HTTP/1.1" 200 156 0.125509 10.0.0.177 - - [2026-08-17 04:56:14] "POST /neutron/port HTTP/1.1" 200 117 0.003730 10.0.0.177 - - [2026-08-17 04:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.177 - - [2026-08-17 04:56:14] "GET /network-policy/5bd8e693-87b1-4e05-97ec-45d40405b93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.008430 10.0.0.190 - - [2026-08-17 04:56:14] "POST /ref-update HTTP/1.1" 200 156 0.043390 10.0.0.177 - - [2026-08-17 04:56:14] "POST /neutron/network HTTP/1.1" 200 1112 0.027624 10.0.0.177 - - [2026-08-17 04:56:14] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.010369 10.0.0.177 - - [2026-08-17 04:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.177 - - [2026-08-17 04:56:14] "GET /network-policy/5bd8e693-87b1-4e05-97ec-45d40405b93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004870 10.0.0.177 - - [2026-08-17 04:56:14] "GET /virtual-machine-interface/70331a24-3629-49cf-b973-9064d693e05c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006613 10.0.0.177 - - [2026-08-17 04:56:14] "PUT /virtual-machine-interface/70331a24-3629-49cf-b973-9064d693e05c HTTP/1.1" 200 284 0.021459 10.0.0.177 - - [2026-08-17 04:56:14] "GET /virtual-machine-interface/70331a24-3629-49cf-b973-9064d693e05c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3072 0.008319 10.0.0.177 - - [2026-08-17 04:56:14] "PUT /virtual-machine-interface/70331a24-3629-49cf-b973-9064d693e05c HTTP/1.1" 200 284 0.027305 10.0.0.177 - - [2026-08-17 04:56:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005834 10.0.0.177 - - [2026-08-17 04:56:15] "POST /neutron/port HTTP/1.1" 200 117 0.001664 10.0.0.177 - - [2026-08-17 04:57:13] "POST /neutron/port HTTP/1.1" 200 1241 0.020270 10.0.0.177 - - [2026-08-17 04:57:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004281 10.0.0.177 - - [2026-08-17 04:57:14] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.177 - - [2026-08-17 04:57:17] "POST /neutron/port HTTP/1.1" 200 1240 0.045648 10.0.0.177 - - [2026-08-17 04:57:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010005 10.0.0.177 - - [2026-08-17 04:57:17] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.177 - - [2026-08-17 04:57:57] "POST /ref-update HTTP/1.1" 200 156 0.124898 10.0.0.190 - - [2026-08-17 04:57:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.139087 10.0.0.177 - - [2026-08-17 04:57:57] "GET /virtual-network/22aea74c-47ab-4164-bcfb-1317beaf8830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.028543 10.0.0.177 - - [2026-08-17 04:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533 10.0.0.177 - - [2026-08-17 04:57:57] "GET /network-policy/5bd8e693-87b1-4e05-97ec-45d40405b93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004459 10.0.0.177 - - [2026-08-17 04:57:57] "POST /ref-update HTTP/1.1" 200 156 0.063334 10.0.0.177 - - [2026-08-17 04:57:57] "POST /neutron/network HTTP/1.1" 200 1007 0.034740 10.0.0.177 - - [2026-08-17 04:57:57] "GET /virtual-network/f7efde3c-ebc2-4338-82bb-5506f70a75d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.010085 10.0.0.177 - - [2026-08-17 04:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.177 - - [2026-08-17 04:57:57] "GET /network-policy/5bd8e693-87b1-4e05-97ec-45d40405b93f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004501 10.0.0.177 - - [2026-08-17 04:57:57] "DELETE /network-policy/5bd8e693-87b1-4e05-97ec-45d40405b93f HTTP/1.1" 200 115 0.039819 10.0.0.190 - - [2026-08-17 04:57:58] "DELETE /access-control-list/db5c501b-87fe-4eb3-9b12-e5e0a155ff8a HTTP/1.1" 200 115 0.069951 10.0.0.177 - - [2026-08-17 04:57:58] "DELETE /instance-ip/1a66f2b9-9c37-4365-b37b-b6dd1053b11a HTTP/1.1" 200 115 0.047564 10.0.0.177 - - [2026-08-17 04:57:58] "DELETE /instance-ip/ed3a4a7f-8291-4c36-8c45-36e975158f7c HTTP/1.1" 200 115 0.059322 10.0.0.177 - - [2026-08-17 04:57:58] "DELETE /virtual-machine-interface/18d04839-4696-4996-b141-dcd141d8c941 HTTP/1.1" 200 115 0.102664 10.0.0.177 - - [2026-08-17 04:58:00] "POST /neutron/port HTTP/1.1" 200 1241 0.018733 10.0.0.177 - - [2026-08-17 04:58:00] "POST /neutron/network HTTP/1.1" 200 1008 0.012029 10.0.0.190 - - [2026-08-17 04:58:00] "DELETE /route-target/6dc43243-22f7-4656-8b97-f894b97c6aa9 HTTP/1.1" 200 115 0.040524 10.0.0.177 - - [2026-08-17 04:58:01] "POST /neutron/network HTTP/1.1" 400 204 0.018023 10.0.0.177 - - [2026-08-17 04:58:02] "POST /neutron/port HTTP/1.1" 400 205 0.005604 10.0.0.177 - - [2026-08-17 04:58:02] "POST /neutron/port HTTP/1.1" 400 205 0.005127 10.0.0.190 - - [2026-08-17 04:58:03] "GET /obj-perms HTTP/1.1" 200 4509 0.072703 10.0.0.38 - - [2026-08-17 04:58:04] "GET /obj-perms HTTP/1.1" 200 4509 0.046949 10.0.0.38 - - [2026-08-17 04:58:06] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.023864 10.0.0.177 - - [2026-08-17 04:58:06] "GET /project/521f8c6f-f3ee-43c0-9d45-14f8d8c32fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095996 10.0.0.38 - - [2026-08-17 04:58:06] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.177 - - [2026-08-17 04:58:06] "GET /project/521f8c6f-f3ee-43c0-9d45-14f8d8c32fae?fields=virtual_networks HTTP/1.1" 200 1049 0.047799 10.0.0.38 - - [2026-08-17 04:58:06] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.177 - - [2026-08-17 04:58:06] "GET /project/521f8c6f-f3ee-43c0-9d45-14f8d8c32fae?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.051149 10.0.0.38 - - [2026-08-17 04:58:06] "GET /projects?obj_uuids=521f8c6f-f3ee-43c0-9d45-14f8d8c32fae&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001606 10.0.0.177 - - [2026-08-17 04:58:06] "GET /project/521f8c6f-f3ee-43c0-9d45-14f8d8c32fae?fields=security_groups HTTP/1.1" 200 1283 0.050395 10.0.0.177 - - [2026-08-17 04:58:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.029546 10.0.0.38 - - [2026-08-17 04:58:07] "GET /projects?obj_uuids=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002862 10.0.0.38 - - [2026-08-17 04:58:07] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001462 10.0.0.38 - - [2026-08-17 04:58:07] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046094 10.0.0.38 - - [2026-08-17 04:58:07] "POST /id-to-fqname HTTP/1.1" 200 194 0.003016 10.0.0.38 - - [2026-08-17 04:58:07] "POST /fqname-to-id HTTP/1.1" 404 203 0.006196 10.0.0.38 - - [2026-08-17 04:58:07] "POST /security-groups HTTP/1.1" 200 595 0.037312 10.0.0.190 - - [2026-08-17 04:58:07] "POST /fqname-to-id HTTP/1.1" 404 238 0.004156 10.0.0.38 - - [2026-08-17 04:58:07] "POST /projects HTTP/1.1" 200 593 0.261944 10.0.0.38 - - [2026-08-17 04:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.336256 10.0.0.190 - - [2026-08-17 04:58:08] "POST /access-control-lists HTTP/1.1" 200 598 0.031605 10.0.0.177 - - [2026-08-17 04:58:08] "GET /project/69cc63c0-4e70-4df3-8157-471d8f7e3f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.543588 10.0.0.177 - - [2026-08-17 04:58:09] "GET / HTTP/1.1" 200 35931 0.002406 10.0.0.177 - - [2026-08-17 04:58:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000515 10.0.0.177 - - [2026-08-17 04:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.054071 10.0.0.38 - - [2026-08-17 04:58:11] "GET /projects?obj_uuids=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001166 10.0.0.177 - - [2026-08-17 04:58:11] "GET /project/69cc63c0-4e70-4df3-8157-471d8f7e3f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.055483 10.0.0.177 - - [2026-08-17 04:58:11] "POST /neutron/network HTTP/1.1" 200 117 0.030177 10.0.0.38 - - [2026-08-17 04:58:12] "POST /useragent-kv HTTP/1.1" 200 115 0.014765 10.0.0.177 - - [2026-08-17 04:58:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.297295 10.0.0.177 - - [2026-08-17 04:58:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001477 10.0.0.177 - - [2026-08-17 04:58:12] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007205 10.0.0.177 - - [2026-08-17 04:58:12] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005960 10.0.0.177 - - [2026-08-17 04:58:12] "POST /neutron/network HTTP/1.1" 200 1004 0.009918 10.0.0.177 - - [2026-08-17 04:58:13] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006837 10.0.0.177 - - [2026-08-17 04:58:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001606 10.0.0.177 - - [2026-08-17 04:58:14] "POST /neutron/network HTTP/1.1" 200 1014 0.007969 10.0.0.38 - - [2026-08-17 04:58:15] "GET /projects?obj_uuids=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003079 10.0.0.177 - - [2026-08-17 04:58:15] "GET /project/69cc63c0-4e70-4df3-8157-471d8f7e3f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.123354 10.0.0.177 - - [2026-08-17 04:58:15] "POST /neutron/port HTTP/1.1" 200 117 0.007536 10.0.0.177 - - [2026-08-17 04:58:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001431 10.0.0.190 - - [2026-08-17 04:58:15] "DELETE /access-control-list/c74b61ca-7d36-4118-9d05-b7e34a0817ae HTTP/1.1" 200 115 0.130235 10.0.0.177 - - [2026-08-17 04:58:15] "POST /neutron/network HTTP/1.1" 200 1004 0.017565 10.0.0.177 - - [2026-08-17 04:58:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001617 10.0.0.177 - - [2026-08-17 04:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.008501 10.0.0.177 - - [2026-08-17 04:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.010406 10.0.0.177 - - [2026-08-17 04:58:19] "POST /neutron/network HTTP/1.1" 200 1014 0.008373 10.0.0.177 - - [2026-08-17 04:58:20] "POST /neutron/port HTTP/1.1" 200 1173 0.030812 10.0.0.38 - - [2026-08-17 04:58:20] "GET /projects?obj_uuids=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001125 10.0.0.177 - - [2026-08-17 04:58:21] "POST /neutron/port HTTP/1.1" 200 1173 0.378584 10.0.0.177 - - [2026-08-17 04:58:21] "POST /neutron/port HTTP/1.1" 200 1237 0.023117 10.0.0.177 - - [2026-08-17 04:58:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004424 10.0.0.177 - - [2026-08-17 04:58:21] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.38 - - [2026-08-17 04:58:21] "GET /projects?obj_uuids=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001142 10.0.0.177 - - [2026-08-17 04:58:22] "POST /neutron/port HTTP/1.1" 200 1173 0.383982 10.0.0.177 - - [2026-08-17 04:58:22] "POST /neutron/port HTTP/1.1" 200 1173 0.016902 10.0.0.177 - - [2026-08-17 04:58:22] "POST /neutron/port HTTP/1.1" 200 1237 0.023282 10.0.0.177 - - [2026-08-17 04:58:22] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013689 10.0.0.177 - - [2026-08-17 04:58:22] "POST /neutron/network HTTP/1.1" 200 1004 0.009491 10.0.0.177 - - [2026-08-17 04:58:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005232 10.0.0.177 - - [2026-08-17 04:58:23] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.177 - - [2026-08-17 04:58:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009011 10.0.0.177 - - [2026-08-17 04:58:37] "POST /neutron/port HTTP/1.1" 200 1237 0.018502 10.0.0.177 - - [2026-08-17 04:58:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008183 10.0.0.38 - - [2026-08-17 04:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.38 - - [2026-08-17 04:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.177 - - [2026-08-17 04:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000486 10.0.0.177 - - [2026-08-17 04:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.190 - - [2026-08-17 04:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.190 - - [2026-08-17 04:58:46] "GET /global-system-configs HTTP/1.1" 401 293 0.001026 10.0.0.38 - - [2026-08-17 04:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.38 - - [2026-08-17 04:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.177 - - [2026-08-17 04:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.177 - - [2026-08-17 04:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.190 - - [2026-08-17 04:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.190 - - [2026-08-17 04:58:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.38 - - [2026-08-17 04:58:48] "DELETE /project/69cc63c04e704df38157471d8f7e3f12 HTTP/1.1" 404 173 0.006068 10.0.0.38 - - [2026-08-17 04:58:48] "DELETE /project/521f8c6f-f3ee-43c0-9d45-14f8d8c32fae HTTP/1.1" 404 177 0.005154 10.0.0.177 - - [2026-08-17 04:58:52] "POST /neutron/port HTTP/1.1" 200 1237 0.019159 10.0.0.177 - - [2026-08-17 04:58:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009085 10.0.0.177 - - [2026-08-17 04:58:57] "POST /neutron/port HTTP/1.1" 200 1237 0.019303 10.0.0.177 - - [2026-08-17 04:58:57] "GET /virtual-machine/36b93913-a857-4843-9779-9cd0a2b380f0 HTTP/1.1" 401 293 0.000425 10.0.0.177 - - [2026-08-17 04:58:58] "GET /virtual-machine/36b93913-a857-4843-9779-9cd0a2b380f0 HTTP/1.1" 200 1296 0.030924 10.0.0.177 - - [2026-08-17 04:58:58] "GET /virtual-machine-interface/47d78cb1-f7c0-4dcb-97b8-4652b7172e50 HTTP/1.1" 200 3155 0.006893 10.0.0.177 - - [2026-08-17 04:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.177 - - [2026-08-17 04:58:58] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004208 10.0.0.177 - - [2026-08-17 04:58:58] "GET /virtual-networks?parent_id=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003415 10.0.0.177 - - [2026-08-17 04:58:58] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006591 10.0.0.177 - - [2026-08-17 04:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.177 - - [2026-08-17 04:59:01] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006045 10.0.0.177 - - [2026-08-17 04:59:04] "GET /obj-perms HTTP/1.1" 200 4509 0.060314 10.0.0.177 - - [2026-08-17 04:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006662 10.0.0.177 - - [2026-08-17 04:59:05] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005900 10.0.0.177 - - [2026-08-17 04:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.177 - - [2026-08-17 04:59:09] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006581 10.0.0.177 - - [2026-08-17 04:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.177 - - [2026-08-17 04:59:13] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005821 10.0.0.177 - - [2026-08-17 04:59:14] "POST /neutron/port HTTP/1.1" 200 1237 0.019600 10.0.0.177 - - [2026-08-17 04:59:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004242 10.0.0.177 - - [2026-08-17 04:59:15] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.177 - - [2026-08-17 04:59:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008671 10.0.0.177 - - [2026-08-17 04:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.177 - - [2026-08-17 04:59:17] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006884 10.0.0.177 - - [2026-08-17 04:59:19] "POST /neutron/network HTTP/1.1" 200 1014 0.008493 10.0.0.177 - - [2026-08-17 04:59:19] "POST /neutron/subnet HTTP/1.1" 200 1394 0.016304 10.0.0.177 - - [2026-08-17 04:59:19] "POST /neutron/network HTTP/1.1" 200 1004 0.009633 10.0.0.177 - - [2026-08-17 04:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.177 - - [2026-08-17 04:59:21] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006157 10.0.0.177 - - [2026-08-17 04:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.177 - - [2026-08-17 04:59:26] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006854 10.0.0.177 - - [2026-08-17 04:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.177 - - [2026-08-17 04:59:30] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007019 10.0.0.177 - - [2026-08-17 04:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.177 - - [2026-08-17 04:59:34] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004039 10.0.0.177 - - [2026-08-17 04:59:34] "GET /virtual-networks?parent_id=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003172 10.0.0.177 - - [2026-08-17 04:59:34] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006156 10.0.0.177 - - [2026-08-17 04:59:35] "POST /neutron/port HTTP/1.1" 200 1237 0.019492 10.0.0.177 - - [2026-08-17 04:59:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008192 10.0.0.177 - - [2026-08-17 04:59:44] "POST /neutron/port HTTP/1.1" 200 1237 0.018516 10.0.0.177 - - [2026-08-17 04:59:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008839 10.0.0.177 - - [2026-08-17 04:59:50] "POST /neutron/port HTTP/1.1" 200 1237 0.026117 10.0.0.177 - - [2026-08-17 04:59:50] "GET /virtual-machine/b9950087-318d-410f-866a-d9878d119f75 HTTP/1.1" 200 1296 0.007328 10.0.0.177 - - [2026-08-17 04:59:50] "GET /virtual-machine-interface/7dd5b51c-6f7c-4879-a1f7-860df1f5d4e9 HTTP/1.1" 200 3155 0.007409 10.0.0.177 - - [2026-08-17 04:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.177 - - [2026-08-17 04:59:50] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004096 10.0.0.177 - - [2026-08-17 04:59:50] "GET /virtual-networks?parent_id=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003216 10.0.0.177 - - [2026-08-17 04:59:50] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006942 10.0.0.177 - - [2026-08-17 04:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.177 - - [2026-08-17 04:59:51] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004093 10.0.0.177 - - [2026-08-17 04:59:51] "GET /virtual-networks?parent_id=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003506 10.0.0.177 - - [2026-08-17 04:59:51] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006617 10.0.0.177 - - [2026-08-17 04:59:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008200 10.0.0.177 - - [2026-08-17 04:59:51] "POST /neutron/port HTTP/1.1" 200 1237 0.016819 10.0.0.177 - - [2026-08-17 04:59:51] "GET /virtual-machine/9347fd03-4ae3-4cf8-b9c9-32f3351d9082 HTTP/1.1" 200 1297 0.007689 10.0.0.177 - - [2026-08-17 04:59:51] "GET /virtual-machine-interface/b6518aa1-61e9-4f32-bfee-1943e3ca708e HTTP/1.1" 200 3156 0.007413 10.0.0.177 - - [2026-08-17 04:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.177 - - [2026-08-17 04:59:52] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003785 10.0.0.177 - - [2026-08-17 04:59:52] "GET /virtual-networks?parent_id=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003170 10.0.0.177 - - [2026-08-17 04:59:52] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009034 10.0.0.177 - - [2026-08-17 04:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.177 - - [2026-08-17 04:59:53] "GET /global-vrouter-config/80300da4-a084-4a07-b59b-716e33545ebb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004289 10.0.0.177 - - [2026-08-17 04:59:53] "GET /virtual-networks?parent_id=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003273 10.0.0.177 - - [2026-08-17 04:59:53] "GET /virtual-network/d357f0e8-95b0-473e-a1f7-0b616a5ed5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006672 10.0.0.177 - - [2026-08-17 04:59:53] "GET /virtual-machine-interface/b6518aa1-61e9-4f32-bfee-1943e3ca708e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.008205 10.0.0.177 - - [2026-08-17 04:59:53] "PUT /virtual-machine-interface/b6518aa1-61e9-4f32-bfee-1943e3ca708e HTTP/1.1" 200 284 0.016991 10.0.0.177 - - [2026-08-17 05:00:16] "POST /neutron/port HTTP/1.1" 200 1237 0.046227 10.0.0.177 - - [2026-08-17 05:00:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004339 10.0.0.177 - - [2026-08-17 05:00:17] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.177 - - [2026-08-17 05:00:20] "POST /neutron/port HTTP/1.1" 200 1237 0.029775 10.0.0.177 - - [2026-08-17 05:00:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004760 10.0.0.177 - - [2026-08-17 05:00:21] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.190 - - [2026-08-17 05:01:06] "GET /obj-perms HTTP/1.1" 200 4509 0.046786 10.0.0.38 - - [2026-08-17 05:01:07] "GET /obj-perms HTTP/1.1" 200 4509 0.039239 10.0.0.177 - - [2026-08-17 05:01:16] "POST /neutron/port HTTP/1.1" 200 1237 0.019082 10.0.0.177 - - [2026-08-17 05:01:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004837 10.0.0.177 - - [2026-08-17 05:01:17] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.177 - - [2026-08-17 05:01:22] "POST /neutron/port HTTP/1.1" 200 1237 0.020943 10.0.0.177 - - [2026-08-17 05:01:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004838 10.0.0.177 - - [2026-08-17 05:01:23] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.177 - - [2026-08-17 05:02:10] "POST /neutron/network HTTP/1.1" 400 204 0.016009 10.0.0.177 - - [2026-08-17 05:02:11] "POST /neutron/port HTTP/1.1" 200 1227 0.035698 10.0.0.177 - - [2026-08-17 05:02:12] "POST /neutron/port HTTP/1.1" 200 151 0.408919 10.0.0.177 - - [2026-08-17 05:02:12] "POST /neutron/port HTTP/1.1" 200 151 0.502759 10.0.0.177 - - [2026-08-17 05:02:14] "POST /neutron/network HTTP/1.1" 200 1004 0.011137 10.0.0.190 - - [2026-08-17 05:02:14] "DELETE /route-target/b419909e-ddaa-4c23-b633-00f9fe670db4 HTTP/1.1" 200 115 0.028744 10.0.0.38 - - [2026-08-17 05:02:15] "GET /projects?obj_uuids=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001842 10.0.0.177 - - [2026-08-17 05:02:15] "GET /project/69cc63c0-4e70-4df3-8157-471d8f7e3f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045822 10.0.0.38 - - [2026-08-17 05:02:15] "GET /projects?obj_uuids=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002558 10.0.0.177 - - [2026-08-17 05:02:15] "GET /project/69cc63c0-4e70-4df3-8157-471d8f7e3f12?fields=virtual_networks HTTP/1.1" 200 1040 0.062205 10.0.0.38 - - [2026-08-17 05:02:16] "GET /projects?obj_uuids=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001128 10.0.0.177 - - [2026-08-17 05:02:16] "GET /project/69cc63c0-4e70-4df3-8157-471d8f7e3f12?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.054743 10.0.0.38 - - [2026-08-17 05:02:16] "GET /projects?obj_uuids=69cc63c0-4e70-4df3-8157-471d8f7e3f12&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001485 10.0.0.177 - - [2026-08-17 05:02:16] "GET /project/69cc63c0-4e70-4df3-8157-471d8f7e3f12?fields=security_groups HTTP/1.1" 200 1270 0.055281 10.0.0.177 - - [2026-08-17 05:02:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.027630 10.0.0.38 - - [2026-08-17 05:02:17] "GET /projects?obj_uuids=ffa345f0-3e66-4199-85c7-fd91f9f6243d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003595 10.0.0.38 - - [2026-08-17 05:02:17] "GET /domains?obj_uuids=2b2edc1c-1b78-4df2-9472-fa661dfea482&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.38 - - [2026-08-17 05:02:17] "GET /domain/2b2edc1c-1b78-4df2-9472-fa661dfea482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007982 10.0.0.38 - - [2026-08-17 05:02:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.009003 10.0.0.38 - - [2026-08-17 05:02:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.009651 10.0.0.38 - - [2026-08-17 05:02:17] "POST /security-groups HTTP/1.1" 200 591 0.037673 10.0.0.38 - - [2026-08-17 05:02:17] "POST /projects HTTP/1.1" 200 585 0.298742 10.0.0.190 - - [2026-08-17 05:02:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.007888 10.0.0.38 - - [2026-08-17 05:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.375825 10.0.0.177 - - [2026-08-17 05:02:17] "GET /project/ffa345f0-3e66-4199-85c7-fd91f9f6243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.539593 10.0.0.177 - - [2026-08-17 05:02:18] "GET / HTTP/1.1" 200 35931 0.001693 10.0.0.38 - - [2026-08-17 05:02:24] "GET /projects?obj_uuids=ffa345f0-3e66-4199-85c7-fd91f9f6243d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.177 - - [2026-08-17 05:02:24] "GET /project/ffa345f0-3e66-4199-85c7-fd91f9f6243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.072316 10.0.0.38 - - [2026-08-17 05:02:24] "GET /projects?obj_uuids=ffa345f0-3e66-4199-85c7-fd91f9f6243d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001852 10.0.0.177 - - [2026-08-17 05:02:24] "GET /project/ffa345f0-3e66-4199-85c7-fd91f9f6243d?fields=virtual_networks HTTP/1.1" 200 1033 0.050042 10.0.0.38 - - [2026-08-17 05:02:24] "GET /projects?obj_uuids=ffa345f0-3e66-4199-85c7-fd91f9f6243d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.177 - - [2026-08-17 05:02:24] "GET /project/ffa345f0-3e66-4199-85c7-fd91f9f6243d?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.058681 10.0.0.38 - - [2026-08-17 05:02:24] "GET /projects?obj_uuids=ffa345f0-3e66-4199-85c7-fd91f9f6243d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.177 - - [2026-08-17 05:02:25] "GET /project/ffa345f0-3e66-4199-85c7-fd91f9f6243d?fields=security_groups HTTP/1.1" 200 1259 0.057298 10.0.0.190 - - [2026-08-17 05:02:32] "DELETE /access-control-list/091d85a9-d84e-4ca4-9e9e-881f268d7c21 HTTP/1.1" 200 115 0.051243 10.0.0.38 - - [2026-08-17 05:02:48] "DELETE /project/ffa345f03e66419985c7fd91f9f6243d HTTP/1.1" 404 173 0.005830 10.0.0.38 - - [2026-08-17 05:02:48] "DELETE /project/69cc63c0-4e70-4df3-8157-471d8f7e3f12 HTTP/1.1" 404 177 0.004663 10.0.0.38 - - [2026-08-17 05:02:48] "GET /projects?obj_uuids=ffa345f0-3e66-4199-85c7-fd91f9f6243d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.38 - - [2026-08-17 05:02:48] "GET /project/ffa345f0-3e66-4199-85c7-fd91f9f6243d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.074688 10.0.0.38 - - [2026-08-17 05:02:48] "GET /projects?obj_uuids=ffa345f0-3e66-4199-85c7-fd91f9f6243d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001316 10.0.0.38 - - [2026-08-17 05:02:48] "GET /project/ffa345f0-3e66-4199-85c7-fd91f9f6243d?fields=security_groups HTTP/1.1" 200 1364 0.048372 10.0.0.38 - - [2026-08-17 05:02:48] "DELETE /security-group/a72a57a9-2249-45f9-b4b0-a981eb6a463f HTTP/1.1" 200 115 0.046973 10.0.0.38 - - [2026-08-17 05:02:48] "GET /projects?obj_uuids=ffa345f0-3e66-4199-85c7-fd91f9f6243d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.38 - - [2026-08-17 05:02:48] "GET /project/ffa345f0-3e66-4199-85c7-fd91f9f6243d?fields=application_policy_sets HTTP/1.1" 200 1403 0.061306 10.0.0.38 - - [2026-08-17 05:02:49] "DELETE /project/ffa345f0-3e66-4199-85c7-fd91f9f6243d HTTP/1.1" 200 115 0.491767 10.0.0.177 - - [2026-08-17 05:03:08] "GET /obj-perms HTTP/1.1" 200 4509 0.057767 10.0.0.38 - - [2026-08-17 05:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.38 - - [2026-08-17 05:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.177 - - [2026-08-17 05:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.177 - - [2026-08-17 05:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.190 - - [2026-08-17 05:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.190 - - [2026-08-17 05:03:46] "GET /global-system-configs HTTP/1.1" 401 293 0.001175 10.0.0.38 - - [2026-08-17 05:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.38 - - [2026-08-17 05:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.177 - - [2026-08-17 05:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.177 - - [2026-08-17 05:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.190 - - [2026-08-17 05:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.190 - - [2026-08-17 05:03:47] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.190 - - [2026-08-17 05:05:10] "GET /obj-perms HTTP/1.1" 200 4509 0.047036 10.0.0.38 - - [2026-08-17 05:06:10] "GET /obj-perms HTTP/1.1" 200 4509 0.043245 [Introspect:8084]10.0.0.38 - - [2026-08-17 05:06:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001065 [Introspect:8084]10.0.0.38 - - [2026-08-17 05:06:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.000950